@charset "utf-8";
/* general style */

* {
	margin: 0px;
	padding: 0px;
}
#Maincont #intro {
	clear: both;
}

body {
	text-align: center;
}

body,td,th {
	font: 100% "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#maincont {
	width: 650px;
}
#backtop {
	text-align: right;
	width: 650px;
	padding-top: 30px;
}

#backhome {
	text-align: right;
	width: 650px;
	padding-top: 5px;
}

#footer {
	text-align: center;
	width: 650px;
	margin-top: 50px;
}

.topmargin10 {
	margin-top: 10px;
}

.topmargin20 {
	margin-top: 20px;
}

.topmargin30 {
	margin-top: 30px;
}



.textbox {
	line-height: 160%;
}


.textbox2 {
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
}


.headbar650 {
	color: #FFFFFF;
	background: #E10000;
	width: auto;
	font-size: 130%;
	line-height: 130%;
	margin-top: 20px;
	padding: 2px;
}
.headbar650 .border {
	border: 1px solid #FFCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
