/* CSS */

/* +++++ HTML +++++ */
* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	color:#000;
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-size:9pt;
	text-align:left;
	background:url(../img/bg_body.gif) repeat-y center #fff;
}
img { border:none; }

a				{ color:#f00; text-decoration:underline; }
a:hover { color:#b00; text-decoration:none; }

table { border:none; }

/* +++++ テキスト類 +++++ */
.text01 {
	font-size:100%;
	color:#d00;
}

/* +++++ 全ページ共通 +++++ */
#wrapper {
	width:780px;
	margin:0 auto;
	padding:0;
	background:#fff;
}
#header {
	padding-bottom:20px;
}
#contents {
	margin:60px 50px;
	padding:40px;
	background:#fff;
	border:solid 4px #fd0;
}

/* contents */
#contents h3 {
	margin-bottom:10px;
	font-size:130%;
	color:#f60;
}
#contents p {
	line-height:1.6;
}


