@charset "utf-8";

/* common */
.inner{
	width:850px;
	margin:0 auto;
}
.clearfix{
	/zoom : 1;
}
.clearfix:after{
	content : '';
	display : block;
	clear : both;
}
td{
}
.td_r{
	padding-left:10px;
}
.td_l,.td_r{
	vertical-align:top;
	padding-bottom:5px;
}
.out{
	text-indent:-9999px;
}
.arrow{
	background:url(/img/common/arrow.gif) no-repeat left;
	padding-left:12px;
	font-size:10pt;
}
.circle{
	background:url(/img/common/circle.gif) no-repeat left center;
	padding-left:14px;
	color:#09c !important;
}
.ok{
	background:url(/img/common/ok.gif) no-repeat left center;
	padding-left:16px;
	color:#696;
}
.notice{
	margin:5px 0;
	padding:5px;
	border:1px dotted #ccc;
	background:#efe;
}
.err{
	background:#fee;
}
.trigger{
	text-indent:5px;
	background:url(/img/common/tgl_close.gif) no-repeat left center;
}
#pg_body .trigger.active{
	background:url(/img/common/tgl_open.gif) no-repeat left center;	
}
.trigger:hover{
	color:#68a7cd;
}
.toggle{
	padding-left:5px;
}
.ul_pi{
	background:url(/img/common/dot_pink.gif) repeat-x bottom;
}
.list{
	margin-left:10px;
}
.list dl{
	line-height:150%;
}
.list dt{
	clear:left;
	float:left;
}
.list dd{
	float:left;
	padding-left:10px;
}
.ulist{
	margin-left:10px;
}
.q{
	background:url(/img/common/q.gif) no-repeat;
	padding-left:16px;
}
/* body */

/* header */

#header{
	min-width: 850px;
	width: expression(document.body.clientWidth < 850? "850px" : "auto");
}
#header .inner{
	background:url(/img/header/header_bg.gif) no-repeat bottom center;
}
#header_l{
	float:left;
	margin:10px 0 0 5px;
}
#header_r{
	float:right;
}
#header_rt{
	margin-right:5px;
	float:right;
	text-align:right;
	height:20px;
	width:480px;
	margin:5px 0;
}
#header_rt a{
	margin-right:10px;
	line-height:20px;
	display:block;
	float:left;
}
/* Search */

#ajaxSearch_form{
/*	float:right;
*/	text-align:right;
	display:inline;
	margin-right:5px;
	height:18px;
}
#ajaxSearch_form fieldset{
	display:inline;
}
#ajaxSearch_input{
	vertical-align:middle;
	width:170px;
	height:16px;
	border:1px solid #ccc;
}
#ajaxSearch_submit{
	vertical-align:middle;
	width:50px;
	height:18px;
}

/* navi */

#header_rb{
	background:url(/img/header/header_bg1.gif) repeat-y right;
	padding-right:5px;
	margin-top:5px;
	clear:right;
	float:right;
}
#header_rb ul{
	width:484px;
}
#header_rb ul li{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	width:auto;
}
#header_rb ul li a{
	display:block;
	width:120px;
	height:40px;
}
#header_rb ul li a:link,#header_rb ul li a:visited{
	text-decoration:none;
}
#mn12 a{
	background:url(/img/navi/mn12.gif) no-repeat;
}
#mn13 a{
	background:url(/img/navi/mn13.gif) no-repeat;
}
#mn14 a{
	background:url(/img/navi/mn14.gif) no-repeat;
}
#mn15 a{
	background:url(/img/navi/mn15.gif) no-repeat;
}
#mn16 a{
	background:url(/img/navi/mn16.gif) no-repeat;
}

#mn12.active a , #mn13.active a , #mn14.active a , #mn15.active a , #mn16.active a{
	background-position:0 -40px;
}
#mn12 a:hover , #mn13 a:hover , #mn14 a:hover , #mn15 a:hover , #mn16 a:hover{
	background-position: 0 -80px;
}
#mn12.active a:hover , #mn13.active a:hover , #mn14.active a:hover , #mn15.active a:hover , #mn16.active a:hover{
	background-position:0 -120px;
}

/* flash */

#flash{
	clear:both;
	height:250px;
	min-width: 850px;
	width: expression(document.body.clientWidth < 850? "850px" : "auto");
}
#flash .inner{
	background:url(/img/index/flash_bg.gif) repeat-y;
}
#swf{
	width:840px;
	margin:0 5px;
}

/* contents */

#contents{
	background:url(/img/index/bg0r.gif) repeat-x #fff top center;
	min-width: 850px;
	width: expression(document.body.clientWidth < 850? "850px" : "auto");
}
#contents .inner{
	background:url(/img/common/cont_hd.gif) no-repeat center top;
	padding:10px 20px 0 20px;
	width:810px;
}
#contents_l_top{
	width:560px;
/*	margin-left:20px;
*/	float:left;
}
.box{
	margin:0 10px 10px 0;
	float:left;
}
.box_r{
	margin-right:0 !important;
	float:left;
}
.box img{
	width:180px;
	height:80px;
}

#topics{
	clear:both;
	line-height:150%;
}

#tb_topics a{
	background:url(/img/common/circle.gif) no-repeat left center;
	padding-left:14px;
	color:#09c !important;
}

#contents_r_top{
	float:right;
	width:230px;
/*	margin-right:20px;
*/	min-height: 300px;
	height: expression(document.body.clientWidth < 300? "300px" : "auto");
}

/* banner */
#banner_bg{
	background:url(/img/index/banner_bg.gif) repeat-y;
}
.banner{
	width:230px;
}
.inquiry2{
	background:url(/img/index/inquiry2.gif) no-repeat;
	height:40px;
	display:block;
	overflow:hidden;
}
.inquiry2:hover{
	background-position:0 -40px;
}
.bn_office{
}
.office_add{
	background:url(/img/index/office1.gif) no-repeat top;
	padding-right:10px;
	color:#999;
	text-align:right;
	line-height:120%;
}
.prbox{
	background-color:#ccc;
	padding:0 10px;
}
.prbox ,.prbox a{
	font-size:8pt;
	color:#fff;
}


/* footer */

#footer{
	border-top:1px solid #ccc;
	padding-top:10px;
	min-width: 850px;
	width: expression(document.body.clientWidth < 850? "850px" : "auto");
}
#footer_l{
	margin-left:5px;
	float:left;
}
#footer_l a{
	display:block;
	float:left;
	margin-right:10px;
}
#footer_r{
	text-align:right;
	color:#999;
	margin-right:5px;
	float:right;
}
.logo_ft{
	width:185px;
	height:30px;
}


@media print{
	.out,#header_rb ul li{
		text-indent:0px;
	}
}

