@charset "utf-8";

@import "../../../share/css/base.css";

/* --- base layout --- */
body {
	background-color: #000;
}

#top {
	margin: 0 auto;
	width: 750px;
	background-color: #000;
	position: relative;
}

#header {
}


#contents {
	width: 720px;
	margin: -11px auto 0 auto;
	background: url(../images/sa09_02.jpg) 0 0 no-repeat;
	overflow: hidden;
}

#contents .contents_left {
	float: left;
	width: 210px;
	height: 355px;
	padding: 15px 0 0 16px;
	background: url(../images/sa09_04.jpg) 16px 86px no-repeat;
}

#contents .contents_right {
	float: right;
	width: 461px;
	padding: 144px 12px 0 0 ;
	background: url(../images/sa09_05.jpg) 0 13px no-repeat;
}

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	border-top: 1px solid #666;
}

/* --- header --- */
#top_btn {
	width: 20px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 750px;
}

#top_btn li a {
	display: block;
	width: 20px;
	height: 150px;
	background: url(../../images/top_btn.png) 0 0 no-repeat;
	text-indent: -5000em;
	overflow: hidden;
}

#index #header h1 {
	width: 750px;
	height: 365px;
	background: url(../images/sa09_01.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}


/* --- contents --- */
/*トップ*/
#index #contents .contents_left h2 {
	width: 210px;
	height: 40px;
	background: url(../images/sa09_03.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#index #contents .contents_left p {
/*	text-indent: -5000em;*/
}

#index #contents .contents_right p {
	display: none;
}

#index #contents .contents_right ul {
	text-align: left;
}

#index #contents .contents_right ul li {
	width: 441px;
	height: 100px;
	margin: 0 0 12px 0;
}

#index #contents .contents_right ul li a {
	display: block;
	width: 441px;
	height: 100px;
	border: 1px solid #000;
	text-indent: -5000em;
	overflow: hidden;
}

#index #contents .contents_right ul li a:hover,
#index #contents .contents_right ul li a:active {
	border: 1px solid #fff;
}

#index #contents .contents_right ul li#winding a {
	background: url(../images/sa09_07.jpg) 0 0 no-repeat;
}

#index #contents .contents_right ul li#stylist a {
	background: url(../images/sa09_06.jpg) 0 0 no-repeat;
}



/* --- footer --- */
#footer ul {
	float: left;
	width: 97px;
	padding: 10px 0;
}

#footer ul li {
	width: 97px;
}

#footer ul li a {
	display: block;
	width: 97px;
	height: 36px;
	background: url(../../images/home.gif) 0 0 no-repeat;
	text-indent: -5000em;
	overflow: hidden;
}

#footer p {
	float: left;
	width: 244px;
	height: 11px;
	margin: 33px 0 0 15px;;
	background: url(../../images/copy.gif) 0 0 no-repeat;
	text-indent: -5000em;
}

