@charset "utf-8";

/*--------------*/
/*-- 基本要素 --*/
/*--------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
body {
	height: 100%;
	background: url(../images/bg_layer.gif) repeat left bottom;
	text-align: center;
	color: #231f20;
    font: 12px "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",helvetica,arial;
	padding: 0px 10px;
}
p,th,td,dt,dd,li {
	line-height: 1.6em;
}
img {
	border: 0;
	vertical-align: top;
}
ul,ol,li {
	list-style-type: none;
}
table {
}

input[type="image"] {
	border: none;
}

.onimg {
}

/*-- リンク設定 --*/

a:link,
a:visited {
	color: #231f20;
	text-decoration: underline;
}
a:hover {
	color: #830000;
	text-decoration: none;
}

/*-- クリアーフィックス --*/

.clear-fix {
	display: inline-block;
}
.clear-fix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0px;
}

/*---------------------------------------*/
/*-- レイアウウト指定 --*/

#container {
	height: 100%;
	background: url(../images/bg_catalog.gif) no-repeat center 10px;
}
#wrap {
	min-height: 100%;
	background: url(../images/bg_white.gif) repeat-x 0 410px;
}
*html #wrap {
	height: 100%;
}
#wrap-under {
	height: 15px;
	background : #fff url(../images/bg_layer2.gif) repeat-x left bottom;
	padding: 0;
	margin: -15px 0 0;
}
#wrap-under p {
	height: 5px;
	color: #fff;
	font-size: 0.1px;
	line-height: 100%;
}

/*-- ヘッダー指定 --*/

#header {
	width: 902px;
	height: 252px;
	text-align: left;
	margin: 0 auto;
}
#header h1 {
	width: 282px;
	height: 107px;
	font-size: 1px;
	line-height: 100%;
	position: relative;
	top: 54px;
	left: 620px;
	z-index: 2;
}
#header ul {
	display: block;
	position: relative;
}
#header li {
	float: left;
	font-size: 1px;
	line-height: 100%;
}
#global-navi {
	width: 550px;
	height: 16px;
	left: 0;
	top: 73px;
	z-index: 4;
	display: inline-block;
}
#global-navi li {
	height: 16px;
	background: #fff;
	margin: 0 17px 0 0;
}
#category-navi {
	width: 586px;
	height: 35px;
	background: url(../images/c_navi_bg.gif) no-repeat 0 0;
	padding: 8px 0 0 12px;
	top: -37px;
	left: 0;
	z-index: 3;
}
#category-navi li {
	height: 24px;
	margin: 0;
}
#category-sub1-navi {
	width: 574px;
	height: 28px;
	left: 12px;
	position: relative;
	top: -48px;
	z-index: 5;
}
#category-sub2-navi,
#category-sub3-navi {
	width: 276px;
	height: 28px;
	left: 12px;
	position: relative;
	top: -48px;
	left: 298px;
	z-index: 5;
}
#category-sub1-navi li, #category-sub2-navi li, #category-sub3-navi li {
	height: 28px;
}
#global-navi:after, #category-sub1-navi:after {
	clear: both; content: "."; display: block; font-size: 0.1em; line-height: 0; visibility: hidden;
}
#header #bgm {
	width: 59px;
	height: 13px;
	position: relative;
	top: -48px;
	left: 548px;
	z-index: 5;
}

/*-- コンテンツエリア指定 --*/

#contents {
	width: 902px;
	background: url(../images/bg_contents.gif) repeat-y 0 0;
	text-align: left;
	margin: 0 auto;
	clear: both;
}
#contents:after {
	clear: both; content: "."; display: block; font-size: 0.1em; line-height: 0; visibility: hidden;
}
#main {
	width: 700px;
	float: left;
}
#menu {
	width: 194px;
	background: url(../images/bg_menu.gif) no-repeat 0 0;
	float: right;
	padding: 8px 0 0;
}
#footer {
	width: 902px;
	background: url(../images/bg_foot.gif) no-repeat right bottom;
	text-align: left;
	padding: 25px 0 35px;
	margin: 0 auto;
	clear: both;
}
#footer ul {
	width: 690px;
	height: 23px;
	background: #e7e7e7 url(../images/f_navi_bg.gif) no-repeat 0 0;
	margin: 0 2px 15px;
}
#footer ul:after {
	clear: both; content: "."; display: block; font-size: 0.1em; line-height: 0; visibility: hidden;
}
#footer li {
	float: left;
	font-size: 0.1px;
	line-height: 100%;
	padding: 3px 0 0 10px;
}
#footer p#copyright {
	font-size: 1px;
	line-height: 100%;
	margin: 0 3px;
	clear: both;
}
#footer p#to-top {
	font-size: 1px;
	line-height: 100%;
	text-align: right;
	margin: -22px 50px 0;
}