@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * リンクカラー                                 *
 *                                              *
 * ────────────────────── */

a {
	color: #0089cb;
}

/* ────────────────────── *
 *                                              *
 * ヘッダー                                     *
 *                                              *
 * ────────────────────── */

#header {
	background-image: url(../image/common/bg_header.png);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 135px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
}
#header h1 {
	font-size: 10px;
	line-height: 1;
	color: #777777;
	margin-bottom: 7px;
}
#header #btn_inquiry {
	transition: opacity .3s;
}
#header #btn_inquiry:hover {
	opacity: 0.7;
}

/* ────────────────────── *
 *                                              *
 * ヘッダー・サブナビゲーション                 *
 *                                              *
 * ────────────────────── */

#header div#sub_navigation {
	float: right;
	width: 345px;
	padding-top: 55px;
}
#header div#sub_navigation p.float_left {
	float: left;
	padding-right: 4px;
	margin-top: -45px;
}
	* html body #header div#sub_navigation p.float_left {
		padding-right: 1px;
	}
#header div#sub_navigation ul li {
	font-size: 10px;
	color: #333333;
	border-left: 1px solid #333333;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
#header div#sub_navigation ul li.start {
	padding-left: 0px;
	margin-left: 0px;
	border-left: none;
}
	* html body #header div#sub_navigation ul li.start {
		padding-left: 3px;
	}

#navigation {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 10px;
	height: 40px;
}
#navigation ul li {
	float: left;
	margin-right: 3px;
}
#mainbox {
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cccccc;
	color: #333333;
	clear: both;
}
#breadcrumbs {
	font-size: 12px;
	line-height: 2.5;
	background-color: #ececeb;
	text-align: right;
	height: 30px;
	padding-right: 10px;
}
#breadcrumbs ul li {
	background-image: url(../image/common/bg_breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: inline;
	margin-left: 5px;
	padding-left: 15px;
}
#breadcrumbs ul li.start {
	margin-left: 0px;
	padding-left: 0px;
	background-image: none;
}
#clearfix {
	background-color: #ffffff;
	padding: 19px;
	width: 800px;
}
#clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #clearfix { 
	height: 1px;
	overflow: visible;
}
/**/

#left {
	width: 190px;
}
#left .left_content {
	background-image: url(../image/bg_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding: 15px;
	font-size: 12px;
	line-height: 1.4;
	width: 160px;
	margin-bottom: 10px;
}
#left p {
	margin-bottom: 10px;
}
#left .left_content div {
	background-image: url(../image/bg_bus_route.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	width: 130px;
	padding: 10px 15px;
}
#left .left_content div ul li {
	background-image: url(../image/left_listmarker_route.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#left .left_content ul#class {
	margin-bottom: -10px;
}
#left .left_content ul#class li {
	line-height: 1;
	background-image: url(../image/left_listmarker_class.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#left .left_content ul#student {
	margin-bottom: -5px;
}
#left .left_content ul#student li {
	text-align: center;
	margin-bottom: 5px;
}
#right {
	float: right;
	width: 590px;
}
#footer {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	clear: both;
	padding-top: 50px;
	color: #777777;
	width: 800px;
}
#footer h2 {
	font-weight: bold;
	margin-bottom: 20px;
}
#footer ul {
	margin-bottom: 5px;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #777777;
}
#footer ul li.start {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}
p#copyright {
	font-size: 10px;
	line-height: 2.5;
	color: #ffffff;
	background-color: #053e95;
	text-align: center;
	height: 25px;
}
#right h2 {
	margin-right: -2px;
	margin-left: -2px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
	width: 594px;
	text-align: center;
}
#right p.text_indent01 {
	font-size: 14px;
	line-height: 1.5;
	margin-left: 20px;
	margin-bottom: 20px;
}
#right p.text_indent02 {
	font-size: 12px;
	line-height: 1.8;
	margin-left: 20px;
	margin-bottom: 20px;
}
#right p.text_indent03 {
	font-size: 16px;
	line-height: 1.5;
	margin-left: 25px;
	margin-bottom: 20px;
}
#right p.text_indent04 {
	font-size: 12px;
	line-height: 1.8;
	margin-right: 20px;
	margin-bottom: 20px;
}
#right .float_right {
	float: right;
}
#right p.text {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
}
