@charset "UTF-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color:#333;
	text-align:center;
	background-image:url(img/bg.gif);
	background-repeat:repeat;
	font-size:12px;
	}
	
div#main{
	text-align:left;
	width:800px;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	background-color:#ffffff;
	background-image:url(img/bg_main.gif);

}


.explanation{
	visibility:hidden;
	margin:0px;
	padding:opx;
	font-size:4px;
	line-height:4px;
}


/*---------------h1-------------------------*/

h1{
	margin:0px;
	padding:0px;
	width:800px;
	height:71px;
	font-size:9px;
	line-height:9px;
	text-indent:-10000px;
	color:#FFF;
	background-image:url(img/title_header.gif);
	background-repeat:no-repeat;
}


/*---------------right/left-------------------------*/

div.left{
	float:left;
	
}

div.right{
	float:right;
}

/*---------------footer-------------------------*/

div#PageTop{
	clear:both;
	text-align:right;
	font-size:10px;
	margin-right:50px;
	margin-left:50px;
	color:#000;
	padding-top:50px;
	padding-bottom:10px;
}

div#footer{
	clear:both;
	text-align:left;
	font-size:10px;
	color:#000;
	border-top:#000000 solid 1px;
	width:700px;
	margin: 0 auto;
	padding: 0;
	padding-top:10px;
	padding-bottom:10px;
	color: #000000;
	background-image:url(img/title_footer.gif);
	background-position:right;
	background-repeat:no-repeat;

}

/*---------------link-------------------------*/

a img {
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover, a:active, a:focus { 
	color: #C80000;
	text-decoration: none;
}


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