@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}	

body{
	background-color:#fff;
	margin: 0px;
	text-align:center;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family:"Verdana", "Arial";*/
	/*	font-family: "ＭＳ Ｐゴシック" , "Osaka";*/
	color:#333;
	font-size:12px;
	line-height:18px;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	font-size:12px;
	line-height:18px;
	}
	
.note{
	padding-left:12px;
	text-indent:-12px;
	}
	
.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}		

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}

.leftImg{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
	}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 5px 10px;
	}

.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

/* === 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 */


.alignRight{
	text-align:right;
	}
	
.alignLeft{
	text-align:left;
	}	

.alignCenter{
	text-align:center;
	}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
	}

/* ====common header====*/
#logo{
	float:left;
	display:inline;
	margin:12px 0 0 0;
	}

h1{
	float:left;
	display:inline;
	margin:49px 0 0 10px;
	padding:0;
	font-size:10px;
	line-height:14px;
	}

h2{
	margin:0 0 15px 0;
	}

h3{
	display:block;
	}
	
h3.txt{
	border-bottom:3px solid #7f7f7f;
	padding-bottom:3px;
	font-weight:bold;
	font-size:16px;
	}
	
h3.marg{
	margin-bottom:15px;
	}	
	
.detailArea h3{
	font-weight:bold;
	font-size:18px;
	margin:7px 0;
	}

h4{}
h5{}
h6{}


/* ====text==== */
strong{
	font-weight:bold;
	color:#db0000;
	}

em{
	font-weight:bold;
	}

p{
	margin:0 0 15px 0;
	}
	
.noMarg{
	margin-bottom:0 ! important;
	}

.moreMarg{
	margin-bottom:25px ! important;
	}
	
.BigMarg{
	margin-bottom:50px ! important;
	}

.miniMarg{
	margin-bottom:5px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}
	
.att{
	color:#db0000;
	font-weight:bold;
	padding-left:5px;
	}
	
.attTxt{
	color:#db0000;
	}	

/* ====Form==== */
input{
	font-size:12px;
	padding:0;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}

select option{
	padding:0 8px 0 0;
	}

* html select option{
	padding-right:0;
	_padding-right:15px;
	}

label{
	cursor: pointer;
	}

/* ====test tool==== */
/*div { border:1px red dashed; }*/


/* Base Link
------------------------------------------------------------------*/
a{
	color:#999933;
	}
	
a:hover{
	text-decoration:none; 
	color:#999933;
	}


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align:left;
	margin:0px auto;
	width:860px;
	}
	
#headerBg{
	background:url(../_img/master/header_bg.gif) repeat-x;
	text-align:center;
	width:100%;
	margin:0 0 7px 0;
	}	

#header{	
	width:860px;
	margin:0 auto;
	text-align:left;
	}
	
#header .headerMenu{
	float:right;
	display:inline;
	width:400px;
	}
	
#header .headerMenu p{
	float:right;
	display:inline;
	margin:13px 5px 0 0;
	}
	
#header .headerMenu p.small a{
	background:url(../_img/master/fontsize_btn_small.gif) no-repeat;
	display:block;
	width:16px;
	height:16px;
	font-size:1px;
	text-indent:-999999px;
	overflow:hidden;
	}
	
#header .headerMenu p.middle a{
	background:url(../_img/master/fontsize_btn_middle_on.gif) no-repeat;
	display:block;
	width:16px;
	height:16px;
	font-size:1px;
	text-indent:-999999px;
	overflow:hidden;
	}		
	
#header .headerMenu p.large a{
	background:url(../_img/master/fontsize_btn_large.gif) no-repeat;
	display:block;
	width:16px;
	height:16px;
	font-size:1px;
	text-indent:-999999px;
	overflow:hidden;
	}
	
#header .headerMenu p.small a:hover{
	background:url(../_img/master/fontsize_btn_small_on.gif) no-repeat;
	}
	
#header .headerMenu p.middle a:hover{
	background:url(../_img/master/fontsize_btn_middle_on.gif) no-repeat;
	}		
	
#header .headerMenu p.large a:hover{
	background:url(../_img/master/fontsize_btn_large_on.gif) no-repeat;
	}		
	
#header .headerMenu ul.headerNavi{
	float:right;
	display:inline;
	margin:0 0 8px 0;
	}
	
#header .headerMenu ul.headerNavi li{
	float:left;
	display:inline;
	list-style:none;
	padding:0;
	line-height:0;
	}

#header .headerMenu ul.headerNavi li a{
	height:32px;
	display:block;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	}

#header .headerMenu ul.headerNavi li#headerNavi01 a{background:url(../_img/master/header_btn_contact.gif) no-repeat left top;width:146px;}
#header .headerMenu ul.headerNavi li#headerNavi02 a{background:url(../_img/master/header_btn_material.gif) no-repeat left top;width:124px;}

#header .headerMenu ul.headerNavi li a:hover{
	background-position:left -32px ! important;
	}

#header .headerMenu .search{
	float:right;
	display:inline;
	width:280px;
	}
	
#header .headerMenu .search img{
	float:left;
	display:inline;
	margin:0 3px 0 0;
	}	
	
#header .headerMenu .search input{
	float:left;
	display:inline;
	margin:0 0 0 3px;
	}
	
#header .headerMenu .search input.serchBox{
	width:160px;
	height:16px;
	padding:0;
	}
	
#header .headerMenu p.txtMenu{
	float:right;
	display:inline;
	background:url(../_img/master/acs01.gif) no-repeat left center;
	padding:0 0 0 10px;
	margin:0 0 0 5px;
	}
	
#header .headerMenu p.txtMenu a{
	color:#333;
	}									

#wrapper{
	width:860px;
	background:url(../_img/master/wrapper_bg.gif) repeat-y;
	}
	
#mainBody{
	float:left;
	display:inline;
	width:630px;
	}
	
#mainBody .indent{
	margin:11px;
	width:608px;
	}
	
#mainBody .indent .indent{
	margin:11px;
	width:586px;
	}
	
#mainBody .indent .indent .inIndent{
	margin:0 11px 25px 11px;
	width:564px;
	}

.pageSpace{
	margin-bottom:300px;
	}		

#mainVisual{}
.indent{}

#footer ul{
	border-top:3px solid #b4c11a;
	padding:12px 0 0 0;
	}
	
#footer li{
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding:0 5px;
	list-style:none;
	float:left;
	display:inline;
	margin:0 0 8px -1px;
	font-size:10px;
	line-height:10px;
	}
	
#footer li a{
	color:#333;
	}
	
#footer .copyright{
	background:url(../_img/master/footer_bg.gif) no-repeat;
	height:29px;
	width:860px;
	text-align:center;
	margin:5px 0 0 0;
	}
	
#footer .copyright span{
	font-size:10px;
	color:#666;
	padding:6px 0 0 0;
	display:block;
	}				


/* Global Navi
------------------------------------------------------------------*/
#globalNavi{
	width:860px;
	margin:0 auto;
	height:34px;
	}

#globalNavi ul{
	margin:0 0 3px 0;
	padding:0 0 0 0;
	width:860px;
	height:28px;
	background:url(../_img/master/navi_bg.gif) no-repeat right;
	border-bottom:1px solid #b4c11a;
	}

#globalNavi ul li{
	list-style:none;
	float:left;
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:0;
	font-size:0;
	height:28px;
	}

#globalNavi ul li a{
	display:block;
	height:28px;
	text-indent:-99999px;
	}

#globalNavi ul li#navi01 a{
	background:url(../_img/master/navi01.gif) no-repeat;
	width:101px;
	}

#globalNavi ul li#navi02 a{
	background:url(../_img/master/navi02.gif) no-repeat;
	width:72px;
	}

#globalNavi ul li#navi03 a{
	background:url(../_img/master/navi03.gif) no-repeat;
	width:148px;
	}

#globalNavi ul li#navi04 a{
	background:url(../_img/master/navi04.gif) no-repeat;
	width:72px;
	}
	
#globalNavi ul li#navi05 a{
	background:url(../_img/master/navi05.gif) no-repeat;
	width:70px;
	}



#globalNavi ul li a:hover,
#globalNavi ul li.now a{
	background-position:left -28px ! important;
	}



#globalNavi ul li img{
	display:block;
	}


/* Side Menu
------------------------------------------------------------------*/
#sideMenu{
	float:right;
	display:inline;
	width:210px;
	}
	
#sideMenu .box01{
	background:url(../_img/master/sidebox_bg.gif) repeat-y;
	width:210px;
	}
	
#sideMenu .box01 p.supTxt{
	background:#e0e0e0;
	width:208px;
	margin:0 1px 10px 1px;
	text-align:right;
	}
	
#sideMenu .box01 p.supTxt span{
	margin-right:5px;
	color:#666666;
	font-size:10px;
	}
	
#sideMenu .box02{
	background:url(../_img/master/sidebox2_bg.gif) repeat-y;
	width:210px;
	}	
	
#sideMenu .indent{
	margin:5px 12px;
	width:186px;
	}
	
#sideMenu ul.ranking{
	}
	
#sideMenu ul.ranking li{
	background-position:0 7px;
	background-repeat:no-repeat;
	padding:3px 0 3px 30px;
	list-style:none;
	}
	
#sideMenu ul.ranking li a{
	color:#333;
	line-height:14px;
	}	
	
#sideMenu ul.ranking li.rank1{
	background-image:url(../_img/master/side_ranking01.gif);
	}
	
#sideMenu ul.ranking li.rank2{
	background-image:url(../_img/master/side_ranking02.gif);
	}
	
#sideMenu ul.ranking li.rank3{
	background-image:url(../_img/master/side_ranking03.gif);
	}
	
#sideMenu ul.ranking li.rank4{
	background-image:url(../_img/master/side_ranking04.gif);
	}
	
#sideMenu ul.ranking li.rank5{
	background-image:url(../_img/master/side_ranking05.gif);
	}
	
#sideMenu ul.ranking li.rank6{
	background-image:url(../_img/master/side_ranking06.gif);
	}	
	
#sideMenu ul.ranking li.rank7{
	background-image:url(../_img/master/side_ranking07.gif);
	}	
	
#sideMenu ul.ranking li.rank8{
	background-image:url(../_img/master/side_ranking08.gif);
	}
	
#sideMenu ul.ranking li.rank9{
	background-image:url(../_img/master/side_ranking09.gif);
	}
	
#sideMenu ul.ranking li.rank10{
	background-image:url(../_img/master/side_ranking10.gif);
	}				
	
#sideMenu ul.tel{
	margin-bottom:7px;
	}
	
#sideMenu ul.tel li{
	background:url(../_img/master/acs02.gif) no-repeat left center;
	padding:0 0 0 8px;
	list-style:none;
	}
	
#sideMenu ul.tel li strong{
	color:#333;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	margin-left:8px;
	}
	
#sideMenu ul.btns{
	margin-bottom:7px;
	}	
	
#sideMenu ul.btns li{
	list-style:none;
	padding:0;
	line-height:0px;
	margin-bottom:5px;
	}
	
#sideMenu p.address{
	background:url(../_img/master/dotline01.gif) repeat-x left top;
	padding:7px 0 0 0;
	margin:0 0 5px 0;
	font-size:10px;
	line-height:12px;
	}
	
#sideMenu ul.pageMenu{
	margin:0 5px;
	}	
	
#sideMenu ul.pageMenu li{
	background-image:url(../_img/master/acs04.gif);
	background-position:0 11px;
	background-repeat:no-repeat;
	padding:6px 0 6px 15px;
	list-style:none;
	}

#sideMenu ul.pageMenu li a{
	color:#333;
	}
	
#sideMenu ul.pageMenu ul.unk{
	margin:0 5px 0 15px;
	display:none;
	}	
	
#sideMenu ul.pageMenu ul.unk li{
	background-image:url(../_img/master/acs05.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	padding:0px 0 6px 10px;
	list-style:none;
	line-height:14px;
	}
	
#sideMenu ul.pageMenu ul.unk li a{
	color:#333;
	}				
	
	
.sideList{
	background:url(../_img/side_list_02_bg.gif) repeat-y;
	margin:0 0 8px 0;
	}									

/* Common parts
------------------------------------------------------------------*/
.pMenu{
	margin:0 0 5px 10px;
	}
	
.pMenu a{
	color:#333;
	}
	
.pageTop{
	text-align:right;
	margin:20px 0 3px 0;
	font-size:10px;
	}
	
.pageTop a{
	color:#666;
	}
	
p.introTxt{
	margin:0 20px 15px 20px;
	}
	
.inBox{
	background:url(../_img/master/inbox_bg.gif) repeat-y;
	width:608px;
	margin-bottom:20px;
	}
	
.inBox2{
	background:url(../_img/master/inbox2_bg.gif) repeat-y;
	width:608px;
	margin-bottom:10px;
	}
	
.inBox2 .box{
	background:url(../_img/master/inbox2_box_bg.gif) repeat-y;
	width:596px;
	margin:6px;
	}
	
.inBox2 .box .boxIndent{
	margin:10px 37px;
	width:522px;
	}
	
.contactArea{
	width:590px;
	background:#f5f5f5;
	margin:0 9px;
	}

.contactArea .conIndent{
	width:560px;
	margin:0 15px;
	}
	
.contactArea .conIndent p{
	width:275px;
	margin:15px 0;
	}
	
.contactArea .conIndent p img{
	margin-bottom:5px;
	}
	
ul.normal{
	}
	
ul.normal li{
	list-style:none;
	}

.btnArea{
	text-align:center;
	background:url(../_img/master/dotline02.gif) repeat-x left top;
	padding:20px 0;
	}
	
.btnArea img{
	margin:0 15px;
	}
	
.arrowLink{
	background:url(../_img/master/acs03.gif) no-repeat left center;
	padding:0 0 0 20px;
	}					
	
.errorArea{
	margin:0 50px;
	text-align:left;
	}	
	
.errorArea ul.error{
	margin:0 0 20px 15px;
	}
	
.errorArea ul.error li{
	text-align:left;
	}	



table.basicTable{
	width:100%;
	border-collapse:collapse;
	border:1px solid #828B3D;
	border-spacing:0;
	empty-cells:show;
	margin:0 0 15px 0;
	}
	

#table_qa{
	margin-top:30px;
	padding:5px;
	border:1px solid #CCCCCC;
	}

#table_qa th{
	background-color:#adb921;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	}
	
#table_qa td.morePad{
	padding:14px 0 12px 5px;
	}	
	
#table_qa td{
	padding:5px;
	}
	
#table_qa span{
	background:url(../personal/img/qa_point.gif) no-repeat left center;
	font-weight:bold;
	padding:0 0 0 10px;
	}	
	
#table_qa .table_line{
	background:url(../personal/img/line01.gif) repeat-x left bottom;
	}	
#table_qa span.marg{
	background:none;
	font-weight:normal;
	padding-left:25px;
}	

table.basicTable th,

table.basicTable td{
	padding:4px;
	border:1px solid #828B3D;
	}
	

table.basicTable th{
	background-color:#f9fbe8;
	width:168px;
	}

table.basicTable th.max{
	background-color:#f9fbe8;
	width:100% ! important;
	}

table.basicTable td.other{
	padding:10px 5px;
	}	


table.basicTable table.genreTable{
	margin:0 0 0 0;
	width:100%;
	}
	

table.basicTable table.genreTable th{
	background:#8e5b2c;
	color:#fff;
	}	


table.basicTable table.genreTable th,

table.basicTable table.genreTable td{
	border:none;
	font-size:12px;
	padding:2px 5px;
	}
	

table.basicTable table.genreTable td.space{
	padding:0;
	height:10px;
	}

/* index 
------------------------------------------------------------------*/

.top #wrapper{
	width:860px;
	background:none;
	}

.top #wrapperBottom{
	display:none;
	}

.top #globalNavi{
	width:860px;
	height:30px;
	margin:0 auto -1px auto;
	}

.top #globalNavi ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:860px;
	height:28px;
	background:url(../_img/master/navi_bg.gif) no-repeat right;
	border-bottom:1px solid #b4c11a;
	}

	
	

#topFlash{
	margin:0 0 0 0;
	padding:0;
	}


.top #content{
	border:1px solid #c5c5c5;
	background:#fff;
	margin:0 0 15px 0;
	}

.top #content #contentBox{
	background:url(../_img/content_box_bg.gif) repeat-y;
	width:846px;
	margin:10px 0 10px 7px;
	}

.top #content #contentBox a,
.top #content #contentBox a:hover{
	color:#000000;
	}

/* === clearfix ==*/
.top #content #contentBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.top #content #contentBox{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .top #content #contentBox{height: 1%;}
.top #content #contentBox{display: block;}
/* End hide from IE-mac */

.top #content #contentBox .content{
	float:left;
	display:inline;
	margin:0 0 0 0;
	}

.top #content #contentBox #content01 h2{
	margin:0 0 5px 0;
	background:url(../_img/content_title01.gif) no-repeat left center;
	width:283px;
	height:42px;
	overflow:hidden;
	text-indent:-99999px;
	}

.top #content #contentBox #content02 h2{
	margin:0 0 5px 0;
	background:url(../_img/content_title02.gif) no-repeat left center;
	width:280px;
	height:42px;
	overflow:hidden;
	text-indent:-99999px;
	}

.top #content #contentBox #content03 h2{
	margin:0 0 5px 0;
	background:url(../_img/content_title03.gif) no-repeat left center;
	width:283px;
	height:42px;
	overflow:hidden;
	text-indent:-99999px;
	}

.top #content #contentBox .content h2 img{

	}



.top #content #contentBox .content ul{
	margin:0 0 10px 20px;
	}

.top #content #contentBox .content ul li{
	list-style:none;
	background:url(../_img/master/acs04.gif) no-repeat left center;
	padding:0 0 0 12px;
	margin:0 0 2px 0;
	}

.top #content #content01{
	width:283px;
	}

.top #content #content02{
	width:280px;
	}

.top #content #content03{
	width:283px;
	}

.top .newBook{
	padding:0 0 20px 0;
	position:relative;
	}

/* === clearfix ==*/
.top .newBook:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.top .newBook{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .top .newBook{height: 1%;}
.top .newBook{display: block;}
/* End hide from IE-mac */

.top .newBook h2{
	padding:0;
	overflow:hidden;
	text-indent:-99999px;
	background:url(../_img/book_title.gif) no-repeat;
	height:24px;
	width:630px;
	}



.top .newBook .rss{
	margin:0px 0 20px 50px;
	position:absolute;
	top:1px;
	}

.top .newBook .bntAll{
	margin:0px 0 0px 0;
	right:0;
	top:1px;
	position:absolute;
	width:62px;
	}

.top .books{
	margin-right:-6px;
	width:636px;
	margin-bottom:10px;
	background:url(../_img/new_book_bg.gif) repeat-y;
	}

.top .booksOut{
	margin-right:-6px;
	width:636px;	
	}

.top .books .book{
	width:206px;
	float:left;
	display:inline;
	margin:0 6px 0px 0;
	}

/* === clearfix ==*/
.top .books .book:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.top .books .book{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .top .books .book{height: 1%;}
.top .books .book{display: block;}
/* End hide from IE-mac */


.top .books .book .photo{
	float:left;
	display:inline;
	margin:10px 5px 0px 10px;
	}

.top .books .book .txt{
	float:left;
	display:inline;
	width:103px;
	}

.top .books .book .txt .title{
	color:#999933;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	margin:5px 0 3px 0;
	}

.top .books .book .txt .title a{
	color:#999933;
	font-weight:bold;
	text-decoration:none;
	}
	
.top .books .book .txt .title a:hover{
	color:#999933;
	font-weight:bold;
	text-decoration:underline;
	}

.top .books .book .txt .bodyTxt{
	font-size:10px;
	line-height:14px;
	margin:0 0 0 0;
	}

.top .books .book .txt .by{
	font-size:10px;
	line-height:14px;
	margin:0 0 0 0;
	font-weight:bold;
	}

.top .books .book .txt .infotTxt{
	margin:0 0 5px 0;
	}

.top #bookLinks{
	border-top:2px solid #adadad;
	font-size:12px;
	}

.top #bookLinks div{
	background:url(../_img/bottom_line.gif) no-repeat left top;
	height:26px;
	padding:0 0 0 1px;
	width:386px;
	_width:387px;
	float:right;
	display:inline;
	}

.top #bookLinks p{
	float:left;
	display:inline;
	width:146px;
	padding:0px 0 0px 0;
	line-height:26px;
	background:#d8d8d8 url(../_img/bottom_line.gif) no-repeat right top;
	}

.top #bookLinks p.l1,
.top #bookLinks p.l2{
	width:120px;
	}

.top #bookLinks p span{
	background:url(../_img/acs01.gif) no-repeat left center;
	padding:block;
	padding:0 0 0 15px;
	margin:0 0 0 5px;
	}

.top #bookLinks p span a{
	color:#666666;
	text-decoration:none;
	}

.top #bookLinks p span a:hover{
	color:#666666;
	text-decoration:underline;
	}

.top #news{

	}

.top #news .news{
	margin:0 0 0px 0;
	width:630px;
	}

.top #news .news .title{
	width:630px;
	padding:0 0 5px 0;
	color:#333333;
	font-size:12px;
	line-height:18px;
	}

.top #news .news .title span{
	font-weight:bold;
	padding:0 0 0 10px;
	}


.top #news .news#news01 .title{background:url(../_img/new_line01.gif) no-repeat left bottom;}
.top #news .news#news02 .title{background:url(../_img/new_line02.gif) no-repeat left bottom;}
.top #news .news#news03 .title{background:url(../_img/new_line03.gif) no-repeat left bottom;}

.top #news .news#news01 .title span{background:url(../_img/acs02.gif) no-repeat left 5px;}
.top #news .news#news02 .title span{background:url(../_img/acs03.gif) no-repeat left 5px;}
.top #news .news#news03 .title span{background:url(../_img/acs04.gif) no-repeat left 5px;}


.top #news .news .title img{
	vertical-align:middle;
	margin:0 0 2px 0
	}

.top #news .news .more{
	text-align:right;
	margin:-40px 0 20px 0;
	}

.top #news .news ul{
	margin:0 0 25px 0px;
	}

.top #news .news ul li{
	list-style:none;
	margin:0 0 3px 0;
	}

/* === clearfix ==*/
.top #news .news ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.top #news .news ul li{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .top #news .news ul li{height: 1%;}
.top #news .news ul li{display: block;}
/* End hide from IE-mac */

.top #news .news ul li .date{
	float:left;
	display:inline;
	width:75px;
	font-weight:bold;
	color:#999933;
	}

.top #news .news ul li .txt{
	float:left;
	display:inline;
	width:535px;
	}

.top #news .news ul li .txt a{
	color:#333333;
	text-decoration:none;
	}

.top #news .news ul li .txt a:hover{
	color:#333333;
	text-decoration:underline;
	}


.top #sideMenu #pickUp h2,
.products #sideMenu #pickUp h2{
	margin:0 0 5px 0;
	background:url(../_img/side_pick_title.gif) no-repeat left center;
	width:211px;	
	height:28px;
	overflow:hidden;
	text-indent:-99999px;
	}

.top #pickUp .book,
.products #pickUp .book{
	display:none;
	}


.top #pickUp .book .photo,
.products #pickUp .book .photo{
	float:left;
	display:inline;
	margin:0px 5px 10px 0px;
	}
	
.top #pickUp .book .photo img,
.products #pickUp .book .photo img{
	border:1px solid #c5c5c5;
	}	

.top #pickUp .book .txt,
.products #pickUp .book .txt{
	float:left;
	display:inline;
	width:113px;
	}

.top #pickUp .book .txt h3,
.products #pickUp .book .txt h3{
color:#999933;
font-size:12px;
line-height:18px;
font-weight:bold;
margin:0px 0 0px 0;
}

.top #pickUp .book .txt h3 a,
.products #pickUp .book .txt h3 a{
color:#999933;
font-weight:bold;
text-decoration:none;
}

.top #pickUp .book .txt h3 a:hover,
.products #pickUp .book .txt h3 a:hover{
color:#999933;
font-weight:bold;
text-decoration:underline;
}

.top #pickUp .book .txt .bodyTxt,
.products #pickUp .book .txt .bodyTxt{
margin:0 0 0 0;
}

.top #pickUp .book .txt .by,
.products #pickUp .book .txt .by{
font-size:10px;
line-height:14px;
margin:0 0 0 0;
font-weight:bold;
}

.top #pickUp .book .txt strong,
.products #pickUp .book .txt strong{
color:#cc0000;
}

.top #pickUp #namCnt,
.products #pickUp #namCnt{
background:#ededed url(../_img/pick_line.gif) repeat-x left top;
padding:3px 0 1px 0;
margin:0 0 10px 0;
}


/* === clearfix ==*/
.top #pickUp #namCnt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.top #pickUp #namCnt{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .top #pickUp #namCnt{height: 1%;}
.top #pickUp #namCnt{display: block;}
/* End hide from IE-mac */



/* === clearfix ==*/
.products #pickUp #namCnt:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.products #pickUp #namCnt{
display: inline-block;
}

/* Hides from IE-mac \*/
* html .products #pickUp #namCnt{height: 1%;}
.products #pickUp #namCnt{display: block;}
/* End hide from IE-mac */


.top #pickUp #namCnt p,
.products #pickUp #namCnt p{
	margin:0 1px 0 0;
	line-height:20px;
	width:20px;
	text-align:center;
	background:#acacac;
	float:left;
	display:inline;
	}

.top #pickUp #namCnt p a,
.products #pickUp #namCnt p a{
color:#fff;
font-weight:bold;
text-decoration:none;
}

.top #pickUp #namCnt p a:hover,
.products #pickUp #namCnt p a:hover{
color:#fff;
font-weight:bold;
text-decoration:underline;
}



.top #sideMenu .box{
	border:1px solid #999999;
	background:url(../_img/side_box_bg.gif) no-repeat;
	padding:9px;
	margin:0 0 10px 0;
	}

.top #sideMenu .box ul{
	margin:0 0 -3px 0;
	}
	
.top #sideMenu .box ul li{
	margin:0 0 3px 0;
	list-style:none;
	line-height:0;
	font-size:0;
	}

.top #sideMenu .box ul li img{
	display:block;
	}

.top #sideMenu #banners{
	margin:0 0 10px 0;
	line-height:0;
	font-size:0;
	}

.top #sideMenu #banners img{
	margin:0 0 5px 0;
	}
	
.topLineT{
	border-top:#999 solid 1px;
	}

.ListT{
	list-style:none;
	padding:2px 15px;
	}

.ListT li{
	background:url(../_img/master/acs04.gif) no-repeat left 6px;
	padding:0px 0px 2px 15px;
	}
	
.ListT a{
	color:#333333;
	}	

.ListTtit{
	background:url(../_img/side_list_02_tit.gif) no-repeat;
	padding:6px 5px 2px 15px;
	font-weight:bold;
	font-size:14px;
	color:#434242;
	}

.ListTtitbg{
	background:url(../_img/side_list_02_tit_bg.gif) repeat-y;
	}

.top #sideMenu #qr{
	background:#f2f2f2;
	width:210px;
	padding:0 0 5px 0;
	}

/* === clearfix ==*/
.top #sideMenu #qr:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.top #sideMenu #qr{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .top #sideMenu #qr{height: 1%;}
.top #sideMenu #qr{display: block;}
/* End hide from IE-mac */

.top #sideMenu #qr img{
	float:left;
	display:inline;
	margin:5px 0 0 5px;
	}

.top #sideMenu #qr p{
	font-size:10px;
	line-height:12px;
	margin:5px 0 0 5px;
	float:left;
	display:inline;
	width:120px;
	}

#lastTxt{
	margin:20px 0 10px 0;
	border:1px solid #ddd;
	padding:10px;
	background-color:#f6f6f6;
	}
