@charset "UTF-8";

/* ======== common ======== */

/* clearfix */
.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
line-height: 0;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* for macIE ¥*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end of for macIE */

/* -------- text -------- */

.txt12{
	font-size:12px;
	line-height:180%;
}
.txtSmallXX{
	font-size:50%;
	line-height:180%;
}
.txtSmallX{
	font-size:60%;
	line-height:180%;
}
.txtSmall{
	font-size:65%;
	line-height:180%;
}
.txtMedium{
	font-size:75%;
	line-height:180%;
}
.txtLarge{
	font-size:85%;
	line-height:180%;
}
.txtLargeX{
	font-size:100%;
	line-height:180%;
}
.txtLargeXX{
	font-size:120%;
	line-height:180%;
}
.txtRed{
	color:#CC0000;
}
.txtBold{
	font-weight:bold;
}
.txtEx{
}

/* ---------- link ---------- */

a:link{
	color:#616161;
	text-decoration:underline;
}
a:visited{
	color:#616161;
	text-decoration:underline;
}
a:hover{
	color:#BB4529;
	text-decoration:underline;
}
a:active{
	color:#BB4529;
	text-decoration:underline;
}

a.ex:link{
	color:#616161;
	text-decoration:none;
}
a.ex:visited{
	color:#616161;
	text-decoration:none;
}
a.ex:hover{
	color:#BB4529;
	text-decoration:underline;
}
a.ex:active{
	color:#BB4529;
	text-decoration:underline;
}

a {
   outline:none;
}

/* -------- init -------- */

body,h1,h2,h3,h4,h5,h6,ul,ol,li,p,img,table,th,td,form,dl,dt,dd,input{
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
}
img{
	border:0px none;
}
h1,h2,h3,h4,h5,h6,table,th,td{
	font-weight:normal;
}
h1,h2 h3,h4,h5,h6{
	font-size:100%;
}

/* ======== body ======== */

body{
	text-align:center;
	color: #616161;
	background-color:#FFFFFF;
}

/* ======== main ======== */

#main{
	width:900px;
	text-align:left;
	margin:0px auto;
	background:url(../../images/bg.gif) repeat-y;
}

/* ======== sideArea ======== */

#sideArea{
	width:180px;
	padding:0 0 30px 19px;
	border-left:1px solid #D9D9D9;
	background-color:#FFFFFF;
	float:left;
}

/* ======== sideArea ======== */

#sideArea h1{
	width:180px;
	margin:0 0 3px 0;
}

/* -------- sideNav -------- */

#sideNav{
	width:180px;
	margin:0 0 24px 0;
	border-top:1px solid #D9D9D9;
}
/*第１階層*/
#sideNav ul{
	width:180px;
	list-style:none;
}
#sideNav ul li{
	width:180px;
	border-bottom:1px solid #D9D9D9;
	overflow:hidden;
}
#sideNav ul li img{
	vertical-align:top;
}
/*第２階層*/
#sideNav ul li ul{
	width:180px;
	list-style:none;
}
#sideNav ul li ul li{
	width:180px;
	height:17px;
	margin:0 0 8px 0;
	border-bottom:none;
	overflow:hidden;
}
#sideNav ul li ul li.type2{
	width:180px;
	height:17px;
	margin:0 0 4px 0;
	_margin:0 0 -4px 0;	
	border-bottom:none;
	overflow:hidden;
}
#sideNav ul li ul li.line{
	width:180px;
	height:8px;
	margin:0 0 8px 0;
	border-bottom:none;
	overflow:hidden;
}
#sideNav ul li ul li img{
	vertical-align:top;
}

/* -------- sideNav2 -------- */

#sideNav2{
	width:180px;
	margin:0 0 11px 0;
}
#sideNav2 ul{
	width:180px;
	list-style:none;
}
#sideNav2 ul li{
	width:180px;
	height:39px;
	overflow:hidden;
}
#sideNav2 ul li img{
	vertical-align:top;
}

/* -------- sideNav3 -------- */

#sideNav3{
	width:144px;
	padding:0 0 0 7px;
	overflow:hidden;
}


/* ======== content ======== */

#content{
	width:698px;
	border-right:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	background-color:#FFFFFF;
	float:left;
}

#content h2{
	width:698px;
	border-bottom:1px solid #D9D9D9;
}

/* -------- topicPath -------- */

#content div.topicPath{
	width:654px;
	height:25px;
	margin:0 19px 0 19px;
	padding:8px 0 0 6px;
	border-bottom:1px solid #D9D9D9;
}
#content img.partition{
	margin:0 15px 0 15px;
}

/* -------- title -------- */

#content div.title{
	width:660px;
	margin:0 19px 0 19px;
	padding:20px 0 15px 0;
	border-bottom:1px solid #D9D9D9;
}
#content div.title h3{
	width:354px;
	padding:5px 0 5px 6px;
}
#content div.title div{
	padding-top:3px;
}

/* -------- field -------- */

#content div.field{
	width:660px;
	padding:10px 0 0 19px;
}

/* -------- backpath -------- */

#content div.backpath{
	width:660px;
	margin:0 19px 15px 19px;
	padding:5px 0 5px 0;
	border-bottom:1px solid #D9D9D9;
}
#content div.backpath ul{
	width:660px;
	list-style:none;
}
#content div.backpath ul li{
	padding:0 30px 0 0;
	float:left;
}
#content div.backpath ul li img{
	margin:0 6px 0 0;
	vertical-align:0.1em;
}

/* -------- innerLink -------- */

#content div.innerLink{
	width:660px;
	margin:0 0 25px 0;
	padding:10px 0 10px 0;
	text-align:center;
	background-color:#F9F4F0;
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}


/* -------- pagetop -------- */

/* コンテンツの最下部用 */
#content div.pagetop{
	width:660px;
	margin:0 19px 0 19px;
	padding:0 0 30px 0;
	text-align:right;
}
/* コンテンツの中間用 */
#content div.pagetopEx{
	width:660px;
	padding:0 0 30px 0;
	text-align:right;
}

/* -------- icon -------- */

/* ブランクマーク */
img.icon_blank{
	margin:0 0 0 3px;
/*	vertical-align:0em;*/
}

/* 右矢印 */
img.icon_arrowR{
	margin:0 6px 0 0;
/*	vertical-align:0.3em;*/
}

/* -------- table -------- */

#content table{
	border-spacing:0;
}
#content table th.top{
	background-color:#E4E4E4;
}
#content table td.top{
	background-color:#E4E4E4;
}

/* th 色（濃い） */
#content table th.deep{
	border-top:1px #FFFFFF solid;
	border-bottom:1px #E4E4E4 solid;
	background-color:#EEEEEE;
}
/* th 色（普通） */
#content table th.neutral{
	border-top:1px #FFFFFF solid;
	border-bottom:1px #E4E4E4 solid;
	background-color:#F2F2F2;
}
/* th 色（薄い） */
#content table th.light{
	border-top:1px #FFFFFF solid;
	border-bottom:1px #E4E4E4 solid;
	background-color:#FFFFFF;
}
/* th 間隔（広い） */
#content table th.broad{
	padding:10px 0 10px 12px;
}
#content table th.broadTop{
	padding:10px 0 10px 12px;
}
#content table th.broadMiddle{
	padding:0 0 10px 12px;
}
#content table th.broadBottom{
	padding:0 0 10px 12px;
}
/* th 間隔（狭い） */
#content table th.narrow{
	padding:3px 0 3px 12px;
}
#content table th.narrowTop{
	padding:3px 0 3px 12px;
}
#content table th.narrowMiddle{
	padding:0 0 3px 12px;
}
#content table th.narrowBottom{
	padding:0 0 3px 12px;
}

/* td 色（濃い） */
#content table td.deep{
	border-top:1px #FFFFFF solid;
	border-bottom:1px #E4E4E4 solid;
	background-color:#F7F7F7;
}
#content table td.deepTop{
	border-top:1px #FFFFFF solid;
	background-color:#F7F7F7;
}
#content table td.deepMiddle{
	background-color:#F7F7F7;
}
#content table td.deepBottom{
	border-bottom:1px #E4E4E4 solid;
	background-color:#F7F7F7;
}
/* td 色（普通） */
#content table td.neutral{
	border-top:1px #FFFFFF solid;
	border-bottom:1px #E4E4E4 solid;
	background-color:#FCFCFC;
}
#content table td.neutralTop{
	border-top:1px #FFFFFF solid;
	background-color:#FCFCFC;
}
#content table td.neutralMiddle{
	background-color:#FCFCFC;
}
#content table td.neutralBottom{
	border-bottom:1px #E4E4E4 solid;
	background-color:#FCFCFC;
}
/* td 色（薄い） */
#content table td.light{
	border-top:1px #FFFFFF solid;
	border-bottom:1px #E4E4E4 solid;
	background-color:#FFFFFF;
}
#content table td.lightTop{
	border-top:1px #FFFFFF solid;
	background-color:#FFFFFF;
}
#content table td.lightMiddle{
	background-color:#FFFFFF;
}
#content table td.lightBottom{
	border-bottom:1px #E4E4E4 solid;
	background-color:#FFFFFF;
}
/* td 間隔（広い） */
#content table td.broad{
	padding:10px 0 10px 12px;
}
#content table td.broadTop{
	padding:10px 0 10px 12px;
}
#content table td.broadMiddle{
	padding:0px 0 10px 12px;
}
#content table td.broadBottom{
	padding:0px 0 10px 12px;
}
/* td 間隔（狭い） */
#content table td.narrow{
	padding:6px 0 6px 12px;
}
#content table td.narrowTop{
	padding:6px 0 6px 12px;
}
#content table td.narrowMiddle{
	padding:0 0 6px 12px;
}
#content table td.narrowBottom{
	padding:0 0 6px 12px;
}

#content table td.pl{
	padding-left:0;
}
#content table th.pr{
	padding-right:12px;
}
#content table td.pr{
	padding-right:12px;
}

/* -------- listTool -------- */

#content div.listTool{
	width:660px;
}
#content div.listTool p.info{
	width:654px;
	padding:0 0 10px 6px;
}
#content div.listTool p.info2{
	width:660px;
	padding:0 0 10px 0;
	text-align:center;
}
#content div.listTool p.attention{
	width:660px;
	margin:25px 0 25px 0;
	padding:25px 0 25px 0;
	text-align:center;
	border:1px #E4E4E4 solid;
	background-color:#F8F8F8;
}
#content div.listTool div.navi{
	width:660px;
	padding:0 0 15px 0;
	text-align:center;
}
#content div.listTool div.navi img{
	vertical-align:-0.4em;
}

/* リスト形式 */
#content table.list1{
	width:660px;
	margin:0 0 20px 0;
}
#content table.list1 td{
	vertical-align:top;
}
#content table.list1 td.wid1{
	width:80px;
}
#content table.list1 td.wid2{
	width:10px;
}
#content table.list1 td.wid3{
	width:570px;
}
#content table.list1 p.note1{
	padding:0 0 5px 0;
}
#content table.list1 p.note1 img.number{
	margin:0 10px 0 0;
	vertical-align:-0.3em;
}
#content table.list1 p.note1 img.exponent{
	margin:0 15px 0 30px;
	vertical-align:-0.3em;
}
#content table.list1 p.note1 img.van{
	vertical-align:-1.1em;
}

/* トピック形式 */
#content table.list2{
	width:660px;
	margin:0 0 20px 0;
}
#content table.list2 td{
	vertical-align:top;
}
#content table.list2 td.wid1{
	width:100px;
	padding:0 10px 0 0;
}
#content table.list2 td.wid2{
	width:63px;
	padding:2px 15px 0 0;
}
#content table.list2 td.wid3{
	width:472px;
}

/* トピック形式 */
#content table.list3{
	width:660px;
	margin:0 0 20px 0;
}
#content table.list3 td{
	vertical-align:top;
}
#content table.list3 td.wid1{
	width:129px;
}
#content table.list3 td.wid2{
	width:11px;
}
#content table.list3 td.wid3{
	width:520px;
}
#content table.list3 td.wid4{
	width:60px;
}
#content table.list3 td.wid5{
	width:460px;
}



/* -------- form -------- */

#content div.form{
	width:679px;
	padding:20px 0 0 19px;
}
#content div.form p.caution{
	text-align:center;
}
#content div.form p.info{
	padding:0 0 10px 0;
}
#content div.form table{
	width:660px;
	margin:0 0 20px 0;
}
#content div.form table th{
	vertical-align:top;
	text-align:left;
}
#content div.form table th.wid{
	width:150px;
}
#content div.form table td{
	vertical-align:top;
}
#content div.form table td.wid1{
	width:15px;
}
#content div.form table td.wid2{
	width:495px;
}

#content div.form input.company{
	width:380px;
}
#content div.form input.unit{
	width:380px;
}
#content div.form input.name{
	width:100px;
}
#content div.form input.post{
	width:50px;
}
#content div.form input.address{
	width:320px;
}
#content div.form input.tel{
	width:50px;
}
#content div.form input.fax{
	width:50px;
}
#content div.form input.mail{
	width:380px;
}
#content div.form textarea.request{
	width:380px;
	height:200px;
}
#content div.form textarea.request2{
	width:380px;
	height:200px;
	overflow: auto;
	word-break:break-all;
}
#content div.check2{
	width:460px;
	overflow: auto;
	word-break:break-all;
}
#content div.form textarea.question{
	width:380px;
	height:100px;
}

#content div.form div.tool{
	padding:0 0 30px 0;
	text-align:center;
}
#content div.form div.tool input{
	margin:0 22px 0 22px;
}

/* アンケート特別配置 */
#content div.form table.t2{
	width:660px;
	margin:0 0 20px 0;
}
#content div.form table.t2 th{
	vertical-align:top;
	text-align:left;
}
#content div.form table.t2 th.wid{
	width:240px;
}
#content div.form table.t2 td{
	vertical-align:top;
}
#content div.form table.t2 td.wid1{
	width:15px;
}
#content div.form table.t2 td.wid2{
	width:405px;
}


/* ======== footerNav ======== */

#footerNav{
	width:881px;
	margin:0px auto;
	padding:0 19px 12px 0;
	text-align:right;
	background:url(../../images/bg.gif) repeat-y;
}
#footerNav ul{
	width:248px;
	padding:0 0 0 633px;
	list-style:none;
}
#footerNav ul li{
	padding:0 0 0 20px;
	background:url(../../images/f_navi_partition.gif) 0 0 no-repeat;
	float:left;
}
#footerNav ul li.before{
	background:none;
}
#footerNav ul li img{
	vertical-align:top;
}

/* ======== footer ======== */

#footer{
	width:900px;
	margin:0 auto;
	text-align:right;
	border-top:1px solid #D9D9D9;
	background-color:#FFFFFF;
}

