@charset "UTF-8";

@import "reset.css";
@import "base.css";
@import "colorbox.css";


/* ******************************************
 大枠 定義
****************************************** */
#container {
	width:100%;
	background:url(../images/bg_large.gif) repeat left top/* fixed*//* fixed*/;
	/*background:url(../../images/top_bg.gif) repeat left top;*/
	background-color:#000;
}


/* ******************************************
 ナビゲーション　定義
****************************************** */
#nav_area {
	float: left;
	text-align:left;
	margin-bottom:15px;
	margin-top: -3px;
}

/* メニューボタン定義 */
#nav_area ul {
	width: 130px;
	background: url(../images/nav_bg_mid.gif) repeat-y;
	padding-top: 3px;
}

#nav_area li {
	width: 90px;
	height: 28px;
	margin:0 0 0 20px;
}

#nav_area ul li a {
	font-size: 80%;
	color:#4d4d4d;
}

/* ******************************************
 メインビジュアル　定義
****************************************** */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

/* メインビジュアルとか（2nd） */
#mv_area {
	width: 690px;
	height: 148px;
	float: right;
	margin-top: -67px;
}
*:first-child+html #mv_area {
	margin-right: 8px;
}

#mv_area .mv_photo {
	height: 150px;
	width: 690px;
}

#logo_s {
	position:absolute;
	top: 0;
	left: 20px;
	width:58px;
	height:43px;
}


/* ******************************************
 コンテンツ大枠　定義
****************************************** */
/* top */
#contents_area {
	width: 760px;
	float:right;
	margin-bottom:50px;
}

/* 2nd以降 */
#contents_area_2nd {
	width: 690px;
	float:right;
	margin-bottom:50px;
}

#header_area {
	height: 67px;
	width: 900px;
	position:relative;
}


/* ******************************************
 フッター　定義
****************************************** */

#footer {
	height: 15px;
	width: 500px;
	padding: 5px 0 0 0;
	float: right;
	347
}

div#footer address {
	font-size: 10px;
	line-height: 1.2em;
	text-align:right;
}
.contents_title {
	height: 35px;
	width: 690px;
	margin-bottom: 15px;
}

