@charset "Shift_JIS";

/* ---------- デフォルトリセット ---------- */

*{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:14px;
	color:#666666;
	}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,span,br,address,hr{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	}

img{
	border:0px;
	padding:0px;
	margin:0px;
	}

/* ---------- 基本デザイン ---------- */
body{
	text-align: center;
	margin: 0px;
	background:url(../img/bg.gif);
	background-repeat:repeat-x;
	}
	
#container{
	width: 762px;
	height: 900px;
	margin: auto;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	}

#container2{
	width: 780px;
	height: 900px;
	margin: auto;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	}


/* ---------- ヘッダ ---------- */

#header{
	padding:10px 0px 10px 1px;
	height:40px;
	}

h1{
	font-weight:400;
	font-size:12px;
	margin-left:70px;
	margin-bottom:-10px;
	}

#logo{
	float:left;
	width:350px;
	}

#taiken{
	float:left;
	width:200px;
	margin-right:10px;
	}

#demand{
	float:left;
	width:200px;
	}

/* ---------- トップイメージ ---------- */

#topimage{
	margin-left:1px;
	margin-bottom:1px;
	width:760px
	}
#topbannerleft{
	width:450;
	height:168;
	float:left;
	}
#topbannerright{
	width:300;
	height:168;
	float:right;
	}
#topbannerleft,#topbannerright img{
	border:none
	}

/* ---------- グローバルナビ ---------- */

#g_navi{
	margin-left:1px;
	width:760px;
	clear:both;
	}

#g_navi ul{list-style:none;}

#g_navi li{display:inline;}

#g_navi li a{
	display:block;
	float:left;
	height:30px;
	text-indent:-9999px;
	text-decoration:none;
}

/*	オフ	*/
#g_school a{width:152px;background:url(../img/menu/g_navi.gif) 0 0 no-repeat;}
#g_course a{width:152px;background:url("../img/menu/g_navi.gif") -152px 0 no-repeat;}
#g_inturn a{width:152px;background:url("../img/menu/g_navi.gif") -304px 0 no-repeat;}
#g_guidance a{width:152px;background:url("../img/menu/g_navi.gif") -456px 0 no-repeat;}
#g_model a{width:152px;background:url("../img/menu/g_navi.gif") -608px 0 no-repeat;}
/*	オン	*/
#g_school a:hover{background-position:0 -30px;}
#g_course a:hover{background-position: -152px -30px;}
#g_inturn a:hover{background-position: -304px  -30px;}
#g_guidance a:hover{background-position: -456px  -30px;}
#g_model a:hover{background-position: -608px  -30px;}

/* ---------- コンテンツ ---------- */

#top_left{
	width:440px;
	float:left;
	margin-left:1px;
	margin-right:8px;
	margin-bottom:10px;
	}

#top_right{
	width:310px;
	float:right;
	margin-right:1px;
	margin-bottom:10px;
	margin-top: 5px;
	}

#course1{
	margin-bottom:5px;
	border:1px solid #FF9900;
	background:#FFFAF2;
	padding:4px;
	width:440px;
	margin-top:5px;
	}

#course2{
	margin-bottom:5px;
	border:1px solid #33CC66;
	background:#F5FCF7;
	padding:4px;
	width:440px;
	}

#course3{
	margin-bottom:10px;
	border:1px solid #3366FF;
	background:#F5F7FF;
	padding:4px;
	width:440px;
	}

#course1 img,#course2 img,#course3 img{
	float:left;
	margin-right:4px;
	width:210px;
	}

#c_right{
	float:right;
	width:216px;
	}
	
#course1 h2{
	font-size:18px;
	line-height:16px;
	color:#FF9900;
	margin-bottom:4px;
	font-weight:bold;
	}

#course1 h2 a{
	font-size:18px;
	line-height:16px;
	color:#FF9900;
	margin-bottom:4px;
	font-weight:bold;
	text-decoration:none;
	}

#course1 h2 a:hover{
	font-size:18px;
	line-height:16px;
	color:#FF9900;
	margin-bottom:4px;
	font-weight:bold;
	text-decoration:underline;
	}


#course2 h2{
	font-size:18px;
	line-height:16px;
	color:#33CC66;
	margin-bottom:4px;
	font-weight:bold;
	}

#course2 h2 a{
	font-size:18px;
	line-height:16px;
	color:#33CC66;
	margin-bottom:4px;
	font-weight:bold;
	text-decoration:none;
	}

#course2 h2 a:hover{
	font-size:18px;
	line-height:16px;
	color:#33CC66;
	margin-bottom:4px;
	font-weight:bold;
	text-decoration:underline;
	}

#course3 h2{
	font-size:18px;
	line-height:16px;
	color:#3366FF;
	margin-bottom:4px;
	font-weight:bold;
	}

#course3 h2 a{
	font-size:18px;
	line-height:16px;
	color:#3366FF;
	margin-bottom:4px;
	font-weight:bold;
	text-decoration:none;
	}

#course3 h2 a:hover{
	font-size:18px;
	line-height:16px;
	color:#3366FF;
	margin-bottom:4px;
	font-weight:bold;
	text-decoration:underline;
	}

#c_right ul{
	list-style:none;
	}	

#c_right ul li{
	font-size:14px;
	line-height:20px;
	}
	
#c_right ul li a{
	font-size:14px;
	line-height:12px;
	color:#666666;
	text-decoration:none;
	}

#c_right ul li a:hover{
	font-size:14px;
	line-height:12px;
	color:#E65250;
	text-decoration:underline;
	}

#point{
	margin-bottom:10px;
	border-bottom:1px solid #999999;
	}

#about{
}

#p_title img{
	margin-bottom:15px;
	}

#p_left{
	width:215px;
	float:left;
	margin-top: 5px;
	}

#p_right{
	width:215px;
	float:right;
	}

#p_contents{
	clear:both;
	margin-bottom:5px;
	}

#p_photo{
	float:left;
	margin-right:5px;
	width:40px;
	height:40px;
	margin-bottom:15px;
	}

#p_coment{
	float:right;
	width:170px;
	height:40px;
	margin-bottom:15px;
	}

#p_coment2{
	float:left;
	width:215px;
	height:80px;
	margin-bottom:15px;
	}

#privacy ul{
	list-style:none;
	}
	
#privacy li{
	background:url(../img/point1.gif) 0 0 no-repeat;
	text-indent:15px;
	margin-bottom:5px;
	}

#news{
	width:310px;
	text-align:right;
	}

.news {
	width:268px;
	border-left:6px solid #FFB6C1;
	border-right:6px solid #FFB6C1;
	}

.news2 {
	width:268px;
	}

#n_title{
	width:310px;
	height:30px;
	}

#n_contents{
	width:310px;
	border-left:10px solid #CCCCE3;
	border-right:10px solid #CCCCE3;
	padding:10px;
	}

#n_coment{
	padding-bottom:10px;
	border-bottom:2px dotted #999999;
	margin-bottom:10px;
	}

#n_bottom{
	width:310px;
	height:10px;
	}

/* ---------- フッタ ---------- */

#footer{
	margin-left:1px;
	margin-bottom:10px;
	}

#contact{
	margin-bottom:10px;
	}

address{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#ai{
	height:20px;
	margin-top:10px;
	}
