﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);
@import url(content.css);

#wrap { background: url(../image/sub-body-bg.jpg) repeat-x; }

/*==================================================
	ヘッダー
==================================================*/

#header {
	position: relative;
	height: 294px;
	background: url(../image/glo-header-bg.jpg) no-repeat;
}

#header .sub_main {
	background: url(../image/sub-main-img.jpg) no-repeat;
	height: 122px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 122px;
	text-align: right;
}

#header .sub_main ul {
	float: right;
	height: 23px;
}

#header .sub_main li {
	display: inline;
	text-align: right;
	height: 23px;
	float: left;
	line-height: 23px;
	padding-right: 15px;
}


/*==================================================
	コンテンツ
==================================================*/

h2 {}

h3 {
	height: 40px;
	width: 577px;
	margin-bottom: 15px;
	font-family: "メイリオ";
	font-size: 2.6em;
	font-weight: normal;
	background: url(../image/glo-title-bg-01.gif) no-repeat;
	text-indent: 15px;
	vertical-align: top;
	line-height: 1.3em;
}

