@charset "Shift_JIS";
@import url(base.css);

/* @group brdClm */

#brdClm{
	list-style: none;
	background-color: #f7f7f7;
	margin: 0;
	padding: 4px 15px;
}
#brdClm li{
	display: inline;
}
#brdClm li a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#brdClm li a:hover{
	color: #c30;
}

/* @end */

/* @group ContentBase */
#contents{
	margin: 20px 0 0;
}
#contents #mainContent{
	width: 550px;
	margin: auto 10px auto auto;
	float: right;
}
#contents.wide #mainContent{
	width: 740px;
	margin: auto;
	float: none;
}


/* @end */

/* @group subMenu */

#subMenu{
	width: 180px;
	float: left;
	margin-right: auto;
	background: #f7f7f7 url(../sharedimg/bg_sm_top.gif) no-repeat 0 top;
}
#subMenu dl{
	margin: 0;
	background: url(../sharedimg/bg_sm_btm.gif) no-repeat 0 bottom;
	padding: 4px 4px 10px;
}
#subMenu dl dt{
	background: #b6b384 url(../sharedimg/bg_sm_dt_top.gif) no-repeat;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 4px;
}
#subMenu dl dt span{
	display: block;
	background: url(../sharedimg/bg_sm_dt_btm.gif) no-repeat 0 bottom;
	padding: 5px;
}
#subMenu dl dt span a{
	display: block;
	border-left: 6px solid #329e2c;
	padding-left: 4px;
	text-decoration: none;
	color: #fff;
}
#subMenu dl dd{
	margin: 0;
}
#subMenu dl dd ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
#subMenu dl dd ul li{
	border-bottom: solid 1px #e2e2e2;
}
#subMenu dl dd ul li li{
	border-bottom: none;
}
/**/
#subMenu dl dd ul li a,
#subMenu dl dd ul li span{
	display: block;
	background: url(../sharedimg/arr_sm_1.gif) no-repeat 0 5px;
	padding: 4px 0 3px 16px;
	text-decoration: none;
}
#subMenu dl dd ul li li a{
	background: url(../sharedimg/arr_sm_2.gif) no-repeat 0 5px;
	padding: 2px 0 2px 27px;
}
#subMenu dl dd ul li li li a{
	background: url(../sharedimg/arr_sm_2.gif) no-repeat 10px 4px;
	padding: 1px 0 1px 37px;
}

/* @end */

/* @group h_Title */
#contents h1{
	margin: 0 0 20px;
	background: url(../sharedimg/bg_h1.gif) no-repeat;
	height: 40px;
	line-height: 40px;
	padding-left: 26px;
}
#contents.wide h1{
	margin: 0 0 20px;
	background: url(../sharedimg/bg_h1_w.gif) no-repeat;
	height: 40px;
	line-height: 40px;
	padding-left: 26px;
}
#contents h2{
	margin: 25px 0 15px;
	border-bottom: 1px solid #b6b384;
	clear: both;
}
#contents h2 strong{
	border-left: solid 6px #329e2c;
	padding-left: 4px;
}
#contents h3{
	border-bottom: solid 1px #ccc;
}

/* @end */

/* @group categoryIndex */

#categoryIndex,
#categoryIndex2{
	list-style: none;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	width: 660px;
	margin: 25px auto;
	padding: 30px 10px;
}
#categoryIndex li,
#categoryIndex2 li{
	margin-bottom: 10px;
	background: url(../sharedimg/ic_shorui.gif) no-repeat;
	min-height: 27px;
	_height: 27px;
	padding:7px 0 0 30px;
}
#categoryIndex li a,
#categoryIndex2 li a{
	text-decoration: none;
	border-bottom: 1px dotted #c20;
}
#categoryIndex li ol,
#categoryIndex2 li ol{
	margin: 20px 0;
	padding: 0 ;
	list-style: none;
}
#categoryIndex .new {
	margin-left: .5em;
	padding: 1px 4px 1px;
	background-color: #c20;
	color: #fff;
	font-size: medium;
	font-weight: bold;
}
.ciColL,
.ciColR{
	width: 310px !important;
	border-bottom: none !important;
}
.ciColL{
	float: left;
	margin: 5px auto 5px 20px !important;
}
.ciColR{
	float: right;
	margin: 5px 20px 5px auto !important;
}

/* @end */

/* @group Parts */

.toPagetop{
	text-align: right;
	margin: 20px 10px;
}
.toPagetop a{
	text-decoration: none;
}
/**/
dl.dlFmt-1 dt{
	color: #258521;
	font-weight: bold;
}
dl.dlFmt-1 dd{
	margin: 0 0 12px;
}
/**/
.linkFmt1{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.linkFmt1 li{
	background: url(../sharedimg/arr_link.gif) no-repeat 0 1px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.linkFmt1 li ul,
.linkFmt1 li ol{
	list-style:none;
	padding: 0 0 0 20px;
	margin-top: 10px;
}
.linkFmt1.opSitemap{
	margin: 15px;
}
.linkFmt1.opSitemap li{
	background: url(../sharedimg/arr_link_2.gif) no-repeat 0 1px;
	padding-left: 20px;
}
/**/
.tblFmt1{
	border-collapse: collapse;
	width:550px;
	margin-bottom: 20px;
}
.tblFmt1 th,
.tblFmt1 td{
	border: solid 1px #ccc;
}
.tblFmt1 th{
	background-color: #a4a062;
	color: #fff;
}
.tblFmt1 td{
	padding: 2px 5px;
}
.tblFmt1.taC td{
	text-align: center;
}
.tblFmt1.contactTbl{
	width: 100%;
}
/**/
.wsNowrp{
	white-space: nowrap;
}
/**/
.figR{
	float: right;
	text-align: center;
	margin: 0 0 20px 20px;
}
.figR img{
	margin-bottom: 5px;
}
.figL{
	float: left;
	text-align: center;
	margin: 0 20px 20px 0;
}
.figL img{
	margin-bottom: 5px;
}
/**/
.taC{
	text-align: center;
}
.taR{
	text-align: right;
}
/**/
.listNoStyle,
.listNoStyle ol{
	list-style: none;
	padding: 0;
}
.listNoStyle ol{
	margin: 15px 0;
}
.listNoStyle li{
	margin-bottom: 10px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
/**/
.kome{
	list-style: none;
	padding: 0;
}
.kome li{
	text-indent: -1em;
	padding-left: 1em;
}
/**/
.listLiMgnB li{
	margin-bottom: 10px;
}
/**/
li.lsUR{
	list-style: ;
	list-style-type: upper-roman;
}
/**/
.tblFmt-wAuto th{
	text-align: left;
	border-collapse: collapse;
}
.tblFmt-wAuto th,
.tblFmt-wAuto td{
	padding: 2px 1em 0 0;
}
/**/
.dlIndex{
	list-style: none;
	padding: 0;
	margin: 20px 15px;
}
.dlIndex li{
	background: url(../sharedimg/ic_dl.gif) no-repeat 0 2px;
	padding-left: 18px;
	margin-bottom: 10px;
}


/* @end */

/* @movie Parts */

.movieArea{}
.movieArea p{
	margin:0;
	padding:0;
}
.movieArea .movieBody{
	text-align:center;
}
.movieArea .caption{
}

.getFlashArea {
	margin:20px 0;
}
.getFlashArea p{
	margin:0;
	padding:0;
}
.getFlashArea .columnBnr{
	width:160px;
	float:left;
	display:inline-block;}
.getFlashArea .columnText{
	margin-left:170px;
}

/* @end */

/*=================================================*/
/*  clearFix                                       */
/*=================================================*/

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*===================*/
