@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #ffffff url(../images/bg.jpg) top repeat-x; }

#wrapper {
	width: 800px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 586px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/main_head.jpg) bottom no-repeat;
	height: 95px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 121px;
	height: 74px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 121px;
	height: 43px;
	margin: 31px 0 0 0;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 150px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 38px 0 5px 0;
	padding: 0;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 19px;
	font-size: 11px;
	}

#header_nav li {
	height: 19px;
	float: left;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 70px;
	height: 19px;
	text-decoration: none;
	}
#nav01 {
	width: 80px;
	}



/*----------04  Navigation -----------*/

#nav {
	width: 214px;
	float: left;
	padding: 1px 0 5px 0;
	background-image: url(../images/nav_foot.jpg);
	background-repeat:repeat-y;
	background-position: 4px bottom;
	}
#nav .internal {
	width: 210px;
	margin-left: 4px;
	padding: 0 0 10px 0;
	background: url(../images/nav_bg.jpg) 0 0 repeat-y;
	}
#nav h2 {
	width: 210px;
	height: 35px;
	margin-left: 4px;
	text-indent: -9999px;
	}
#nav #nav_h2_01 { background: url(../images/nav_h2-01.jpg) 0 0 no-repeat; }
#nav #nav_h2_02 { background: url(../images/nav_h2-02.jpg) 0 0 no-repeat; }

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	margin-left: 5px;
	width: 200px;
	height: 60px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 60px;
	}
	
#nav .internal li.dummy{
	margin-left: 5px;
	width: 200px;
	height: 120px;
	text-indent: -9999px;
	}	
	
#nav .internal li.dummy2{
	margin-left: 5px;
	width: 200px;
	height: 60px;
	text-indent: -9999px;
	}		
	

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -420px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -480px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -540px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -600px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -660px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -60px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -180px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -300px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -360px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -420px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -480px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -540px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -600px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -200px -660px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin: 0;
	padding: 32px 0 0 0;
	background: url(../images/footer.jpg) 0 0 no-repeat;
	font-size: 85%;
	text-align: center;
	color: #563979;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 1.1;
	}

#footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #cfbee2;
	}

#footer address { margin: 13px 0 8px; color: #4c3667; text-align: right; }
#footer address a { color: #4c3667; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 0px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #563979;
	outline: none;
	}
a:hover { color: #7c59a7; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

#content .main_foot {
	margin: 0 0 0 0px;
	width: 580px;
	}
#content .main_foot p.salon {
	margin: 0px;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/salon.jpg) 30px 0 no-repeat;
	}
#content .main_foot ul {
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
	}
#content .main_foot ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#content .main_foot .image_l {
	margin: 0;
	padding: 0 0 0 5px;
	}
#content .low {
	padding: 0 15px 3px 0;
	text-align: right;
	}
	
#index #content .main_foot p.salon {
	margin: 0 0 0 155px;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/salon.jpg) 50px 0 no-repeat;
	}
#index #content .main_foot ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
	}
.ml15{margin-left:15px;}	

.magazine_bn{
width:170px;
float:left;
padding-left:25px;}

/*---------- 07  Index -----------*/

#index .info {
	padding: 0 20px;
	text-align: right;
	}
#index .information {
	margin: 0 0 0 43px;
	width: 530px;
	height: 120px;
	background: url(../images/information_bg.jpg) 0 0 no-repeat;
	}
#index .information iframe {
	width: 510px;
	height: 85px;
	margin: 25px 10px 10px;
	border: 0;
	}

/*---------- 08  Company -----------*/

#company #content #title01 { background: url(../images/company_h2.jpg) 0 0 no-repeat; }

#company #content table {
	margin: 10px 50px 0 0;
	font-size: 100%;
	}
#company #content table,
#company #content table tr th,
#company #content table tr td {
	border: 1px solid #99a;
	background: #fdfaff;
	}
#company #content table .bg th,
#company #content table .bg td {
	background: #f5eef8;
	}
#company #content table .bg td ul,
#company #content table .bg td ul li {
	margin: 0;
	}

/*---------- 09  History -----------*/

#history #content #title01 { background: url(../images/history_h2.jpg) 0 0 no-repeat; }

/*---------- 10  Low -----------*/

#low #content #title01 { background: url(../images/low_h2.jpg) 0 0 no-repeat; }

#low .low_div {
	margin: 15px 25px;
	margin-right: 45px;
	padding: 20px;
	border: 1px solid #99a;
}

#low .low_dl {
	color: #776688;
}

#low .low_dl dt {
text-decoration: underline;
font-weight: 100;
}

#low #content .low_div h3 {
padding-bottom: 2px;
border-bottom: 1px solid;
color: #7f0830;
font-size: 100%;
text-indent: 0;
height: auto;
}

#low .low_div p {
margin: 5px 5px 10px;
padding: 0;
color: #776688;
}

#low .low_div p dl {
margin: 5px 5px 10px;
padding: 0;
color: #776688;
}
#low .low_div p dl dt,
#low .low_div p dl dd {
margin: 5px 5px 10px;
color: #776688;
}

/*---------- 11  Sitemap -----------*/

#sitemap #sitemap_div {
margin-bottom: 20px;
}
#sitemap #sitemap_div p {
margin: 15px 30px;
margin-left: 50px;
}
#sitemap #sitemap_div h3 {
font-size: 100%;
font-weight: 900;
margin: 25px 30px 5px;
padding-bottom: 2px;
border-bottom: 1px dashed #c6c6d6;
text-indent: 0;
height: auto;
}
#sitemap #sitemap_div h3 a {
text-decoration: none;
}
#sitemap #sitemap_div h3 a:hover {
position: relative;
top: 1px;
left: 1px;
}
#sitemap #sitemap_div .sitelink {
text-align: right;
margin-bottom: 0px;
}
#sitemap #sitemap_div .sitelink a {
}
#sitemap #sitemap_div .sitelink a:hover {
position: relative;
top: 1px;
left: 1px;
}
#sitemap #title01 {
padding: 2px 0;
padding-left: 5px;
border-left: 3px solid #191971;
font-size: 100%;
margin: 10px;
text-indent: 0;
height: auto;
}

/*---------- 12  magazine -----------*/


#magazine_dl {
width: 550px;
margin-left: 20px;
}

#magazine_dl dt,
#magazine_dl dd {
float: left;
margin: 0;
padding: 0;
margin-top: 10px;
padding-top: 35px;
color: #666666;
border-top: 1px dashed #6d6339;
}

#magazine_dl dt {
width: 180px;
color: #7c59a7;
}
#magazine_dl dd.date {
width: 100px;
}
#magazine_dl dd.publish {
width: 162px;
}
#magazine_dl dd.thumb {
width: 81px;
padding-top: 10px;
}
.magazine_title01 { background: url(../images/magazine_h2.jpg) 0 0 no-repeat; }

.back{
margin:0px 50px 0 0;
padding-top:20px;
}
.back2{
margin:0px 50px 0 0;
}

.rollover {
	display: block;
	text-indent:-9999px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top left;
}
.rollover:hover {
	background-repeat: no-repeat;
	background-position: bottom left;
}
