﻿@charset "UTF-8";
/*-----------------------------------
DEFAULT CSS
FILE DATA: layout.css
-----------------------------------*/

/*-----------------------------------
CONTAINER
-----------------------------------*/
#container {
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:0px;
}






/*-----------------------------------
HEADER
-----------------------------------*/
#header {
	background:url(../images/header_bg.jpg) no-repeat;
	width:1000px;
	height:66px;
	margin:0px;
	padding:34px 0px 0px 0px;
	overflow:hidden;
}
/*----------------
left
-----------------*/
#header_left {
	background:url(../images/header_left_bg.jpg) no-repeat;
	width:785px;
	height:66px;
	float:left;
}
#header_left h1 {
	width:210px;
	height:44px;
	float:left;
}
#header_left h1 img {
	margin:11px 0px 0px 46px;
}
#header_left ul {
	background:url(../images/menu_bg.jpg) no-repeat;
	width:435px;
	height:47px;
	margin:15px 22px 0px 0px;
	padding:0px 18px 0px 17px;
	float:right;
	display:block;
}
*html body #header_left ul {
	background:url(../images/menu_bg.jpg) no-repeat;
	width:435px;
	height:47px;
	margin:15px 11px 0px 0px;
	padding:0px 18px 0px 17px;
	float:right;
	display:block;
}
#header_left li {
	width:87px;
	height:47px;
	float:left;
}
#header_left li a {
	text-indent:-1000em;
	width:87px;
	height:47px;
	display:block;
}
/*----------------
menu 01 course
-----------------*/
#menu01 a {
	background:url(../images/menu_course_bt.jpg) no-repeat;
}
#menu01 a:hover {
	background:url(../images/menu_course_bt.jpg) no-repeat 0px 1px;
}
/*----------------
menu 02 course
-----------------*/
#menu02 a {
	background:url(../images/menu_facility_bt.jpg) no-repeat;
}
#menu02 a:hover {
	background:url(../images/menu_facility_bt.jpg) no-repeat 0px 1px;
}
/*----------------
menu 03 campus
-----------------*/
#menu03 a {
	background:url(../images/menu_campus_bt.jpg) no-repeat;
}
#menu03 a:hover {
	background:url(../images/menu_campus_bt.jpg) no-repeat 0px 1px;
}
/*----------------
menu 04 recruit
-----------------*/
#menu04 a {
	background:url(../images/menu_recruit_bt.jpg) no-repeat;
}
#menu04 a:hover {
	background:url(../images/menu_recruit_bt.jpg) no-repeat 0px 1px;
}
/*----------------
menu 05 entrance
-----------------*/
#menu05 a {
	background:url(../images/menu_entrance_bt.jpg) no-repeat;
}
#menu05 a:hover {
	background:url(../images/menu_entrance_bt.jpg) no-repeat 0px 1px;
}
/*----------------
right
-----------------*/
#header_right {
	width:197px;
	height:52px;
	padding:8px 10px 6px 8px;
	float:right;
}
#header_right li {
	float:left;
	font-size:1px;
	line-height:0em;
}





/*-----------------------------------
CONTENTS
-----------------------------------*/
#contents {
	width:1000px;
	height:auto;
	margin:0px;
	padding:0px;
}
/*----------------
left
-----------------*/
#contents_left {
	background:url(../images/contents_left_bg.jpg) repeat-y;
	width:700px;
	height:auto;
	float:left;
}
/*----------------
right
-----------------*/
#contents_right {
	width:207px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	font-size:80%;
	float:right;
}
#contents_right p {
	width:197px;
	height:auto;
	margin:0px 0px 10px 0px;
}
#contents_right_event {
	background:#242527;
	width:197px;
	height:auto;
	margin:0px 0px 10px 0px;
	border:1px solid #000000;
	color:#209ee8;
}
/*----------------
contents_right_event NEXT EVENT
-----------------*/
#contents_right_event .next_event {
	width:197px;
	height:auto;
}
#contents_right_event .next_event h2 {
	background:url(../images/contents_right_next_event.jpg) no-repeat;
	width:126px;
	height:14px;
	text-indent:-1000em;
}
#contents_right_event .next_event ul {
	font-size:100%;
	margin:10px 0px 10px 10px;
	color:#209ee8;
}
#contents_right_event .next_event li {
	margin:0px 0px 5px 0px;
}
#contents_right_event .next_event li a {
	color:#209ee8;
}
#contents_right_event .next_event p {
	text-align:center;
}
/*----------------
contents_right_event EVENT
-----------------*/
#contents_right_event .event {
	width:197px;
	height:auto;
}
#contents_right_event .event h2 {
	background:url(../images/contents_right_event.jpg) no-repeat;
	width:105px;
	height:14px;
	text-indent:-1000em;
}
#contents_right_event .event p {
	text-align:center;
}
/*----------------
contents_right_event CM
-----------------*/
#contents_right_event .cm {
	width:197px;
	height:auto;
}
#contents_right_event .cm h2 {
	background:url(../images/contents_right_cm.jpg) no-repeat;
	width:105px;
	height:14px;
	text-indent:-1000em;
}
/*----------------
contents_right_event CM
-----------------*/
#contents_right_event .poster {
	width:197px;
	height:auto;
}
#contents_right_event .poster h2 {
	background:url(../images/poster_ttl.jpg) no-repeat;
	width:105px;
	height:14px;
	text-indent:-1000em;
}
/*----------------
contents_right_ulli
-----------------*/
#contents_right_ulli {
	width:auto;
	height:auto;
}
#contents_right_ulli ul {
	margin:0px 0px 0px 4px;
}
#contents_right_ulli li {
	background:url(../images/contents_right_list.jpg) no-repeat 5px 5px;
	padding:0px 0px 0px 25px;
	line-height:1.5em;
}

.waiting {
	margin-top:10px;
}




/*-----------------------------------
FOOTER
-----------------------------------*/
#footer {
	background:#f7f7f7 url(../images/footer_bg.jpg) no-repeat;
	width:785px;
	height:120px;
	font-size:70%;
	margin:0px;
	padding:0px;
}
#footer div {
	width:765px;
	height:70px;
	padding:10px 0px 0px 20px;
}
* html body #footer div {
	width:765px;
	height:70px;
	padding:10px 0px 0px 10px;
}
#footer ul {
	width:765px;
	height:10px;
	padding:10px 0px 0px 0px;
}
#footer li {
	width:auto;
	height:10px;
	margin:0px 0px 0px 10px;
	float:left;
}
#footer p {
	width:785px;
	height:40px;
	text-align:center;
	color:#9e9e9e;
	line-height:1.5em;
}
/*-----------------------------------
SUBMENU
-----------------------------------*/





/*-----------------------------------
パンくず
-----------------------------------*/
#pan {
	width:auto;
	height:15px;
	font-size:70%;
	letter-spacing:0.1em;
}
#pan ul li {
	padding:0px 5px 0px 0px;
	float:left;
}
#pan ul li a {
	color:#0071BC;
	text-decoration:none;
}
#pan ul li a:hover {
	text-decoration:underline;
}