@charset "utf-8";

/* style resset */

* {
	margin: 0;
	padding: 0;
	}
h1{
	margin:0;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	}
h2, h3, h4, div, hr, blockquote, address, noscript {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}
	
ul, ol, dl, dt, dd {
	list-style: none;
	}

img  {
	border: none;
	vertical-align: top;
	}

em, strong {
	font-style: normal;
	font-weight: bold;
	}

a {
	text-decoration: none;
	}
a:hover {
	}

body {;
	text-align: center;
	background-color: #f2f2f2;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.clearfix:after {
content: ".";  /* ・ｽV・ｽ・ｽ・ｽ・ｽ・ｽv・ｽf・ｽ・ｽ・ｽ・ｽ */
display: block;  /* ・ｽu・ｽ・ｽ・ｽb・ｽN・ｽ・ｽ・ｽx・ｽ・ｽ・ｽv・ｽf・ｽ・ｽ */
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
#wapper {
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	clear: both;
}

/* layout */
#header {
	width: 960px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
}
#header  h1  {
	height: auto;
	width: 960px;
	padding-left: 30px;
	padding-top: 10px;
	float: left;
}
#header  h2  {
	height: auto;
	padding-left: 30px;
	padding-top: 10px;
	margin-left: auto;
	float: left;
}
#header #company_prof {
	height: auto;
	padding-right: 30px;
	padding-top: 20px;
	margin-right: auto;
	float: right;
}

#flash {
	background-image: url(../img/flash_r_bg.gif);
	background-repeat: repeat-x;
	height: 299px;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
}


#contents {
	background-image: url(../img/contents_top_bg.gif);
	background-repeat: repeat-x;
	width: 938px;
	padding-top: 25px;
	background-color: #FFFFFF;
	clear: both;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents #contents_inner {
	padding-right: 19px;
	padding-left: 19px;
}

#shop_logo  {
	width: 734px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}
#shop_logo table {
	border: 2px solid #f1f0ee;
	border-collapse:collapse;
	display: block;
}
#shop_logo td {
	height: 55px;
	border: 1px solid #F0F0F0;
	border-collapse:collapse;
}
#shop_logo p .shop_txt {
	font-size: 9px;
	font-weight: normal;
}
#footer {
	clear: both;
	height: 35px;
	width: 935px;
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer #extra {
	margin: 0px auto;
	width: 935px;
	text-align: left;
	color: #3E1F0B;
	font-size: 11px;
	font-weight: normal;
}

#footer address {
	font-style: normal;
	font-weight: normal;
	float: left;
	margin-left: 30px;
}
#footer  p {
	float: right;
	margin-right: 30px;
}
