@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, address {
	margin: 0;
	padding: 0;
	color: #333;
}

body {
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: small;
    *font: x-small;
	background-color: #e4e4e4;
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

a img {
	border: none;
}
a {
	color: #000;
}
a:hover {
	color: #ac5a6b;
}

div#allCont {
	padding: 0px;
	width: 960px;
	margin: 0 auto;
	font-size: 108%;
	line-height: 150%;
}

div#headCont {
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
	background-image: url(../images/bg_header.gif);
}
div#navCont {
	width: 478px;
	margin: 0 auto;
}
div#navCont ul {
	list-style-type: none;
	overflow: auto;
}
div#navCont ul li {
	float: left;
}
div#navCont ul li a {
	display: block;
	margin: 0 15px;
	padding-top: 40px;
	height: 0px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}
div#navCont ul li#about a {
	width: 95px;
	background-position: 0px 0px;
}
div#navCont ul li#news a {
	width: 72px;
	background-position: -81px 0px;
}
div#navCont ul li#collection a {
	width: 103px;
	background-position: -138px 0px;
}
div#navCont ul li#sitemap a {
	width: 88px;
	background-position: -228px 0px;
}
div#navCont ul li#about a:hover {
	background-position: 0px -40px;
}
div#navCont ul li#news a:hover {
	background-position: -81px -40px;
}
div#navCont ul li#collection a:hover {
	background-position: -138px -40px;
}
div#navCont ul li#sitemap a:hover {
	background-position: -228px -40px;
}

div#catchCont {
	position: relative;
	margin-bottom: 10px;
	background-image: url(../images/catch_bg.gif);
	background-repeat: no-repeat;
}
div#catchCont ul {
	position: relative;
	height: 260px;
	top: 0px;
	left: 0px;
	list-style-type: none;
}
div#catchCont ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 260px;
	padding: 5px;
}
div#catchCont img#catchFrame {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#bodyCont {
	overflow: auto;
	margin-bottom: 10px;
}

div.w250 {
	width: 260px;
	background-image: url(../images/bg_250.gif);
	float: left;
}
div.w250 h2 {
	height: 0px;
	padding-top: 40px;
	overflow: hidden;
	color: #e9e0bc;
}
div.newsCont h2 {
	background-image: url(../images/head_news_250.gif);
}
div.collectionCont h2 {
	background-image: url(../images/head_collection_250.gif);
}
div.newCollectCont h2 {
	background-image: url(../images/head_new_collection.gif);
}
div.newCollectCont p {
	padding: 20px 25px 25px 25px;
	background-image: url(../images/floor_250.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div.w250 ul {
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
	padding: 15px 20px 15px 40px;
	background-image: url(../images/floor_250.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div.w250 ul li {
	line-height: 125%;
	margin-bottom: 10px;
}

div.w680 {
	width: 690px;
	margin-left: 10px;
	float: left;
	background-image: url(../images/bg_680.gif);
}
div.w680 h2 {
	height: 23px;
	padding: 17px 5px 0 35px;
	background-image: url(../images/head_blank.gif);
	overflow: hidden;
	color: #333;
	font-size: 116%;
	line-height: 100%;
}
div#recentCont h2 {
	height: 0px;
	padding-top: 40px;
	overflow: hidden;
	color: #e9e0bc;
	background-image: url(../images/head_news.gif);
}

div#recentCont dl {
	padding: 15px 0px 20px 35px;
	background-image: url(../images/floor_680.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#recentCont dl dt {
	width: 8em;
	float: left;
	clear: both;
	margin-left: 20px;
}
div#recentCont dl dd {
	margin-left: 2em;
	margin-bottom: 0.4em;
}

div#mainCont {
	padding: 20px 35px 15px 35px;
	background-image: url(../images/floor_680.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: auto;
}
div#mainCont h3, div#mainCont h4, div#mainCont h5, div#mainCont h6 {
	line-height: 100%;
	margin-bottom: 10px;
}
div#mainCont p {
	margin-bottom: 25px;
}
div#mainCont ul, div#mainCont ol {
	margin: 0 0 20px 35px;
}
div#mainCont dl {
	margin-bottom: 20px;
}
div#mainCont dl dt {
	font-weight: bold;
	color: #555;
}
div#mainCont dl dd {
	margin-left: 1em;
	margin-bottom: 10px;
}

div.fullWidth {
	background-image: url(../images/bg_full.gif);
}
div.fullWidth h2 {
	height: 0px;
	padding-top: 40px;
	overflow: hidden;
	color: #e9e0bc;
}
div.aboutCont h2 {
	background-image: url(../images/head_about.gif);
}
div.sitemapCont h2 {
	background-image: url(../images/head_sitemap.gif);
}
div.fullWidth div#mainCont {
	background-image: url(../images/floor_full.gif);
}

div#footCont {
	height: 50px;
	background-image: url(../images/bg_footer.gif);
	margin-bottom: 30px;
	clear: both;
}
div#footCont address {
	padding-top: 20px;
	text-align: center;
	font-style: normal;
	font-size: 85%;
	line-height: 100%;
}
.fl-left {
	margin-right: 15px;
	float: left;
}
.fl-right {
	margin-left: 15px;
	float: right;
}
.fl-clear {
	clear: both;
}