/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
	padding:0;
	margin: 0;
}

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

1.) Styles for all Sites but especially for Mainpage
2.) Special Styles for Blog
3.) Special Styles for Portfolio
4.) Special Styles for Pages (for example: about)
5.) Special Styles for Gallery
6.) Special Styles for Contact


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



/*----------------------------------------
1.) Styles for all Sites but especially for Mainpage
----------------------------------------*/

html{
	background:#000000;
	}

body{
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	line-height:20px;
	color:#CCC;
	position:relative;
	}

#bgwrapper{
	background:transparent url(../images/bg_big1.jpg) no-repeat;
	background-position:center 0;
	width: 100%;
  	display: table;
	position:relative;
	}
	
#top{
	width:980px;
	margin:0 auto;
	position:relative;
	
	}
	
#head{
	position:relative;
	height:545px;
	}
	
#footer{
	background:transparent url(../images/border.jpg) repeat-x scroll 0 19px;
	clear:both;
	color:#999999;
	font-size:11px;
	margin:0 auto 20px;
	padding:21px 0 0;
	text-align:center;
	width:900px;
clear:both;
	}
	
#logo{
	height:72px;
	position:absolute;
	top:20px;
	width:250px;
	background-image:none;
	}
	
#logo a{
	display:block;
	width:250px;
	height:72px;
	text-indent:-9999px;
	position:relative;
	z-index:1;
	outline:none;
	}
	
#menu{
	position:absolute;
	height:80px;
	top:0;
	right:0;
	width:730px;
	z-index:100;
	font-size:18px;
	}

#title{
	position:absolute;
	width:960px;
	margin-top: 100px;
	margin-left: 10px;
	}	
	

#featured-content{
	display:block;
	height:544px;
	position:absolute;
	width:100%;
	overflow:hidden;
	top:25px;
	}
	

.featured-item {
	background:transparent url(../images/featured-item.png) no-repeat scroll 0 0 !important; /*Internet explorer 6 F*/
	background:transparent url(../images/featured-item-ie.png) no-repeat scroll 0 0; 
	display:block;
	height:266px;
	left:6px;
	padding:40px;
	position:absolute;
	top:-500px;
	width:888px;
	z-index:10;
}

.featured-text{
	float:left;
	height:260px;
	overflow:hidden;
	padding-right:20px;
	width:360px;
	position:relative;
	padding-top: 60px;
	}
	
.featured-image{
	float:left;
	width:502px;
	height:252px;
	margin-top:6px;
	border:1px solid #333;
	overflow:hidden;
	position:relative;
	}
	
.featured-image a img, .featured-image img{
	border:1px solid #111;
	}
	
.featured-text .meta{
	position:absolute;
	bottom:0;
	width:360px;
	background-color:#222;
	}
	
.meta{
	background:transparent url(../images/border.jpg) repeat-x scroll 0 top;
	color:#777777;
	display:block;
	font-size:10px;
	float:left;
	width:100%;
	}
	
#top .current-item{
	top:153px;
	}	

#reflect{
	position:relative;
	display:block;
	margin:0 auto;
	height:100px;
	width:968px;
	background:transparent url(../images/reflect-help-trans.png) no-repeat;
	bottom:-491px;
	left:0;
	}

.next-item{
	display:block;
	height:74px;
	width:48px;
	background:transparent url(../images/icon-next-trans.png) no-repeat;
	position:absolute;
	text-decoration:none;
	z-index:22;
	text-indent:-9999px;
	left:680px;
	bottom:10px;
	outline:none;
	visibility:hidden;
	cursor:pointer;
	}
	
.next-item:hover{
	background:transparent url(../images/icon-next-trans.png) no-repeat 0px -74px;
	}
	
#main{
	position:relative;
	float:left;
	width:100%;
	}
	
.contentbox_small{
	float:left;
	padding-left:35px;
	padding-right:20px;
	width:270px;
	background:url(../images/smallbox-trans.png) no-repeat top right;
	padding-top:10px;
	margin-top: 15px;
	}
	



/*Main Menu*/
.lavaLamp {
    position: absolute;
    height: 29px; 
    padding: 12px 0 0 0;
	margin: 20px 0 0 0;
}

.lavaLamp li {
	float: left;
	list-style: none;
}

.lavaLamp li.back {
	background: url(../images/lava.png) no-repeat right -30px !important;
	background: url(../images/lava-ie.png) no-repeat right -30px;
	width: 20px; 
	height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url(../images/lava.png) no-repeat top left !important;
	background: url(../images/lava-ie.png) no-repeat top left;
	height: 30px;
	margin-right: 20px;
}

.lavaLamp li a {
	position: relative; 
	overflow: hidden;
	text-decoration: none;
	color: #fff; 
	outline: none;
	text-align: center;
	height: 30px; 
	top: -2px;
	z-index: 10; 
	letter-spacing: 0;
	float: left; 
	display: block;
	padding:0 12px;
	font-weight:bold;
}

.tooltip_image2{
	position:absolute;
	z-index:200;
	border:1px solid #4f4f4f;
	background-color:#202020;
	padding:5px;
	color:#fff;
	left:-9999px;
	top:0px;
}


/*FONTs Images basic selectors*/

h2,h3,h4,h5{
	line-height:1.8em;
	font-weight:normal;
	background:transparent url(../images/border.jpg) repeat-x 0 bottom;
	margin:0 0 4px;
	color:#fff;
	clear:both;
	}
	
h1{
    font-size:25px;
    line-height:1.8em;
	font-weight:bold;
	margin:0px;
	color:#fff;
	clear:both;
	}
h2{font-size:20px;}
h3{font-size:18px;}
h4{font-size:17px;}
h5{font-size:16px;}
h6{
    font-size:16px;
    line-height:1.8em;
	font-weight:bold;
	margin:0px;
	color:#fff;
	clear:both;
	}

p{padding:0 0 22px 0}

a{color:#fff; text-decoration:underline;}
a:hover{color:#eee; text-decoration:underline;}

blockquote{
padding:5px 30px 0 15px;
background-repeat:no-repeat;
background-position:top left ;
margin:10px 0 10px 15px;
border-left:3px solid #fff;
color:#fff;
}

blockquote em{
color:#ff0000;
padding:0px 40px  0px 0px;
background-repeat:no-repeat;
background-position:top right;
display:block;
text-align:right;
font-style:italic;
}

#top .noborder, #top .noborder a, #top noborder ima a{
	border:none;
	padding:0;
	}

#main .thumb img{
	border:1px solid #333;
	padding:4px;
	background-color:#111;
	}
	

.alignright{
	float:right;
	margin:4px 0 10px 10px;
	}
	
.alignleft{
	float:left;
	margin:4px 10px 10px 0px;
	}
	
.floatright{float:right;}
.floatleft{float:left;}
.clearboth{clear:both;}
	
#main ul{
	list-style-type:none;
	list-style-position:outside;
	}
	
#main .contentbox_big ul{
	list-style-type:disc;
	list-style-position:outside;
	padding:0 0 20px 20px;
	}
	
#main ol{
	list-style-position:outside;
	padding:0 0 20px 20px;
	}
	
.xlarge #main li{
	clear:both;
	float:left;
	width:100%;
	}
	
.contentbox_small li a{
	display:block;
	width:100%;
	border-bottom:1px solid #333;
	color:#eee;
	text-decoration:none;
	padding:3px 0;
	float:left;
	}

.contentbox_small li a:hover{
	background-color:#000000;
	color:#fff;
	}

.contentbox_small li a:hover strong{
	font-weight:bold;
	margin-left:3px;
	}
	
.contentbox_small li strong{
	padding:0px 3px;
	float:left;
	font-weight:normal;
	width:200px;
	}

.contentbox_small li a span{
	padding:0px 3px;
	float:right;
	font-size:10px;
	color:#999;
	}


	
	
/*----------------------------------------
2.) Special Styles for Blog
----------------------------------------*/

.contentbox_big{
	float:left;
	padding-left:35px;
	width:582px;
	margin-top: 15px;
	}

.subheading{
	padding:20px 0 0;
	}

.blog_entry{
	clear:both;
	padding-bottom:40px;
	float:left;
	width:100%;
	}
	
.blog_entry .meta{
	background-position:bottom;
}

/*----------------------------------------
3.) Special Styles for Portfolio
----------------------------------------*/
.page_portfolio #head{
	position:relative;
	height:485px;
	height:88px;
	}

.page_portfolio #top{
	min-height:500px;
	}
	
.page_portfolio .featured-item{
	position:relative;
	top:0px;
	}
	
.page_portfolio #main .featured-item img, .page_portfolio #main .featured-item a img{
	border:1px solid #111111;
	padding:0;
	}

/*----------------------------------------
4.) Special Styles for Pages (for example: about)
----------------------------------------*/

.page_mass_content #head{
	position:relative;
	height:485px;
	height:88px;
	}

.page_mass_content #top{
	min-height:500px;
	}

.xlarge{margin-top:85px;}

.xlarge_news{
	margin-top:85px;
	padding-right: 30px;
	padding-left: 30px;
}
	
/*----------------------------------------
5.) Special Styles for Gallery
----------------------------------------*/

	
#gallery .thumb{
	background:transparent url(../images/bg-thumb.png) no-repeat scroll 0 0 !important;
	background:transparent url(../images/bg-thumb-ie.png) no-repeat scroll 0 0;
	float:left;
	height:130px;
	margin:8px 8px 0 0;
	position:relative;
	width:130px;
	display:inline;
	text-align: center;
	
	}
	
#gallery .thumb img, #gallery .thumb a img{
	display:block;
	margin:15px auto 5px auto;
	height:72px;
	width:72px;
	position:relative;
	z-index:2;
	border:1px solid #111;
	padding:4px;
	background-color:#111;
	}
	

/*----------------------------------------
6.) Special Styles for Contact
----------------------------------------*/

.contentbox_medium{
	width:426px;
	float:left;
	padding-left:42px;
	}
	
.contentbox_medium li a{
	display:block;
	width:100%;
	border-bottom:1px solid #333;
	color:#eee;
	text-decoration:none;
	padding:3px 0;
	float:left;
	}

.contentbox_medium li a:hover{
	background-color:#111;
	color:#fff;
	}

.contentbox_medium li a:hover strong{
	font-weight:bold;
	}
	
.contentbox_medium li strong{
	padding:0px 3px;
	float:left;
	font-weight:normal;
	width:368px;
	}

.contentbox_medium li a span{
	padding:0px 3px;
	float:right;
	font-size:11px;
	color:#999;
	}

.invalid-form{
	border:1px solid #D01276;
	}
	
form p{
	padding:0 0 10px 0;
	}

input, textarea{
	border:1px solid #333;
	margin:1px;
	font-size:13px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	padding:4px;
	background-color:#171717;
	}
	
input{
	width:170px;
	}
	
textarea{
	width:340px;
	height:92px;
	overflow:auto;
	}

#send{
	cursor:pointer;
	}
#send:hover{
	background-color:#fff;
	color:#171717;
	}

.page_contact .featured-image {
	border:none;
	float:left;
	height:auto;
	padding:32px 0 0;
	width:502px;
	background: transparent url(../images/mail_bg.jpg) 390px 90px no-repeat;
}

label{
	padding-left:10px;
	}
	
.blocklabel{
	display:block;
	padding:0 0 10px;
	}


/*----------------------------------------
6.) Special Styles for Cal
----------------------------------------*/
#cal {
	float: left;
	padding-right: 20px;
}


#cal span.Today {
	font-weight: bolder;
	color: #FF0000;
	display: block;
	background-color: #FFFFFF;
}
#cal .deli {
	background-color: #009900;
	color: #FFFFFF;
}
#cal li.courseday {
    cursor: pointer;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}

#cal li.Sun {
	color: #FF0000;
}
#cal li.Sat {
	color: #0000FF;
}
#cal li.undefined {
	cursor: pointer;
}

/*ui*/
#cal div.cal_wrapper {
	padding: 20px;
	width: 175px!important;
	width/**/: 195px;
	height: 160px!important;
	height/**/: 180px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #000000;
	position: relative;
	margin-bottom: 10px;
}
#cal ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 60px;
	float: right;
}
#cal ul.cal_ui li {
	float: left;
	width: 20px;
	height: 15px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
#cal li.cal_prev {
	background-image: url(../cal/cal_01.gif);
}
#cal li.cal_to {
	background-image: url(../cal/cal_02.gif);
}
#cal li.cal_next {
	background-image: url(../cal/cal_03.gif);
}

#cal div.cal_base {
	
}

#cal div.cal_base p {
	font-size: 16px;
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px #CCCCCC;
}

#cal ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
#cal ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 25px;
	text-align: center;
	list-style: none;
	font-size: 10px;
	float: left;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}
#cal ul.cal_main li span {
	padding: 3px;
	display: block;
}

#cal li.cal_headline {
	
}

/*----------------------------------------
6.) Special Styles HIDEO
----------------------------------------*/

.style1 {
	background-color: #FF0000;
}
.style2 {
	font-size: 24px;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	margin-rught: 5px;
}
#flow {
	position: relative;
}
#main #company {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}





#saloncontents{
margin:0px auto;
width:950px;
clear:both;
margin-top:100px;
}

p{
margin:0px auto;

}

img{
border:none;
}

.salonleftmenu{
margin:0px auto;
width:230px;
float:left;
text-align:center;
}

.salonleftmenubox{
margin:0px auto;
width:206px;
float:left;
text-align:center;
padding:4px;
border-bottom:solid 1px #000000;
background-color:#222222;
}

.salonleftmenuboxgray{
margin:0px auto;
width:200px;
background-color:#000000;
float:left;
text-align:center;

}

.salonleftmenuboxgray a{
width:200px;
display:block;
text-decoration:none;
background-color:#000000;
padding:3px;
}

.salonleftmenuboxgray a:hover{
width:200px;
display:block;
text-decoration:none;
background-color:#666666;

padding:3px;
}

.saloncontentsright{
margin:0px auto;
width:720px;
float:right;
}

.salontopmap{
margin:0px auto;
width:705px;
height:575px;
background-image:url(img/japanmap.png);
overflow:hidden;
}

.salontopmaptop{
margin:0px auto;
width:705px;
clear:both;
}

.salontopmap a{
color:#cccccc;
text-decoration:none;
}

.salontopmap a:hover{
color:#ffffff;
text-decoration:underline;
}

.salontophokkaido{
margin:0px auto;
width:140px;
float:right;

margin-top:30px;
}

.salontopmapmiddle{
margin:0px auto;
width:705px;
clear:both;
}

.salontoptohoku{
margin:0px auto;
width:200px;
float:right;

margin-top:150px;
overflow:hidden;
}

.salontoptohoku p{
margin:0px auto;
width:200px;
clear:both;
}

.kenbox{
margin:0px auto;
width:130px;
overflow:hidden;
clear:both;

float:left;
}

.kenbox ul{
margin:0px auto;
list-style:none;
margin-left:0px;
padding-left:0px;
}

.kenbox li{
margin:0px auto;
width:40px;
margin-left:0px;
padding-left:0px;
float:left;
}

.salontophokushin{
margin:0px auto;
width:150px;
float:right;

margin-top:48px;
overflow:hidden;
}

.kenboxtate{
margin:0px auto;
width:60px;
overflow:auto;
clear:both;

float:left;
}

.kenboxtate ul{
margin:0px auto;
list-style:none;
margin-left:3px;
padding-left:0px;
}

.kenboxtate li{
margin:0px auto;
width:40px;
margin-left:0px;
padding-left:0px;
float:left;
}

.salontopkinki{
margin:0px auto;
width:92px;
float:right;

margin-top:63px;
overflow:hidden;
}

.salontopchugoku{
margin:0px auto;
width:97px;
float:right;

margin-top:76px;
overflow:hidden;
}

.salontopmapbottom{
margin:0px auto;
width:705px;
clear:both;
}

.salontopkanto{
margin:0px auto;
width:270px;
float:right;

margin-top:60px;
overflow:hidden;
}

.salontoptokai{
margin:0px auto;
width:118px;
float:right;

margin-top:160px;
overflow:hidden;
}

.salontopshikoku{
margin:0px auto;
width:132px;
float:right;

margin-top:150px;
overflow:hidden;
}

.salontopkyushu{
margin:0px auto;
width:129px;
float:right;

margin-top:180px;
overflow:hidden;
}

.categorylabel{
margin:0px auto;
width:600px;
text-align:left;
font-size:14px;
border-left:1px #ffffff dotted;
text-indent:10px;
border-bottom:1px #666666 solid;
padding-top:3px;
padding-bottom:3px;
}

.arealink{
margin:0px auto;
clear:both;
width:580px;
text-align:left;

}

.arealink ul{
list-style:none;
padding-top:5px;
padding-bottom:5px;
}

.arealink li{
float:left;
margin-left:15px;
}

.arealink a:hover{
color:#666666;
}

.salontitle{
margin:0px auto;
width:580px;
text-align:left;
font-weight:bold;
clear:both;
margin-top:40px;
}

.tenmei{
margin:0px auto;
float:left;
}

.salontitlemap{
margin:0px auto;
float:left;
padding-top:2px;
margin-left:20px;
}

.tenpobox{
margin:0px auto;
width:580px;
clear:both;
overflow:hidden;
padding-top:15px;
border-bottom:dotted #cccccc 1px;
padding-bottom:15px;
}

.tenpoboxleft{
margin:0px auto;
width:190px;
float:left;
}

.tenpoboxright{
margin:0px auto;
width:390px;
float:right;
text-align:left;
}

.detailbox{
margin:0px auto;
width:380px;
margin-left:10px;
overflow:hidden;

}

.detailleft{
margin:0px auto;
width:70px;
float:left;
font-size:80%;
color:#cccccc;
text-align:center;
line-height:120%;
padding-top:1px;
}

.detailright{
margin:0px auto;
width:300px;
float:left;
line-height:120%;
padding-bottom:5px;
}

.detailright p{
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}

.leftmap{
margin:0px auto;
width:200px;
margin-top:15px;
}

