@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
	
}


a:visited,
a:link{
	color: #15126F;
	text-decoration: underline;
}
a:hover{
	color:#15126F;
	text-decoration: none;
}

body{
	text-align: center;
	font-size: 12px;
	color: #000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
	background-color:#969696;
	background-image:url(../img/common/bk.jpg);
	background-repeat:repeat-x;
}


br{
	height:0px;
	padding:0px;
	margin:0px;
	line-height: 0px;
	font-size:0px;
	clear:both;
}

img{
	border: 0;
	line-height:100%;
	vertical-align:bottom;
}

table{
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	line-break: strict;
}

li{
	list-style-type: none;
}

.clClear{
	clear: both;
	height: 0;
	font-size:1px;
	line-height: -1px;
	height: 0;
}

div.clClear{
	display: block;
}
div.clClear hr{
	display: none;
}

strong{
	color:#E50012;
	line-height:1.6em;
	font-weight: normal;
}




/* SIDE MENU
------------------------------------------------*/




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


#idBody{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	padding-bottom:30px;
}


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

                      idHead

-------------------------------------------------*/
#idHead{
	width:952px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;

	height:114px;
	margin-bottom:10px;
	background-image:url(../img/common/head_bk.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#idHead #idMenu{
	width:740px;	
}
#idHead h1{
	float:left;
	display:inline;
}
#idHead #idMenu ul{
	float:left;
	display:inline;
}
#idHead #idMenu li{
	float:left;
	display:inline;
}


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

                      idContents_L

-------------------------------------------------*/
#idContents_L{
	float:left;
	width:230px;
	text-align:left;
	margin-bottom:20px;
	display:inline;
	margin-left:5px;
}

#idContents_L h2{
	margin-bottom:5px;
}
#idContents_L li{
	
}
#idContents_L li.clNo{
	padding:0px;
	background:none;
	line-height:100%;
}


#idContents_L .trigger{
display:block;
margin-top:5px;
margin-bottom:2px;
height:30px;
}

#idContents_L ul li ul li a{
	background-image:url(../img/common/cate_point.gif);
	background-repeat:no-repeat;
	background-position:5px 6px;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	padding-left:20px;
	line-height:1.6em;
	zoom: 1;
	text-decoration:none;
}

#idContents_L ul li ul li a:hover{
	background-image:url(../img/common/cate_point_ov.gif);
	background-repeat:no-repeat;
	background-color:#161270;
	color:#FFF;
	text-decoration:none;
}




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

                      idContents_R

-------------------------------------------------*/
#idContents_R{
	float:right;
	width:715px;
	text-align:left;
	display:inline;
	margin-right:5px;

}


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

                      idFoot

-------------------------------------------------*/
#idFoot{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	border-top:1px solid #eee;
	height:60px;
}
#idFoot p.clCopy{
	padding-top:15px;
	float:left;
	text-align:left;
}

#idFoot p.clLink{
	padding-top:15px;
	float:right;
	text-align:right;
}
#idFoot p.clLink a{
	color:#FFF;
	text-decoration:underline;
}




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

                      idTitle

-------------------------------------------------*/
h2#idTitle{
	margin-bottom:15px;
}




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

                      idTitle

-------------------------------------------------*/
#idContents{
	margin-left: auto;
	margin-right: auto;
	width:830px;
	text-align:left;
}


