@charset "UTF-8";
/* CSS Document */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;
}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

* html .iepngfix {
	behavior: url(../lib/iepngfix/iepngfix.htc);
}
* html #toppage .iepngfix{
	behavior: url(lib/iepngfix/iepngfix.htc);
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac ��*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.notext {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/**************************************** common ****************************************/

a {
	color: #3399FF;
	text-decoration: none;
}
p {
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}
h1 {
	margin-bottom: 20px;
	font-size: 160%;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}
h3 {
	background-image: url(../images/background_h3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 610px;
	border: 1px solid #B3B3B3;
	font-size: 140%;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-bottom: 15px;
}
h4{
	font-size: 130%;
	font-weight: bold;
	color: #66CC00;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #66CC00;
	margin-bottom: 10px;
}
h4.h4_02{
	color: #FF6600;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
}
h4.h4_02 span{
	background-color: #FFEDDF;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h5 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
h6 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color: #333333;
	line-height: 170%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
table {
	font-size:inherit;
	font:100%;
}

.wrapper {
	background-image: url(../images/background_shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
* html .wrapper {
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
}
.button a {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color: #ffde33;
	background-image: url(../images/background_button.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 7px;
	border: 1px solid #FFA900;
}
.button a:hover {
	background-image: none;
	background-color: #FFA900;
}
/******** header ********/
#header {
	background-image: url(../images/background_header.jpg);
	background-repeat: no-repeat;
	height: 76px;
	width: 900px;
}
#logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 320px;
	margin-top: 13px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	float: left;
}
#headersub {
	margin-top: 13px;
	margin-right: 10px;
	float: right;
	width: 550px;
	position: relative;
	height: 55px;
}
#headersub ul {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.search {
	position: absolute;
	top: 0px;
	right: 0px;
}
#headersub li,
#globalmenu li {
	float: left;
}
#headersub li a {
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 85px;
}
#headersub01 a {
	background-image: url(../images/headermenu_01.gif);
}
#headersub02 a {
	background-image: url(../images/headermenu_02.gif);
	margin-right: 10px;
}
#headersub03 a {
	background-image: url(../images/headermenu_03.gif);
}
#headersub04 a {
	background-image: url(../images/headermenu_04.gif);
}
#globalmenu li a {
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	background-position: left top;
}
#globalmenu li a:hover {
	background-position: left -50px;
}
#globalmenu01 a {
	background-image: url(../images/globalmenu_01.jpg);
	width: 129px;
}
#globalmenu02 a {
	background-image: url(../images/globalmenu_02.jpg);
	width: 129px;
}
#globalmenu03 a {
	background-image: url(../images/globalmenu_03.jpg);
	width: 129px;
}
#globalmenu04 a {
	background-image: url(../images/globalmenu_04.jpg);
	width: 129px;
}
#globalmenu05 a {
	background-image: url(../images/globalmenu_05.jpg);
	width: 128px;
}
#globalmenu06 a {
	background-image: url(../images/globalmenu_06.jpg);
	width: 128px;
}
#globalmenu07 a {
	background-image: url(../images/globalmenu_07.jpg);
	width: 128px;
}
body.feature #globalmenu01 a ,
body.guide #globalmenu02 a ,
body.course #globalmenu03 a ,
body.life #globalmenu04 a ,
body.entrance #globalmenu05 a ,
body.career #globalmenu06 a ,
body.documents #globalmenu07 a {
	background-position: left -50px;
}
/******** contents ********/
#category{
	background-repeat: no-repeat;
	height: 90px;
	width: 900px;
}
body.feature #category{
	background-image: url(../images/category_01.jpg);
}
body.guide #category{
	background-image: url(../images/category_02.jpg);
}
body.course #category{
	background-image: url(../images/category_03.jpg);
}
body.life #category{
	background-image: url(../images/category_04.jpg);
}
body.entrance #category{
	background-image: url(../images/category_05.jpg);
}
body.career #category{
	background-image: url(../images/category_06.jpg);
}
body.documents #category{
	background-image: url(../images/category_07.jpg);
}
body.topics #category{
	background-image: url(../images/category_topics.jpg);
}
#topicpath{
	width: 880px;
	font-size: 85%;
	background-color: #E0E0E0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#contents{
	background-color: #FFFFFF;}
/******** main********/
#main{
	width: 630px;
	float: right;
	margin-right: 15px;
}
* html #main{
	margin-right: 7px;
}
.navi{
	font-size: 80%;
	background-color: #E6E6E6;
	text-align: right;
	padding: 8px;
	line-height: 150%;
	margin-bottom: 30px;
}
.navi a{
	color: #000000;
}
.section table{
	width: 100%;
	margin-bottom: 15px;
}
.section th,
.section td{
	padding: 5px;
	border: 1px solid #999999;
}
/******** sub********/
#sub{
	width: 210px;
	float: left;
	margin-left: 15px;
}
* html #sub{
	margin-left: 7px;
}
.menu{
	background-image: url(../images/menu_middle.jpg);
	background-repeat: repeat-y;
	width: 195px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.menu li {
	line-height: 0;
}
.menu  li a{
	color: #333333;
	display: block;
	padding-left: 10px;
	width: 175px;
	font-size: 95%;
	line-height: 95%;
	padding-top: 5px;
	padding-bottom: 4px;
}
.menu a:hover{
	color: #ffffff;
	background-color: #333333;
}
.menu img{
	margin-bottom: 10px;
	margin-top: 5px;
}
.menu ul{
	background-color: #E3E3E3;
	margin-left: 5px;
	margin-right: 5px;
	width: 185px;
}
.menu ul ul{
	margin-left: 0px;
	margin-right: 0px;
}
.menu ul ul a{
	background-image: url(../images/sankaku_01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 8px center;
	width: 165px;
}
.menu ul ul ul a{
	background-image: url(../images/sankaku_02.gif);
	padding-left: 30px;
	background-position: 18px center;
	width: 155px;
}

body#index .menu_index,
body#spirit .menu01,
body#principal .menu01,
body#standard .menu01,
body#club .menu01,
body#exam .menu01,
body#situation .menu01,
body#download .menu01,
body#curriculum.standard .menu01_1,
body#voice.standard .menu01_2,
body#environment .menu02,
body#community .menu02,
body#special .menu02,
body#report.life .menu02,
body#expenses .menu02,
body#environment .menu02,
body#curriculum.special .menu02_1,
body#voice.special .menu02_2,
body#facility .menu03,
body#club_results .menu03,
body#programs .menu03,
body#open_campus .menu03,
body#answer .menu03_1,
body#form_01 .menu03_2,
body#form_02 .menu03_3,
body#report.open_campus .menu03_4,
body#uniform .menu04,
body#message .menu04,
body#international .menu04,
body#qa .menu04,
body#report.international .menu04_1,
body#contact .menu05,
body#entrance .menu05,
body#school_life .menu05,
body#photo .menu06 {
	color: #ffffff;
	background-color: #333333;
}


#selectmenu {
	background-image: url(../images/background_selectmenu.gif);
	width: 185px;
	margin-bottom: 20px;
	padding: 10px;
}
#selectmenu li a {
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 185px;
	background-position: left top;
}
#selectmenu li a:hover {
	background-position: left -33px;
}
#selectmenu01,
#selectmenu02 {
	margin-bottom: 10px;
}
#selectmenu01 a {
	background-image: url(../images/selectmenu_01.jpg);
}
#selectmenu02 a {
	background-image: url(../images/selectmenu_02.jpg);
}
#selectmenu03 a {
	background-image: url(../images/selectmenu_03.jpg);
}
/******** footer********/
#footer{
	background-color: #F7EAE2;
	font-size: 80%;
}
#footer .wrapper {
	background-image: url(../images/background_shadow_footer.jpg);
}
#footer ul {
	padding: 10px;
}
#footer li{
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	line-height: 120%;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer a{
	color: #000000;
	white-space: nowrap;
}
#footerinfo{
	background-image: url(../images/background_footerinfo_02.jpg);
	background-repeat: repeat-x;
}
#footerinfo .wrapper div {
	font-size: 80%;
	color: #FFFFFF;
	background-image: url(../images/background_footerinfo_01.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 845px;
	line-height: 140%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
}

/**************************************** mt_common****************************************/
#contents .caption{
	font-size: 75%;
}
#contents .photo01{
	float: right;
	margin-left: 10px;
}

#contents .photo02 ul {
	margin: 7px;
	overflow: hidden;
	width: 645px;
	zoom: 1;
}

#contents .photo02 li,
#contents .photo02 li{
	display: inline-block;
	/display: inline;
	margin-right:15px;
	vertical-align: top;
	width: 195px;
	/zoom: 1;
}
#contents .photo02,
#contents .data,
#contents .documents{
	margin-bottom: 15px;
}
#contents .data{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#contents .documents{
	border: 4px solid #ff6600;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/**************************************** toppage ****************************************/
#toppage #globalmenu01 a {
	background-image: url(../images/globalmenu_01.png);
}
#toppage #globalmenu02 a {
	background-image: url(../images/globalmenu_02.png);
}
#toppage #globalmenu03 a {
	background-image: url(../images/globalmenu_03.png);
}
#toppage #globalmenu04 a {
	background-image: url(../images/globalmenu_04.png);
}
#toppage #globalmenu05 a {
	background-image: url(../images/globalmenu_05.png);
}
#toppage #globalmenu06 a {
	background-image: url(../images/globalmenu_06.png);
}
#toppage #globalmenu07 a {
	background-image: url(../images/globalmenu_07.png);
}
#toppage #globalmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
}
#toppage #main_photo {
	height: 375px;
	width: 900px;
	margin-bottom: 15px;
	position: relative;
}
#slideshow { position:relative; width:900px; height:375px; }
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }

#toppage #main_photo #selectmenu {
	background-image: url(../images/top/background_selectmenu.png);
	width: 560px;
	height: 35px;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	z-index: 5;
	top: 305px;
	right: 0px;
}
#toppage #main_photo #catch {
	background-image: url(../images/top/catch.png);
	width: 460px;
	height: 135px;
	float: left;
	top: 60px;
	left: 10px;
	position: absolute;
	z-index: 15;
}
#toppage #main_photo #selectmenu li {
	float: left;
	margin-right: 2px;
	margin-bottom: 0px;
}
#toppage #main_photo li#selectmenu03 {
	margin-right: 0px;
}
/******** main********/
#toppage #main{
	width: 700px;
	float: left;
	margin-right: 0px;
}
#toppage #main .section{
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 90%;
}
* html #toppage #main .section{
	margin-left: 7px;
	margin-bottom: 7px;
}
/******** menu********/
#toppage #main .menu{
	background-image: url(../images/top/menu_middle.jpg);
	width: 203px;
}
#toppage #main .menu ul{
	height: 160px;
	width: 193px;
}
#toppage #main .menu li a{
	background-image: url(../images/sankaku_01.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 3px center;
	width: 177px;
}
#toppage #main #section_06 .menu,
#toppage #main #section_07 .menu{
	height: 105px;
}
#toppage #main #section_06 .menu ul,
#toppage #main #section_07 .menu ul{
	height: 40px;
	background-color: #FFFFFF;
	position: relative;
	top: -20px;
	width: 115px;
}
#toppage #main #section_06 li a,
#toppage #main #section_07 li a{
	width: 100px;
}
#toppage #main .section h2{
	border-bottom: 1px solid #B3B3B3;
	padding-top: 25px;
	padding-left: 10px;
}
#toppage #main .section h2 a{
	font-size: 10px;
	color: #000000;
	background-color: #FCEE21;
	padding: 3px;
	float: right;
	line-height: 100%;
	font-weight: normal;
	margin-right: 10px;
}
#toppage #main #section_topics,
#toppage #main #section_club{
	width: 333px;
	border: 1px solid #B3B3B3;
	background-image: none;
}
#toppage #main #section_topics li a,
#toppage #main #section_club li a{
	color: #000000;
}
#toppage #main #section_topics div,
#toppage #main #section_club div{
	background-color: #EBEBEB;
	margin: 10px;
	padding: 5px;
}
#toppage #main #section_topics h2{
	border-left: 6px solid #FF6600;
}
#toppage #main #section_club h2{
	border-left: 6px solid #0DBCFF;
}
#toppage #main .section .text{
	width: 190px;
	float: left;
}
#toppage #main .section .date{
	font-size: 90%;
	float: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: left 6px;
	width:60px;
}
#toppage #main #section_topics .date{
	color: #FF6600;
}
#toppage #main #section_club .date{
	color: #0DBCFF;
}
#toppage #main #section_topics .text{
	background-image: url(../images/top/icon_others.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 39px;}
#toppage #main #section_topics li.event .text{
	background-image: url(../images/top/icon_event.gif);
}
#toppage #main #section_topics li.info .text{
	background-image: url(../images/top/icon_info.gif);
}
#toppage #main #section_topics li.exam .text{
	background-image: url(../images/top/icon_exam.gif);
}
#toppage #main #section_topics li.happy .text{
	background-image: url(../images/top/icon_happy.gif);
}
#toppage #main #section_topics .date{
	background-image: url(../images/sankaku_topics.gif);
}
#toppage #main #section_club .date{
	background-image: url(../images/sankaku_club.gif);
}
#toppage #category{
	background-image: url(../01/images/category.jpg);
}
#toppage .menu img{
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 7px;
}
#toppage #section_01 .menu img{
	background-image: url(../images/menu_category_photo_01.jpg);
}
#toppage #section_02 .menu img{
	background-image: url(../images/menu_category_photo_02.jpg);
}
#toppage #section_03 .menu img{
	background-image: url(../images/menu_category_photo_03.jpg);
}
#toppage #section_04 .menu img{
	background-image: url(../images/menu_category_photo_04.jpg);
}
#toppage #section_05 .menu img{
	background-image: url(../images/menu_category_photo_05.jpg);
}
#toppage #section_06 .menu img{
	background-image: url(../images/menu_category_photo_06.jpg);
}
#toppage #section_07 .menu img{
	background-image: url(../images/menu_category_photo_07.jpg);
}
/******** sub********/
#toppage #sub{
	width: 170px;
	float: right;
	margin-right: 15px;
	margin-left: 0px;
}
* html #toppage #sub{
	margin-right: 7px;
}
#toppage #sub .banner img{
	margin-bottom: 10px;
}
#toppage #sub h2{
	margin-bottom: 5px;
}
#toppage #sub .sub_info div{
	border: 1px solid #999999;
	margin-bottom: 10px;
	line-height: 130%;
	color: #000000;
}
#toppage #sub .sub_info div.info{
	padding: 5px;
	background-image: url(../images/top/background_info.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 80%;
}
#toppage #sub .sub_info div.info .tel,
#toppage #sub .sub_info div.info em{
	color: #FF6600;
}
#toppage #sub .sub_info div.info .tel{
	background-image: url(../images/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 200%;
}

/**************************************** topics****************************************/
.topics .menu li {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.topics #selectcategory {
	margin-bottom: 20px;
}
.topics #selectcategory li a {
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 175px;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 35px;
}
.topics #selectcategory01 a {
	background-image: url(../images/selectcategory_01.jpg);
}
.topics #selectcategory02 a {
	background-image: url(../images/selectcategory_02.jpg);
}
.topics #selectcategory03 a {
	background-image: url(../images/selectcategory_03.jpg);
}
.topics #selectcategory04 a {
	background-image: url(../images/selectcategory_04.jpg);
}
.topics #selectcategory05 a {
	background-image: url(../images/selectcategory_05.jpg);
}
/**************************************** qa ****************************************/
body#qa .list {
	background-color: #E6E6E6;
	padding: 10px;
	margin-bottom: 15px;
}
body#qa .q_title {
	font-size: 160%;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #231815;
	color: #231815;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
body#qa .a_title {
	font-size: 160%;
	font-weight: bold;
	color: #EC651A;
	margin-bottom: 15px;
}
body#qa .text {
	background-color: #FDECE2;
	padding: 10px;
	margin-bottom: 15px;
}
body#qa .navi {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}

/**************************************** life****************************************/
body.life#index .section th {
	background-color: #FFFFCC;
	text-align: center;
	width: 150px;
}
body.life#index #section01 td {
	width: 300px;
	vertical-align: top;
	font-size: 90%;
}
body.life#index #section01 td img {
	width: 125px;
	float: right;
}
body.life#index #section02 .day {
	width: 30px;
	text-align: center;
}
body.life#index #section02 .name {
}

/**************************************** club ****************************************/
body.club_detail {
	background-color: #F2F2F2;
	background-image: none;
}
body.club_detail .wrapper {
	background-image: none;
	background-color: #ffffff;
	width: 340px;
	border: 1px solid #B3B3B3;
	padding: 15px;
}
body.club_detail #header {
	background-image: none;
	height: 100%;
	width: 340px;
	margin-bottom: 10px;
	color: #000000;
}
body.club_detail #header img {
	margin-bottom: 10px;
}
body.club_detail #header h1 {
	margin-bottom: 0px;
}
#club_menu li{
	float: left;
	border: 1px solid #CC9900;
	margin-bottom: 15px;
}
li#club_menu02{
	border-left: none;
}
#club_menu li a{
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 22px;
	width: 168px;
	color: #999999;
	background-color: #FFEFD4;
}
#club_menu li a:hover,
.club_news #club_menu01 a,
.club_outline #club_menu02 a{
	color: #FFFFFF;
	background-color: #FF6600;
}
body.club_detail #contents .photo01{
	width: 150px;
}
body.club_detail #contents .photo02 li{
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
}
body.club_detail .navi{
	background-color: #f2f2f2;
	margin-bottom: 0px;
	width: 372px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
body.club_detail .navi img{
	padding-top: 5px;
}
body.club_detail .data{
	color: #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
body.club_detail h3{
	width: auto;
}
body.club_detail h4{
	width: auto;
}
body.club_detail .date{
	font-size: 75%;
	font-weight: normal;
	vertical-align: top;
}
body.club_detail .section{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 15px;
}
body.club_detail .documents{
	background-color: #FFEFD4;
}
