@charset "utf-8";
/* CSS Document */

/* 共通CSS
----------------------------------------------- */
@import url("block.css");
@import url("reset.css");


/* ページ背景
----------------------------------------------- */
#wrapper {
	width:1004px;
	background:#ebebeb;
	margin: 0 auto;
}

/* ヘッダ
----------------------------------------------- */
#upside {
	width:1004px;
	height:50px;
	background:url(../../top/images/bg_header.png);
	overflow:hidden;
}

p.corporate a {
	margin-top:-30px;
	margin-right:15px;
	float:right;
	display:block;
	width:120px;
	height:35px;
}

/* メニュー
----------------------------------------------- */
#menu {
	width:1004px;
	height:35px;
	background:url(../images/bg_menu.png);
	overflow:hidden;
}

/* メイン背景
----------------------------------------------- */
#primary {
	width:1004px;
	height:465px;
	margin:0;
	background:url(../../top/images/bg_main110217.png);
	overflow:hidden;
}

/* レイアウト
----------------------------------------------- */
#container {
	width:880px;
	margin:15px 80px;
	overflow:hidden;
}

/* お知らせ
----------------------------------------------- */
#infomation {
	width:320px;
	height:80px;
	display:block;
	margin-top:-200px;
	margin-left:650px;
}

#infomation p {
	font-size:1.2em;
	width:320px;
	margin:1em 0 0;
	line-height:1.5;
	color:##000;
}

#infomation p a{
	display:block;
	color:#000;
}

#infomation p a:hover{
	color:#000;
}


/* 見出し：h2
----------------------------------------------- */
h2#midashi a.interview {
	width:400px;
	height:105px;
	display:block;
	margin-top:110px;
	margin-left:90px;
}

h2#midashi a.check {
	width:400px;
	height:100px;
	display:block;
	margin-top:10px;
	margin-left:90px;
}

h2#midashi a.resource {
	width:400px;
	height:100px;
	display:block;
	margin-top:10px;
	margin-left:90px;
}

/* CLUB案内
----------------------------------------------- */
#guide {
	margin-top:45px;
	margin-left:620px;
}

#guide a {
	width:310px;
	height:60px;
	display:block;
	border:;
	background:;
}

#guide a:hover {
	background:;
}

#guide a:active {
	border:;
	background:;
}

/* 擬似リンク用em
----------------------------------------------- */
em.notype{
	display:none;
}

/* フッタ
----------------------------------------------- */
#bottom {
	margin:0;
	width:1004px;
	height:35px;
	background:url(../images/bg_footer.png);
}
