body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}
/*-----------------------------------------------------
	link
----------------------------------------------------**/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/*-----------------------------------------------------
	header
----------------------------------------------------**/
#headerWrapper {
	background: url(../images/common/bg_header.png) no-repeat center bottom;
	position: relative;
	z-index: 2;
}
#header {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 120px;
}
#header .logo {
	background: url(../images/common/bg_logo.png) no-repeat left top;
	height: 184px;
	width: 263px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
#header .logo h1 {
	padding: 5px 0 0 0;
}
/*-- langBtn -----------------------------------------**/
#header #langBtn {
	float: right;
	padding: 30px 0 0 0;
}
#header #langBtn li {
	float: left;
	margin: 0 0 0 5px;
}
/*-- headerMenu --------------------------------------**/
#header #headerMenu {
	clear: both;
	float: right;
	padding: 15px 0 0 0;
}
#header #headerMenu li {
	float: left;
}
/*-----------------------------------------------------
	visual
----------------------------------------------------**/
#visual {
	text-align: center;
	position: relative;
	z-index: 1;
	margin: -10px 0 0 0;
}
#visual .line {
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 20px;
	width: 100%;
	background: url(../images/common/bg_header.png) no-repeat center center;
}
/*-----------------------------------------------------
	main
----------------------------------------------------**/
#main {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	z-index: 3;
}
/*-----------------------------------------------------
	nav
----------------------------------------------------**/
#nav {
	position: relative;
	margin: -70px -7px 0 -8px;
}
#nav li {
	float: left;
}
/*-----------------------------------------------------
	footer
----------------------------------------------------**/
#footerWrapper {
	background: url(../images/top/bg_footer.gif) repeat;
}
#footer {
	width: 950px;
	margin: 0 auto;
}
#footer .logo {
	padding: 10px 0;
	text-align: center;
}
#footer .footerCopy {
	text-align: center;
	padding: 10px;
	line-height: 2;
}
/*-- #footerMenu -----------------------------------------**/
#footer #footerMenu {
	border-top: #534741 solid 1px;
	border-bottom: #534741 solid 1px;
	padding: 5px 0;
}
#footer #footerMenu ul {
	float: left;
	padding: 20px 50px;
	line-height: 2;
	border-right: #333333 dashed 1px;
}
#footer #footerMenu dl {
	float: left;
	padding: 20px 50px;
	line-height: 2;
	border-right: #333333 dashed 1px;
}
#footer #footerMenu dd {
	padding: 0 0 0 25px;
}
#footer #footerMenu dl.shopList {
	border: none;
	padding: 20px 0 20px 50px
}
#footer #footerMenu dl.shopList dd {
	float: left;
}
#footer #footerMenu dl.shopList dd ul {
	float: none;
	padding: 0;
	border-right: none;
}
/*-- #footerMenu a -----------------------------------------**/
#footer #footerMenu a {
	text-decoration: none;
}
#footer #footerMenu a:hover {
	color: #22B573;
}
#footer #footerMenu li a, #footer #footerMenu dt a {
	background: url(../images/common/icn_arw_footer.gif) no-repeat left center;
	padding: 0 0 0 12px;
	text-decoration: none;
}
#footer #footerMenu li a:hover, #footer #footerMenu dt a:hover {
	background: url(../images/common/icn_arw_footer_over.gif) no-repeat left center;
	color: #22B573;
}
#footer #footerMenu dl.shopList dd li a {
	background: none;
	padding: 0;
	text-decoration: none;
}
#footer #footerMenu dl.shopList dd li a:hover {
	background: none;
	color: #22B573;
}
/*-----------------------------------------------------
	common
----------------------------------------------------**/
.content {
	margin: 0 0 40px 0;
}
.note	{
	margin:10px 0;
}
.content h2.contentTtl {
	border-bottom: #cccccc solid 1px;
	padding: 5px 0;
	margin: 0 0 10px 0;
}
/*-----------------------------------------------------
	topicPath
----------------------------------------------------**/
#topicPath {
	padding: 0 0 20px 0;
	font-size: 12px;
}
#topicPath li {
	float: left;
	background: url(../images/common/icn_arw.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
}
#topicPath li.home {
	background: none;
	padding: 0;
	margin: 0;
}