@charset "UTF-8";



body,html {
	height: 100%;
	width: 100%;
}
body {
	color: #666666;	/*全般の文字色*/
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: url(images/bg_main.png) repeat-y center #BBB;
	font: 80%/2.4 "";	/*75%が文字サイズ。/2.4が行間。*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3, MS UI Gothic";
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
.fr {
	float: right;
}
.color1 {
	color: #63ba00;
}
#contents ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: square;
}
a, a:hover{
top:0;
bottom:0;
color:red;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 100%;
	height: 100%;
}



	
/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	clear: both; width: 100%;
color: #FFFFFF;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;	/*文字サイズ*/
	text-align: center;
	padding-top:5px;
	background:#999;
	padding-bottom: 13px;
	letter-spacing:0;	/*文字の間隔を少し広げる*/
}

#footer a {
	color: #333333;
}
#footer a:hover {
	color: #333333;
	text-decoration:underline;
}

