@charset "UTF-8";

 /* 基本設定 */
body {
	font-size: 12px;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000;
}
.clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
a:visited {
	color: #941D55;
	text-decoration: underline;
}
a {
	color: #1D3994;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1D3994;
}
img {
	vertical-align: bottom;
	border-style: none;
}

 /* 大枠レイアウト設定 */
#wrapper {
	background: url(../img/top_obi.gif) repeat-x left top;
	text-align:left;
}
 /* ヘッダー部設定 */
#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 128px;
}
h1 {
	font-size: 8px;
	line-height: 12px;
	color: #fff;
}
#header .logo {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header  p a {
	font-size: 10px;
	background: url(../img/woodpita_logo.gif) no-repeat left center;
	padding-left: 172px;
	display: block;
	width: 230px;
	color: #000;
	text-decoration: none;
	line-height: 38px;
	height: 38px;
}
.headright {
	float: right;
	height: 55px;
	margin-top: 4px;
	width: 471px;
}
.headright img {
	float: left;
}
.headright  b a {
	background: url(../img/bt_otoi01.gif) no-repeat left top;
	height: 55px;
	width: 241px;
	display: block;
	float: right;
	text-indent: -999em;
	overflow: hidden;
}
.headright b a:hover {
	background: url(../img/bt_otoi01.gif) no-repeat left -55px;
}

#header ul {
	padding-top: 4px;
	clear: both;
	height: 29px;
	width: 940px;
	list-style-type: none;
}
#header li {
	float: left;
	height: 29px;
	width: 184px;
	margin-right: 5px;
	text-indent: -999em;
	overflow: hidden;
}

.bt1  a {
	background: url(../img/bt_waku01.gif) no-repeat;
	display: block;
	height: 29px;
	width: 184px;
}
.bt2  a {
	background: url(../img/bt_waku02.gif) no-repeat;
	display: block;
	height: 29px;
	width: 184px;
}
.bt3  a {
	background: url(../img/bt_waku03.gif) no-repeat;
	display: block;
	height: 29px;
	width: 184px;
}
.bt4  a {
	background: url(../img/bt_waku04.gif) no-repeat;
	display: block;
	height: 29px;
	width: 184px;
}
.bt5  a {
	background: url(../img/bt_waku05.gif) no-repeat;
	display: block;
	height: 29px;
	width: 184px;
}
.bt6  a {
	background: url(../img/bt_waku06.gif) no-repeat;
	display: block;
	height: 29px;
	width: 184px;
}
.bt1 a:hover {
	background: url(../img/bt_waku01.gif) no-repeat 0px -29px;
}
.bt2 a:hover {
	background: url(../img/bt_waku02.gif) no-repeat 0px -29px;
}
.bt3 a:hover {
	background: url(../img/bt_waku03.gif) no-repeat 0px -29px;
}
.bt4 a:hover {
	background: url(../img/bt_waku04.gif) no-repeat 0px -29px;
}
.bt5 a:hover {
	background: url(../img/bt_waku05.gif) no-repeat 0px -29px;
}
.bt6 a:hover {
	background: url(../img/bt_waku06.gif) no-repeat 0px -29px;
}
 /* メインコンテンツ部設定 */
#contens {
	width: 100%;
	padding-top: 6px;
}
 /* フッター部設定 */
#footer {
	background: #4C4948;
	height: 80px;
	padding-top: 15px;
	clear: both;
}
#footer p {
	font-size: 11px;
	color: #C9CACB;
	width: 940px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
}
#footer a:visited {
	color: #C9CACB;
}
#footer a:hover {
	text-decoration: underline;
}
#footer     a  {
	color: #C9CACB;
	text-decoration: none;
}
.pankuzu {
	font-size: 11px;
	margin-bottom: 10px;
	color: #595958;
}
.backtotop {
	clear: both;
	float: right;
	height: 13px;
	width: 138px;
	margin-top: 10px;
	margin-bottom: 20px;
}

