body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Helvetica", "sans-serif";
	color: #666666;
}
a:link {
	color: #4c4c4c;
	text-decoration: none;
}
a:visited {
	color: #4c4c4c;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active { 
	color: #cc9900;
	text-decoration: none;
}


.contain {
height: 1500px;
	width: 730px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
.sidebar {
	background-image: url(images/recent_01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 1500px;
	width: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
.main {
	background-color: #FFFFFF;
	height: 1500px;
	width: 660px;
	position: absolute;
	left: 30px;
	top: 0px;
	float: left;
	padding: 30px;
}
.rightbar {
	background-image: url(images/recent_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 1500px;
	width: 30px;
	position: absolute;
	left: 730px;
	top: 0px;
	float: left;
}



/* ==文字指定==　*/


h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Helvetica", "sans-serif";
	font-size: 18px;
	line-height: 1.1em;
	font-weight: 300;
	color: #0099ff;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Helvetica", "sans-serif";
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 300;
	color: #0099ff;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Helvetica", "sans-serif";
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 300;
	color: #666666;
}
h4 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 1.1em;
	font-weight: 300;
	color: #0099ff;
}
h5 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 1.1em;
	font-weight: 500;
	color: #bf7f3f;
}
p {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 200;
	color: #666666;
}
.style01 {
	font-size: 11px;
	line-height: 1.1em;
	text-align: center;
}
.style02 {
	font-size: 14px;
	vertical-align: middle;
}
.style03 {
	font-size: 11px;
	line-height: 1.1em;
	text-align: justify;
}
.style03-right {
	font-size: 11px;
	line-height: 1.1em;
	text-align: right;
}
.hyou-title {
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 600;
}
.hyou-blue-small {
	font-size: 9px;
	line-height: 1.5em;
	color: #0099ff;
}
.hyou-red-small {
	font-size: 9px;
	line-height: 1.5em;
	color: red;
}
.hyou-black-small {
	font-size: 9px;
	line-height: 1.5em;
	color: black;
}
.hyou-title-small {
	font-size: 10px;
	line-height: 1.3em;
	font-weight: 600;
}
.moji-green {
	font-weight: 600;
	color: #2e8b2e;
}
.moji-brown {
	font-weight: 600;
	color: #663300;
}
.big-brown {
	font-size: 20px;
	font-weight: 400;
	color: #663300;
}
.big-green {
	font-size: 20px;
	font-weight: 400;
	color: #006600;
}
.style-nextpage {
	font-size: 11px;
	line-height: 1.1em;
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Helvetica", "sans-serif";
	clear: right;
	float: right;
	position: absolute;
	top: 15px;
	right: 40px;
	font-weight: 400;
}

