@charset "Shift_JIS";



/*ページ全体
-----------------------------------------------------------*/
/*
body{
	margin: 0;
	padding: 0;
	text-align:left;
	font-size:small;
	background:url(../images/bg.gif) repeat;
	background-color:#000;
	color:#000;
}

a:link{color:#000099;text-decoration:underline;}
a:visited{color:#000099;text-decoration:underline;}
a:active{color:#0030CE;text-decoration:underline;}
a:hover{color:#9999ff;text-decoration:underline;}

*/

hr{
	margin:10px 0 10px 0;
	height: 1px;/* 線の太さ */
	color: #000;/* 線の色(IE用) */
	background-color: #000;/* 線の色(Mozilla用) */
	border: 0px; /* 枠の太さ */
}

h1,h2,h3,h4,h5,li,ul,p,form{margin:0px;padding:0px;}

h2{
	padding:13px 10px 10px 15px;
}
img {
	height: auto ;
}

/*
p{
	font-size:12px;
	line-height:16px;
}
*/
#subContentsMenu{
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}

#subContentsMenu ul li{
	display:inline;
	margin:0 3px 0 3px;
}



/*コンテナ
-----------------------------------------------------------*/
#container{
	width: auto ;
	padding-bottom: 4em;
}

/*コンテンツ
-----------------------------------------------------------*/
#content{
	max-width:750px;
	margin:0 auto;
	text-align:left;
	padding: 0 18px ;
}


/*レポートメニュー
-----------------------------------------------------------*/
#reportMenu ul{
	border-left:solid #FFF 1px;
}

#reportMenu ul li{
	display:inline;
	border-right:solid #FFF 1px;
}


/*その他
-----------------------------------------------------------*/
.clear{display:none;}

.smallTxt{
	font-size:12px;
	line-height:15px;
}

.line{
	height:1px;
	border-top:dotted 1px #000;
}
@media screen and (max-width: 600px) {
	#container{
		padding-bottom: 8em ;
	}
	#subContentsMenu ul li{
		display: block;
		margin:0 16px;
	}

}
