@charset "utf-8";

/*====================================================================

common.css

======================================================================

last update 00/00/00

=====================================================================*/





/*======================================================================
	format
======================================================================*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.8 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}
a{ outline:none;}

/*a
======================================================================*/
a:link,
a:visited,
a:hover,
a:active{
	color: #e07900;
	outline:none;
}

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



/*======================================================================
	body
======================================================================*/
body{
	margin:0 auto;
	background:url(img/bg.gif) repeat;
	border-top:3px solid #0057db;
	text-align: center;
	font-size: 12px;
	color: #303030;
}

#wrap{
	margin:-3px auto 0 auto;
	width: 900px;
	text-align: left;
	overflow:hidden;
	zoom:1;
}



/*======================================================================
	header
======================================================================*/
#header{
	width: 900px;
	height: 75px;
	background:url(img/bg_header.gif) no-repeat;
	overflow:hidden;
	zoom:1;
}
#header_inner{
	margin-left:0;
	width:885px;
	overflow:hidden;
	zoom:1;

}
#header_inner h1{
	margin-top:50px;
	text-align: right;
	line-height: 1;
	font-size: 12px;
	color:#000;
}




/*	logo
=========================================*/
#header_inner a#logo{
	display: block;
	margin-top:-62px;
	width: 340px;
	height: 75px;
	overflow: hidden;
	text-indent: -9999px;
}
#header_inner a#logo:hover {
	background:#fff;
	opacity:0.2;
	filter: alpha(opacity=20);
}





/*	primary navigation
=========================================*/
#header_inner #p_navi{
	float:right;
	margin-top:-75px;
	width:295px;
	height:30px;
	background:url(img/bg_p_navi.gif) top no-repeat;
	overflow:hidden;
	zoom:1;
}
#p_navi li,
#p_navi li a{ height:30px;}
#p_navi li{ float:left;}
#p_navi li a{
	display:block;
	text-indent:-9999px;
}
#p_navi1,
#p_navi1 a{ width:100px;}
#p_navi2,
#p_navi2 a{ width:85px;}
#p_navi3 ,
#p_navi3 a{ width:110px;}
#p_navi1 a,
#p_navi2 a,
#p_navi3 a{ background:url(img/bg_p_navi.gif) no-repeat;}
#p_navi1 a{ background-position: 0px top;}
#p_navi2 a{ background-position: -100px top;}
#p_navi3 a{ background-position: -185px top;}
#p_navi1 a.on,
#p_navi1 a:hover{ background-position: 0px bottom;}
#p_navi2 a.on,
#p_navi2 a:hover{ background-position: -100px bottom;}
#p_navi3 a.on,
#p_navi3 a:hover{ background-position: -185px bottom;}








/*======================================================================
	h2
======================================================================*/

h2{
	margin-top:10px;
	margin-left:5px;
	width:890px;
	zoom:1;
}
#level2 h2{
	position:relative;
	width:890px;
	height:130px;
	background:url(img/bg_h2.jpg) left no-repeat;
	overflow:hidden;
}
#level2 h2 span{
	position:absolute;
	left:30px;
	bottom:30px;
	color:#fff;
	font-size:35px;
	text-align:left;
	text-indent:0px;
}



/*======================================================================
	global navigation 
======================================================================*/
#g_navi{
	margin-top:10px;
	width:900px;
	height:50px;
	background:url(img/bg_g_navi.gif) bottom no-repeat;
	overflow:hidden;
	zoom:1;
}
#g_navi ul{
	margin-left:10px;
	width:880px;
	height:50px;
	background:url(img/bg_navi.gif) top no-repeat;
	overflow:hidden;
	zoom:1;
}
#g_navi ul li,
#g_navi ul li a{
	width:176px;
	height:50px;
	overflow:hidden;
}
#g_navi ul li{ float:left;}
#g_navi ul li a{
	display:block;
	text-indent:-9999px;
}
#g_navi1 a,
#g_navi2 a,
#g_navi3 a,
#g_navi4 a,
#g_navi5 a{ background:url(img/bg_navi.gif) no-repeat;}
#g_navi1 a{ background-position:0px top;}
#g_navi2 a{ background-position:-176px top;}
#g_navi3 a{ background-position:-352px top;}
#g_navi4 a{ background-position:-528px top;}
#g_navi5 a{ background-position:-704px top;}
#g_navi1 a.on,
#g_navi1 a:hover{ background-position:0px bottom;}
#g_navi2 a.on,
#g_navi2 a:hover{ background-position:-176px bottom;}
#g_navi3 a.on,
#g_navi3 a:hover{ background-position:-352px bottom;}
#g_navi4 a.on,
#g_navi4 a:hover{ background-position:-528px bottom;}
#g_navi5 a.on,
#g_navi5 a:hover{ background-position:-704px bottom;}







/*======================================================================
	container
======================================================================*/
#container{
	padding-bottom:5px;
	width:900px;
	background:url(img/bg_container.gif) repeat-y;
	border-bottom:1 px solid #d9d9d9;
	overflow:hidden;
	zoom:1;
}
#contents{
	margin-left:15px;
	width:870px;
	overflow:hidden;
	zoom:1;
}



/*======================================================================
	main
======================================================================*/
#main{
	float:left;
	overflow:hidden;
	zoom:1;
}
/* 幅指定はindexとlevel2の所に記述*/

#main h3{
	margin-top:20px;
	height:50px;
	background:url(img/bg_h3.gif) no-repeat;
	overflow:hidden;
	zoom:1;
}
/* 幅指定はindexとlevel2の所に記述*/
#main h3 span{
	margin-left:50px;
	font-size:32px;
	line-height:1.6em;
}


#main h4{
	margin-top:15px;
	width:670px;
	height:40px;
	background:url(img/bg_h4.gif) no-repeat;
	zoom:1;
}
#main h4 span{
	margin-left:10px;
	font-size:25px;
	line-height:1.7em;
}

h5{
	font-size:15px;
	font-weight:bold;
}



#main .inner{
	margin-top:20px;
	margin-bottom:30px;
	zoom:1;
}
/* 幅指定はindexとlevel2の所に記述*/



/*	pagetop
==================================================*/
.pagetop{
	clear:both;
	margin-top:30px;
	width:660px;
}
.pagetop a{
	float:right;
	display:block;
	background:url(img/return.gif) no-repeat;
	width:120px;
	height:20px;
	text-indent:-9999px;
}
.pagetop a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}





/*======================================================================
	sidebar
======================================================================*/
#sidebar{
	margin-top:15px;
	width: 185px;
	font-size:10px;
	overflow:hidden;
	zoom:1;
}
#sidebar a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}





/* sidebar box
======================================================================*/
#sidebar div.box{
	margin-bottom:15px;
	padding-bottom: 10px;
	width: 185px;
	background: url(./img/bg_side_box.gif) repeat-y;
	border-bottom: solid 1px #e8e8e8;
	zoom:1;
}
#sidebar div.box .inner{
	margin-top:10px;
	margin-left:15px;
	width: 155px;
	font-size: 12px;
	zoom:1;
}
#sidebar div.box .inner a{ margin:10px auto 0 auto;}
#sidebar div.box .inner a:hover{
	opacity:0.1;
	filter: alpha(opacity=10);
}


/*	採用情報部分
======================================*/
#sidebar #side_recruit{
	width:185px;
	height:160px;
	background:url(img/bg_side_recruit.gif) bottom no-repeat;
}
#sidebar #side_recruit .inner a{
	display:block;
	margin-top:70px;
}
#sidebar #side_recruit .inner a:hover{
	opacity:0.9;
	filter: alpha(opacity=90);
}




/* side banner
======================================================================*/
#sidebar .side_banner{
	margin-bottom:15px;
	width:185px;
}
#sidebar .side_banner a{ display:block;}







/* side navigation
======================================================================*/
#side_navi{
	margin-bottom:15px;
	width:185px;
	height:140px;
	background:url(img/bg_side_navi.gif) no-repeat;
	overflow:hidden;
	zoom:1;
}
#side_navi h3{
	width:185px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
}
#side_navi ul{
	width:185px;
	height:115px;
	overflow:hidden;
	zoom:1;
}
#side_navi ul li,
#side_navi ul li a{
	width:185px;
	height:35px;
}
#side_navi ul li a{
	display:block;
	text-indent:-9999px;
}
#side_navi ul li a.on,
#side_navi ul li a:hover{
	background:#fff;
	opacity:0.2;
	filter: alpha(opacity=20);
}







/*======================================================================
	footer
======================================================================*/
#footer{
	clear: both;
	padding-bottom: 5px;
	width: 900px;
	background:url(img/bg_footer.gif) top no-repeat;
	overflow:hidden;
	zoom:1;
}

#footer_inner{
	margin-bottom:20px;
	margin-left:15px;
	width:870px;
	zoom:1;
}



/*	return
---------------------------------------------------------------*/
#footer #return{
	margin-bottom:10px;
	width:850x;
	height:30px;
	zoom:1;
}
#footer #return a{
	float:right;
	display:block;
	width:140px;
	height:30px;
	text-indent:-9999px;
} 

#footer #return a:hover{
	background:#fff;
	opacity:0.1;
	filter: alpha(opacity=10);
}





/*	footer navigation
---------------------------------------------------------------*/
#f_navi ul{
	float:left;
	margin-right:30px;
}
#f_navi ul li{
	margin:0;
	padding:0;
	display:inline;
	line-height:1.8em;
}
#f_navi ul li a{
	display: block;
	margin:0;
	padding-left:15px;
	background:url(img/icon_f_navi.gif) left 7px no-repeat;
	text-decoration:none;
	line-height: 1.8em;
	font-size: 12px;
	color:#000;
}
#f_navi ul li a:hover{ color:#666;}


/*	copy
---------------------------------------------------------------*/

#copy{float:right;}







/*======================================================================
	clearfix
======================================================================*/
#wrap:after,
#header:after,
#header_inner:after,
#header_inner #p_navih2:after,
#g_navi:after,
#g_navi ul:after,
#container:after,
#contents:after,
#main:after,
#main h3:after,
#main .inner:after,
#main .pagetop:after,
#sidebar:after,
#sidebar div.box:after,
#sidebar div.box .inner:after,
#side_navi:after,
#side_navi ul:after,
#footer:after,
#footer_inner:after,
#footer #return:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}








/*======================================================================
	other
======================================================================*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}


.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*	table
======================================================================*/

/* table1 */
.table1{
	width:670px;
	border-top: solid 1px #ede7e0;
	border-collapse:collapse;
}
.table1 th,
.table1 td{
	padding:8px 15px;
	border-bottom: solid 1px #ede7e0;
	text-align: left;
	line-height: 1.8;
}
.table1 th{
	border-left: solid 2px #ede7e0;
	border-right: solid 2px #00a820;
	white-space: nowrap;
	color: #103c5a;
	vertical-align:top;
}
.table1 td{border-right: solid 1px #ede7e0;}
.table1 td strong{font-weight: bold;}
.table1 td span{font-size: 10px;}


/* btn */
.btnt{margin: 12px 0 0 0;}
.btnt td{
	padding-right: 35px;
}
.stick{height: 600px;}


/*	each table settings
-------------------------------------------------------*/
#tb_company th{ width:100px;}

.tb_private,
.tb_course{
	float:left;
	width:440px;
}
.tb_private th,
.tb_feature th{ width:100px;}

/* tb_results は entry　のところに記載*/
/* tb_price は price　のところに記載*/




/* color deco
----------------------------------------------------------------*/
.att1{ color:#ca3333;}/*赤*/
.att2{ color:#3685d5;}/*青*/
.att3{ color:#00a71f;}/*緑*/
.att4{ color:#fa3620;}/*赤*/


/*text
----------------------------------------------------------------*/
.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}


/*size
----------------------------------------------------------------*/
.fs_s{ font-size:80%;line-height:100%; }
.fs_m{ font-size:100%;line-height:120%; }
.fs_l{ font-size:120%;line-height:140%; }

.ls_s{ letter-spacing:-1pt; }
.ls_m{ letter-spacing:0pt; }
.ls_l{ letter-spacing:1em; }

.ps{ padding:5px; }
.ps_t{ padding-top:5px; }
.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }
.ps_w{ padding:0px 5px; }

.pm{ padding:10px; }
.pm_t{ padding-top:10px; }
.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }
.pm_w{ padding:0px 10px; }

.ms{ margin:5px; }
.ms_t{ margin-top:5px; }
.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }
.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }
.ms_w{ margin:0px 5px; }

.mm{ margin:10px; }
.mm_t{ margin-top:10px; }
.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }
.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }
.mm_w{ margin:0px 10px; }

.ml{ margin:10px; }
.ml_t{ margin-top:20px; }
.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }
.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }
.ml_w{ margin:0px 20px; }

.m_a{ 0px auto; }










/*====================================================================

index.css

======================================================================

====================================================================*/

body#top .top_sidebar{ margin-right:15px;}
body#top #main{width: 470px;}
body#top #main h3{ width:470px;}
body#top #main .inner{ width:470px;}


/*	para1
====================================================================*/
#para1{
	margin:15px auto 0 auto;
	border-bottom:20px solid #c3d7f0;
	width:470px;
	background:url(img/bg_para1.jpg) top no-repeat;
	overflow:hidden;
}
#para1 div#para1_txt{
	margin-top:145px;
	margin-left:15px;
	width:440px;
	overflow:hidden;
}
#para1_txt_inner{
	margin-left:15px;
	padding-bottom:15px;
	width:410px;
}


/* table stteings */
#para1_txt_inner table{
	margin-top:1px;
	width:410px;
	border-collapse:collapse;
	font-size:14px;
}
#para1_txt_inner table th,
#para1_txt_inner table td{
	padding:3px 10px;
	border-bottom:1px solid #dbe5f1;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
}

#para1_txt_inner table thead th{
	font-weight:bold;
	font-size:14px;
	color:#f53722;
}
#para1_txt_inner table tbody tr.para1_th th,
#para1_txt_inner table tbody tr.para1_th td{
	font-weight:normal;
	font-size:12px;
}

/*	news
====================================================================*/
#news{
	margin-top:15px;
	width:470px;
	height:150px;
	overflow:auto;
}
#news table{
	width:450px;
}

#news table th,
#news table td{
	padding:8px 10px;
	background:url(img/line01.gif) bottom repeat-x;
}








/*====================================================================

level2.css

======================================================================

====================================================================*/

body#level2 .top_sidebar{ margin-right:15px;}
body#level2 #main{width: 670px;}
body#level2 #main h3{ width:670px;}
body#level2 #main .inner{ width:670px;}



.list1{margin-left:24px;}
.list1 li{ text-indent:-20px;}


.list2 li{
	padding-left:20px;
	background:url(img/icon02.gif) left 5px no-repeat;
}

.list_no1,
.list_no2,
.list_no3,
.list_no4{ padding-left:25px;}
.list_no1{ background:url(img/icon_nom1.gif) left no-repeat;}
.list_no2{ background:url(img/icon_nom2.gif) left no-repeat;}
.list_no3{ background:url(img/icon_nom3.gif) left no-repeat;}
.list_no4{ background:url(img/icon_nom4.gif) left no-repeat;}


/*	box
====================================================================*/



/* box1 */
#main .box1{
	margin-top:20px;
	margin-bottom:30px;
	width:670px;
	background:url(img/bg_box1_body.gif) repeat-y;
	overflow:hidden;
	zoom:1;
}

#main .box1 .box1_inner{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	width:630px;
	overflow:hidden;
	zoom:1;
}

#main box1:after,
#main box1 .box1_inner:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}



/* box2 */
#main .box2{
	margin-top:20px;
	margin-bottom:30px;
	width:670px;
	background:url(img/bg_box2_body.gif) repeat-y;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	overflow:hidden;
	zoom:1;
}

#main .box2 .box2_inner{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	width:630px;
	overflow:hidden;
	zoom:1;
}

#main box2:after,
#main box2 .box1_inner:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}






/*	cotact_banner
====================================================================*/
#contact_banner{
	clear:both;
	position:relative;
	margin-top:30px;
	margin-bottom:20px;
	width:670px;
	height:150px;
	background:url(img/contact_banner.gif) no-repeat;
	overflow:hidden;
}
#contact_banner p{
	margin-left:40px;
	margin-top:80px;
	width:360px;
	font-size:14px;
}
#contact_banner a{
	display:block;
	position:absolute;
	right:20px;
	bottom:25px;
	width:190px;
	height:40px;
	text-indent:-9999px;
}
#contact_banner a:hover{
	background:#fff;
	opacity:0.1;
	filter: alpha(opacity=10);
}

 


/*======================================================================
	course & private
======================================================================*/
.course_bt,
.private_bt{ float:right;}
.course_bt a,
.private_bt a{
	display:block;
	margin-bottom:10px;
}


.course_bt a:hover,
.private_bt a:hover{
	opacity:0.9;
	filter: alpha(opacity=90);
}

#feature1_1 h5,
#feature1_2 h5,
#feature1_3 h5{
	padding-left:100px;
	width:670px;
	height:100px;
	font-size:25px;
	font-weight:normal;
	line-height:3.4em;
}
#feature1_1 h5{ background:url(img/bg_feature_h5_01.gif) no-repeat;}
#feature1_2 h5{ background:url(img/bg_feature_h5_02.gif) no-repeat;}
#feature1_3 h5{ background:url(img/bg_feature_h5_03.gif) no-repeat;}





/*======================================================================
	entry
======================================================================*/



/*	フローチャート
=================================*/
#flow1 dl{
	clear:both;
	margin-bottom:15px;
	width:670px;
	background:url(img/bg_flow_body.gif) left bottom no-repeat;
}
#flow1 dl dt{
	float:left;
	padding-bottom:70px;
	margin-right:15px;
	width:150px;
	overflow:hidden;
}
#flow1 dl dt span{
	margin-left:15px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	overflow:hidden;
}
#flow1 dl dd{
	float:right;
	display:block;
	margin-bottom:40px;
	width:500px;
	text-align:left;
}



/*	合格実績テーブル
=================================*/
.tb_results{
	width:334px;
	border-top: solid 1px #ede7e0;
	border-right: solid 1px #ede7e0;
	border-collapse:collapse;
}
.tb_results thead th,
.tb_results thead td{
	border-bottom:solid 1px #0d66d2;
	font-size:14px;
	font-weight:bold;
}
.tb_results thead th{border-right:1px solid #ede7e0;}


.tb_results th,
.tb_results td{
	padding:8px 15px;
	border-bottom: solid 1px #ede7e0;
	text-align: left;
	line-height: 1.8;
}
.tb_results th{
	width:150px;
	border-left: solid 1px #ede7e0;
	border-right: solid 1px #cce3ff;
	white-space: nowrap;
	color: #103c5a;
	vertical-align:top;
}
.tb_results td{border-right: solid 1px #ede7e0;}
.tb_results td strong{font-weight: bold;}
.tb_results td span{font-size: 10px;}


/*私立と公立のtbody内の見出し*/
.tb_results_th th,
.tb_results_th td{
	padding:5px 15px;
	background:#efefef;
	border-right: solid 1px #ede7e0;
	font-weight:bold;
}


/*	生徒＆保護者の声
=================================*/
#voice div{
	width:670px;
	height:200px;
	overflow:auto;
}
#voice div table{
	width:650px;
	border:none;
	border-collapse:collapse;
}

#voice div table th,
#voice div table td{
	padding:8px 15px;
	text-align: left;
	line-height: 1.8;
	vertical-align:top;
	text-align:left;
}
#voice div table th{
	white-space: nowrap;
	color: #103c5a;
}



/*======================================================================
	price
======================================================================*/

.list_price li{
	clear:both;
	font-weight:bold;
	font-size:15px;
}
.list_price strong{
	float:left;
	width:90px;
	color:#00a71f;
}



.tb_price{
	width:670px;
	border-top: solid 1px #ede7e0;
	border-collapse:collapse;
}
.tb_price th,
.tb_price td{
	padding:8px 15px;
	border-bottom: solid 1px #ede7e0;
	border-right: solid 1px #ede7e0;
	text-align: left;
	line-height: 1.8;
}
.tb_price th{
	width:150px;
	border-left: solid 2px #ede7e0;
	white-space: nowrap;
	color: #103c5a;
	vertical-align:top;
}
.tb_price td{border-right: solid 1px #ede7e0;}
.tb_price td strong{font-weight: bold;}
.tb_price td span{font-size: 10px;}


.tb_price thead th,
.tb_price thead td{
	border-bottom:1px solid #0d66d2;
	font-size:14px;
	font-weight:bold;
}
.tb_price tbody th{ background:#f1f7ff;}





/*======================================================================
	exclusive
======================================================================*/


#topice div{
	width:670px;
	height:200px;
	overflow:auto;
}
#topice div table{
	width:650px;
	border:none;
	border-collapse:collapse;
}

#topice div table th,
#topice div table td{
	padding:8px 15px;
	text-align: left;
	line-height: 1.8;
	vertical-align:top;
	text-align:left;
}
#topice div table th{
	white-space: nowrap;
	color: #103c5a;
}






/*	スケジュール　部分
==========================================*/
#schedule h5{
	width:670px;
	font-size:18px;
	font-weight:normal;
}
#schedule table{
	padding-left:0px;
	margin-left:0px;
	margin-bottom:20px;
	width:669px;
	border-collapse:collapse;
	border-top:1px solid #ede7e0;
	border-left:2px solid #ede7e0;
}

#schedule th,
#schedule td{
	margin:0;
	padding:3px 5px;
	border-bottom:1px solid #ede7e0;
	border-right:1px solid #ede7e0;
	vertical-align:top;
	text-align: left;
	line-height: 1.8;
}

#schedule thead th,
#schedule thead td{background:#84bfff;}



/*	webtest　部分
==========================================*/
#webtest a{
	display:block;
	margin:0 auto;
	width:250px;
}
#webtest a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}

#webtest ul{
	margin-top:20px;
}
#webtest ul li{
	padding-left:25px;
	background:url(img/icon01.gif) 0px 4px no-repeat;
	text-align:left;
	font-weight:bold;
	font-size:14px;
}



/*======================================================================
	opentest
======================================================================*/
/* 枠
============================================ */
#main .box2_opentest{
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
	width:670px;
	background:url(img/bg_box2_body.gif) repeat-y;
	border-top:1px solid #dfdfdf;
	overflow:hidden;
	zoom:1;
}

.box2_opentest_inner{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	width:630px;
	overflow:hidden;
	zoom:1;
}

#main .box2_opentest:after,
.box2_opentest_inner:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}


/*	中身
============================================ */
.box2_opentest_inner h5{
	margin-top:10px;
	font-size:25px;
	margin-bottom:20px;
}
.box2_opentest_inner table{
	border:none;
	border-collapse:collapse;
	font-size:13px;
}
.box2_opentest_inner table th,
.box2_opentest_inner table td{
	padding:5px 8px;
	text-align:left;
	vertical-align:top;
}
.box2_opentest_inner table th{ font-weight:bold;}



/*	固定部分
============================================ */

dl.opentest_contact{
	width:670px;
	height:210px;
	background:url(img/bg_box2_opentest_contact.gif) no-repeat;
	overflow:hidden;
	zoom:1;
}
dl.opentest_contact:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}

dl.opentest_contact dt,
dl.opentest_contact dd{ text-indent:-9999px;}
dl.opentest_contact dd a:hover{
	background:#fff;
	opacity:0.2;
	filter: alpha(opacity=20);
}

dl.opentest_contact a#bt_opentest_access,
dl.opentest_contact a#bt_opentest_mail{
	position:absolute;
	bottom:40px;
	display:block;
	width:160px;
	height:35px;
	text-indent:-9999px;
}
dl.opentest_contact #bt_opentest_access{right:255px;}
dl.opentest_contact #bt_opentest_mail{right:50px;}


/*======================================================================
	contact
======================================================================*/
#contact1{ width:670px;}
#contact1 strong{
	line-height:3em;
	font-size:16px;
}
#contact1 .left,
#contact1 .right,
#contact1 .clear{
	margin-bottom:10px;
	padding-left:40px;
	font-weight:bold;
	line-height:2em;
}
#contact1 .left,
#contact1 .right{
	width:280px;
	font-size:18px;
}
#contact1 .clear{ font-size:19px;}
#contact1 .left{ background:url(img/contact_icon01.gif) no-repeat;}
#contact1 .right{ background:url(img/contact_icon02.gif) no-repeat;}
#contact1 .clear{ background:url(img/contact_icon03.gif) no-repeat;}














/*====================================================================

template.css

=====================================================================*/


/*======================================================================
	type A
======================================================================*/
.type_a{
	margin: 10px 0 10px 10px;
	width: 513px;
	zoom:1;
}
.type_a img.left{margin: 0 15px 0 0;}
.type_a img.right{margin: 0 0 0 15px;}


/*======================================================================
	type B
======================================================================*/
.type_b{
	margin: 0 0 10px 10px;
	width: 523px;
	zoom:1;
}
.type_b div{
	display: inline;
	float: left;
	margin: 10px 12px 0 0;
	width: 249px;
}
.type_b div p{margin-top: 7px;}


/*======================================================================
	type C
======================================================================*/
.type_c{
	margin: 0 0 10px 10px;
	width: 523px;
	zoom:1;
}
.type_c div{
	display: inline;
	float: left;
	margin: 10px 11px 0 0;
	width: 163px;
}
.type_c div p{
	margin-top: 5px;
	font-size: 10px;
}


/*======================================================================
	type D (before and after)
======================================================================*/
.type_d{
	margin: 0 0 10px 10px;
	width: 513px;
	zoom:1;
}
.type_d div{
	background: url(../img/bg_vector.gif) no-repeat 250px 78px;
	width: 513px;
}
.type_d div div{
	background: none;
	width: 245px;
	margin-top: 10px;
	zoom:1;
}
.type_d div div p{margin-top: 7px;}
.before{float: left;}
.after{float: right;}


/*clearfix*/
.type_a:after,
.type_b:after,
.type_c:after,
.type_d:after,
.type_d div:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
