@charaset "UTF-8";
html{
	/*font-size: 62.5%;*/
	font-size: 65%;
}

body,div,
dl,dt,dd,ul,ol,li,
h1, h2, h3, h4, h5, h6,
pre,p,blockquote,th,td,fieldset,form

{
		margin: 0;
		padding: 0;
		border:0;
font-size:14px;font-size:1.4rem;		font-style:normal;
}


/*以下はリセットしない
input,textarea
*/

/*---------------------
　clearfix　
---------------------*/
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

/*---------------------
　全ページ　
---------------------*/
body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ sans-serif;
	background-image:url(../img/bg/body.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	width:100%;

}
/*sans-serif=プロポーショナル系ゴシック(ＭＳ Ｐゴシック、Osakaがデフォルト*/

a{text-decoration:none;color:forestgreen;}
a:hover{color:#ff0000;text-decoration:underline;}

#wrap{
	width:840px;
	background-color:#fff;
	margin:0px auto;
	box-shadow: 0px -4px 5px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -4px 5px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -4px 5px 4px rgba(0,0,0,0.2);
	}
#wrap img{border:0px;}

p{
font-size:14px;font-size:1.4rem;	color:#333;
	text-align:justify;
	text-justify:distribute;
	text-justify: inter-ideograph;
}

/*---------------------
　h1系2　
---------------------*/

#h1{
	width:840px;
	height:18px;
	background-color:#fff;
	border-top:solid 5px #1d4e9c;
	margin:0px auto 0px auto;
	float:left;
	padding:3px 0px 3px 0px;

}

#h1 h1{
		float:left;
		width:500px;
		margin-left:-500px;
		font-size:14px;
		font-size:1.4rem;
		color:steelblue;
		font-weight:normal;
}

#h1_cent{
		float:left;
		width:100px;
		margin-left:405px;
		display:inline;
		height:18px;
}


#h1_right{
		float:right;
		width:295px;
		margin-left:0px;
		text-align:right;
		font-size:12px;
		font-size:1.2rem;
}



/*---------------------
　header（logo）系　
---------------------*/
#header{
	clear:both;
	float:left;
	width:840px;
	height:80px;
	background-color:#fff;
	margin:0px auto 0px auto;
	position:relative;
	z-index:3;
	
}



#header_logo {
		width:315px;		
		position:absolute;
		top:0px;
		left:5px;
}

#header_ad{
		width:295px;/*サイズ変更するとIE6で改行される可能性あり*/
		position:absolute;
		right:10px;
}
#header_ad p{
	color:royalblue!important;
	margin-left:5px;
	padding-bottom:0px!important;
	font-size:12px;font-size:1.2rem;}
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0em!important;
  width: auto;
}
form.gsc-search-box {margin-bottom:0px!important;}

/*---------------------
　line_menu系　
---------------------*/
#line_menu{
	clear:both;
	width:840px;
	height:24px;
	background-image:url("../img/bg/line_menu.png");	
	margin:0px auto;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	vertical-align:middle;
	line-height:25px;
	line-height:2.5rem;
	z-index:3;
}
#line_menu a{
		color:#fff;
}
#line_menu a:hover{text-decoration:under-line;color:#FF0;}

/*---------------------
　navi系（現在ADS）
---------------------*/
#navi_neo{

	width:728px;
	background-color:#FFF;
	margin:16px auto;
	position:relative;
}

/*---------------------
　タブ下　
---------------------*/
div #tab_shita{
	height:30px;
	position:relative;
}

div #tab_shita{/height:35px;}/*--IE6,7--*/


#tab_shita p,#tab_shita ul{
	margin:5px 10px;
	line-height:30px;
	font-size:14px;
		font-size:1.4rem;
	color:#222;
}

#tab_shita ul li{
	list-style-type:none;
	margin-left:25px;
	height:20px;
	float:left;
}
/*--IE6バグ用--*/　
*html #tab_shita li{display:inline;}
div #tab_shita div{width:275px;font-size:14px;}
div #tab_shita .pre_p{position:absolute;left:2px;top:4px;text-align:left;}
div #tab_shita .nxt_p{position:absolute;right:2px;top:4px;text-align:right;}
div #tab_shita .tab_shita_cent{position:absolute;left:275px;top:6px;text-align:center;color:red;font-size:12px;}
div #tab_shita .tab_shita_cent a{color:red;}


/*---------------------
　骨格　
---------------------*/
#main{
/*background-color:#ffc;*/
width:460px;
margin-left:190px;
float:left;
display:inline;/*IEバグ対策*/
}

#left{
float:left;
width:170px;
/*background-color:#ffc;*/
margin-left:-640px;
}
#right{
float:left;
width:170px;
/*background-color:#ffc;*/
margin-left:15px;
display:inline;/*IEバグ対策*/
}

#footer{
clear:both;
width:840px;
height:27px;
background-color:#009;
}


/*---------------------
　フッターデザイン　
---------------------*/
div#footer {
margin:auto;
padding:auto;
font-size:12px;
		font-size:1.2rem;
color:#fff;
text-align:center;
line-height:27px;
}

#footer a{
			color:#fff;
			text-decoration:none;
}

#footer a:hover
			{
			color:yellow;
			text-decoration:underline;
			}

#footer img{
			vertical-align:middle;
			border:0px;
			
}

/*---------------------
 タブナビNEO 
--------------------- */
#tab_neo {
		float:left;
		width:840px;
		background:url("../img/tab/bg.png") repeat-x bottom;
		font-size:14px;
}
#tab_neo ul {
margin:0;
padding:0px 10px 0px;
list-style:none;
		
}
#tab_neo li {
      float:left;
      margin:0 0 0 7px;/*---タブ左のスペース--*/	  
      padding:0 0 0 15px;/*=A 左画像の幅と高さ調整*/	  
      border-bottom:2px solid #cc9;

      }
#tab_neo a {
		float:left;
		display:block;
		width:0.1rem;
		padding:11px 0px 5px 5px;/*ここでタブ内文字位置を調節 */
		text-decoration:none;
		font-weight:normal;
	font-size:14px;
		font-size:1.4rem;
      }
    #tab_neo > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tab_neo a {float:none;}
    /* End IE5-Mac hack */

	/*#tab_neo a:hover {
      color:#f00;
      }*/

/*------------------------------
　タブ下のラインありなし
（body_id と対応するタグidが一致した場合反転）
------------------------------*/

#intro #tab01{
		background-position:0 -150px;border-bottom:2px solid #ffc;
	}#o_testa #tab02{
		background-position:0 -150px;border-bottom:2px solid #ffc;
	}#n_testa #tab03{
		background-position:0 -150px;border-bottom:2px solid #ffc;
	}#kin_gen #tab04{
		background-position:0 -150px;border-bottom:2px solid #ffc;
	}#prin #tab05{
		background-position:0 -150px;border-bottom:2px solid #ffc;
	}#lnk #tab06{
		background-position:0 -150px;border-bottom:2px solid #ffc;
	}#bok #tab07{
		background-position:0 -150px;border-bottom:2px solid #ffc;
	}#intro #tab01 a{
		background-position:100% -150px;
		color: #f00;
	}#o_testa #tab02 a{
		background-position:100% -150px;
		color: #f00;
	}#n_testa #tab03 a{
		background-position:100% -150px;
		color: #f00;
	}#kin_gen #tab04 a{
		background-position:100% -150px;
		color: #f00;
	}#prin #tab05 a{
		background-position:100% -150px;
		color: #f00;
	}#lnk #tab06 a{
		background-position:100% -150px;
		color: #f00;
	}#bok #tab07 a{
		background-position:100% -150px;
		color: #f00;
	}
* html #nin #tab-nin a{background-position:100% -148px;}/*IE6*/

/*------------------------------
　マウスオーバでタブをUPする（IEはNG）
------------------------------*/

#tab_neo li:hover {
      	background-position:0% -150px;
	 	margin-top:-7px;  /*下のpadding-bottomとリンク*/
      }
		#tab_neo li:hover {margin-top/*\**/: 0px\9; } /* IE8 */
		*:first-child+html #tab_neo li:hover{margin-top:0px;} /*IE7*/
		* html #tab_neo li:hover{margin-top:0px;}/*IE6*/

#tab_neo li:hover a {
      background-position:100% -150px;
	  color:#F00;
	  padding:11px 0px 12px 5px;/*【重要】上のpadding-bottomの絶対値＋4px*/
      }
	  
		#tab_neo li:hover a {padding/*\**/: 11px\9 0px\9 5px\9 5px\9;} /* IE8 */ 
		*:first-child+html tab_neo li:hover a{padding:11px 0px 5px 5px;}/*IE7*/	
		* html #tab_neo li:hover a {padding:11px 0px 5px 5px;}/*IE6*/
/* タブのラインの色をカテゴリーごとに変える→NG印象がよくない
    #nin #tab_neo li{border-bottom:solid 2px #039!important;}
	#nin #tab_neo li#tab-nin{border-bottom:solid 2px #ffc!important;}
	#nin #tab_neo{background:url("http://www.kousotu.com/img/tab/nin.png") repeat-x bottom;}
	*/
    

	
/*------タブUPここまで------------------------*/
#tab01{width:80px;}* html li#tab01 {width:77px;}#tab02{width:90px;}* html li#tab02 {width:87px;}#tab03{width:90px;}* html li#tab03 {width:87px;}#tab04{width:90px;}* html li#tab04 {width:87px;}#tab05{width:105px;}* html li#tab05 {width:102px;}#tab06{width:105px;}* html li#tab06 {width:102px;}#tab07{width:103px;}* html li#tab07 {width:100px;}li#tab01{margin-left:0px;}
* html li#tab01{display:inline;}


li#tab01 a,li#tab01,
li#tab02 a,
li#tab03 a
{background:url("http://www.lets-bible.com/img/tab/right_both_nin.png") no-repeat right top;color:#009;}

* html li#tab01 a{
	display:inline;
	line-height:32px;
	padding-right:15px;
	background:url("http://www.lets-bible.com/img/tab/right_both_nin.png") no-repeat right 2px;
	}
li#tab01,
li#tab02,
li#tab03
{background:url("http://www.lets-bible.com/img/tab/left_both_nin.png") no-repeat left top;}

li#tab04 a{background:url("http://www.lets-bible.com/img/tab/right_both_tsn.png") no-repeat right top;
color:forestgreen;}
li#tab04 {background:url("http://www.lets-bible.com/img/tab/left_both_tsn.png") no-repeat left top;}

li#tab05 a{background:url("http://www.lets-bible.com/img/tab/right_both_sup.png") no-repeat right top;
color:chocolate;}
li#tab05 {background:url("http://www.lets-bible.com/img/tab/left_both_sup.png") no-repeat left top;}

li#tab06 a{background:url("http://www.lets-bible.com/img/tab/right_both_jyu.png") no-repeat right top;
color:firebrick;}
li#tab06 {background:url("http://www.lets-bible.com/img/tab/left_both_jyu.png") no-repeat left top;}

li#tab07 a{background:url("http://www.lets-bible.com/img/tab/right_both_scl.png") no-repeat right top;
color:orangered;}
li#tab07 {background:url("http://www.lets-bible.com/img/tab/left_both_scl.png") no-repeat left top;}

/*---------------------
　タブ下
---------------------*/
#tab_shita{
		width:820px;
		height:auto;
		margin:0px auto 10px auto;
		background-color:#ffc;
		clear:both;
		/*background-image:url(../img/bg_tab_shita.png);*/
}
#tab_shita .pre_p span{font-size:10px;font-size:1rem;}
#tab_shita .nxt_p span{font-size:10px;font-size:1rem;}
/*---------------------
　メニュー系　
---------------------*/
.menu{
	width:165px;
	margin-bottom:20px;
}
.menu_title{
	border-left:solid 0.4em #009;
	border-bottom:dashed 1px #009;
	color:#009;
	padding-left:0.5em;
	font-size:14px;
	font-size:1.4rem;
	height:24px;
	line-height:24px;
	}
.menu_title span{font-size:12px;font-size:1.2rem;}

.menu_con li{
	list-style-type: none;
	letter-spacing:-0.1px;
	overflow:hidden;
}
.menu_con li a span{
	font-size:10px;font-size:1rem;}
.menu_con a{
	color:#009;
	padding-left:14px;
	font-size:12px;
	font-size:1.2rem;
	margin:0px 0px 0px 3px;
	border-bottom:dashed 1px #000099;
	display:block;
	text-decoration:none;
	background-image:url(../img/list/blu.png);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	height:24px;
	line-height:24px;
	}

div.menu .menu_con li a:hover{
	color:#f00;
	background-color:#ffc;
	background-image:url(../img/list/red.png);	
	}

/*---------------------
　リンクアイコン付加　
---------------------*/
.exlnk {
background-image: url(http://www.lets-bible.com/img/icn/exwin.gif);
background-position: 95% 0px;
background-repeat: no-repeat;
padding-right:25px;
}
/*---------------------
　waku_waku 初期設定
---------------------*/
.waku_waku{background-color:steelblue;}
