@charset "utf-8";
/* CSS Document */
/* ボディ全体 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(../images/body/bg.jpg);
}
.structure {
	width: 841px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* Header */
div#header {
	height: 135px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* ヘッダー上段 */
div#header #sub {
	height: 28px;
	background-image: url(../images/header/read.jpg);
	background-repeat: repeat-x;
}
div#header #sub h1 {
	font-size: 12px;
	margin:0;
	padding:0;
	height:28px;
	color: #666666;
	line-height: 260%;
	text-align: left;
	font-weight: normal;
}
/* ヘッダー中段 */
div#header #titel {
	height: 66px;
}
/* ヘッダーナビゲーション */
div#header #navi {
	height: 41px;
}
/* ボディ */
div#main {
	overflow: hidden;
}
/* IE 6 */
* html #main {
	zoom: 1;
}
/* コンテンツ */
div#content {
	float: left;
	width: 570px;
	margin: 0;
	padding: 0 0 0 20px;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 125%;
	color: #333333;
}
div#content a{
	color: #2757a1;
}
div#content a:hover{
	text-decoration: none;
}
/* サブ　ナビゲーション */
div#sub-navi {
	float: right;
	width: 204px;
	margin: 0;
	padding: 0 20px 0 0;
	background-color: #FFFFFF;
}
#main #sub-navi #sub_navi1 {
	padding: 3px;
	width: 196px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 130%;
	color: #666666;
}
/* footer */
div#footer #copy{
	font-size: 11px;
	line-height: 250%;
	color: #333333;
}
div#footer #link{
	font-size: 11px;
	line-height: 250%;
	color: #333333;
	text-decoration: none;
}
div#footer #link a{
	font-size: 11px;
	line-height: 250%;
	color: #333333;
	text-decoration: none;
}
div#footer #link a:hover{
	font-size: 11px;
	line-height: 250%;
	color: #2757a1;
}
.info_name {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #333333;
}
.info_add {
	font-size: 12px;
	line-height: 125%;
	color: #333333;
}
.get {
	font-size: 10px;
	line-height: 125%;
	color: #666666;
}
.mt_r {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 120%;
}
.honbun_r {
	font-size: 12px;
	color: #FF0000;
}
.honbun_rb {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.links {
	font-size: 16px;
}
.sub-tr {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 120%;
}
.sub-tor {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.gotot {
	font-size: 10px;
}
.sub-tb_b {
	font-size: 14px;
}
.sub-tb_f {
	line-height: 125%;
}
.sub-tb_sub {
	font-size: 10px;
	line-height: 120%;
}
.sub-tb_ss {
	color: #ff9900;
}
.sub-tb_sc {
	color: #ff6600;
}
.sub-tb_linkc {
	color: #2757a1;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.sub-tb_mt {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
/* 入校申込・資料請求＜ここから＞ */
#confirm,#confirm2 {
	padding-bottom: 1.7em;
}
#confirm .error_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	display: block;
	padding-bottom:1.7em;
}
#confirm .error_item {
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
	display: block;
	padding-bottom:1.7em;
}
#confirm .confirm_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
	display: block;
}
#confirm .table_kakunin {
	margin: 0.8em auto 0 auto;
	border:1px solid #666666;
	border-collapse:collapse;
	width: 90%;
}
#confirm .table_kakunin th {
	width: 10em;
	background-color: #E6E6E6;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	border:1px solid #666666;
	border-collapse:collapse;
}
#confirm .table_kakunin td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border:1px solid #666666;
	border-collapse:collapse;
}
#confirm2 .error_item {
	font-size: 1.3em;
	font-weight: bold;
	color: #F00;
	display: block;
	padding:8em 0;
}
#confirm2 .send_ok1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #F00;
	display: block;
	padding:6em 0 1.5em 0;
}
#confirm2 .send_ok2 {
	display: block;
	padding:0 0 7em 0;
}
/* 入校申込・資料請求＜ここまで＞ */