@import url("/en/common/index.css");

#topmenu {
	width:800px;
	margin:0 auto;
	position:relative;
	height:284px;
}

#menu {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:800px;
}

h1 {
	position:absolute;
	top:47px;
	left:0;
	z-index:1;
	margin:0;
	padding:0;
	width:800px;
	height:237px;

}

/*TOPページコンテンツ部分*/
.contents_box {
	float:left;
	margin-right:6px;
	margin-bottom:10px;
	background:#fff;
	width:297px;
}

.contents_box img {
	padding:2px;
	border:1px solid #2F6C91;
}

.contents_box2 {
	float:left;
	margin-right:5px;
	background:#fff;
	width:145px;
}

.right_contents_box {
	margin-right:0;
}

.contents_box p {
	padding:0;
	font-size:12px;
	line-height:18px;
}

a#kigyou {
	display:block;
	float:left;
	width:107px;
	height:106px;
	background:url("img/kigyou.gif") no-repeat 0 0;
}

a#kigyou:hover {
	width:107px;
	height:106px;
	background:url("img/kigyou.gif") no-repeat -107px 0;
}

a#daigaku {
	display:block;
	float:left;
	margin-right:10px;
	width:107px;
	height:106px;
	background:url("img/daigaku.gif") no-repeat 0 0;
}

a#daigaku:hover {
	width:107px;
	height:106px;
	background:url("img/daigaku.gif") no-repeat -107px; 0;
}

p strong {
	font-size:16px;
	color:#3c8d8d;
}

/* ボタン */
a.btn1,
a.btn2 {
	border:1px #2f6c91 solid;
	display:block;
	width:294px;
	height:91px;
}

a.btn1 {
	background:#fff url(img/top_01.gif) no-repeat 50% 50%;
}

a.btn1:hover {
	background:#FFF url(img/top_01hover.gif) no-repeat 50% 50%;
}

a.btn2 {
	background:#fff url(img/top_02.gif) no-repeat 50% 50%;
}

a.btn2:hover {
	background:#FFF url(img/top_02hover.gif) no-repeat 50% 50%;
}

h3 {
	background:none;
}
