@charset "UTF-8";

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


/* ******************************************
 ヘッダー　定義
****************************************** */

#header-wrap {
	width: 100%;
	height: 83px;
	background: url(../images/header_bg.gif) top left repeat-x;
	text-align: center;
}

.header {
	width: 794px;
	margin: 0px auto;
	text-align: left;
}

.header h1 {
	display: inline;
	float: left;
	width: 208px;
	height: 41px;
	margin: 17px 0px 0px 6px;
}

.header div.header-Rt {
	display: inline;
	float: right;
	width: 365px;
	margin-top: 19px;
	margin-right: 5px;
	text-align: right;
}

.header ul.header-nav li {
	display: inline;
	margin-left: 15px;
}


/* ******************************************
 コンテンツ大枠　定義
****************************************** */

#contents-wrap {
	width: 100%;
	padding-bottom: 40px;
	text-align: center;
	background: #ffffff;
}

.contents {
	width: 794px;
	margin: 0px auto;
	text-align: left;
}


/* ******************************************
 サブコンテンツ　定義
****************************************** */

.sub {
	width: 215px;
	float: left;
	text-align: center;
}

.nav-wrap01 {
	width: 215px;
	margin-bottom: 10px;
}

.nav-wrap02 {
	width: 215px;
	margin-bottom: 10px;
	background: url(../images/nav_bg_001.gif) repeat;
	padding: 5px 0px 1px 0px;
}
.nav-wrap02 ul {
	width: 203px;
	margin: 0px auto;
}
.nav-wrap02 li {
	margin-bottom: 4px;
	background: #ffffff;
}

.nav-wrap03 {
	width: 215px;
}

.nav-wrap03 li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/* ******************************************
 メインコンテンツ　定義
****************************************** */

.main-type1 {
	width: 563px;
	min-height: 612px;
	float: right;
}
*html div.main-type1 {
	height: 612px;
}
.main-type2 {
	width: 558px;
	min-height: 612px;
	float: right;
}
*html div.main-type2 {
	height: 612px;
}

/* メインタイトル */
.main-title {
	width: 558px;
	margin-bottom: 25px;
}

/* pタグ定義 */
.main-type2 p {
	color: #565656;
	font-size: 80%;
	line-height: 1.4em;
}

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

#footer-wrap {
	width: 100%;
	text-align: center;
}

.footer {
	width: 794px;
	margin: 0px auto;
	padding: 10px 0px;
}

.footer address {
	color: #545b6d;
	font-size: 10px;
	line-height: 1.2em;
	text-indent: 10px;
	text-align: right;
}


