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

body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Osaka, MS PGOTHIC, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
	color: #333333;
	background-color: #FFFFFF;
}

a:link {color:#158ed7;}
a:visited {color:#006699;}
a:hover{color:#ff6600;}

img {
	border-style:none;
}

h1 {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:bold;
	color:#FF3300;
}


#container {
	width:750px;
	margin:0 auto 0;
	text-align:left;
}

#header{
	width:750px;
	height:50px;
	margin:10px 0px 0px;
	background:url(../images/head_under.gif) bottom repeat-x;
}

#contents {
	width:710px;
	margin:30px 20px 30px;
}

#footer{
	width:750px;
	height:50px;
	margin:0px;
	border-top:#4B82B1 solid 3px;
	font-size: 75%;
	font-weight: normal;
	line-height: 120%;
	text-align:center;
}


.marTop30 {margin-top:30px;}


