@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	color:#000;
	font-size: 14px;
	line-height: 1;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#header {
	width: 1000px;
	height: 155px;
	margin: 10px auto 0;
	background:url(../img/head.jpg) no-repeat;
}
#header h1 {
	text-indent: -9999px;
}
#header a {
	display: block;
	width: 1000px;
	height: 155px;
}
#header p {
	text-align: right;
}
h2 {
	width:915px;
	margin: 0 auto;
	text-align: center;
	font-size: 150%;
	line-height: 3.5em;
	font-weight: normal;
}
#contents {
	width: 915px;
	margin: 0 auto 10px;
	overflow:hidden;
}
#side {
	width: 400px;
	padding: 0 0 10px 0;
	float: left;
	background: url(../img/side_bg.jpg) repeat;
}
#side ul {
	margin: 15px 0 0 0;
}
#side ul li {
	margin: 0 0 10px 0;
}
#side .topic {
	width: 380px;
	margin: 0 auto;
	font-size: 85%;
}
.topic dl {
	padding: 0 0 10px 0;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.topic dt {
	font-size: 110%;
	padding: 0 5px;
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 2em;
	background: #eee;
}
.topic dd {
	line-height: 2em;
	padding: 0 5px;
}
.topic p {
	padding: 5px;
	background: #FFF;
	line-height: 1.5em;
}
#main {
	width: 470px;
	float: right;
}
#main .article {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}
.article h3 {
	margin: 0 0 10px 0;
}
.article ul {
	font-size: 95%;
	line-height: 1.65em;
}
.article strong {
	font-size: 120%;
	line-height: 2em;
}
#foot {
	width: 915px;
	height: 56px;
	margin: 0 auto;
	background:url(../img/foot.jpg) no-repeat;
	position: relative;
	text-indent: -9999px;
}
#foot a {
	display: block;
}
.b1 {
	width: 245px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 222px;
}
.b2 {
	width: 225px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 580px;
}
#foot2 {
	width: 915px;
	height: 73px;
	margin: 0 auto;
	background:url(../gakusei/img/foot2.jpg) no-repeat 20px 20px;
	text-indent: -9999px;
	border-top: 1px solid #B6B6B6;
}
.tips {
	width: 915px;
	text-align: right;
	margin: 0 auto 20px;
}
/*-------　リクルート　-------*/
.attention {
	color: #E5000D;
}
.attention2 {
	color: #E5000D;
	font-size: 150%;
	margin: 0 0 20px 0;
}

.section {
	width: 850px;
	margin: 0 auto 10px;
}
.section h3 {
	width: 828px;
	padding: 0 10px;
	background: #093389;
	font-size: 120%;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	line-height: 2em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.section table {
	width: 850px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 1.5em;
}
.section table th {
	width: 180px;
	background: #DDD;
	text-align: center;
	vertical-align: middle;
	font-size: 110%;
	font-weight: normal;
	padding: 15px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.section table td {
	vertical-align: middle;
	padding: 15px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*-------　リンク　-------*/
a {
	font-style: normal;
	text-decoration: none;
}
a:link {
	font-style: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-style: normal;
	text-decoration: underline;
}
