/*--------------------------------------------------------------------
/- file   : default.css
/- admin  : ROOT
/- update : 200706
/- desc   : css for ROOT official site
/--------------------------------------------------------------------*/


/************* Tag Override *************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka, "ＭＳ Ｐゴシック", "Trebuchet MS", verdana ,arial ,sans-serif;
	font-size:90%;
	color: #6A605A;
	text-align: center;
	background: #FFFFFF;
	line-height: 2;
	background-image:url(../common/images/bg_top.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-position:top;
	}

table {
	font-size:1em;
	line-height:140%;
}
th,td {
	vertical-align: top;
}

img {
	border-style: none;
}

a:link {
	color: #8F7260;
	text-decoration: none;
}
a:visited {
	color: #8F7260;
	text-decoration: none;
}
a:hover {
	color: #8F7260;
	text-decoration: underline;
}

/************* Common Styles *************/

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


.smallred {
	font-size: 85%;
	color: #B31A4B;
}

.small {
	font-size: 85%;
	}

.note {
	font-size: 85%;
}
img.linkmark {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

.red{
	color: #CC0000;
}

.brown{
	color: #402B15;
	font-style: normal;
	font-weight: bold;
}

em {
	color: rgb(218, 62, 53);
}


i {
		color: #FF7229;
		font-style: normal;
		font-weight: bold;
}

.sp {
		margin:20px;		
}

img.mark {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}


.f_right {float: right;}

img.f_right {
	margin-left: 2em;
	margin-bottom:2em;
}



.f_left {float: left;}

img.f_left {
	margin-top: 2em;
	margin-right: 2em;
	margin-top:12px;
}

h3.dot{
border-bottom:1px dotted #c1c1c1;

}

.page_top {
float:right;

}

.brown{
	color:#A38D71;
	}




/************* Layout Styles *************/

div#container {
	width: 874px;
	margin: 0px auto;
	text-align: left;
	background-image:url(../common/images/bg_main_all.png);
	background-repeat:repeat-y;
	position:relative;
	}

div#containerLine{
	margin:0px 38px ;
	text-align: left;
	background:#FFFFFF;
}

div#header{
	height:119px;
	background-image:url(../common/images/bg_header.jpg);
	background-color:#C4B4A6;
	background-repeat:no-repeat;
	background-position:left;
}

div#main{
	padding:0px 0px 0px 0px;
	}

div#topFlash{
	padding:9px 0px 0px 0px;
}

div#main_title{
		padding:7px 0px 30px 0px;
	}


div#content{
	float:left;
	width:400px;
	}
	
div#rightcontent{
	float:right;
	width:386px;
}



div#pagetop{
	clear:both;
	width:86px;
	float:right;
	margin:45px 5px 20px;
	padding:0px 0px 10px;
}

div#map_illust{
	clear:both;
	width:366px;
	float:right;
	margin:15px 20px 10px 0px  ;
}



div#footer{
	margin:0px 0px 0px 0px;
	clear:both;
	height:20px;
	padding:10px 11px;
	background:#2F261B left top;
	border-top: 1px solid #D2BFA9;
}



/************* Layout Styles セカンド頁以降 *************/

div#content-l{
	float:left;
	width:546px;
}

div#content-l h2{
	font-size:1.2em;
	margin:0px;
	margin:8px 0px 0px 0px;
	line-height:1.3em;
}

div#content-l h3{
	font-size:1.1em;
	line-height:1.8em;
	color:#5E4C37;
	font-weight:bold;
	padding-left:5px;
	margin-top:15px;
	}
	
div#content-l h3.large{
	font-size:2.1em;
	line-height:1.8em;
	color:#5E4C37;
	font-weight:bold;
	padding-left:5px;
	margin-top:15px;
	}

div#content-l h4{
	font-size:1em;
	line-height:1em;
	color:#5E4C37;
	font-weight:bold;
	}

div#content-l h4 img{
	padding:8px 10px 0px 3px;
	vertical-align:bottom;
	}
	

div#content-l p{
	margin-top:5px;
	line-height:1.8em;
	padding-bottom:7px;
}

div#snavi{
	position:relative;
	margin:0;
	height:100%;
	padding:0;
	width:212px;
	float:right;
	}
	
div#snavi ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
div#snavi ul li{
	margin:0px;
	padding:0px;
}
	
div#snavi ul li img{
	vertical-align:top;
}

div#banner{
	position:relative;
	margin-top:8px;
	height:100%;
	padding:0;
	width:214px;
	float:right;
	}

div#sidebar_bottom{
	position:relative;
	margin:0;
	padding:0;
	height:18px;
	}



table.style_main{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	/*border:1px solid #B1B1B1;*/
	border-collapse: collapse;
	border-spacing:1px;
	margin-bottom: 10px;
	font-size:1em;
	line-height:1.9em;
	margin-top:8px;
	width:100%;
	clear:both;
}

.style_main th{
	padding: 2px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F2EBE3;
	vertical-align:top;
	color: #5C3201;
	font-weight:normal;
	text-align:left;
	width:150px;
}

.style_main td{
	padding: 3px 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFCF9;
	vertical-align:top;
}

.style_main.right{
	text-align:right;
	width:auto;
}

.style_main td.green{
	background-color:#F6FEF6;
	white-space: nowrap;
}

table.style_special{
	border: 4px solid #D6DEE3;
	border-collapse: collapse;
	border-spacing:1px;
	margin-bottom: 10px;
	font-size:1em;
	line-height:1.9em;
	margin-top:6px;
	width:100%;
	clear:both;	
	}

table.style_special td{
	padding:4px;	
}

table.style_special td.c{
	padding:10px;	
}


table.style_special td img{
	padding:4px 0px 4px 10px;
}

div#school_border{
	border-bottom: 2px dashed #D6DEE3;
	width:100%;
	clear:both;
	margin-bottom:25px;
	}
	
	div#content-l div.ol_menu {
  border: 1px dotted #bbb;
  margin: 10px 0 10px;
  padding: 10px 10px;
  background-color: #fff;
}

	div#content-l div.ol_menu ul {
  margin-left: 20px;
	}
	
	

	
	







/*************** Header styles **************/
div#header h1{
	float:left;
	width:299px;
	padding:20px 0px 0px 19px;
}

div#header div#submenu{
	float:right;
	width:150px;
	font-size:0px;
	line-height:0;
	padding:47px 2px 0px 0px;
}

div#header div#submenu ul{
	list-style-type:none;
}

div#header div#submenu li{
	float:left;
	height:22px;
	/*border-left:1px solid #C9C9C9;*/
}


	
/**::: Main Menu styles :::**/
div#header div#mainmenu{
	clear:both;
	height:40px;
	font-size:0px
	line-height:0px;
	padding:0px 0px 0px 0px;
}

div#header div#mainmenu ul{
	list-style-type:none;
}

div#header div#mainmenu li{
	float:left;
}

/************** Content styles ***************/

/*********** Home styles ***********/
body#home div#main{
	padding:10px 0px 0px 0px;
}

/*********** Press styles ***********/
table#news {
	width: 380px;
}


table#news th {
	text-align: left;
	padding: 15px 0px 5px;
	border-bottom: 1px #B5B5B5 solid;
}
table#news td {
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B5B5B5;
	}
table#news p {
	width: auto;
	line-height: 120%;
	padding: 5px 0px 5px;
}

table#news img.calendar {
	padding: 5px 0px 5px;
}

table#news img.new{
	padding: 3px 6px 0px ;
}

table#news td.head {
	padding: 10px 10px 10px 3px;
}

table#news p.arrow {
	background: url(../common/images/link_mark.gif) no-repeat left top;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}

/*********** お店情報 styles ***********/
table#salon {
	width: 386px;
}
table#salon th {
	text-align: left;
	padding: 15px 0px 5px;
	border-bottom: 1px #B5B5B5 solid;
}
table#salon td {
	line-height: 110%;
	padding: 10px 5px 5px 0px;
	border-bottom: 1px dotted #B5B5B5;
	vertical-align: top;
}
table#salon p {
	width: auto;
	line-height: 110%;
	padding: 5px 0px 5px;
}

table#salon td.head {
	padding: 10px 0px 10px 5px;
}

table#salon p.arrow {
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}

/**********　ジェルネイル　***********/
#cases{
		float: left;
		width: 546px;
		}

#cases h2{
		background: url(../images/case_top.gif) right top no-repeat;
		font-size:1.3em;
		color:#FF803F;
}

.caseTitle {
		margin:0;
					}

#cases .section{
		background: #FFFFFF  url(../images/nail-gel-bg.jpg) right top no-repeat; 
		/*border-bottom: #FFD7C2 double;*/
		border-bottom:solid 1px #FFD7C2; 
		margin-bottom: 10px;
}

.sectionContent {
		padding: 2px;
}

.sectionContent p img {
		margin-left: 20px;
}

.sectionContent ul.none{
		list-style-type:square;
		padding: 0px 0px 0px 20px ;
}

.linebox{
	border:1px solid #A38D71;
	padding:15px;
	margin-top:15px;
	margin-bottom:15px;
	}


/**********　カルジェル　***********/

#cases .section2{
		border-bottom: #FFD7C2 solid 1px;
		margin-bottom: 20px;
}

.sectionContent img{
		float:right;
		padding-top: 8px;
		
		}
		
/**********　gallery　***********/

.photoList{
		margin-top:20px;
			
				}
		
.photoList ul {
		margin-left: 10px;
}

.photoList ul li {
				float: left;
				margin: 8px 16px 0 0;
				width: 116px;
				list-style:none;
				}

.photoList ul li a {
				display: block;
				border: 1px solid #ccc;
				padding: 1px;
				width: 100%;
				height: 87px;
}

.photoList ul li a:hover {
				border-color: #FFB803;
				}
				

				
/**********　exte gallery　***********/

.photoList2{
		margin-top:20px;
		margin-bottom: 40px;
		}
		
.photoList2 ul {
		margin-left: 10px;
}

.photoList2 ul li {
				float: left;
				margin: 8px 16px 0 0;
				width: 84px;
				list-style:none;
				}

.photoList2 ul li a {
				display: block;
				border: 1px solid #ccc;
				padding: 2px;
				width: 100%;
				height: 105px;
}

.photoList2 ul li a:hover {
				border-color: #FFB803;
				}
				
/**********　warning　***********/
div#warning{
	width:523px;
	border:1px solid #ccc;
	padding:10px;
	}
	
div#warning ul{
	list-style-type:disc; 
	margin-left:15px;	
	}
	
	div#warning li{
		margin:0px;	
	}

/*************** フッタ styles **************/

div#footer div#cr{
	float:right;
	padding:2px 3px;
}

div#footer .created{
font-size:9px;
	color:#FFFFFF;
	float:left;
	padding:2px 3px;
	}

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

/* ハック・裏技など */
/* clearfix */
.clearfix{
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* End clearfix */

