@charset "utf-8";
/* CSS Document */

/******************menu*******************/
#menu_guidebox {
	margin-top: 50px;
	font-size: 130%;
	line-height: 200%;
	font-weight: 700;
}


/******************main*******************/
#contents {
	margin-top: 75px;
}
#main {
	width: 650px;
	height: auto;
	text-align: left;
	float: right;
	margin-top: 5px;
	}
	
#main_inner {
	width: 650px;
	height: auto;
	text-align: left;
	float: right;
	margin-bottom: 25px;
	}

.list_container {
	font-size: 120%;
	line-height: 155%;
	margin-bottom: 0px;
}
.list_container_end {
	font-size: 120%;
	line-height: 155%;
	margin-bottom: 25px;
}
.list_title {
	background: url(../images/bar_title1.gif) 0 0 repeat-y;
	padding-left: 12px;
	line-height: 1.0;
	margin-bottom: 20px;
}
.list_container img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

h2 {
	font-size: 140%;
	margin-bottom: 5px;
}
.about_item h3 {
	margin-top: 10px;
	font-weight: 700;
}
.list_contents {
	font-size: 110%;
	line-height: 155%;
	margin-bottom: 5px;
}
#shoplist_container {
	width: 325px;
	float: left;
}
#shoplist_container_right {
	width: 325px;
	float: right;
}

.shoplist ul {
	font-size: 110%;
	line-height: 155%;
	margin-bottom: 5px;
}
#to_top {
text-align: right;
margin-bottom: 75px;
}

.box01 {
	padding: 8px ;
	border-top: solid 1px #e54d8d;
	border-bottom: solid 1px #e54d8d;
	border-left: solid 1px #e54d8d;
	border-right: solid 1px #e54d8d;
}


