@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	color: #666666;
	background-color: #C31C00;
	background-image: url(img/back.jpg);
	background-position: top left;
	background-repeat: repeat;
}

img {
	border: none;
}

a {
	color: #C31C00;
	text-decoration: none;
}
a:link {
	color: #C31C00;
	text-decoration: none;
}
a:visited {
	color: #C31C00;
	text-decoration: none;
}
a:hover {
	color: #C31C00;
	text-decoration: underline;
}
a:active {
	color: #C31C00;
	text-decoration: underline;
}

#root {
	text-align: center;
}

#container {
	width: 783px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

#header_area {
	width: inherit;
	height: 275px;
}

#menu_area {
	width: 160px;
	margin: 10px 0px 10px 5px;
	z-index: 100;
}

#menu_area .menuBtn{
	width: inherit;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#menu_area .menuBtn ul,
#menu_area .menuBtn li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_area .menuBtn li a,
#menu_area .menuBtn li a:link,
#menu_area .menuBtn li a:visited {
	width: 140px; /* ＋インデント15px */
	height: 25px; /* ＋padding-top: 5px */
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	display: block;
	text-align: left;
	padding-left: 20px;
}

#menu_area .menuBtn li a:hover {
	color: #C31C00;
}

#center_area {
	width: 600px;
	float: right;
	margin: 10px 5px 10px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#center_area h1, #center_area h2, #center_area h3, #center_area h4 {
	background-color: transparent;
	color: #333333;
	margin: 5px 0px 10px 0px;
	line-height: 1.5em;
}
#center_area h1 {
	font-size: 14pt;
	padding-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C31C00;
	border-left: 15px solid #C31C00;
}
#center_area h2 {
	font-size: 12pt;
	color: #505050;
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #C31C00;
	border-left: 10px solid #C31C00;
}
#center_area h3 {
	font-size: 10pt;
	color:#707070;
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #C31C00;
	border-left: 5px solid #C31C00;
}

#center_area h4 {
	font-size: 10pt;
	color:#333333;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1em;
}

#center_area h5,
#center_area h6 {
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 10px;
}

td.wnew_area {
	padding: 0px 10px 0px 0px;
}

td.banner_area {
	width: 211px;
	height: 304px;
	text-align:center;
	vertical-align: top;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: url(img/banner_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer {
	width: 783px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(img/footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.sem_button {
	width: 150px;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
}
.sem_button a,
.sem_button a:link,
.sem_button a:visited {
	width: 150px;
	height: 40px;
	background-image: url(img/banner-form_sem.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}
.sem_button a:hover {
	background-position: 0 -40px;
}
