/* ヘッダー */

body {/*共通背景*/
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin: 0px auto;
	width: 848px;
	background-image: url(resource/back.gif);
	height: auto;
}
#header {/*ヘッダー位置*/
	margin: 0px auto;
	padding: 0px;
	height: 59px;
	width: 848px;
	background-image: url(resource/logo_back.gif);
	background-repeat: no-repeat;
	background-position: 160px;
}
#logo {/*社名ロゴ*/
	float: left;
}
#nav {/*ナビゲーション配置*/
	width: auto;
	float: right;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
	margin-top: 35px;
	margin-left: 5px;
	text-indent: 10px;
	text-align: left;
}
.nav_img {
	font-size: 12px;
	float: left;
	margin-right: 3px;
}
#gnav {/*グローバルナビゲーション配置*/
	margin: 0px;
	width: auto;
	height: 43px;
	clear: both;
	display: block;
}
ul#gnav2{/*グローバルナビのロールオーバー*/
	list-style:none;
	width:100%;
	margin: 0px;
	clear: both;
	float: right;
}
ul#gnav2 li{
    list-style:none;
    float:left;
    width:121px;
}
ul#gnav2 a{
    display:block;
    width:121px;
    height:43px;
    background-image:url(resource/navi.gif);
    overflow:hidden;
}
a.info2{
    background-position:0px 0px;
}
a:hover.info2{
    background-position:0px -43px;
}
a.game2{
    background-position:-122px 0px;
}
a:hover.game2{
    background-position:-122px -43px;
}
a.music2{
    background-position:-243px 0px;
}
a:hover.music2{
    background-position:-243px -43px;
}
a.goods2{
    background-position:-364px 0px;
}
a:hover.goods2{
    background-position:-364px -43px;
}
a.book2{
    background-position:-485px 0px;
}
a:hover.book2{
    background-position:-485px -43px;
}
a.order2{
    background-position:-606px 0px;
}
a:hover.order2{
    background-position:-606px -43px;
}
a.mail2{
    background-position:-727px 0px;
}
a:hover.mail2{
    background-position:-727px -43px;
}
a {/*リンク*/
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #999999;
	text-decoration: underline;
}

/* フッター */

#footer {
	background-image: url(resource/footer.gif);
	background-repeat: no-repeat;
	height: 76px;
	width: 848px;
	margin-top: 5px;
	clear: both;
}
#text {
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	height: 40px;
	width: 800px;
	margin-top: 30px;
	float: right;
	text-align: right;
	margin-right: 10px;
	list-style-type: none;
}
#up {
	height: 24px;
	width: 28px;
	clear: both;
	margin-left: 408px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* メインコンテンツ背景*/

#contents {
	width: 848px;
	background-image: url(resource/conte_back_center.gif);
	margin: 0px;
}
#content_head {
	background-image: url(resource/conte_back_top.gif);
	background-repeat: no-repeat;
	width: 848px;
	height: 5px;
	margin-top: 5px;
}
#content_foot {
	background-image: url(resource/conte_back_under.gif);
	background-repeat: no-repeat;
	width: 848px;
	height: 4px;
	margin: 0px;
}

*html #contents {
	margin-top: -15px;
}
