@charset "utf-8";

/* ========================================================================================================================
	共通設定
======================================================================================================================== */
* {
	margin: 0;
	padding: 0;
}
table,img,p {
	border: 0;
}
li {
	list-style-type: none;
}
select {
	border: solid 1px #ccc;
}

/* ----------------------------------------
	リンク指定
---------------------------------------- */
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #ff7d00;
	text-decoration: underline;
}
/* ----------------------------------------
	フロート回り込み解除
---------------------------------------- */
br.clear {
	clear: both;
	display: none;
	font-size: 0px;
	line-height: 0%;
	height: 0px
}
/* ----------------------------------------
	フォント指定
---------------------------------------- */
h1,h2,h3,h4,h5 {
	font-size: 10pt;
	line-height: 150%;
}
.price { color: #cc0033; }
.attention { color: #cc0033; }
.mini { font-size: 90%; }
em {
	font-style: normal;
	color: #cc0033;
}
/* ========================================================================================================================
	サイトアウトライン設定
======================================================================================================================== */
div#wrap {
	width: 950px;
	margin: 50px auto;
	padding: 0;
	background: #f7f7f7;
	text-align: center;
	border-top: 1px solid #aabbcc;
	border-left: 1px solid #aabbcc;
	border-right: 1px solid #aabbcc;
	border-bottom: 1px solid #778899;
}
div#outline {
	width: 940px;
	margin: 0px auto;
	padding: 0;
	border-top: 5px solid #f7f7f7;
	border-left: 5px solid #f7f7f7;
	border-right: 5px solid #f7f7f7;
	border-bottom: 5px solid #eee;
}

/* ========================================================================================================================
	BODY設定
======================================================================================================================== */
body {
	background: #F2FCF9 url(../img/bg.jpg) repeat-x fixed center top;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	font-size: 9pt;
	line-height: 150%;
	letter-spacing:1px;
}
/* ========================================================================================================================
	ヘッダー設定
======================================================================================================================== */
#headerContainer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(../img/bg_header.gif) no-repeat center top;
}
#header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
/* --------------------------------------------------------------------------------
	1;ヘッダートップ
-------------------------------------------------------------------------------- */
#headerContainerTop {
	clear: both;
	margin: 0 auto;
	padding: 0;
}
#header_top {
	margin: 0 auto;
	padding: 0;
}
/* ----------------------------------------
	サイト説明
---------------------------------------- */
#header_text {
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	color: #334455;
	text-align: left;
	font-size: 10pt;
}
#header_text span {
	font-size: 8pt;
}
/* ========================================================================================================================
	メイン設定
======================================================================================================================== */

/* --------------------------------------------------------------------------------
	1;メインフレーム
-------------------------------------------------------------------------------- */
#MainContainer {
	width: 940px;
	height: 480px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	background: url("../img/main_bg.jpg") no-repeat;
}
/* ----------------------------------------
	ロゴ
---------------------------------------- */
#MainContainer strong {
	width: 270px;
	height: 100px;
	margin: 0;
	padding: 185px 0 0 115px;
	display: block;
	float: left;
}
#MainContainer strong a {
	width: 270px;
	height: 100px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background: url("../img/logo.gif") no-repeat;
}
#MainContainer strong a:hover {
	background: url("../img/logo_on.gif") no-repeat;
}
#MainContainer strong em {
	display: none;
}

/* ========================================================================================================================
	フッター設定
======================================================================================================================== */
#footerContainer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #fff url(../img/bg_footer.gif) no-repeat center bottom;
}
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}


/* --------------------------------------------------------------------------------
	3;フッターボトム
-------------------------------------------------------------------------------- */
#footerContainerBottom {
	clear: both;
	margin: 0 auto;
	padding: 0;
}
#footer_bottom {
	margin: 0 auto;
	padding: 0;
	background: url("../img/bg_bottom.gif") no-repeat;
}
/* ----------------------------------------
	Copyright
---------------------------------------- */
#copyright {
	margin: 0 auto;
	padding: 15px 20px 40px 20px;
	text-align:right;
	color: #ccbbaa;
}