@charset "utf-8";
#top_area {
	overflow: hidden;
	height: 50px;
}
#title {
	font-size:25px;
	color: #073868;
	padding:10px 0 10px 0 ;
} 

#side_cont {
	text-align: center;
	border: 1px solid #BBB;
	background: #f2f2f2;
	padding: 10px 0 10px 0;
}
a.t_contact {
	display: block;
	width: 173px;
	height: 38px;
	text-indent: -9999px;
	background: url("../img/schoolinfo/info_t_con.gif") no-repeat left top;
	margin: 10px auto;
}
a.t_contact:hover {
	background-position: left -36px;
}


/******左のメニュー枠************/
#box_right {
	width: 250px;
	float:left;
}
#box_right h3.sc_menu_title {
	background: url("../img/schoolinfo/info_l_menu_bar.gif") no-repeat left top;
	width: 234px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #FFF;
	font-size: 14px;
}
#box_right .sc_menu_box {
	border: 1px solid #1065a1;
	border-top: none;
	background: url("../img/schoolinfo/gra_bg02.gif") repeat-x left top;
	margin-bottom: 10px;
}
#box_right .sc_menu_box ul {
	list-style: none;
}
#box_right .sc_menu_box ul li {border-bottom: 1px dotted #BBB;}
#box_right .sc_menu_box ul li a {
	display: block;
	padding: 10px ;
	font-weight: bold;
	text-decoration: none;
	}
#box_right .sc_menu_box ul li a:hover {background: #d0e8f9;}
#box_right .sc_menu_box ul li.stay a {background: #d0e8f9;}

.link_list {
	margin:1em 0;
	border-left:1px solid #234fb6;
	padding:2px;
}
.link_list h3{
	font-size:14px;
	background:url("../img/schoolinfo/list03.gif") no-repeat 3px 2px;
	padding:2px 0 2px 30px;
	border-bottom:1px solid #AAA;

}
.link_list ul li {
	border-bottom:1px dotted #BBB;
	padding:0.5em;
}
.link_list ul li a{
	padding:0.5em;
	font-weight:bold;
}

/**************右のコンテンツ枠*******************/

#box_left {
	clear: both;
	width: 660px;
	float:right;
	overflow: hidden;
}


/****下部のお問い合わせ枠*****/
#bottom_contact {
	background:url("../img/schoolinfo/info_contact_bg.gif") no-repeat left top;
	width: 670px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#bottom_contact h3 {text-indent: -9999px;}
#bottom_contact p {
	position: absolute;
	top: 53px;
	left: 350px;
	width: 300px;
	line-height: 140%;
	font-size: 11px;
	font-weight: bold;
	}
#bottom_contact a.t_contact {
	position: absolute;
	top: 40px;
	left:140px;
	display: block;
	width: 173px;
	height: 38px;
	text-indent: -9999px;
	background: url("../img/schoolinfo/info_t_con.gif") no-repeat left top;
}
#bottom_contact a.t_contact:hover {background-position: left -36px;}



/*entry flow掲載プラン*/
#sc_info {}
#sc_info h2{
	margin: 5px 0 15px 0;
	padding:10px;
	background: url(../img/common/bg02.gif) left top;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
#default_plan {}

.d_t_txt {
	margin: 5px 0;
	font-weight: bold;
}

#default_plan h4{
	background: url(../img/common/bg02.gif) left top;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:5px 0;
	padding:5px;
	font-size:16px;
	color:#2C5F7C;
}
.img_t {
	color: #806A31;
	font-weight:bold;
	font-size:16px;
}



#free_plan {
	border: 2px dotted #ddd;
	padding:10px;
	margin: 20px 0;
	background: #f2f2f2;
}
#free_plan ul{
	list-style: disc outside;
	margin: 0 0 2em 2em;
}
#free_plan ul li{
	list-style: disc outside;
	color: #990000;
}


table.plan {
	border-collapse: collapse;
	width:100%;
}
table.plan th{
	border: 1px solid #ccc;
	background: #ddd;
	padding:10px;
	width:100px;
}
table.plan td{
	border:1px solid #ccc;
	padding: 10px;
	background: #FFF;
}
