<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
#goods_box_body   {
    height: auto;
}
body{
	background-repeat: repeat-x;
	background-position:center 41px;
}

/*wrapper*/
#wrapper{
	width:980px;
	padding:0;
	margin:auto;
	text-align:left;
}

/*header*/
#header_title{
	background-image: url(../images/inside_h1_img.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 980px;
	display:block;
}
#header_title h1 a{
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 530px;
	display:block;
	text-indent:-9999px;
	overflow: hidden;
}

#kokuchi_img {
	background-image: url(../images/inside_kokuchi_img.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding:00;
	height: 130px;
	width: 980px;
	display:block;
	text-indent:-9999px;
}

#navigation{
	width:980px;
	height:50px;
	padding:0;
	margin:0;
	background-image: url(../images/inside_navigation_img.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation ul{
	padding:0;
	margin:0;
}

#navigation li{
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	display:block;
}


	/*news_btn*/
	#news_btn a{
	background-image: url(../images/inside_navigation_img.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		display: block;
		width:145px;
		height:50px;
		padding:0;
		margin:0;
		text-indent:-9999px;
		overflow: hidden;
	}
	#news_btn a:link,
	#news_btn a:active,
	#news_btn a:visited
	{
		background-position: 0 0;
	}
	
	#news_btn a:hover{
		background-position: 0 -50px;
	}
	/*staffcast_btn*/
	#staffcast_btn a{
	background-image: url(../images/inside_navigation_img.gif);
		background-repeat: no-repeat;
		background-position: -145px 0px;
		display: block;
		width:120px;
		height:50px;
		padding:0;
		margin:0;
		text-indent:-9999px;
		overflow: hidden;
	}
	#staffcast_btn a:link,
	#staffcast_btn a:active,
	#staffcast_btn a:visited
	{
		background-position: -145px 0;
	}
	
	#staffcast_btn a:hover{
		background-position: -145px -50px;
	}
	/*goods_btn*/
	#goods_btn a{
	background-image: url(../images/inside_navigation_img.gif);
		background-repeat: no-repeat;
		background-position: -265px 0;
		display: block;
		width:120px;
		height:50px;
		padding:0;
		margin:0;
		text-indent:-9999px;
	}
	#goods_btn a:link,
	#goods_btn a:active,
	#goods_btn a:visited
	{
		background-position: -265px 0;
	}
	
	#goods_btn a:hover{
		background-position: -265px -50px;
	}
	/*story_btn*/
	#story_btn a{
	background-image: url(../images/inside_navigation_img.gif);
		background-repeat: no-repeat;
		background-position: -385px 0px;
		display: block;
		width:115px;
		height:50px;
		padding:0;
		margin:0;
		text-indent:-9999px;
		overflow: hidden;
	}
	#story_btn a:link,
	#story_btn a:active,
	#story_btn a:visited
	{
		background-position: -385px 0;
	}
	
	#story_btn a:hover{
		background-position: -385px -50px;
	}
	
	
	/*special_btn*/
	#special_btn a{
		background-image: url(../images/navigation_img.gif);
		background-repeat: no-repeat;
		background-position: -518px 0;
		display: block;
		width:105px;
		height:50px;
		padding:0;
		margin:0;
		text-indent:-9999px;
	}
	#special_btn a:link,
	#special_btn a:active,
	#special_btn a:visited
	{
		background-position: -518px 0;
	}
	
	#special_btn a:hover{
		background-position: -518px -50px;
	}



#contents_body{
	width:980px;
	padding:0;
	margin:0;
	background-image: url(../images/inside_body.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#contents_footer{
	background-image: url(../images/inside_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 980px;	


}

.box{
	margin:0 40px;
	
}

/*pagetop2_space*/
.pagetop_box{
	padding:0;
	margin:0;
}
.pagetop_space hr{
	display:none;
}

.pagetop{
	text-align:right;
	margin:0 10px 0 0;
	padding:0 0 10px 0;
}

.pagetop a{
	
}
.pagetop a:link,
.pagetop a:active,
.pagetop a:visited
{
	color:#F00;
	text-decoration:underline;
}

.pagetop a:hover{
	color:#F90;
	text-decoration:underline;
}
</pre></body></html>