@charset "UTF-8";

/* ボトム共通スタイル
************************************************************** */

/* ヘッダ
-------------------------------------------------------------- */
#header {
	background: url(../img/header_bg.gif);
	height: 90px;
	width: 820px;
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 370px;
}

/* コンテンツ
-------------------------------------------------------------- */

#contents_wrap {
	background: url(../img/body_bg.gif) center bottom;
	width: 840px;
	position: relative;
	top: 130px;
	height: auto;
}

* html #contents_wrap {
	background: url(../img/body_bg.gif) no-repeat center bottom;
	width: 840px;
	position: relative;
	top: 130px;
	height: auto;
	margin-bottom: 130px;
}


#contents {
	padding: 10px;
	background: url(../img/body_bg_top.gif) no-repeat center top;
}

#contents_bottom {
	width: 760px;
	margin: 0px auto;

}

#contents h3 {
	height: 36px;
	width: 740px;
	text-indent: -9140px;
	display: block;
	margin: 20px 10px 10px;
	clear: both;
}


/* グローバルナビ
-------------------------------------------------------------- */

#g_navi {
	position: absolute;
	top: 370px;
}

/* サブナビ
-------------------------------------------------------------- */

#s_navi {
	position: absolute;
	top: 420px;
}


/* フッタ
-------------------------------------------------------------- */
#copyright {
	background: url(../img/copyright.gif) no-repeat 0px 0px;
	height: 40px;
	width: 840px;
	text-indent: -9140px;
	clear: both;
	position: relative;
	top: 130px;
}

* html #copyright {
	background: url(../img/copyright.gif) no-repeat 0px 0px;
	height: 40px;
	width: 840px;
	text-indent: -9140px;
	clear: both;
	position: relative;
	top: 0px;
}

.waku01 {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.waku02 {
	padding: 10px 20px;
	border: 2px solid #CC9966;
	font-size: 110%;
	line-height: 1.5em;
}
