/* basic elements */

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

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "Osaka", "MS Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	background-image: url(img/back_line.png);
	background-repeat: repeat-x;
	line-height: 145%;
}

form { margin: 0; padding: 0; }

a img { border: 0; }

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin: 0px;
}

a,a:link,a:visited {
	color: #10485F;
	text-decoration: none;
	margin: 0px
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	background-color: #AADD00;
}

a:active {
	color: #10485F;
	text-decoration: none;
	margin: 0px;
}



/* layout elements */

#container {
}

#header {
	position: relative;
	background-image: url(img/back_line_half.png);
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px;
}


#contents { position: relative; }

#contents-alpha {
}

#contents-beta {
}

#footer {
	font-family: 'trebuchet ms',sans-serif;
	font-size: 9px;
	text-decoration: none;
	background-image: url(img/dot_matrix.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #464B3C;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: .1em;
	background-position: center;
	position: relative;
}




.entry {
	margin-bottom: 50px;
	position: relative;
	background-image: url(img/back_line_half.png);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.entry-archives {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7C7B4;
	margin-bottom: 10px;
}


.entry-body {
	margin: 0 auto;
	width: 730px;
	position: relative;
}

.entry-contents {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.entry-contents p {
	margin-bottom: 10px;

}

.entry-contents img {
	margin-bottom: 15px;

}

.entry-body-alfa {
	text-align: left;
	width: 200px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #829E7C;
}

.entry-body-beta {
	text-align: left;
	width: 530px;
	vertical-align: top;
}

.entry-header,
.archive-title {
	font-size: 14px;
	color: #464B3C;
	font-family: "trebuchet ms", sans-serif;
	margin-bottom: 10px;
	padding-right: 10px;
	font-weight: bold;
	line-height: 135%;
 text-shadow : 0.5px 0.5px 3px #bbbbbb ;
}

.entry-navi {
	text-align: left;
	margin-top: 50px;
	font-size: 11px;
	line-height: 130%;
	font-family: "trebuchet ms", sans-serif;
	font-weight: bold;
}

.entry-navi-pre {
	text-align: left;
	background-image: url(img/enrty_arrow_pre.png);
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}

.entry-navi-next {
	text-align: left;
	background-image: url(img/enrty_arrow_next.png);
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}


.post-footers {
	display: block;
	font-size: 11px;
	font-family: "trebuchet ms", sans-serif;
}

.sub-contents {
	margin-bottom: 50px;
	background-image: url(img/back_line_half.png);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

.sub-contents label {
	display: none;
}

.sub-contents-body {
	margin: 0 auto;
	width: 730px;
	position: relative;
	vertical-align: top;
}

.sub-contents-body-header {
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #829E7C;
	margin-bottom: 20px;
}

.sub-contents-body-alfa {
	text-align: left;
	vertical-align: top;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color:  #B7C7B4;
	width: 243px;
}

.sub-contents-body-alfa-inner {
	padding-right: 10px;
}

.sub-contents-body-beta {
	text-align: left;
	vertical-align: top;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color:  #B7C7B4;
	width: 244px;
}

.sub-contents-body-beta-inner {
	padding-right: 10px;
	padding-left: 10px;
}

.sub-contents-body-gamma {
	text-align: left;
	vertical-align: top;
	width: 243px;
}

.sub-contents-body-gamma-inner {
	padding-left: 10px;
}


.module {
    margin: 0 0 10px;
}

.module-header {
	font-size: 11px;
	font-family: 'trebuchet ms',sans-serif;
	margin-bottom: 3px;
	color: #464B3C;
	font-weight: bold;
}

.module-content {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "Osaka", "MS Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
}

.module-list {
	margin: 0 15px 10px;
	list-style: disc;
	padding: 0px;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #666;
    line-height: 130%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "Osaka", "MS Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
}

.module-powered {
	padding: 5px 5px 5px 10px;
	font-size: 11px;
	font-family: 'trebuchet ms', sans-serif;
	color: #464B3C;
	border: 1px solid #B3BFAB;
}

.comments {
	margin-bottom: 20px;
}

.comments-header,
.comments-open-header {
	font-size: 14px;
	color: #464B3C;
	font-family: "trebuchet ms", sans-serif;
	font-weight: bold;
	line-height: 135%;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #829E7C;
	margin-bottom: 20px;
	padding-bottom: 3px;
	margin-top: 25px;
}

.comment-header {
	display: none;
}

.comment-content {
	font-size: 12px;
	line-height: 145%;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7C7B4;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.comment-footer {
	text-align: right;
	font-size: 11px;
	margin-bottom: 20px;
}

.comment-footer-experimental {
	display: none;
}

.comments-post-form {
	text-align: right;
}

.comments-open-content {
	font-size: 11px;
	font-family: 'trebuchet ms',sans-serif;
	color: #464B3C;
	font-weight: bold;
}

#comments p {
	padding-bottom: 5px;
}

.floatleft {
	float: left;
	padding-right: 10px;
}

.floatright{
	float: right;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}