@charset "utf-8";
@import "r_common.css";
@import "r_contents.css";

h2.catch{
	font-size: 12pt;
	color: #85a3c7;
}
/*-------------------------------------
for header
--------------------------------------*/
#header{
    width: 100%;
    height: 29px;
	border-bottom: 1px solid #cfc1a1;
    background: #f7f7f1;
	margin: 0 0 30px;
}

#header img.logo{
    float:left;
    margin: 4px 0 0 10px;
}

img.title{
	margin:3px 10px;
}
/*----------------------------
for touroku
------------------------------*/
.note{
	margin:10px 0;
	font-weight:bold;
}

h3.touroku{
	font-size:10pt;
	background: url(../img/ico_circle.gif) 0 50%  no-repeat;
	padding: 0 0 0 15px;
}
.boldWideTop{
	float:left;
	background: url(../img/bg_boldwidetop.gif) no-repeat;
	width: 636px;
	height: 8px;
	font-size:1pt;
	margin:15px 0 0;
}
.boldWideContent {
	float:left;
	background: url(../img/bg_boldwidemiddle.gif) repeat-y;
    width:616px;
	padding: 10px 10px;
}
.boldWideBottom {
	clear:both;
	background: url(../img/bg_boldwidebottom.gif) no-repeat;
	width: 636px;
	height: 8px;
	font-size:1pt;
}
.boldWideContent p.comment{
	float:left;
	width: 360px;
	padding:5px 0px 5px 10px;
	line-height:130%;
}
.boldWideContent img.premium{
	float: right;
	margin: 10px 5px;
}
.guide{
	margin:15px 0 10px;
}
iframe.kiyaku{
	margin: 10px 10px;
}
p.window{
	text-align: right;
	margin:0;
	padding:0;
	width:610px;
}

table.touroku{
	margin:0 0 10px;
	border-collapse: collapse;
	width:600px;
}
table.touroku th{
	text-align:left;
	width:160px;
	padding:10px 5px;
	vertical-align: top;
}
table.touroku td{
	text-align: left;
	padding: 5px;
}
table.touroku td.element{
	padding:10px 0 0;
	vertical-align: top;
	white-space: nowrap;
	font-size:7pt;
}
.dotBorder{
	background: url(../img/touroku/bg_line.gif) repeat-x bottom;
	padding: 20px 0px;
}
/*----------------------------
for touroku roundcorner
------------------------------*/
.tourokuTop {
	background: url(../img/salon/bg_top.gif) no-repeat;
	width: 678px;
	height: 8px;
	font-size:1pt;
}
.tourokuContent {
	background: url(../img/salon/bg_middle.gif) repeat-y;
    width:678px;
}
.tourokuBottom {
	clear: both;
	background: url(../img/salon/bg_bottom.gif) no-repeat;
	width: 678px;
	height: 8px;
	font-size:1pt;
}
.boldShortTop{
	background: url(../img/bg_boldshorttop.gif) no-repeat;
	width: 308px;
	height: 8px;
	font-size:1pt;
}
.boldShortContent{
	background: url(../img/bg_boldshortmiddle.gif) repeat-y;
    width: 280px;
	height:220px;
	padding: 10px 14px;
}
.boldShortContent p{
	margin:0 0 10px;
}
.boldShortBottom {
	clear: both;
	background: url(../img/bg_boldshortbottom.gif) no-repeat;
	width: 308px;
	height: 8px;
	font-size:1pt;
}
.lTourokuBlock{
	float:left;
	margin:0 8px 0 0;
}
.rTourokuBlock{
	float:right;
	padding:0 4px 0 0;
}

/*----------------------------
for footer
------------------------------*/
#footer{
	float: left;
    margin: 20px auto 0;
    padding: 5px 0 5px;
    border-top: 1px solid #c1ac7d;
    width: 100%;
	height: 30px;
	background: #fff;
}

#footerarea{
	width: 890px;
	margin: 0 auto;
}
#footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
    float:left;
}

#footer li{
    display:inline;
    font-size: 7pt;
    background: url(../img/ico_delta.gif) no-repeat 0px 50%;
    margin: 0 10px 0 0;
    padding:0 0 0 10px;
}

#copyright{
    float: right;
    font-family: arial;
    font-size: 7pt;
    font-weight:none;
	color: #b79f69;
}

#copyright a:link{
	color: #b79f69;
    text-decoration:none;
}

#copyright a:visited{
	color: #b79f69;
    text-decoration:none;
}

#copyright a:hover{
	color: #b79f69;
    text-decoration:none;
}

#copyright a:active{
	color: #b79f69;
    text-decoration:none;
}


