@charset "Shift_JIS";
/* CSS Document */
/* ================================================== */
/* BODY--------------------------- */
body {
	background-image: url(../img/bg_grid.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/* ================================================== */
/* レイアウト・背景画像用ボックス--------------------------- */
#box01{
	text-align: center;
	width: 100%;
	background-image: url(../img/bg_paper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
/*メイン背景画像*/
#box02{
	text-align: center;
	width: 100%;
	background-image: url(../img/bg01_default.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ================================================== */
/*ヘッダー*/
#header{
	height: 110px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header .box-header{
	margin-left: 195px;
	text-align: right;
	margin-right: 8px;
}
#header div.logo{
	height: 105px;
	width: 185px;
	float: left;
}
#header .logourl{
	margin-right: 5px;
	text-align: right;
	height: 30px;
}
#header .logo-tanuki{
	text-align: right;
	height: 36px;
	padding-top: 8px;
	padding-right: 5px;
	position: relative;
}
#header .box-mainmenu{
	font-size: 12px;
	background-image: url(../img/bg_mainmenu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 3px;
}
#header .box-mainmenu li{
	margin-left: 4px;
	display: inline;
	margin-right: 4px;
}
#header .box-mainmenu a{
	background-image: url(../img/ic_arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

/*キービジュアルボックス（高さは別途指定）*/
#visual{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	text-align: left;
}

/*個別の設定_メインコンテンツ*/
#contents{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ================================================== */
/* フッターメニュー--------------------------- */
#foot-menu{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#foot-menu .box-menu{
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
#foot-menu .box-menu li{
	display: inline;
}
#foot-menu .box-menu a{
}
/* フッター--------------------------- */
#foot{
	background-image: url(../img/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	text-align: center;
}
/* コピーライト--------------------------- */
#foot .box-copyright{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 32px;
}
.copyright{
	margin-left: 102px;
	font-size: 10px;
	line-height: 130%;
	color: #8E561B;
	font-style: italic;
}
#foot .pagetop{
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
/* 最下部ボックス--------------------------- */
#bottom{
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#bottom .pagetop{
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.pagetop a{
	padding-right: 22px;
	background-image: url(../img/ic_arrow03.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	display: block;
	width: 110px;
	margin-right: 0px;
	margin-left: auto;
	vertical-align: bottom;
}


/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */

