@charset "UTF-8";
/* CSS Document */

/*ナビゲーション*/
.rules a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 180px;
	background:url(../../shared/img/mainNavRules_on.jpg) no-repeat;
    padding-top: 62px;
    text-align: center;
}

/*コンテンツ*/


h4{
	font-size:130%;
	color:#00489b;
	margin-top:30px;
	margin-bottom:15px;
	margin-left:12px;
}

h5{
	font-size:120%;
	margin-top:10px;
	margin-left:12px;
}

#contents_a{
	width:920px;
}

#contents_a p{
	margin:0 12px;
	font-size:110%;
	line-height:1.4em;
}
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}*/

.ireko{
	margin:0 12px 0 18px;
}

/*ol li{
      list-style-type:none;
      list-style-position:inside;
      counter-increment: cnt;
    }

ol li:before{
      display: marker;
      content: "(" counter(cnt) ")";
    }*/


#contents .to_home{
	font-size:110%;
}
.to_home a{
	font-size:100%;
}

.to_home a:hover{
	text-decoration:underline;
}






