@charset "utf-8";
body {
	margin:0;
}
img {
	border-style:none;
}
a:link, a:visited, a:active {	color:#666;	text-decoration: none;}
a:hover {
	text-decoration: underline;
	color:#F60;
}


.tabletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
.box{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#header, #copyright {	width:860px;	margin:0px auto;}
#header-img {
	width: 100%;
	height:140px;
	position:relative;
	background-image:url(../jpg/header_img-001.jpg);
}
#content {
	width:880px;
	margin:0px auto;
}
#main, #sub {
	margin:20px 0px;
	display: inline;
	border: thin solid #ccc;
}
#main {
	width: 560px;
	float: left;
	padding:10px;
}
#sub {
	width: 270px;
	float: right;
}
#clear { clear:both}
#footer {
	width: 100%;
	height:80px;
	padding: 0px 0px 20px;
	background-image:url(../jpg/footer_bk.jpg);
}
#copyright {
	color: #fff;
}
#footer a:link, #footer a:visited, #footer a:active {	color:#fff;	text-decoration: none;}
#footer a:hover {	text-decoration: underline;	color:#fff;}


/*shop用*/
#shop-flash, #shop-main, #shop-sub, #shop-info{	margin:10px 0px 0px 0px;	padding: 10px;		border:thin solid #ccc;}
#shop-flash {
	width: 538px;
}
#shop-main {
	width: 250px;
	float: left;
	display: inline;
}
#shop-sub {
	width: 250px;
	float: right;
	display: inline;
	background-color:#666;
}
#shop-info {
	width: 538px;
}
#clear {
	clear:both;
}
