@charset"utf-8";


* {
	margin: 0;
	padding: 0;
}


html,body {
	color: #333;
	font-size: 13px;
	/*
	text-align: justify;
	*/
	font-family: "¥á¥¤¥ê¥ª",Meiryo,Helvetica;
	line-height: 16px;
}


ul {list-style-type: none;}


strong {font-weight: normal;}


input,select,textarea {font-family: "¥á¥¤¥ê¥ª",Meiryo,Helvetica;}


#container {width: 100%;}



/*:::::::::::::::::::: img :::::::::::::::::::::*/

img {vertical-align: middle;}



/*:::::::::::::::::::: link ::::::::::::::::::::*/

a {text-decoration: none;}
a:link    {color: #9f0f36;}
a:visited {color: #9f0f36;}
a:hover   {color: #333;}
a:active  {color: #9f0f36;}

a img {border: none;}

.underlink a {text-decoration: underline;}



/*:::::::::::::::::: bg_color ::::::::::::::::::*/

.pink_bg {background: #f4e9ef;}
.gold_bg {background: #f4f1e9;}
.gray_bg {background: #f3f3f3;}



/*:::::::::::::::::::: font ::::::::::::::::::::*/

.bold {font-weight: bold;}
.normal {font-weight: normal;}


.gold {color: #a58328;}
.red  {color: #9f0f36;}
.red15 {
	color: #9f0f36;
	font-size: 15px;
}

.red span, .super {
	font-size: 80%;
}

.em-1 {text-indent: -1em;}
.em-2 {text-indent: -2em;}
.em05  {text-indent: 0.5em;}
.em1  {text-indent: 1em;}
.em15 {text-indent: 1.5em;}
.em2  {text-indent: 2em;}
.em25 {text-indent: 2.5em;}
.em3  {text-indent: 3em;}
.em35 {text-indent: 3.5em;}
.em4  {text-indent: 4em;}
.em45 {text-indent: 4.5em;}


.ls05 {letter-spacing: 0.5em;}
.ls1  {letter-spacing: 1em;}
.ls2  {letter-spacing: 2em;}


.textL {text-align: left;}
.textC {text-align: center;}
.textR {text-align: right;}
.textT {vertical-align: top;}


.ft10 {font-size: 10px;}
.ft14 {font-size: 14px;}
.ft15 {font-size: 15px;}
.ft16 {font-size: 16px;}
.ft18 {font-size: 18px;}
.ft24 {font-size: 24px;}

.line {text-decoration: underline;}

.lh25 {line-height:25px;}


/*::::::::::::::::::: margin :::::::::::::::::::*/

.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}


.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr25 {margin-right: 25px;}


.mb25 {margin-bottom: 25px;}


.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml14 {margin-left: 14px;}
.ml15 {margin-left: 15px;}
.ml25 {margin-left: 25px;}
.ml40 {margin-left: 40px;}


/*::::::::::::::::::: padding ::::::::::::::::::::*/
.pl1 {padding-left: 1em;}
.pl2 {padding-left: 2em;}
.ptb5 {padding: 5px 0 5px 0;}
.pt10 {padding: 10px 0 0 0;}



/*::::::::::::::::::: width ::::::::::::::::::::*/

.wd26  {width: 26px;}
.wd55  {width: 55px;}
.wd60  {width: 60px;}
.wd61  {width: 61px;}
.wd65  {width: 65px;}
.wd80  {width: 80px;}
.wd100 {width: 100px;}
.wd108 {width: 108px;}
.wd127 {width: 127px;}
.wd215 {width: 215px;}
.wd328 {width: 328px;}
.wd715 {width: 715px;}


.w20  {width: 20px;}
.w55  {width: 55px;}
.w95  {width: 95px;}
.w100 {width: 100px;}
.w120 {width: 120px;}
.w125 {width: 125px;}
.w140 {width: 140px;}
.w160 {width: 160px;}
.w165 {width: 165px;}
.w170 {width: 170px;}
.w185 {width: 185px;}
.w190 {width: 190px;}
.w245 {width: 245px;}
.w250 {width: 250px;}
.w335 {width: 335px;}
.w350 {width: 350px;}
.w351 {width: 351px;}
.w355 {width: 355px;}
.w360 {width: 360px;}
.w460 {width: 460px;}
.w475 {width: 475px;}
.w480 {width: 480px;}
.w495 {width: 495px;}



/*::::::::::::::::::: section ::::::::::::::::::*/

.section {width: 715px;}



/*:::::::::::::::::::: date ::::::::::::::::::::*/

.date {
	width: 715px;
	padding: 5px 0 5px 0;
	text-align: right;
}



/*:::::::::::::::::::: box :::::::::::::::::::::*/

.box {
	width: 715px;
	overflow: hidden;
}


.boxL {float: left;}
.boxR {float: right;}



/*::::::::::::::::::: table ::::::::::::::::::::*/

table.main_table {
	width: 715px;
	table-layout: fixed;
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
}


table.main_table th {
	padding: 10px;
	color: #a58328;
	border: 1px solid #d7d7d7;
	background: #f4f1e9;
}


table.main_table td {
	padding: 10px;
	border: 1px solid #d7d7d7;
}


table.main_table02 {
	width: 715px;
	//table-layout: fixed;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
}


table.main_table02 th {
	padding: 10px;
	color: #a58328;
	border: 1px solid #d7d7d7;
	background: #f4f1e9;
}


table.main_table02 td {
	padding: 10px;
	border: 1px solid #d7d7d7;
}


table.main_table03 {
	width: 715px;
	table-layout: fixed;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
}


table.main_table03 th {
	padding: 5px;
	color: #a58328;
	border: 1px solid #d7d7d7;
	background: #f4f1e9;
}


table.main_table03 td {
	padding: 5px;
	border: 1px solid #d7d7d7;
}


table.main_table04 {
	width: 715px;
	table-layout: normal;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
	font-size:80%;
}


table.main_table04 th {
	padding: 5px;
	color: #a58328;
	border: 1px solid #d7d7d7;
	background: #f4f1e9;
}


table.main_table04 td {
	padding: 5px;
	border: 1px solid #d7d7d7;
}


table.main_table05 {
	width: 715px;
	border-collapse: collapse;
	border-bottom: 1px dotted #d7d7d7;
	background: #f4f1e9;
}


table.main_table05 th {
	text-align: left;
	padding: 10px;
	color: #8e1728;
	border-top: 1px dotted #d7d7d7;
}


table.main_table05 td {
	margin-left: 145px;
	padding: 10px;
	border-top: 1px dotted #d7d7d7;
	background: #fff;
}


/*:::::::::::::::::::: title :::::::::::::::::::*/

.title {
	width: 710px;
	line-height: 25px;
	padding: 5px 0 5px 15px;
	font-size: 18px;
	font-weight: normal;
	border-left: 5px solid #9f0f36;
	border-bottom: 1px solid #eeede9;
	background: #fff;
}



/*:::::::::::::::::::: link ::::::::::::::::::::*/

.link {
	padding: 5px 0 5px 10px;
	background: url("/english/img/arrow_red.png") left center no-repeat;
}


.pdf {
	padding: 5px 0 5px 10px;
	background: url("/english/img/arrow_red.png") left center no-repeat;
}



/*::::::::::::::::::: header :::::::::::::::::::*/

#header {
	width: 960px;
	height: 67px;
	margin: 0 auto;
	overflow: hidden;
}


#logo {
	width: 215px;
	height: 67px;
	float: left;
}


#header_contents {
	width: 710px;
	height: 67px;
	float: right;
	overflow: hidden;
}



/*:::::::::::::::::::: Hnav ::::::::::::::::::::*/

#Hnav {
	width: 710px;
	overflow: hidden;
}


#Hnav ul {}


#Hnav li {
	line-height: 25px;
	font-size: 0.9em;
	text-align: center;
	float: right;
	background: #efefef;
}
#Hnav li a {display: block;}


.access {
	width: 91px;
	height: 25px;
	border-right: 1px solid #e0e0e0;
}


.campusmap {
	width: 106px;
	height: 25px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #e0e0e0;
}


.contact {
	width: 87px;
	height: 25px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #e0e0e0;
}


.siryo {
	width: 64px;
	height: 25px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #e0e0e0;
}


.sitemap {
	width: 90px;
	height: 25px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #e0e0e0;
}


.english {
	width: 72px;
	height: 25px;
	border-left: 1px solid #f7f7f7;
}



/*::::::::::::::::: header_box :::::::::::::::::*/

.header_box {
	width: 265px;
	height: 23px;
	margin-top: 12px;
	float: right;
	overflow: hidden;
}


#Header_box{
	width: 960px;
	margin:0 auto;
	position:relative;
}

#Search_box{
	position:absolute;
	top:39px;
	right:0;
}
.font_button {
	width: 111px;
	height: 23px;
	border-right: 1px dotted #000;
	float: left;
	overflow: hidden;
}

.font_button_text {
	width: 61px;
	height: 15px;
	font-size: 11px;
	word-spacing: normal;
	padding-top: 5px;
	float: left;
}


.font_button_main {
	width: 50px;
	height: 23px;
	float: right;
}


.font_button_main img {
	cursor:pointer;
}


form {
	width: 134px;
	float: right;
}


.header_search {
	width: 110px;
	height: 18px;
	border: 1px solid #e1e1e1;
	background: #f7f7f7;
}


.header_submit {
	width: 22px;
	height: 20px;
	border: none;
	cursor: pointer;
	vertical-align: top;
	background: url("/english/img/header_submit.gif");
}



/*:::::::::::::::::::: nav :::::::::::::::::::::*/

#nav_box {
	width: 100%;
	height: 87px;
	z-index: 3;
	position: relative;
	background: url("/english/img/nav/nav_bottom_ul_bg.png") bottom center no-repeat;
}


#nav_top {
	width: 100%;
	height: 30px;
	top: 0;
	left: 0;
	z-index: 6;
	position: absolute;
	background: url("/english/img/nav/nav_top_bg.gif");
}


#nav_top ul {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}


#nav_top li {float: left;}



#nav_bottom {
	width: 100%;
	height: 47px;
	margin-top: 1px;
	top: 10px;
	left: 0;
	z-index: 6;
	position: absolute;
	position: relative;
	background: url("/english/img/nav/nav_bottom_bg.gif") repeat-x;
}

#nav_bottom ul {
	width: 960px;
	height: 47px;
	margin: 0 auto;
	position: relative;
}


#nav_bottom li {
	width: 137px;
	height: 47px;
	float: left;
	position: relative;
}
#nav_bottom li.univ {
	width: 127px;
}

#nav_bottom li a {
	width: 137px;
	height: 47px;
	display: block;
}


#nav_bottom li ul {
	width: 230px;
	height: auto;
	padding-bottom: 20px;
	top: 47px;
	left: -7px;
	display: none;
	position: absolute;
	background: url("/english/img/nav/nav_bottom_innerbottom_bg.png") bottom center no-repeat;
}


/*·ùÐÞÕý*/
#nav_bottom li ul li {
	width: 216px;
	height: auto;
	margin: 0;
	padding: 0 7px;
	border: none;
	clear: left;
	position: relative;
	background: url("/english/img/nav/nav_bottom_inner_bg.png") repeat-y;
}

/*·ùÐÞÕý*/
#nav_bottom li ul li a {
	width: 176px;
	height: auto;
	padding: 10px 20px;
	display: block;
	text-indent: 0;
	background: url("/english/img/nav/nav_bottom_inner_line.gif") top center no-repeat;
}
/*·ùÐÞÕý
#nav_bottom li ul li span {
	width: 176px;
	height: auto;
	padding: 10px 20px;
	display: block;
	text-indent: 0;
	background: url("/english/img/nav/nav_bottom_inner_line.gif") top center no-repeat;
}
*/
/*hover¤òclass¤Ë‰ä¸ü*/
#nav_bottom li ul li a.hover {
	height: auto;
	color: #fff;
	background: #9f0f36;
}


#nav_bottom li ul li ul {
	width: 230px;
	height: auto;
	padding-bottom: 20px;
	top: -20px;
	left: 215px;
	display: none;
	z-index: 99;
	position: absolute;
	background: url("/english/img/nav/nav_bottom_innerbottom_bg.png") bottom center no-repeat;
}


#nav_bottom li ul li ul li {
	width: 216px;
	height: auto;
	margin: 0;
	padding: 0 7px;
	border: none;
	clear: left;
	background: url("/english/img/nav/nav_bottom_inner_bg.png") repeat-y;
}

/*
#nav_bottom li ul li ul li span {
	width: 176px;
	height: auto;
	padding: 10px 20px;
	display: block;
	text-indent: 0;
	background: url("/english/img/nav/nav_bottom_inner_line.gif") top center no-repeat;
}
*/

#nav_bottom li ul li ul li a {
	width: 176px;
	height: auto;
	padding: 10px 20px;
	display: block;
	text-indent: 0;
	background: url("/english/img/nav/nav_bottom_inner_line.gif") top center no-repeat;
}

#nav_bottom li ul li ul li.nav_first a {
	background:none;
}

#nav_bottom li ul li ul li a.hover {
	height: auto;
	color: #fff;
	background: #9f0f36;
}

/*
#nav_bottom li ul li ul li.nav_first a {background: none;}
#nav_bottom li ul li ul li.nav_first a:hover {background: #9f0f36;}
*/

/*:::::::::::::::::::: path ::::::::::::::::::::*/

#path {
	width: 1200px;
	height: 30px;
	margin:0 auto;
	line-height: 30px;
	font-size: 12px;
	margin-left: -480px;
	top: 57px;
	left: 50%;
	z-index: 4;
	position: absolute;
	overflow: hidden;
}

#path ul {}


#path li {
	margin-right: 5px;
	float: left;
}


#path li a {text-decoration: underline;}
#path li a:link    {color: #444;}
#path li a:visited {color: #444;}
#path li a:hover   {color: #8e1728;}
#path li a:active  {color: #444;}



/*:::::::::::::::::::: h2 ::::::::::::::::::::::*/

h2 {
	width: 725px;
	color: #8e1728;
	font-size: 34px;
	font-weight: normal;
	line-height: 55px;
	background: url("/english/img/h2_bg.gif") left bottom repeat-x;
}



/*:::::::::::::::::::: h3 ::::::::::::::::::::::*/

h3 {
	width: 710px;
	line-height: 25px;
	padding: 5px 0 5px 15px;
	font-size: 18px;
	font-weight: normal;
	border-left: 5px solid #9f0f36;
	background: #eeede9;
}



/*:::::::::::::::::::: h4 ::::::::::::::::::::::*/

h4 {
	width: 710px;
	line-height: 16px;
	padding: 5px 0 5px 15px;
	font-size: 14px;
	font-weight: normal;
	border-left: 5px solid #9f0f36;
	border-bottom: 1px solid #eeede9;
}



/*:::::::::::::::::::: h5 ::::::::::::::::::::::*/

h5 {
	font-size: 15px;
	font-weight: normal;
}



/*:::::::::::::::::: contents ::::::::::::::::::*/

#contents {
	width: 960px;
	margin: 0 auto;
/*	margin-top: 10px;*/
	overflow: hidden;
}



/*:::::::::::::::::::: main ::::::::::::::::::::*/

#main {
	width: 725px;
	float: right;
}



/*::::::::::::::::: assist_nav :::::::::::::::::*/

.assist_nav {
	width: 725px;
	font-size: 16px;
	overflow: hidden;
}

.assist_nav_3 {
	width: 226px;
	height:45px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
	overflow: hidden;
	float:right;
	background: url("/english/img/ika-sotsugo-1.gif");
	margin-right:5px;
}

.assist_nav_4 {
	width: 226px;
	height:35px;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 16px;
	overflow: hidden;
	float:right;
	background: url("/english/img/ika-sotsugo-1.gif");
	margin-right:4px;
}


.assist_nav img {vertical-align: middle;}


.assist_navL {
	width: 356px;
	float: left;
}


.assist_navR {
	width: 356px;
	float: right;
}


.assist_nav ul {}


.assist_nav li {
	width: 356px;
	margin-bottom: 3px;
	background: url("/english/img/assist_nav_bg.gif");
}

.assist_nav li.double {
	width: 356px;
	margin-bottom: 3px;
	background: url("/english/img/assist_nav_bg_double.gif");
}

.assist_nav li.triple {
	width: 356px;
	margin-bottom: 3px;
	background: url("/english/img/assist_nav_bg_triple.gif");
}

.assist_nav li.smalltxt {
	font-size:15px;
}

.assist_nav li.non {
	width: 356px;
	margin-bottom: 3px;
	text-indent: 15px;
	background: url("/english/img/assist_nav_bg_02.gif");
}

.assist_nav li.li2.non {
	width: 356px;
	margin-bottom: 3px;
	text-indent: 15px;
	background: url("/english/img/assist_nav_bg_03.gif");
}

.assist_nav li span {
	width: 356px;
	height: 23px;
	padding: 7px 0 7px 0;
	display: block;
}

.assist_nav li a {
	width: 318px;
	height:23px;
	padding:8px 23px 0 15px;
	display: block;
}
.assist_nav li span.nonLink {
	width: 318px;
	height:23px;
	padding:8px 23px 0 15px;
	display: block;
}
	
.assist_nav li.double a {
	width: 318px;
	height: 41px;
	padding:8px 23px 0 15px;
	display: block;
}
.assist_nav li.double span.nonLink {
	width: 318px;
	height: 41px;
	padding:8px 23px 0 15px;
	display: block;
}


.assist_nav li.triple a {
	width: 318px;
	height: 56px;
	padding:8px 23px 0 15px;
	display: block;
}

.assist_nav ul li p {
	width: 356px;
	height: 24px;
	padding: 7px 0 0px 0;
	color: #9f0f36;
}

.assist_nav ul li.li2 p {
	width: 356px;
	height: 40px;
	padding: 7px 0 0px 0;
	color: #9f0f36;
}


.assist_nav ul li ul {
	width: 354px;
	padding: 0px 0 5px 0;
	border: 1px solid #d9c79a;
	border-top: none;
	background: #fff;
}


.assist_nav ul li ul li {
	width: 324px;
	height: auto;
	margin: 0;
	padding: 0 15px 0 15px;
	font-size: 13px;
	text-indent: 0;
	background: none;
}


.assist_nav ul li ul li a {
	width: 309px;
	height: auto;
	padding-left: 15px;
	display: block;
	background: url("/english/img/arrow_red.png") left 14px no-repeat;
}

.assist_nav ul li ul li span {
	width: 309px;
	height: auto;
	padding-left: 15px;
	display: block;
	background: url("/english/img/arrow_red.png") left 14px no-repeat;
}

/*::::::::::::::::::: totop ::::::::::::::::::::*/

.totop_box {
	width: 100%;
	margin-top: 35px;
	background: url("/english/img/totop_bg.png") repeat-x;
}


.totop {
	width: 960px;
	height: 43px;
	margin: 0 auto;
	text-align: right;
}



/*::::::::::::::::::: footer :::::::::::::::::::*/

#footer {
	width: 100%;
	font-size: 0.9em;
	background: #eae5d8;
}


#footer a {text-decoration: underline;}
#footer a:link    {color: #333;}
#footer a:visited {color: #333;}
#footer a:hover   {color: #9f0f36;}
#footer a:active  {color: #333;}


.footer_box {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
	background: url("/english/img/footer_box_border.gif") left bottom repeat-x;
}


.footerL {
	width: 705px;
	float: left;
}


.footerL_box {
	width: 705px;
	overflow: hidden;
}


.footerL_box ul {}


.footerL_box li {
	width: 225px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}


.footerL_title {
	width: 205px;
	padding: 10px;
	color: #63010c;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}


.footerL_box li .footerL_sub_box {
	width: 112px;
	float: left;
}


.footerL_box li .footerL_sub_box ul {}


.footerL_box li .footerL_sub_box ul li {
	width: 92px;
	margin: 0;
	padding: 5px 0 5px 20px;
	background: url("/english/img/arrow_red.png") 10px 10px no-repeat;
}


.footerL_box li ul li {
	width: 205px;
	margin: 0;
	padding: 5px 0 5px 20px;
	background: url("/english/img/arrow_red.png") 10px 10px no-repeat;
}


.footerR {
	width: 240px;
	float: right;
}


.footerR ul {}


.footerR li {
	padding: 5px 0 5px 25px;
	background: url("/english/img/arrow_red.png") 15px 10px no-repeat;
}



/*::::::::::::::::::: sitemap ::::::::::::::::::*/

#sitemap {
	width: 100%;
	background: #eae5d8;
}


#sitemap ul {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}


#sitemap li {
	display: inline;
	padding: 0 15px 0 15px;
}



/*::::::::::::::::: copyright ::::::::::::::::::*/

#copyright {
	width: 100%;
	height: 22px;
	text-align: center;
	background: url("/english/img/copyright_bg.gif") repeat-x;
}



/*:::::::::::::::::::: Search Form :::::::::::::::::::::*/

form.gsc-search-box {
	width:144px !important;
	float:right !important;
	margin: 0px !important;
	padding: 0px !important;
}


table.gsc-search-box {
	width:120px !important;
	margin: 0px !important;
	padding: 0px !important;

}


.gsc-input {
	width:120px !important;
	height:18px !important;
	padding: 0px !important;
	font-size: 12px !important;
}


.gsc-search-button {
	display:block;
	width:22px !important;
	height:20px !important;
	margin: 0px !important;
	padding: 0px !important;
	vertical-align: top !important;
	border-width: medium !important;
	border-style: none !important;
	cursor:pointer !important;
	text-indent: -9999px !important;
	min-width:22px !important;
	background: url(/english/img/header_submit.gif) no-repeat !important;
}

.gsc-clear-button {display:none;}