/* CSS Document */

@charset"utf-8";


/* div#headerのスタイル */

div#sheader {
	background-color: #999999;
	width: 640px;
	height: 25px;
	float: left; 
	margin-top: 10px;
	margin-bottom: 10px;
	}
div#sfooter {
	background-color: #999999;
	width: 640px;
	height: 20px;
	float: left; 
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
/* div#menuのスタイル */

div#menu {
	float: left;
	width: 640px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	}

	
/* div#contentのスタイル */

div#shop {
	width: 640px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	border-top: dotted 1px #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
	}

.logo {
	width: 180px;
	float: left;
	text-align:right;
	line-height: 16px;
	margin-left:10px;
	}

.logobtn {
	float: right;
	vertical-align:bottom;
	margin-top:10px;
	}
	
.tokuten {
	width: 240px;
	height: 100%;
	float: right;
	text-align:right;
	line-height: 16px;
	vertical-align:baseline;
	}
.pink {
	width: 70px;
	float: left;
	text-align:center;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	border: solid 1px #CCCCCC;
	background-color: #FF6699;
	padding: 2px 0 2px 0;
	}
.white {
	width: 160px;
	float: right;
	text-align:left;
	font-size: 10px;
	line-height: 12px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px 0 2px 0;
	}
