@charset "utf-8";
/*

----------------------------------------------------

UpdateHistory
09/0*******

*/

/* default
----------------------------------------------------------------------------*/
body#lower{
	background:#E7DFCC url(../images/cmn_bg_body.jpg) left top repeat-x;
}

#top div#container{
	background:url(../images/cmn_bg_contact.jpg) 50% 445px no-repeat;
}
#lower div#container{
	background:url(../images/cmn_bg_contact.jpg) 50% 85px no-repeat;
}


/* header
----------------------------------------------------------------------------*/
div#header{
	width:930px;
	margin:0 auto 10px;
}
div#header h1{
	float:right;
	color:#EDECD3;
	font-size:10px;
	font-weight:normal;
	padding:10px 0 20px;
}
div#header p{
	float:left;
	padding:20px 0 8px 15px;
}
div#header ul#shopNavi{
	float:right;
	clear:right;
	width:600px;
}
div#header ul#shopNavi li{
	margin-right:14px;
}
div#header ul li{
	float:left;
}
div#header h2{
	margin-bottom:10px;
}
div#header ul#globalNavi{
	clear:both;
	margin-left:15px;
}

/* contents
----------------------------------------------------------------------------*/

div#contents{
	width:920px;
	margin:0 auto;
	background:url(../images/cmn_bg_contents_top.png) left top repeat-y;
}
	/* subContents
	----------------------------------------------------------------------------*/
	div#subContents{
		width:305px;
		float:right;
		padding:10px 0 0 0;
		background:url(../images/cmn_bg_contents_right.png) left top no-repeat;
	}
	div#subContents ul{
		width:285px;
		margin:0;
		padding:0 10px 1px;
		background:url(../images/cmn_bg_contents_left_bottom.png) left bottom no-repeat;
	}
	div#subContents ul li{
		margin-bottom:10px;
	}
	/* mainContents
	----------------------------------------------------------------------------*/
	
	div#mainContents{
		width:580px;
		float:left;
		padding:10px;
		background:url(../images/cmn_bg_contents_left.png) left top no-repeat;
	}
	div#mainContents h3{
		margin-bottom:10px;
	}
	#lower div#mainContents h2{
		margin-bottom:20px;
	}
	#lower div#mainContents p{
		margin:0 1em 1em 1em;
		line-height:1.5;
	}
	#lower div#mainContents dd{
		line-height:1.5;
	}

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

div#footer{
	width:920px;
	padding:75px 0 0 0;
	margin:0 auto;
	background: url(../images/cmn_bg_footer.png) left top no-repeat;
	color:#7E7365;
}
div#footer a{
	color:#7E7365;
	text-decoration:none;
}
div#footer a:hover{
	color:#333333;
	text-decoration: underline;
}

div#footer #footerContact{
	width:350px;
	padding-left:13px;
	float:left;
}
div#footer #footerContact dt{
	float:left;
}
div#footer #footerContact dd{
	margin-left:115px;
	line-height:1.5;
}
div#footer address{
	text-align:center;
	padding:50px 0 60px;
}

div#footer #footerContent{
	width:500px;
	padding-left:35px;
	float:left;
}
div#footer #footerContent dt{
	float:left;
}
div#footer #footerContent dd{
	margin-left:115px;
	line-height:1.5;
}
div#footer #footerContent dd ul{
	width:170px;
	float:left;
}
div#footer #footerContent dd ul li span{
	color:#779816;
	padding-right:5px;
}




div#footer address{
	text-align:center;
	clear:both;
}

