@charset "UTF-8";
/* CSS Document */

#container {
width: 640px;
}
#container #header {
	width: 640px;
	margin-bottom:20px;
}
/* header ---------------------------- */


/* -------- contents ---------- */
#container #contents{
width:auto;
height:auto;
padding:0 0 25px 0;
margin:0 0 25px 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFF;
}

#container #contents .contents-fms{
	text-align:center;
	margin-bottom:40px;
}
.contents-fms .inner{
	padding:10px;
	background-color:#FFF;
}
.contents-fms h3{
	background-image: url(images/name.png);
	margin: 0px auto 40px auto;
	height: 42px;
	width: 100px;
}
.contents-fms p.lead{
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
}

.contents-fms dl{
}
.contents-fms dt{
	float:left;
	margin-left:10px;
	display:block;
}



#box-shopindex .block-title{
margin: 0 0 20px 0;
padding: 0px;
float: none;
height: auto;
width: 150px;
}
#box-shopindex .block-list{
 float:none;
}
#box-shopindex .block-list ul{
display: block;
padding: 0 0 0 25px;
margin:0 0 0 25px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #FFF;
}
#box-shopindex .block-list ul.left{
	margin-left:0px;
	padding-left:0px;
	border-left:none;
}


/* footer ---------------------------- */
#container #footer {
 width:640px;
 padding:15px 0 0 0;
}
#footer .footmenu{
width: 640px;
}
#footer .footmenu ul{
float:none;
margin-bottom:10px;
}
#footer .footmenu p{
float:none;
}