@charset "Shift_JIS"

.main {
	color:#333333;
	background-color:#fffff5;
	width:32em;
	//width:700px;
}

body,p,h1,h2,h3 {
	background-color:#fffff5;

	line-height:1.8em;
}

.page {
	text-align:center;
	width:35em;
}

p {
	color:#333333;
	margin-left:1em;
	text-indent:1em;
	width:32em;
}

h1,h2,h3 {
	color:#000077;
}

h2,h3 {
	width:32em;
}

body.feature {
	width:35em;
}

h2 {
	border-style:dotted;
	border-width:0px 0px 3px 0px;	
}

h3 {
	border-style:double;
	border-width:0px 0px 3px 0px;
	border-color:#000000
}

