@charset "EUC-JP";

/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 92%
13px : 100%
14px : 107%
15px : 114%
16px : 122%
17px : 129%
18px : 136%
19px : 144%
20px : 152%
21px : 159%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%
*/

/*==============================================================================
html
==============================================================================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
}
body {
	background: #FFFFFF url(shared/img/back.png) repeat-y center top;
	text-align: center;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
* html body {
	background: url(shared/img/back.gif) repeat-y center top;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,div {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	background: #66CC00;
}
h2 {
	font-size: 122%;
	line-height: 130%;
}
h3 {
	font-size: 122%;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 107%;
	margin-bottom: 0.5em;
	line-height: 140%;
	color: #FF6600;
}
h5 {
	font-size: 92%;
	margin-bottom: 0.3em;
	line-height: 140%;
}
h6 {

}
p {
	line-height: 150%;
	font-size: 92%;
	margin-bottom: 1em;

}
ul,ol,li {
	list-style: none;
}
a {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

address {
	font-style:normal;
}
hr {
	display: none;

}
img {
	border-style: none;
	vertical-align: bottom;
}
strong {
	color: #333333;
}

table {

}
th {
	text-align: left;
}
td {
	text-align: left;
}

/*==============================================================================
layout
==============================================================================*/
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------------------------------------------------------
#header
------------------------------------------------------------------------------*/

#header {
	background: #FF6600;
	color: #FFFFFF;
}
#header a {
	color: #FFFFFF;
}

#mainheader {
	width: 960px;
	background: #009900;
}
#mainheader a {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainheader a:hover {
	text-decoration: none;
}

#mainheader .box {
	position:relative;
	height: 60px;
	width: 950px;
	padding: 5px;
	background: #009900 url(shared/img/back_headerbox.png) repeat-x left top;
}
* html #mainheader .box {
		background: #009900 none;
}

#logo {
	height: 60px;
	width: 170px;
	position: absolute;
	top: 5px;
	left: 5px;
}
* html #logo img  {
	behavior: expression(IEPNGFIX.fix(this));
}
#mainheader .box .detail {
	position: absolute;
	left: 186px;
	top: 32px;
	font-size: 85%;
	color: #FFFFFF;
	width: 760px;
}


* html #mainheader h2 img {
	behavior: expression(IEPNGFIX.fix(this));
}

#mainheader h2 {
	font-size: 122%;
	line-height: 130%;
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 186px;
}

/*------------------------------------------------------------------------------
#mainarea
------------------------------------------------------------------------------*/

#mainarea:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainarea {
	display: inline-block;
	width: 780px;
	float: left;
}

/* Hides from IE-mac \*/
* html #mainarea {height: 1%;}
#mainarea{display: block;}
/* End hide from IE-mac */

/*------------------------------------------------------------------------------
#main
------------------------------------------------------------------------------*/
#topicpath {
	width: 580px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
#topicpath li {
	background: url(shared/img/bullet_pink.gif) no-repeat left center;
	float: left;
	padding-left: 14px;
	padding-right: 5px;
	font-size: 10px;
}
#topicpath a {
	text-decoration: underline;
	/*font-size: 10px;*/
}
#topicpath a:hover {
	text-decoration: none;
}

#main {
	background: #FFFFFF;
	float: right;
	width: 560px;
	padding: 10px 20px 10px 20px;
}

#main h3 {
	border-left:#FF6600 solid 5px;
	padding: 3px 0 3px 5px;
}

#description {
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
	border: #66CC00 solid 5px;
	padding: 5px;
}
#description li {
	font-weight: bold;
}

#main h2 {
	padding: 0 0 5px 0;
	margin: 0 0 0.5em 0;
	line-height: 130%;
	border-bottom: #CCCCCC solid 1px;
}

dl.common-theme,
.article-category,
.article-body-inner {
	margin-bottom: 1em;
	line-height: 150%;
}

/*-------タグ、カテゴリスト表示周り--------*/

dl.article-tags ,
dl.article-tags dt ,
dl.article-tags dd,
dl.article-category-list ,
dl.article-category-list dt ,
dl.article-category-list dd {
	margin: 0;
	padding: 0;
}

dl.article-tags ,
dl.article-category-list {
	margin: 0 0 5px;
	clear: both;
}

dl.article-tags dt ,
dl.article-tags dd ,
dl.article-category-list dt ,
dl.article-category-list dd  {
	display: inline;
}

dl.article-tags dt ,
dl.article-category-list dt {
	font-weight: bold;
}

dl.article-tags dd ,
dl.article-category-list dd {
	margin-left: 5px;
}



.article-body {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: #CCCCCC solid 1px;
}

#main ul {
	margin: 0 0 1em 0;
}

#main ul li, #main .list {
	font-size: 92%;
	background: url(shared/img/bullet_colored.png) no-repeat 0px 4px;
	margin: 0 0 0.5em 0;
	padding: 1px 0px 1px 14px;
}

* html #main ul li, * html #main .list {
	font-size: 92%;
	background: url(shared/img/bullet_colored.gif) no-repeat 0px 4px;
	margin: 0 0 0.5em 0;
	padding: 1px 0px 1px 14px;
}

#main li a {
	
}

#main ul.comment-info li {
	background: url(none);
}
#main li.comment-author {
	font-weight: bold;
}
/*
#main li.comment-date, #main li.comment-body {
	background: url(none);
	padding: 1px 0px 1px 0px;
}
*/

#main .pager ul li {
	background: url(none);
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
}

#main .impact {
	font-size: 136%;
	font-weight: bold;
	color: #FF3300;
}

.article-body-inner ol li {
	font-size: 92%;
	background: url(shared/img/bullet_colored.png) no-repeat 0px 4px;
	margin: 0 0 0.5em 0;
	padding: 1px 0px 1px 14px;
}

* html .article-body-inner ol li {
	font-size: 92%;
	background: url(shared/img/bullet_colored.gif) no-repeat 0px 4px;
	margin: 0 0 0.5em 0;
	padding: 1px 0px 1px 14px;
}

.article-body-inner dl dt {
	font-size: 92%;
	background: url(shared/img/bullet_colored.png) no-repeat 0px 4px;
	margin: 0 0 0.2em 0;
	padding: 1px 0px 1px 14px;
}

* html .article-body-inner dl dt {
	font-size: 92%;
	background: url(shared/img/bullet_colored.gif) no-repeat 0px 4px;
	margin: 0 0 0.2em 0;
	padding: 1px 0px 1px 14px;
}

#main .article-footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main .article-footer {
	display: inline-block;
	margin: 0 0 2em 0;
}

/* Hides from IE-mac \*/
* html #main .article-footer {height: 1%;}
#main .article-footer {display: block;}
/* End hide from IE-mac */

#main .article-footer ul {
	border-right: #CCCCCC solid 1px;
}

#main .article-footer li {
	background: url(none);
	margin: 0;
	padding: 1px 5px 1px 5px;
	border-left: #CCCCCC solid 1px;
}

/*------trackback comment--------*/
#trackback-form,
#comment-form {
	margin: 0 0 1em 0;
}

#main #trackback-form li {
	background: url(none);
	margin: 0 0 0.5em 0;
	padding: 1px 0 1px 0;
}
#main #trackback-form .trackback-form-url input {
	width: 500px;
}

input#author,
input#email,
input#url{
	width: 200px;
}

#comment-form textarea {
	width: 400px;
	height: 200px;
}


#main .navi:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main .navi {
	display: inline-block;
	/*width: 580px;*/
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* Hides from IE-mac \*/
* html #main .navi {height: 1%;}
#main .navi {display: block;}
/* End hide from IE-mac */

#main .navi .backtop {
	text-align:left;
	float:left;
}
#main .navi .backtop span {
	background: #FF6600;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
}

#main .pagetop {
	text-align: right;
	float:right;
}
#main .navi .pagetop span {
	background: #FF6600;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
}

/*------------------------------------------------------------------------------
#subarea
------------------------------------------------------------------------------*/
#subarea {
	width: 180px;
	float: left;
	text-align: center;
	padding: 1px 0 0 0;
}
#subarea .sidetitle, #subarea h3 {
	background: url(shared/img/back_heading_sidearea.gif) no-repeat center top;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 107%;
	text-align: left;
	margin-bottom: 0.5em;
}
#subarea h3 a {
	color: #FFFFFF;
}

#subarea #bible li {
	font-size: 92%;
	line-height: 130%;
}

#subarea #bible li a {
	background: url(shared/img/bullet_colored.png) no-repeat 0px 6px;
	display: block;
	padding: 4px 0px 4px 14px;
	color: #333333;
	text-decoration: underline;
	width: 166px;
}

* html #subarea #bible li a {
	background: url(shared/img/bullet_colored.gif) no-repeat 0px 6px;
}

#subarea #bible li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------------------
#mainmenu
------------------------------------------------------------------------------*/
#mainmenu {
	width: 180px;
	text-align: left;
	margin: 0 0 1em 0;
}
#mainmenu ul {
	width: 180px;
}
#mainmenu li, #subarea .sidebody {
	width: 180px;
	margin: 0 0 1px 0;
}
#mainmenu li a, #subarea .sidebody a {
	color: #FFFFFF;
	width: 155px;
	display: block;
	text-decoration: underline;
	padding: 8px 5px 8px 20px;
	background: #66CC00 url(shared/img/bullet.png) no-repeat 5px 11px;
	url(shared/img/back_headerbox.png) repeat-x left top;
}
* html #mainmenu li a, * html #subarea .sidebody a {
	background: #66CC00 url(shared/img/bullet.gif) no-repeat 5px 11px;
}
#mainmenu li a:hover, #subarea .sidebody a:hover {
	text-decoration: none;
	background: #54A800 url(shared/img/bullet.png) no-repeat 7px 11px;
}
* html #mainmenu li a:hover, * html #subarea .sidebody a:hover {
	background: #54A800 url(shared/img/bullet.gif) no-repeat 7px 11px;
}

.side, #submenu, #banner, #ranking {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 1em;
}
#submenu ul {
	border-top: 1px solid #999999;
}
#submenu li {
	border-bottom: 1px solid #999999;
	font-size: 92%;
}
#submenu li a {
	background: url(shared/img/bullet_colored.png) no-repeat 0px 6px;
	display: block;
	padding: 4px 0px 4px 14px;
	color: #333333;
	text-decoration: none;
	width: 166px;
}
* html #submenu li a {
	background: url(shared/img/bullet_colored.gif) no-repeat 0px 6px;
}
#submenu li a:hover {
	text-decoration: underline;
}

#banner ul {

}
#banner li {
	font-size: 92%;
	margin: 0 0 0.5em 0;
	text-align: center;
}
#banner img {
	margin: 0 auto;
}

#monthlyarchives li, #recententries li {
	margin-bottom: 0.5em;
	background: url(shared/img/bullet_pink.gif) no-repeat 0px 3px;
	padding-left: 12px;
}
#searchbox #search {
	margin-bottom: 5px;
}
#profile {
	width: 160px;
	padding: 9px;
	border: solid 1px #CCCCCC;
	margin-bottom: 1em;
	text-align: left;
}
#profile p {
	font-size: 77%;
}

/*------------------------------------------------------------------------------
#extraarea
------------------------------------------------------------------------------*/
#extraarea {
	width: 180px;
	float: right;
	text-align: center;
	padding: 1px 0 0 0;
}
#extraarea .sidetitle, #extraarea h3 {
	background: url(shared/img/back_heading_sidearea.gif) no-repeat center top;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 107%;
	text-align: left;
	margin-bottom: 0.5em;
}

#extraarea h3 a {
	color: #FFFFFF;
}

#extraarea .box {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 1em;
	padding: 1px 0 0 0;
}

#extraarea .box ul {

}
#extraarea .box li, #extraarea .sidebody {
	font-size: 92%;
	line-height: 130%;
}
#extraarea .box li a, #extraarea .sidebody a {
	background: url(shared/img/bullet_colored.png) no-repeat 0px 6px;
	display: block;
	padding: 4px 0px 4px 14px;
	color: #333333;
	text-decoration: underline;
}
* html #extraarea .box li a, * html #extraarea .sidebody a {
	background: url(shared/img/bullet_colored.gif) no-repeat 0px 6px;
}
#extraarea .box a:hover, #extraarea .sidebody a:hover {
	text-decoration: none;
}


/*------------------------------------------------------------------------------
#footer
------------------------------------------------------------------------------*/
#footer, #mainfooter {
	background: #009900;
	width: 940px;
	padding: 10px;
	clear: both;
}
#footer p, #mainfooter p {
	color: #FFFFFF;
	margin: 0 0 0.5em 0;
}
#mainfooter address {
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
}
#footer a, #mainfooter a {
	color: #FFFFFF;
}
#mainfooter h3 {
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
}
#mainfooter h3 a {
	text-decoration:none;
}

/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */