/*--------------------
 ClearFix
--------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix{
	zoom: 1;
}


/*--------------------
 Common
--------------------*/

a {
	outline: none;
}

a:link ,
a:visited ,
a:hover ,
a:active {
	color: #666666;
}

html ,
body {
	color: #666666;
	height: 100%;
	scrollbar-base-color:#DDDDDD; /* IE - Scrollbar Color */
	background-color: #EEEEEE;
	background-image: url(../../../../img/common_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}


/* Container */


#container {
	width: 900px;
	margin: 0 auto;
}


/* Header */


#container #header {
	width: 100%;
	height: 75px;
}

#container #header h1 a {
	display: block;
	width: 263px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(../../img/header_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* Content */


#container #content {
	width: 100%;
	height: 550px;
	border-top: solid 2px #666666;
	background-color: #FFFFFF;
}


/* Footer */

#container #footer {
	width: 100%;
	height: 38px;
	padding-top: 8px;
	background-image: url(../../img/footer_shadow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#container #footer ul {
	float: left;
	width: 590px;
	height: 30px;
}

#container #footer ul li {
	float: left;
	height: 30px;
}
#container #footer ul li.navTop {
	width: 40px;
}
#container #footer ul li.navNews {
	width: 40px;
}
#container #footer ul li.navConcept {
	width: 75px;
}
#container #footer ul li.navShoplist {
	width: 80px;
}
#container #footer ul li.navWebStore {
	width: 80px;
}
#container #footer ul li.navWebShoplist {
	width: 100px;
}
#container #footer ul li.navStyle {
	width: 50px;
}
#container #footer ul li.navBlog {
	width: 55px;
}
#container #footer ul li.navMember {
	width: 70px;
}

#container #footer ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-image: url(../../img/common_nav.gif);
	background-repeat: no-repeat;
}
#container #footer ul li.navTop a {
	background-position: 0 0;
}#container #footer ul li.navTop a:hover {
	background-position: 0 -30px;
}
#container #footer ul li.navNews a {
	background-position: -40px 0;
}#container #footer ul li.navNews a:hover {
	background-position: -40px -30px;
}
#container #footer ul li.navConcept a {
	background-position: -80px 0;
}#container #footer ul li.navConcept a:hover {
	background-position: -80px -30px;
}
#container #footer ul li.navShoplist a {
	background-position: -155px 0;
}#container #footer ul li.navShoplist a:hover {
	background-position: -155px -30px;
}
#container #footer ul li.navWebStore a {
	background-position: -235px 0;
}#container #footer ul li.navWebStore a:hover {
	background-position: -235px -30px;
}
#container #footer ul li.navWebShoplist a {
	background-position: -315px 0;
}#container #footer ul li.navWebShoplist a:hover {
	background-position: -315px -30px;
}
#container #footer ul li.navStyle a {
	background-position: -415px 0;
}#container #footer ul li.navStyle a:hover {
	background-position: -415px -30px;
}
#container #footer ul li.navBlog a {
	background-position: -465px 0;
}#container #footer ul li.navBlog a:hover {
	background-position: -465px -30px;
}
#container #footer ul li.navMember a {
	background-position: -520px 0;
}#container #footer ul li.navMember a:hover {
	background-position: -520px -30px;
}

#container #footer #footer_address {
	color: #666;
	float: right;
	margin-right: 10px;
	text-align: right;
}


/*--------------------
 News
--------------------*/


.news #text_area {
	float: left;
	width: 450px;
	height: 530px;
	padding-top: 20px;
	background-image: url(../../img/common_content_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.news #text_area h2 {
	width: 230px;
	height: 60px;
	text-indent: -9999px;
	margin-bottom: 10px;
	background-image: url(../../img/news_title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.news #text_area #information {
	width: 410px;
	height: 440px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

.news #text_area #information_left ul li {
	margin-bottom: 20px;
}

.news #text_area #information_left ul li span.news_date ,
.news #text_area #information_left ul li span.news_title {
	font-size: 15px;
	font-weight: bold;
}

.news #text_area #information_left #info_cont h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}
.news #text_area #information_left #info_cont img {
	display:block;
	margin:0 auto;
}

.news #text_area #information_left #info_cont .info_ajax_text {
	padding-bottom: 20px;
	border-bottom:1px dashed #666666;
	margin-bottom: 20px;
}

.news #photo_area {
	float: right;
	width: 450px;
	height: 550px;
	background-image: url(../../2010aw/img/news_photo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/*--------------------
 Concept
--------------------*/


.concept #text_area {
	float: left;
	width: 450px;
	height: 550px;
	background-image: url(../../img/concept.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.concept #text_area h2 {
	position: absolute;
	top: -9999px;
}

.concept #text_area p {
	text-indent: -9999px;
}

.concept #photo_area {
	float: right;
	width: 450px;
	height: 550px;
	background-image: url(../../2010aw/img/concept_photo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/*--------------------
 Shop List
--------------------*/


.shoplist #text_area {
	float: left;
	width: 450px;
	height: 530px;
	padding-top: 20px;
	background-image: url(../../img/common_content_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.shoplist #text_area h2 {
	width: 230px;
	height: 60px;
	text-indent: -9999px;
	margin-bottom: 10px;
	background-image: url(../../img/shoplist_title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.shoplist #text_area #information {
	width: 410px;
	height: 440px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

.shoplist #text_area ul#shop li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #666666;
}
.shoplist #text_area ul#shop li ul li {
	padding-bottom: 0; /* reset */
	margin-bottom: 0; /* reset */
	border-bottom: none; /* reset */
}

.shoplist #photo_area {
	float: right;
	width: 450px;
	height: 550px;
	background-image: url(../../2010aw/img/shoplist_photo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/*--------------------
 Style
--------------------*/

.style {
	background-image: url(../../img/style_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

.style h2 {
	position: absolute;
	top: -9999px;
}

.style #left_btn {
	float: left;
	width: 90px;
	height: 100%;
}
.style #left_btn a {
	display: block;
	width: 90px;
	height: 90px;
	text-indent: -9999px;
	margin-top: 230px;
	background-image: url(../../img/style_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}.style #left_btn a:hover {
	background-position: 0 -90px;
}

.style #right_btn {
	float: right;
	width: 90px;
	height: 100%;
}.style #right_btn a {
	display: block;
	width: 90px;
	height: 90px;
	text-indent: -9999px;
	margin-top: 230px;
	background-image: url(../../img/style_btn.gif);
	background-repeat: no-repeat;
	background-position: -90px 0;
}.style #right_btn a:hover {
	background-position: -90px -90px;
}

.style #style_photo {
	float: left;
	width: 720px;
	height: 100%;
	overflow: hidden;
	position: relative; /* IE */
}

.style #style_photo ul {
	width: 4000px; /* photo-size */
	margin: 0 auto;
	margin-top: 125px;
	position: relative;
}
.style #style_photo ul li {
	position: absolute;
}

.style #style_photo ul li img {
	width: 200px;
	position: absolute;
}

.style #style_overphoto {
	width: 334px;
	height: 500px;
	position: absolute;
	top: 25px;
	left: 280px;
}


/*--------------------
 Member
--------------------*/

.member {
	background-color: #FCFCFC;
}

.member #text_area {
	margin-left: 20px;
}

.member h2 {
	width: 230px;
	height: 60px;
	text-indent: -9999px;
	margin-bottom: 10px;
	background-image: url(../../img/member_title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.member #text_area p {
	margin-bottom: 10px;
}

.member #text_area img {
	display: block;
	margin: 0 auto;
}

