@charset "utf-8";

body{
	color: #333;
	background: #EFEAD3;
	}
#all{
	width: 980px;
	margin: 0 auto;
	line-height: 1.0;
	background: #fff;
	}


/* ////////////////////////////////////////////////// */
/* header */
/* ////////////////////////////////////////////////// */
#header{
	background: url(../images/bg_header.jpg) repeat-x ;
	height: 85px;
	position:relative ;
}

#header h1{
	float: left;
	position: absolute;
	left: 10px;
	top: 17px;
}

#header p{
	font-size: 1.2em;
	position: absolute;
	left: 145px;
	top: 15px;
	padding-top: 1px;
}

#header ul {
	position: absolute;
	left: 145px;
	top: 37px;
}
#header ul li{
	float: left;
}


/* ////////////////////////////////////////////////// */
/* main */
/* ////////////////////////////////////////////////// */
#main {
	width: 980px;
	padding: 5px 0 0 0 ; 
}


/* ////////////////////////////////////////////////// */
/* side */
/* ////////////////////////////////////////////////// */
#side {
	padding: 0 10px;
	float: left;
	width: 126px;
}

#side .box_info {
	border: solid 1px #CCCCCC;
	padding: 2px;
	font-size: 1.2em;
	margin: 0 0 5px;
	background:url(../images/side/bg_infobox.gif) bottom repeat-x;
}

#side .box_info h3{
	margin-bottom: 5px;
}

#side .box_info p{
	text-align:center;
	margin-bottom: 5px;
}

#side .box_info p.alert{
	text-align:center;
}

#side li {
	margin: 0 0 5px;
}


/* ////////////////////////////////////////////////// */
/* contents */
/* ////////////////////////////////////////////////// */
#contents {
	padding: 0 10px 0 0 ;
	float: right;
	width: 824px;
	font-size:1.2em;
	line-height: 1.5;
}

#contents h2{
	margin: 30px 0  0;
}

#contents h3{
	margin: 30px 0  0;
}

#contents .copy td{
	padding: 5px;
}


/* ////////////////////////////////////////////////// */
/* footer */
/* ////////////////////////////////////////////////// */
#footer {
	width: 960px;
	border-top: solid 1px #CCCCCC;
	padding: 10px 10px 20px;
	margin-top: 10px;
}

#footer p {
	float:left;
}

#footer address {
	float:right;
	font-style: normal;
}



/* ////////////////////////////////////////////////// */
/* shopdetail */
/* ////////////////////////////////////////////////// */
body#shopdetail {
	background: #fff;
}
body#shopdetail #all {
	width: 605px;
	padding: 20px;
	line-height: 1.5;
}

body#shopdetail h1 {
	margin: 0 0 20px;
}

body#shopdetail .subttl {
	margin: 0 0 20px;
	text-align: center;
}

body#shopdetail .text {
	width: 385px;
	float: left;
}

body#shopdetail .text h3 {
	font-size: 1.4em;
	margin: 0 0 10px 15px;
}

body#shopdetail .text p {
	font-size: 1.2em;
	margin: 0 0 10px 15px;
}

body#shopdetail .photo {
	width: 200px;
	float: right;
	font-size: 1.2em;
}

body#shopdetail .photo img {
	margin: 0 0 10px;
}

body#shopdetail .closebtn {
	margin: 20px 0 0 ;
	text-align: center;
}



/* ////////////////////////////////////////////////// */
/* top another window */
/* ////////////////////////////////////////////////// */
body#window {
	background: #fff;
}
body#window #all {
	width: 605px;
	padding: 20px;
	line-height: 1.4;
}

body#window h1 {
	margin: 0 0 20px;
}

body#window .subttl {
	margin: 0 0 20px;
	text-align: center;
}


body#window dl {
	font-size: 1.2em;
    _zoom: 1;  
    overflow: hidden;  
}

body#window dt {
	color:#CC0033;
	font-weight:bold;
	margin: -1px 0 5px;
	border-top: dotted #333333 1px;
	padding: 10px 0 0 ;
}

body#window dd {
	margin: 5px 0 5px;
}


body#window .closebtn {
	margin: 20px 0 0 ;
	text-align: center;
}

