@charset "utf-8";

/* style resset */

* {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, div, p, hr, blockquote, address, noscript {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}
table, textarea, input {
	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 {
	height: 90px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: auto;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
}
#header  h1  {
	padding-left: 35px;
	float: left;
	padding-top: 20px;
}
#header  p  {
	float: right;
	margin-right: 40px;
	margin-top: 40px;
	color: #3E1F0B;
	font-size: 12px;
	font-weight: normal;
}


#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;
}
#shop_logo table {
	border: 2px solid #f1f0ee;
	border-collapse:collapse;
	display: block;
	text-align: center;
}
#shop_logo td {
	height: 55px;
	border: 1px solid #F0F0F0;
	border-collapse:collapse;
}
#footer {
	height: 30px;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer address {
	float: left;
	text-indent: -9999px;
}
#footer  p {
	float: right;
	margin-top: 1px;
	margin-right: 20px;
}
