@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

* {/*font*/
	/*color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;*/	
}

strong {
	font-weight: bold;
}

/* --------------------------------------------------------------------------- */
html{
    height:100%;
}

body{
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:150%;
	height:100%;
	background-color: #171312;
	
}

a,
a:link,
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover,
a:active {
	color:#b28850;
	text-decoration:none;
}

h1{
	color:#A07F53;
	font-size:10px;
	height: 26px;
	text-align: left;
	line-height: 26px;
	padding-left: 6px;
}


/* --------------------------------------------------------------------------- */
* html div#wrapper{
    height:100%;
}

#wrapper {
	width:1001px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	min-height: 100%;
	position:relative;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-color: #1E1917;
}

body > #wrapper {
    height: auto;
}

#main{
	padding-bottom:75px;
	width: 819px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header{
	height: 26px;
	width: 819px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6937C;
}

/* main_img------------------------------------------------------------------- */

#main_box{
	width: 819px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 378px;
	background-image: url(../images/new_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#new_gallery{
	float: left;
	width: 180px;
}

.new_title{
	width: 180px;
	height: 29px;
}

#new_gallery .gall1 {
	height: 98px;
	width: 130px;
	display: inline;
}

#new_gallery .gall1 a {
	width: 130px;
	height: 98px;
	border: 2px solid #A6937C;
	display: block;
	margin-top: 13px;
	margin-right: 23px;
	margin-bottom: 10px;
	margin-left: 23px;
}

#new_gallery .gall1 a:hover,
#new_gallery .gall1 a:active
{
	border-top-color: #DDD0BE;
	border-right-color: #DDD0BE;
	border-bottom-color: #DDD0BE;
	border-left-color: #DDD0BE;
}


#new_gallery .gall2 {
	height: 98px;
	width: 130px;
	display: inline;
}

#new_gallery .gall2 a {
	width: 130px;
	height: 98px;
	border: 2px solid #A6937C;
	display: block;	
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 10px;
	margin-left: 23px;
}

#new_gallery .gall2 a:hover,
#new_gallery .gall2 a:active
{
	border-top-color: #DDD0BE;
	border-right-color: #DDD0BE;
	border-bottom-color: #DDD0BE;
	border-left-color: #DDD0BE;
}


#new_gallery .gall3 {
	height: 98px;
	width: 130px;
	display: inline;	
}

#new_gallery .gall3 a {
	width: 130px;
	height: 98px;
	border: 2px solid #A6937C;
	display: block;	
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 10px;
	margin-left: 23px;
}

#new_gallery .gall3 a:hover,
#new_gallery .gall3 a:active
{
	border-top-color: #DDD0BE;
	border-right-color: #DDD0BE;
	border-bottom-color: #DDD0BE;
	border-left-color: #DDD0BE;
}


#main_img{
	float: right;
	width: 638px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A6937C;
}

/* navi----------------------------------------------------------------------- */

#gnavi {
	width:819px;
	height: 73px;
}

#gnavi ul {
	width:819px;
	height: 73px;
	list-style-type:none;
}

#gnavi li {
	float:left;
	height: 73px;
}

#gnavi li a {
 	display: block;		
 	height: 73px;
 	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#gnavi li#top a {
	background-image:url(../btn/top.jpg);
	background-position:0px 0px;
	width:116px;
}

#gnavi li#top a:hover, #gnavi li#top a:active {
 	background-position:0px -73px;
}

#gnavi li#concept a {
	background-image:url(../btn/concept.jpg);
	background-position:0px 0px;
	width:117px;
}

#gnavi li#concept a:hover, #gnavi li#concept a:active {
 	background-position:0px -73px;
}

#gnavi li#shop a {
	background-image:url(../btn/shop.jpg);
	background-position:0px 0px;
	width:117px;
}

#gnavi li#shop a:hover, #gnavi li#shop a:active {
 	background-position:0px -73px;
}

#gnavi li#price a {
	background-image:url(../btn/price.jpg);
	background-position:0px 0px;
	width:117px;
}

#gnavi li#price a:hover, #gnavi li#price a:active {
 	background-position:0px -73px;
}

#gnavi li#gallery a {
	background-image:url(../btn/gallery.jpg);
	background-position:0px 0px;
	width:117px;
}

#gnavi li#gallery a:hover, #gnavi li#gallery a:active {
 	background-position:0px -73px;
}

#gnavi li#melmaga a {
	background-image:url(../btn/melmaga.jpg);
	background-position:0px 0px;
	width:117px;
}

#gnavi li#melmaga a:hover, #gnavi li#meelmaga a:active {
 	background-position:0px -73px;
}

#gnavi li#inquiry a {
	background-image:url(../btn/inquiry.jpg);
	background-position:0px 0px;
	width:118px;
}

#gnavi li#inquiry a:hover, #gnavi li#inquiry a:active {
 	background-position:0px -73px;
}

/* sab_navi------------------------------------------------------------------- */

#sab_navi{
	width: 779px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

#sab_navi ul {
	width:779px;
	height: 130px;
	list-style-type:none;
}

#sab_navi li {
	float:left;
	height: 130px;
}

#salon{
	width:184px;
	height: 130px;
}

#salon a{
	background-image:url(../btn/sab_shop.jpg);
	background-position:0px 0px;
	width:184px;
	display: block;		
 	height: 130px;
 	overflow:hidden;
	text-decoration:none;
}

#salon a:hover, #salon a:active {
 	background-position:0px -130px;
}

.sab_text{
	padding-top: 34px;
	line-height: 130%;
	padding-left: 14px;
	padding-right: 12px;
}

#sprice{
	width:184px;
	height: 130px;
	margin-left: 15px;
}

#sprice a{
	background-image:url(../btn/sab_price.jpg);
	background-position:0px 0px;
	width:184px;
	display: block;		
 	height: 130px;
 	overflow:hidden;
	text-decoration:none;
}

#sprice a:hover, #sprice a:active {
 	background-position:0px -130px;
}

#sgallery{
	width:184px;
	height: 130px;
	margin-left: 15px;
}

#sgallery a{
	background-image:url(../btn/sab_gallery.jpg);
	background-position:0px 0px;
	width:184px;
	display: block;		
 	height: 130px;
 	overflow:hidden;
	text-decoration:none;
}

#sgallery a:hover, #sgallery a:active {
 	background-position:0px -130px;
}

#smelmaga{
	width:182px;
	height: 130px;
	margin-left: 15px;
}

#smelmaga a{
	background-image:url(../btn/sab_melmaga.jpg);
	background-position:0px 0px;
	width:182px;
	display: block;		
 	height: 130px;
 	overflow:hidden;
	text-decoration:none;
}

#smelmaga a:hover, #smelmaga a:active {
 	background-position:0px -130px;
}

.infotext{
	line-height: 130%;
	padding-top: 0px;
	padding-right: 12px;
	padding-left: 15px;
}

.click1{
	margin-bottom: 6px;
	display: block;
	height: 21px;
	text-indent: -9999px;
	margin-right: 6px;
	margin-left: 119px;
}

.click1 a {
 	display: block;		
 	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
	background-image:url(../btn/click1.gif);
	background-position:0px 0px;
	width:59px;
	height: 21px;
}

.click1 a:hover, .click1 a:active {
 	background-position:0px -21px;
}

.click2{
	margin-bottom: 6px;
	display: block;
	height: 21px;
	text-indent: -9999px;
	margin-right: 6px;
	margin-left: 117px;
}

.click2 a {
 	display: block;		
 	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
	background-image:url(../btn/click1.gif);
	background-position:0px 0px;
	width:59px;
	height: 21px;
}

.click2 a:hover, .click2 a:active {
 	background-position:0px -21px;
}

/* main_contents-------------------------------------------------------------- */

#center_c{
	width: 819px;
	margin-top: 29px;
}

#center_left{
	float: left;
	width: 564px;
}

#center_right{
	float: right;
	width: 255px;
}

.blog{
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 19px;
	margin-left: 15px;
}

.blog a{
	background-image:url(../btn/blog.jpg);
	background-position:0px 0px;
	width:220px;
	display: block;		
 	height: 74px;
 	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

.blog a:hover, .blog a:active {
 	background-position:0px -74px;
}

.mob{
	width:220px;
	height: 151px;
	margin-top: 10px;
	margin-right: 19px;
	margin-left: 15px;
}

.mob a{
	background-image:url(../btn/mob.jpg);
	background-position:0px 0px;
	width:220px;
	display: block;		
 	height: 151px;
 	overflow:hidden;
	text-decoration:none;
}

.mob a:hover, .mob a:active {
 	background-position:0px -151px;
}

.mob_text{
	color: #A6937C;
	padding-left: 12px;
	padding-right: 10px;
	line-height: 150%;
	padding-top: 48px;
}

.jea{
	width:202px;
	height: 45px;
	margin-top: 14px;
	margin-left: 26px;
}

.jea2{
	width:202px;
	height: 171px;
	margin-top: 14px;
	margin-left: 26px;
}

.jea3{
	width:202px;
	height: 43px;
	margin-top: 14px;
	margin-left: 26px;
}

/* WhatsNew------------------------------------------------------------------ */

#whatsnew{
	width: 524px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../images/whatsnew.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.whatsnew_b{
	width: 524px;
	height: 31px;
}

#whatsnew ul{
	margin-left: 23px;
	margin-right: 18px;
	padding-top: 28px;
}

#whatsnew li{
	padding-bottom: 16px;
	margin-top: 0px;
	padding-top: 0px;
}

.page{
	margin-left: 23px;
	margin-right: 20px;
	line-height: 100%;
	margin-top: 2px;
}

.red{
	color:#AF0202;
}






/* info_area------------------------------------------------------------------ */

#info_area{
	background-image: url(../images/info_back.gif);
	background-repeat: no-repeat;
	height: 158px;
	width: 819px;
}

#info_com{
	width: 349px;
	margin-left: 470px;
	padding-top: 58px;
}

.akdoll{
	font-size: 15px;
}

.akdoll_text{
	color: #A6937C;
}

.akdoll_text2{
	color: #A6937C;
	padding-bottom: 2px;
}

/* --------------------------------------------------------------------------- */

#footer{
	width: 819px;
	position:absolute;
	bottom:0px;
	height:75px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer_up{
	width: 819px;
	height:54px;
}

.footer_navi{
	text-align: center;
	padding-top: 7px;
}

#footer_copy{
	width: 819px;
	height:21px;
	text-align: center;
	color: #A6937C;
	font-size: 10px;
	line-height: 10px;
}


/* IE6 */

* html,

* html #footer{
    position:absolute;
    bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);
}

/* --------------------------------------------------------------------------- */
.clear {
	clear:both;
}

.rgtside {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.lgtside {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#pagetop{
	width:519px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
