@charset "utf-8";
/* format style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #e4e4d6;
	color: #333333;
	font-family: "メイリオ","Meiryo","Lucida Grande","Verdana","MS P ゴシック","MS PGothic","Osaka","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.6;
	font-size: 80%;
}
/* base style
-----------------------------*/
#wrapper {
	margin: 0px auto;
	width: 900px;
	background-color: #FFFFFF;
}
/* link style
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #009dca;
	text-decoration: none;	
}
a:active {
	text-decoration: none;
}
/* img style
-----------------------------*/
img#three {
	margin-left: 30px;
}
/* header style
-----------------------------*/
#header {
	height: 100px;
}
#header img#logo {
	margin-top: 10px;
}
/* navi style
-----------------------------*/
#navi {
	height: 30px;
}
#navi ul li {
	float: left;
	list-style-type: none;
}
/* navi style
-----------------------------*/
#pan {
	height: 20px;
	padding: 0px 15px;
}
#pan ul li {
	float: left;
	list-style-type: none;
}
#pan ul li a:link {
	text-decoration: none;
}
#pan ul li a:visited {
	text-decoration: none;
}		
#pan ul li a:hover {
	text-decoration: none;
}
#pan ul li a:action {
	text-decoration: none;
}
/* main style
-----------------------------*/
#main {
	clear: both;
	width: 640px;
	float: left;
	margin: 20px 10px 20px 20px;
}
#index-main img {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
/* shop-menu style
-----------------------------*/
#shop-menu {
	margin-top: 20px;
}
#shop-menu table {
	margin-left: 20px;
	margin-right: 20px;
}
#shop-menu td {
	padding-right: 10px;
	height: 100px;
	width: 100px;
}
#shop-menu img#syouhin {
	border: 1px solid #cccccc;
}
#shop-menu td h4 {
	margin-right: 10px;
	border-bottom: 2px dotted #cccccc;
}
/* profile style
-----------------------------*/
#profile p, #intro p, #taiken p{
	margin: 20px 10px;
}
#profile p.profile-kanzaki {
	margin-right: 90px;
	text-align: right;
	font-size: 18px;
}
/* campaign style
-----------------------------*/
#camp ul {
	margin-left: 40px;
}
#camp p.camp-tyuui {
	margin: 10px 0px 10px 20px;
}
/* taikendan style
------------------------------*/
.koe2 {
	border: 1px solid #cccccc;
	width: 640px;
	margin-bottom: 20px;
}
.koe-header2 {
	background-image: url(img/koe-img01-2.gif);
	background-repeat: no-repeat;
	height: 295px;
}
.k_text2 {
	padding: 5px;
	background-color: #f1f1f1;
	width: 510px;
	margin: 10px auto;
}
/* side style
-----------------------------*/
#side {
	width: 200px;
	float: right;
	margin: 20px 20px 20px 10px;
}
#side img {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
/* footer style
-----------------------------*/
#footer {
	clear: both;
	background-color: #333333;
	padding: 5px 15px;
}
#footer address {
	text-align: center;
	color: #FFFFFF;
}