@charset "shift_jis";


/*-----------------------------
	各ページ共通
------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
body{
	font-family:"ＭＳ Ｐゴシック","MS P Gothic",Osaka,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,Arial,sans-serif;
	font-size:small;
	color:#000;
	line-height:1.4;
}
h1,h2,h3,h4,h5,h6,th{font-size:100%;font-weight:normal;}
img{vertical-align:top;border:none;}
li{list-style-type:none;}
table{border-collapse:collapse;}
a{text-decoration:none;}
address{font-style:normal;}

body{
	background:#fff url(../images/bg_gray.gif) repeat-y center top;
}

#container{
	background:url(../images/bg_black.gif) no-repeat center top;
}

#container a{
	text-decoration:none;
	color:#000;
}
#container a:hover{
	text-decoration:underline;
}
#container_inner{
	width:1024px;
	margin:0 auto;
	background:url(../images/bg_white.gif) center top repeat-y;
	padding:0;
}
/*-----------------------------
	div#main
------------------------------*/

#main{
	width:70%;
	background:#fff;
	float:right;
}
#main #contents{
	padding:0 0 0 50px;
	width:610px;
}





/*-----------------------------
	div#navi
------------------------------*/

#navi{
	width:30%;
	background:#333;
	float:left;
}
#navi #top{
	text-align:right;
	background:#000;
	
}
#navi #top h1{
	padding-bottom:24px;
	text-indent:-9999px;
}
#navi #top ul#menu_top{
	padding: 0 13px 34px 16px;
}
#navi #bottom{
	text-align:right;
	padding-right:13px;
}
#navi #bottom #menu_bottom{
	padding: 8px 0 34px 16px;
}


/*---- ページナビ----*/
#page_nav{
	padding-bottom:10px;
	overflow:hidden;
	width:610px;
}

#page_nav li{
	padding:10px 0px 40px;
	padding-right:5px;
	float:left;
	color:#666;
}
#page_nav li a{
	color:#666;
}





/*-----------------------------
	div#footer
------------------------------*/

#footer{
	clear:both;
	height:90px;
	width:100%;
}
#footer #shop{
	background:#333;
	width:30%;
	color:#FFF;
	float:left;
	line-height:1.4;
	height:90px;
}
#footer #shop p{
	float:right;
	padding-right:30px;
}
#footer #shop p img{
	padding:0 0 8px;
}
#footer #copy{
	padding:60px 0 5px 0;
	text-align:left;
	background:#fff;
	float:right;
	height:25px;
	width:70%;
}
#footer #copy img{
	padding:0 0 0 338px;
}




/*-----------------------------
	pagetop
------------------------------*/

.pagetop{
	width:610px;
	text-align:right;
	padding:30px 0;
	clear:both;
}
.pagetop_news{
	width:610px;
	text-align:right;
}
.pagetop_sitemap{
	width:610px;
	text-align:right;
	clear:both;
}

/******************clearfix*********************/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{display:inline-table;}
*html .clearfix{height:1%;}
*+html .clearfix{height:1%;}
.clearfix{display:block;}
/*********************************************/

