@charset 'UTF-8';

/* Common */

* {
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	text-align: center;
	font-size: 15pt;
	xfont-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	background: url(bg.png) repeat-y center #ebebe8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
}

a {
	border: none;
	text-decoration: none;
	color: #285df3;
}
a:hover {
	border: none;
	text-decoration: underline;
	color: #3472ff;
}
a img {
	border: none;
}

em {
	xfont-weight: bold;
	font-style: normal;
	xcolor: #c00;
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
}

img.left {
	float: left;
	margin: 0 30px 30px 0;
}

/* Wrapper */
#wrapper {
	width: 1050px;
	background: url(bg.png) repeat-y center #ebebe8;
	margin: 0 auto;
	position: relative;
}
	#wrapper-inner {
		padding: 0 0 30px 0;
	}


.header {
}
.header img {
	vertical-align: bottom;
}

/* content */
#content {
	padding: 0 0 0 0;
}
	.center {
		text-align: center;
	}
	#content p {
		margin: 20px 125px;
		line-height: 1.8;
	}
	#content h1 {
		text-align: center;
		line-height: 1;
		padding: 0;
	}
	#content h2 {
		clear: both;
		margin: 100px 105px 30px 105px;
		border-top: double 3px #ff8f25;
		border-bottom: double 3px #ff8f25;
		padding: 20px 10px 20px 3px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
		color: black;
		font-size: 28pt;
		text-align: center;
		background: #fff4b9;
	}
	#content h3 {
		margin: 40px 125px 30px 125px;
		padding: 0 0 10px 5px;
		color: black;
		font-size: 17pt;
		text-align: left;
		border-bottom: solid 2px #ff8f25;
	}
	
	#content p.comment {
		margin: 25px 125px;
		padding: 20px;
		background: #f7f7f0;
		line-height: 1.8;
		font-size: 13pt;
	}
		#content p.comment span.name {
			font-size: 90%;
			color: #385ba2;
		}
	
	#content ul {
		margin: 40px 125px;
		padding: 0 0 0 30px;
	}
		#content ul li {
			margin-bottom: 15px;
			line-height: 1.4;
			font-size: 110%;
			font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
			xfont-weight: bold;
		}
	
	#content p.note {
		margin: 25px 125px;
		border: dotted 2px #ff8f25;
		padding: 20px;
		xbackground: #f7f7f0;
		line-height: 1.8;
		font-size: 90%;
	}

/* footer */
#footer {
	clear: both;
	border-top: solid 1px #bcbcbc;
	margin: 50px 105px 20px 105px;
	padding: 10px 15px 25px 15px;
	font-size: 9pt;
	color: #999;
	text-align: left;
}


input {
	padding: 5px;
	font-size: 12pt;
	width: 300px;
}


