@charset "UTF-8";

/*↓↓↓↓↓↓090220_修正しました↓↓↓↓↓↓*/


/*-------------------- 
page navigation
--------------------*/
#page_navi {
	width: 860px;
	height: 27px;
	margin:0px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: 10px;
}
/*-------------------- TITLE --------------------*/
#title {
	width: 880px;
	height: 93px;
	margin:0px;
	padding: 0px;
}

h1 {
	width: 600px;
	height: 40px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h2 {
	width: 600px;
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 8px 12px;
	background-image: url(../img/sub2_title_bg.gif);
	background-repeat: no-repeat; 
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	clear: both;
}

h3 {
	width: 578px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 6px 17px;
	background: url(../img/sub3_title_bg.gif) no-repeat;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px dashed #AAAAAA;
}

h4 {
	width: 583px;
	height: 24px;
	margin: 0px;
	padding: 5px 0px 0px 17px;
	background: url(../img/sub3_title_bg.gif) no-repeat;
	color: #333333;
	font-size: 12px;
}

h5 {
	width: 383px;
	height: 24px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 17px;
	background: url(../about/img/sub3_title_bg.gif) no-repeat;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2;
	border-bottom: 1px dashed #AAAAAA;
}

/*-------------------- MAIN --------------------*/
#corner_main {
	width: 880px;
	margin: 0px;
	padding-bottom:40px;
	background-image: url(../img/corner_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom: 1px solid #CCCCCC;
}
/* 左サイド:メニュー */
#corner_left_submenu {
	width: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.submenu ul {
	margin: 0px; 
	padding :0px; 
	list-style-type : none;
}
.submenu li {
	width: 220px;
	display : inline;
	margin: 0px; 
	padding : 0px; 
	float: left; 
}

/* 右サイド:メインコンテンツ */
#corner_right_main {
	width: 600px;
	padding-top: 26px;
	padding-left: 36px;
	float: left;
}

/* 右サイド:メインコンテンツ英語版専用 */
#corner_right_main_news,
#corner_right_main_coope,
#corner_right_main_staff,
#corner_right_main_campus,
#corner_right_main_submenu {
	width: 600px;
	padding-top: 26px;
	padding-right: 25px;
	float: right;
}

/*-------------------- icon+link text --------------------*/
.iconlink_box {
	width: 380px;
}
.iconlink_box01 {
	width: 380px;
	margin: 10px 0px 0px 2px;
}
.iconlink_box02 {
	width: 580px;
	padding: 0 0 0 2px;
}
.iconlink_box03 {
	width: 597px;
	margin: 10px 0px 0px 3px;
}
.iconlink_icon{
	width: 18px;
	height: 14px;
	margin: 0;
	padding: 0;
	float: left;
}
.iconlink_text{
	width: 350px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	float: left;
}
.iconlink_text02 {
	width: 500px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	float: left;
}

.box_space01 { margin: 0 0 10px 0;}


/*-------------------- font --------------------*/
.b {
	font-weight: bold;
}

p.tyui {
	padding-left: 1em;
	_padding-left: 0;
	text-indent: -1em;
	_text-indent: 0;
}

p.tyui02 {
	margin-left: 12px;
	padding-right: 1em;
	padding-left: 1em;
	text-indent: -1em;
}

/*-------------------- clear --------------------*/

.clear { clear: both; }

/*-------------------- clearfix --------------------*/
#corner_main:after,
.iconlink_box:after,
.iconlink_box02:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

/*-------------------- image --------------------*/
#title img,
h1 img,
.submenu img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/*↑↑↑↑↑↑090220_修正しました↑↑↑↑↑↑*/

