@charset "utf-8";

body {
	margin: 0 auto;	padding: 0;
	text-align: center; line-height: 150%;
	font-size: 100%; color: #333;
	background:#036;
	}

img { border:none; vertical-align: top;}

p { margin:0 auto 1em auto; text-align:center;}

a:link { color:#06C; text-decoration:underline; overflow:hidden;}
a:visited { color:#309; text-decoration:underline;}
a:hover { color:#09F; text-decoration:underline;}

.floatL { float:left;}
.floatR { float:right;}

.fontL { font-size: 100%;}


/* 囲み ----------------------*/
#wrap { width:100%; background:#FFF url(parts/bg.jpg) repeat-x center top;}
#wrap:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}


/* ヘッダー ----------------------*/
#head {	width:620px; margin:0 auto; padding:0;}

#head img { float:left; padding:10px 0;}	
h1 { margin:0 auto; padding:7px 0 0 0; height:33px;
	font-weight:normal; color:#FFF; text-align:center; font-size:75%;}
h2 { margin:0; padding:0; text-align:left; font-size:135%; color:#369;}


/* コンテンツ------------------- */
#content { width:620px; margin:0 auto;}

/* フッタ---------------------- */

#foot {
	clear: both;
	margin:0 auto;
	padding:50px 0 0 0; height:80px;
	text-align: center; font-size:85%;
	background: url(parts/bg_foot.jpg) repeat-x center top;
}
#foot p { text-align:center; padding-top:70px; color:#FFF; font-size:90%;}


