/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

/* 変更 ============================= */
body {
	margin: 20px 0px;
       	text-align: center;
       	font-size: 12px;
       }
/* =========================================== */

form { margin: 0; padding: 0; }
/* 変更 =================================== */
a {
	text-decoration: underline;
	color: #414397;
	}

a:link {
	color: #414397;
	}

a:visited {
	color: #414397;
	}

a:active {
	text-decoration: none;
	color: #ff8c00;
	}

a:hover {
	text-decoration: none;
	color: #ff8c00;
	}
/* =========================================== */
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

#container {
	line-height: 130%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background-color: #fff;
	border: 1px solid #0b2c12;
	}
/* ============================================ */
#container-inner { position: static; width: auto; }

/* 変更 ============================== */
#banner {
	text-align: left;
	padding: 0px;
	background-color: #0a2c14;
	}

#banner h1 {
	margin: 0px;
	padding: 0px;
	}
#banner h1 span {
	display: block;
	background-color: #0a2c14;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #0b2c12;
	}
#banner ul {
	color: #fff;
	margin: 0px;
	padding: 5px 0px;
	font-size: 12px;
	line-height: 170%;
	background-color: #0a2c14;
	word-break: keep-all;
	text-align: center;
	}
#banner li {
	display: inline;
	color: #fff;
	margin: auto;
	padding: 1px 2px;
	width: auto;
	font-size: 12px;
	line-height: 170%;
	background-color: #0a2c14;
	word-break: keep-all;
	text-align: center;
	}
#banner img {
	border-style: none;
	}
#banner a {
	text-decoration: underline;
	color: #fff;
	}
#banner a:link {
	text-decoration: underline;
	color: #fff;
	}
#banner a:visited {
	text-decoration: underline;
	color: #fff;
	}
#banner a:active {
	text-decoration: none;
	color: #fff;
	}
#banner a:hover {
	text-decoration: none;
	color: #fff;
	}
/* ↑============================================ */

#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */
/* 追加 ==================================== */
/***** 左側・コンテンツ部分 ****************/
#center {
	float: left;
	width: 599px;
	border-right: 1px #0b2c12 solid;
	overflow: hidden;
	}
.content {
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
	padding: 15px 10px 0px 15px;
	}
.content p {
	color: #595959;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: .5em;
	padding-left: 20px;
	padding-right: 1em;
	line-height: 140%;
	}
.content img {
	border-style: none;
	margin: 5px 10px 5px 5px;
	padding: 0px;
	}
.content blockquote {
	line-height: 150%;
	}
.content li {
	line-height: 150%;
	}
.content h2 {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 3px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px;
	}
.content h3 {
	color: #630;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.content h4 {
	color: #363;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px;
	}
.content h5 {
	color: #669;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin: 10px 0px;
	}
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px dashed #999;
	text-align: right;
	line-height: normal;
	padding: 3px;
	}

/* ↑============================================ */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}

/***** フッター部分 *************************/
/* 追加  ============================== */
#footer {
	font-size: 12px;
	color: #fff;
	width: 800px;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #0a2c14;
	clear: both;
	}
#footer p {
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 10px;
	line-height: 120%;
	background-color: #0a2c14;
	}
#footer span {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background-color: #0a2c14;
	}
.ft_l {
	text-align: left;
	float: left;
	background-color: #0a2c14;
	}
.ft_r {
	float: right;
	text-align: right;
	background-color: #0a2c14;
	padding-top: 20px;
	}
#footer a {
	text-decoration: underline;
	color: #fff;
	}
#footer a:link {
	text-decoration: underline;
	color: #fff;
	}
#footer a:visited {
	text-decoration: underline;
	color: #fff;
	}
#footer a:active {
	text-decoration: none;
	color: #fc9;
	}
#footer a:hover {
	text-decoration: none;
	color: #fc9;
	}

/* ↑============================================ */

/* 追加  ============================== */
/***** 右側・サイドバー部分 **********************/
#right {
	float: right;
	width: 200px;
	background-color: #fff;
	line-height: 120%;
	overflow: hidden;
	}
.sidebar {
	padding: 10px;
	}
.sidebar h2 {
	color: #595959;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 7px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.sidebar ul {
	padding-bottom: 15px;
	margin: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
	}
.sidebar ul ul {
	margin-bottom: 0px;
	}
.sidebar #categories ul {
	padding-left: 5px;
	border-bottom: 1px dashed #999;
	}
.sidebar li {
	color: #595959;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	line-height: 120%;
	margin-top: 10px;
	list-style-type: none;
	}
.sidebar #categories li {
	list-style-type: none;
	padding-left: 10px;
	}
.sidebar #frsp {
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
	}
.sidebar #frsp p {
	margin: 1px;
	padding: 0px;
	line-height: 110%;
	color: #595959;
	font-size: 11px;
	}

/* ↑============================================ */
/***** カテゴリー・エントリー用パンくずナビゲーション(div class="nav_cr") *****/
.nav_cr {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	height: auto;
	padding: 10px;
	border-bottom: 2px dotted #999; 
	color: #666;
	}
.nav_cr2 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 50px;
	width: 98%;
	height: auto;
	padding: 10px;
	color: #666;
	}

