﻿@charset "UTF-8";
body {
	font-family: "Verdana", "MS P ゴシック", "Osaka‐等幅", "sans-serif" ,"Meiryo";
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333333;
	width: 100%;
	height: 100%;
}
a:link {
	color: #004080;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #004080;
}
p {
	margin: 18px 0px 18px 0px;
	line-height: 180%;
	letter-spacing: 1px;
}
#main {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}
#header {
	margin: 0px;
	width: 100%;
	height: 70px;
	text-align: left;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
.recruit {
	width: 245px;
	height: 60px;
	padding: 1px;
	border: solid 1px #FFaa00;
	float: right;
	margin-top: 3px;
	margin-right: 12px;
}
.recruit a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
img {
	border: none;
}
#header-menu {
	height: 24px;
	background-color: #333333;
	border-top: solid 3px #cccccc;
	border-bottom: solid 3px #cccccc;
	margin: 0px 0px 2px 0px;
	padding: 6px 0px 2px 15px;
	background: url(images/head_menu_back.gif);
	background-repeat: repeat-x;
	text-align: left;
	width: auto;
}
#header-menu ul {
	width: 1000px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px
}
#header-menu li {
	color: #ffffff;
	display: inline;
	padding-left: 15px;
	padding-right: 10px;
	background: url(images/l_icon.gif) no-repeat;
	background-position: left center;
}
#header-menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#header-menu a:hover {
	color: #FFFF00;
}
#header-img {
	width: 100%;
	height: 220px;
	margin: 0px;
	text-align: center;
	background-color: #dddddd;
}
#container {
	width: 988px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 12px 0px 6px 10px;
	font-size: 14px;
	line-height: 180%;
	text-align: left;
	letter-spacing: 1px;
}
#container h2 {
	height: 29px;
	margin: 0 0 7px 0;
	padding: 4px 0 0 20px;
	font-size: 14px;
	color: #004080;
	background-image: url(images/titlebar.gif);
}
#container h3 {
	margin: 12px 4px 10px 5px;
	padding: 9px 10px 4px 13px;
	line-height: 110%;
	font-size: 14px;
	color: #004080;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 4px #aaaaaa;
	background-color: #eeeeee;
}
.left_box80 {
	width: 80px;
	height: auto;
	float: left;
}
.left_box100 {
	width: 100px;
	height: auto;
	float: left;
}
.left_box400 {
	width: 400px;
	height: auto;
	float: left;
}
.left_box640 {
	width: 640px;
	height: auto;
	float: left;
}
.right_box300 {
	margin-left: 8px;
	width: 300px;
	height: auto;
	float: left;
}
.right_box800 {
	margin-left: 8px;
	width: 800px;
	height: auto;
	float: left;
}
.right_box900 {
	margin-left: 8px;
	width: 900px;
	height: auto;
	float: left;
}
.info_box {
	width: 217px;
	height: 160px;
	margin: auto;
	margin-top: 18px;
	padding: 2px;
	background-color: #FF00a0;
	border: solid 1px #00aaFF;
}
.cont_box {
	width: 420px;
	height: 315px;
	float: left;
	margin-left: 50px;
	background-color: #eeeeee;
	border: solid 1px #aaaaaa;
	text-align: center;
}
.cont_minibox {
	width: 180px;
	height: 110px;
	float: left;
	margin-left: 88px;
	border: solid 1px #aaaaaa;
	text-align: center;
	padding: 14px;
}
.cont_minibox a {
	color: #FFFF00;
	text-decoration: none;
}
.cont_minibox a:hover {
	color: #FF0000;
	text-decoration: none;
}
.bg_blue {
	background-color: #0000FF;
}
.bg_lightblue {
	background-color: #00aaFF;
}
.bg_red {
	background-color: #FF0000;
}
.bg_yellow {
	background-color: #FFFF00;
}
.bg_pink {
	background-color: #FF00FF;
}
.bg_green {
	background-color: #009900;
}
.clear {
	clear: both;
}
.mar-top-14 {
	margin-top: -14px;
}
#footer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	color: #666666;
	border-top: solid 2px;
	border-top-color: #cccccc;
	background-image: url(images/footer_back.gif);
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #333333;
}
.under {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.yellow {
	color: #FFFF00;
}
.pink {
	color: #FF00FF;
}
.green {
	color: #009900;
}
.cssl {
	font-size: 18px;
}
.cssxl {
	font-size: 22px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
