@charset "UTF-8";
/*formatting style--------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body {
	color: #333333;
	font-size: 75%;
	line-height: 1.6;
}

/*link styles
--------------------------------*/
a img {
	border-style: none;
	margin-right:8px;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #009999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/*basic layout
--------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 850px;
}

/*header layout
--------------------------------*/
#header {
	width: 850px;
	clear: both;
	float: left;
	padding-top: 42px;
	padding-bottom: 50px;
}
#head_left {
	float: left;
	width: 150px;
}
#head_right {
	float: right;
	width: 600px;
	margin-top: 10px;
}


/*body layout
--------------------------------*/

#basic_body_2 {
	width: 850px;
}
#basic_body_1 {
	width: 850px;
	font-size: 18px;
	margin-top: 30px;
	padding-bottom: 15px;
	color: #666666;
}

#shop_photo {
	width: 850px;
	height: 375px;
}

#shop_image {
	width: 505px;
	float: left;
	padding: 10px 0px;
}

#shop_kaidan {
	width: 283px;
	float: right;
	padding: 10px 10px 0px 0px;
	margin-right: 10px;
}
#text {
	width: 850px;
	margin: 15px 0px 5px;
}

#shop_manager {
	width: 850px;
	height: 205px;
}

#manager_image {
	width: 200px;
	float: left;
	padding: 10px 0px;
}

#manager_text {
	width: 610px;
	float: right;
	padding: 10px 10px 0px 0px;
	margin-right: 10px;
}

/*footer styles
--------------------------------*/

#footer {
	width: 850px;
	margin-top: 15px;
}
#footer_right {
	float: right;
	width: auto;
	margin: 28px 0px 80px;
	font-size: 11px;
	color: #999999;
}
#footer_left {
	margin: 25px 0px 80px;
	float: left;
	width: auto;
	font-size: 11px;
}
/*sidebar styles
--------------------------------*/
