@charset "UTF-8";

/* ------------------------------------------- CSS Information
 File Name:      second.css
 Author:         Real Needs Creates
 Style Info:     Setting for index.html, concept.html, recruit.html, contact.html
 Date:			 20101025
----------------------------------------------------------- */

/* index.html
===================================================================== */

#top_flash{
	width:800px;
	height:380px;
	z-index:-1;
}

/* What's News!
----------------------------------------------------------------- */
#contents #top_left_content{
	float:left;
	padding:20px 0 0 10px;
}

#contents #top_left_content h2{
	width:426px;
	height:24px;
	background-image:url(../images/news.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-9999px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #CC6699;
}

#contents #top_left_content dl{
	float:left;
	padding:10px 0 0 10px;
	line-height:200%;
}

#contents #top_left_content dl dt{
	float:left;
	width:80px;
}

#contents #top_left_content dl dd{
	padding-left:90px;
}


/* Salon Infomation
----------------------------------------------------------------- */
#contents #top_right_content{
	padding-top:20px;
	float:right;
	width:310px;
}

#contents #top_right_content h2{
	width:310px;
	height:24px;
	text-indent:-9999px;
	background-image:url(../images/saloninfo.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#contents #top_right_content ul{
	width:300px;
	padding-top:10px;
}

#contents #top_right_content ul li{
	background-repeat:no-repeat;
	float:left;
	height:100px;
}

#contents #top_right_content li a{
	display:block;
	text-indent:-9999px;
	width:140px;
	height:90px;
}

#contents #top_right_content ul li.bunner_tsujido{
	background-image:url(../images/saloninfo_tsujido.jpg);
	padding-bottom:20px;
	margin-right:20px;
}

#contents #top_right_content ul li.bunner_kugenuma{
	background-image:url(../images/saloninfo_kugenuma.jpg);
}

#contents #top_right_content h3{
	clear:both;
	background-image:url(../images/staffblog_bunner.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:70px;
}

#contents #top_right_content h3 a{
	display:block;
	text-indent:-9999px;
	width:300px;
	height:70px;
}

/*concept.html
===================================================================== */

#concept_inner{
	background-image:url(../images/concept_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:300px;
}


/*recruit.html
===================================================================== */

#recruit_inner{
	margin:0 auto;
	padding:0;
	width:760px;
	height:590px;
	background-image:url(../images/recruit_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#recruit_inner p.re_tel{
	padding:420px 0 20px 20px;
	line-height:200%;
	text-align:center;
	text-indent:0;
}


/*contact.html
===================================================================== */

.contact_inner {
	padding:0 100px;
}

.contactTsujido_inner,
.contactKugenuma_inner {
	width:600px;
	height:320px;
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-top:50px;
}

.contactTsujido_inner{
	background-image:url(../images/shop_tsujido.jpg);
}

.contactKugenuma_inner{
	background-image:url(../images/shop_kugenuma.jpg);
}

/* h3 Setting
----------------------------------------------------------------- */

.contactTsujido_inner h3,
.contactKugenuma_inner h3{
	height:42px;
	border-bottom:1px solid #333333;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	background-color:#FFFFFF;
	margin-bottom:15px;
}

.contactTsujido_inner h3{
	background-image:url(../images/h3_tsujido.gif);
	border-right:5px solid #CC6699;
}

.contactKugenuma_inner h3{
	background-image:url(../images/h3_kugenuma.gif);
	border-right:5px solid #af877b;
}

/* button Setting
----------------------------------------------------------------- */
#button_mailTsujido,
#button_mailKugenuma{
	width:230px;
	height:50px;
	margin:40px 0 0 70px;
}

#button_mailTsujido a,
#button_mailKugenuma a{
	width: 230px; 	/* for Win IE6 */
	height:50px;
	display: block;  
	text-indent: -9999px;  
	text-decoration: none;
/*	outline:none;*/
}

/* button "Mail to LiNK TSUJIDO" Image at link Setting */
#button_mailTsujido a{
	background-image:url(../images/mail_tsujido.gif);
	background-repeat:no-repeat;
	background-position:0 -50px;
}

#button_mailTsujido a:link, 
#button_mailTsujido a:visited{
	background-image:url(../images/mail_tsujido.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
}

/* button "Mail to LiNK TSUJIDO" Image at hover Setting */
#button_mailTsujido a:hover, 
#button_mailTsujido a:active{
	background-image:url(../images/mail_tsujido.gif);
	background-repeat:no-repeat;
	background-position:0 -50px;
}

/* button "Mail to LiNK KUGENUMA" Image at link Setting */
#button_mailKugenuma a{
	background-image:url(../images/mail_kugenuma.gif);
	background-repeat:no-repeat;
	background-position:0 -50px;
}

#button_mailKugenuma a:link,
 #button_mailKugenuma a:visited{
	background-image:url(../images/mail_kugenuma.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
}

/* button "Mail to LiNK KUGENUMA" Image at hover Setting */
#button_mailKugenuma a:hover, 
#button_mailKugenuma a:active{
	background-image:url(../images/mail_kugenuma.gif);
	background-repeat:no-repeat;
	background-position:0 -50px;
}
