/*++++++++++++++++++++++++++++++++++++++++++
タイトル
+++++++++++++++++++++++++++++++++++++++++++*/

#ttl{
	width:770px;
	height:401px;
	margin:5px 0 0 8px;
	padding:20px 0 0 20px;
	background:url(../img/ttl.jpg) no-repeat;
}

#ttl #logo{
	width:748px;
	height:auto;
	text-indent:-9999px;
}

#ttl p{ 
	width:450px;
	height:auto;
	font-size:10px;
	line-height:1.8em;
	color:#FFFFFF;
	margin-bottom:10px;
}

div > p:first-child{
	margin-bottom:10px;
}

/*++++++++++++++++++++++++++++++++++++++++++
発行元
+++++++++++++++++++++++++++++++++++++++++++*/

#d{
	clear:both;
	width:790px;
	height:16px;
	margin-left:8px;
	background:#f3cb44;
	text-align:right;
	line-height:1.4em;
	}		
	
#d dt{
	display:inline;
	font-size:10px;
	color:#000033;
	}		

#d dd{
	display:inline;
	font-size:10px;
	color:#000033;
	padding-right:5px;
	}	
	
/*++++++++++++++++++++++++++++++++++++++++++
ebook
+++++++++++++++++++++++++++++++++++++++++++*/
#contents_main{
	width:760px;
	height:auto;
	margin-left:23px;
	}

#contents_main h2{
	float:left;
	clear:left;
	width:570px;
	height:100px;
	background:url(../parts/sbttl01.gif) no-repeat;
	margin:12px 0 15px 0;
	text-indent:-9999px;
	}

#book{
	float:right;
	width:180px;
	height:115px;
	border:solid 1px #ebecec;
	margin:12px 0 0 0;
	text-align:center;
	}

#book ul{
	width:160px;
	height:auto;
	margin:10px 0 10px 0;
	}

#book ul{
	width:160px;
	height:auto;
	padding:0 10px 0 10px;
	}

#book .point{
	width:150px;
	height:auto;
	padding-left:10px;
	background:url(../parts/icon_triangle.gif) no-repeat 15px 2px;
	line-height:1.6em;
	}

#lead_1{
	clear:both;
	width:760px;
	height:auto;
	padding-bottom:15px;
	border-bottom:dotted 1px #666666;
	margin-bottom:15px;
	}

#lead_1 h3{
	width:440px;
	height:21px;
	background:url(../parts/sbttl02.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
	}

#lead_1 p{
	width:750px;
	height:auto;
	font-weight:bold;
	line-height:1.6em;
	padding-left:10px;
	}

#lead_1 p span{
	width:750px;
	height:auto;
	font-weight:normal;
	}


#lead_2{
	width:760px;
	height:auto;
	}

#lead_2 h3{
	width:330px;
	height:21px;
	background:url(../parts/sbttl03.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
	}



.lead_l{
	float:left;
	width:320px;
	height:auto;
	}

.text{
	padding-left:10px;
	line-height:1.6em;
	}


.lead_r{
	float:right;
	width:420px;
	height:auto;
	}



.table_ttl{
	display:block;
	float:left;
	width:92px;
	height:19px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../parts/bg_soukan.gif) no-repeat;
	margin-bottom:3px;
	text-indent:0.5em;
	line-height:1.6em;
	}

.table_txt{
	float:left;
	width:328px;
	height:19px;
	font-size:10px;
	background-color:#dcdddd;
	margin-bottom:3px;
	text-indent:0.5em;
	line-height:1.6em;
	}

.table_wide{
	width:328px;
	height:auto;
	background-color:#dcdddd;
	margin-left:92px;
	margin-bottom:3px;
	}

.table_txt_a{
	display:block;
	float:left;
	width:60px;
	height:19px;
	font-size:10px;
	background-color:#dcdddd;
	text-indent:0.5em;
	margin-bottom:3px;
	font-weight:bold;
	line-height:1.6em;
	}

.table_txt_b{
	display:block;
	width:268px;
	height:19px;
	float:left;
	font-size:10px;
	background-color:#dcdddd;
	margin-bottom:3px;
	line-height:1.6em;
	}

.table_txt_a_50{
	display:block;
	float:left;
	width:60px;
	height:50px;
	font-size:10px;
	background-color:#dcdddd;
	text-indent:0.5em;
	margin-bottom:3px;
	font-weight:bold;
	line-height:1.6em;
	}

.table_txt_b_50{
	display:block;
	width:268px;
	height:50px;
	float:left;
	font-size:10px;
	background-color:#dcdddd;
	margin-bottom:3px;
	line-height:1.6em;
	}

.table_txt_a_35{
	display:block;
	float:left;
	width:60px;
	height:35px;
	font-size:10px;
	background-color:#dcdddd;
	text-indent:0.5em;
	margin-bottom:3px;
	font-weight:bold;
	line-height:1.6em;
	}

.table_txt_b_35{
	display:block;
	width:268px;
	height:35px;
	float:left;
	font-size:10px;
	background-color:#dcdddd;
	margin-bottom:3px;
	line-height:1.6em;
	}



/*ここから*/
/*float clear*/
.lead_r:after,{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden
}
	
.lead_r{
	display:inline-block
}
	
/*float clear*/

/*IE float clear*/
* html .lead_r{
	 height:1%
}
	
.lead_r{
	display:block
}

/*IE float clear*/
/*ここまで*/


/*++++++++++++++++++++++++++++++++++++++++++
読者ターゲット
+++++++++++++++++++++++++++++++++++++++++++*/

#reader{
	clear:both;
	width:760px;
	height:auto;
	padding-top:20px;
	}

#reader h4{
	clear:both;
	width:330px;
	height:20px;
	background:url(../parts/sbttl04.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
	}

.reader_txt{
	padding-left:10px;
	line-height:1.7em;
	font-size:10px;
	}

.graph{
	display:inline;
	}







