@charset"euc-jp";


/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6, p, address,
table, th, td, img, form, map, strong
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5em;
	border: none;
	list-style-type: none;
}

hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   height: 1px; /* 高さ */
}

/* ---------------------------------------------------------
　テキストリンク
--------------------------------------------------------- */
a:link    { color: #0066FF; text-decoration: none; }
a:visited { color: #0066FF; text-decoration: none; }
a:hover   { color: #0066FF; text-decoration: underline; }
a:active  { color: #0066FF; text-decoration: underline; }

/* ---------------------------------------------------------
　floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
　画像
--------------------------------------------------------- */
img.rollover {
}


img.Lm{
	margin-left:0.5em;
	margin-bottom:0.5em;
	clear:both;
}

img.Rm{
	margin-right:0.5em;
	margin-bottom:0.5em;
	clear:both;

}


/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn:hover{
	position:relative;top:1px;left:1px;
}
a.btn:hover img{
	filter: alpha(opacity=80);
}


/* ---------------------------------------------------------
　レイアウトベース
--------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color:#ffffff;
	font-size:12px;
}


#wrapper {
	width:890px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	border:1em solid #ffffff;
}

/* ---------------------------------------------------------
　header
--------------------------------------------------------- */
#header {
	width:890px;
	background:url(../img/bg_header.jpg) repeat-x bottom;
	height: 115px;
	position: relative;
}

#logo{
	float:left;
	margin:15px 0 10px 20px;
}
.head_banner{
	float:right;
	margin-right:50px;
}

#header_menu{
margin-left:20px;
}

#header_menu a{
	margin:0px 0px 0 0;
}


#header li {
	float: left;
	color:gray;
	display:block;
	padding:0 9px;
	margin-right:-1px;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
}


/* ---------------------------------------------------------
　main
--------------------------------------------------------- */

#main {	background:url(../img2/bg_body.jpg) 0 0 repeat-y; clear:both; margin-top:20px;}

/* ---------------------------------------------------------
　secondary
--------------------------------------------------------- */
#secondary{
	float:left;
	width:212px;
}

/* ---------------------------------------------------------*/

.sokuhou{
background:url(../img/side_sokuhou_bottom.jpg) no-repeat bottom;
width:212px;
}

.sokuhou .sokuhou_top {
	background: url(../img/side_sokuhou_top.jpg) no-repeat left center;
	height: 28px;
	display: block;
}

.sokuhou .sokuhou_top a {
	display: block;
	float:right;
	padding-top: 8px;
	padding-right:8px;
	color: #3366ff;
}

.sokuhou ul{
	margin:7px 0 0 10px;
}

.sokuhou li {
	font-weight: bold;
}

.sokuhou .sokuhou_bottom img{
	margin:20px 0 5px 5px;
}

/* ---------------------------------------------------------*/

.side_ranking{
	background:url(../img/side_fx_wakeari.jpg) no-repeat;
	height:176px;
	margin:22px 0 30px 0;
}
.side_ranking ul{
	margin:15px 0 20px 45px;
}

.side_ranking li {
	margin-bottom: 5px;
	font-weight:bold;
}

.side_ranking div{
margin-right:5px;
}

.side_ranking .lg2{
	display: block;
	text-align:right;
	padding:45px 5px 0 0;
}

/* ---------------------------------------------------------*/

.side_bestplan{
	background:#ffffcd;
	line-height:1.3em;
	padding-top: 6px;
	text-align:center;
	width:204px;
}

.left_img_hikaku{
	margin:23px 0 6px;
}

#hikaku_start li{
	background:url(../img/check.jpg) 0 1px no-repeat;
	margin:5px 0 5px 0;

}

#hikaku_start li a{
	margin:0px 0 5px 20px;
}

#hikaku_bottom{
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}



/* ---------------------------------------------------------
　primary
--------------------------------------------------------- */

#primary {
	width:649px;
	float:right;
	clear:right;
}

/* ---------------------------------------------------------
　footer
--------------------------------------------------------- */

#footer {
	background: url(../img/fotter.jpg) no-repeat right center #eaeaea;
	height: 23px;
	width: 890px;
	clear: both;
	margin-top:30px;

}
#footer li {
	float: left;
}
#footer ul{
	margin:3px 0 0 8px;
}

/* ---------------------------------------------------------
　ul ol li dl dd dt
--------------------------------------------------------- */
.listf ul{
	width::100%;
	margin-left:10px;
}

.listf li{
	font-size: 108%;
/*	width: 33.3%;
	float: left;
	margin-bottom:10px;
	text-indent: 10px;
	list-style: disc inside;*/
	width: 30%;
	float: left;
	margin:0 0 10px 0;
	padding:0 0 0 17px;
	white-space:nowrap;
	list-style: none;
}
.listf li.new{
	
}




/* ---------------------------------------------------------
　table th tr td
--------------------------------------------------------- */

.sokuhou_table{
	background:url(../img/side_sokuhou_bottom.jpg);
	width:212px;
	height:54px;
}

/* --------------------------------------------------- */

.lined_table{
	border:1px solid #dddddd;
	border-collapse:collapse;
}

table.lined_table tr td, table.lined_table tr th{
	border:1px solid #dddddd;
	border-collapse:collapse;
	line-height:1em;
	padding:0.5em;
}

table.lined_table tr.odd td{
	background:#f2f2f2 !important;
}

table.lined_table tr th{
	font-weight:normal;
	background:#f9f6e3;
}

table.lined_table td.line{
	line-height:1.4;
}

/* --------------------------------------------------- */

.lined_table2{
	border-top:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	margin:10px auto 20px auto;
	width:550px;
}

table.lined_table2 tr td, table.lined_table2 tr th{
	border-bottom:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.2em 0.5em;

}

table.lined_table2 tr th{
	color:#333333;
	background-color:#eeeeee;
	text-align:center;
	
}


/* --------------------------------------------------- */

.lined_table3{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	width:99%;
	font-size:10px;
}

table.lined_table3 tr td, table.lined_table3 tr th{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;

}

table.lined_table3 tr th{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#386193;
	text-align:center;
}

/* --------------------------------------------------- */


.list_menu{
padding:5px;
margin:1em 0 1em 0;
text-align:center;
}

.list_menu a{
border:1px solid #dddddd;
padding:0 4px;
margin:0 5px;
}

.list_menu a:hover{
border:1px solid #57b3eb;
background:#57b3eb;
color:#ffffff;

}

.list_menu b{
border:1px solid #dddddd;
background:#dddddd;
padding:0 4px;
margin:0 5px;
}


/* --------------------------------------------------- */

#list_books{
}

#list_books li{
	clear:both;
}

#list_books li img{
margin-bottom:1em;
}
/* ----------glossary----------------------- */

.glossary {
	height:50px;
	color:#800000; 
	font-weight:bold;
	border-bottom:#CCCCCC solid 1px;
	vertical-align:bottom;
	font-size:16px;

}

.english{
	background:url(../img/english.gif) no-repeat center left;
	padding:0 0 0 70px;
	font-weight:bold;
	font-size:26px;
	color:#800000;
	margin: -10px 10px 10px;

}

.navi{
	background:#800000;
	padding:2px 8px;
	color:#FFFFFF;
	font-size:10px;
	letter-spacing:0.1em;

}




