@charset "utf-8";
/* CSS Document */

/*****************************************************/
/*                   Basic setup                     */
/*****************************************************/

:link,:visited {
    text-decoration: none;
}

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
	border-collapse:collapse;
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,b,u,s,i,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: none;
    outline: none;
	color:#333;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

/*********************** font ************************/
body {
	-webkit-text-size-adjust:none;
	font:13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Lucida Grande",Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	*font-size:small;
	*font:x-small;
	color:#333;
}

select,input,button,textarea,button
{font:99% arial,helvetica,clean,sans-serif;}

table
{font-size:inherit;font:100%;}

pre,code,kbd,samp,tt
{font-family:monospace;*font-size:108%;line-height:100%;}


/*****************************************************/
/*                    Page Status                    */
/*****************************************************/
body {
}
#header {
	width:950px;
/*	width:100%;*/
}
#path-navi {
	width:920px;
	margin:10px 15px 0px;
}
#path-navi li {
	padding:0px 6px 0px 10px;
	background-image:url("/images/common/arrow_black.gif");
	background-repeat:no-repeat;
	background-position: 0px 2px;
}
li#pnhome {
	padding:0px 6px 0px 0px;
	background-image:none;
}
#container {
	width:950px;
/*	max-width:1024px;*/
/*	min-width:950px;*/
	margin:0px auto;
}
#lmenu {
        margin-top:10px;
        width:174px;
/*	margin-left:-100%;*/
	margin-left:-950px;
/*	_margin-left:-950px; popo*/
        padding-left:5px;
}
#rmenu {
        width:212px;
	margin:16px 0px 5px -212px;
	_margin:16px 0px 5px -214px;
        padding-right:0px;
}
#content-2 {
	width:704px;
/*	margin:16px 16px 16px 5px;*/
	margin:25px 237px 16px 9px;
}

#content-3 {
	width:514px;
	margin:10px 237px 0px 199px;
/*	margin:10px 16px 16px 0px;*/
/*	margin:0px 0px 0px 185px;*/

	_margin-left:100px; /*popo*/
/*	_margin-left:94px;*/
}
#content-3-inner {
/*	margin:10px 223px 0px 185px;*/
}

#footer1 {
        clear:both;
        width:98%;
        padding:8px;
}
#footer2 {
        clear:both;
        width:98%;
        background-color:#ccc;
        padding:10px;
        margin:5px 0px 5px;
}

/***** add for affiliate reserve 2010.03.10****/

#container-affiliate {
	margin:0 auto;
	width:725px;
}

#content-affiliate {
	margin:10px;
}

/*****************************************************/
/*                changable fontsize                 */
/*****************************************************/
.p-contents{
	margin:8px 0px 16px;
	font-size:100%;
	line-height:130%;
}
.p-contents2{
	margin:10px 0px 16px;
	font-size:100%;
	line-height:130%;
}
.p-contents-intro{
	margin:10px 0px;
	font-size:100%;
	line-height:130%;
}
.p-little {
	font-size:85%;
}
.p-caption{
	font-size:75%;
	line-height:150%;
	text-align:left;
}

/*****************************************************/
/*                  fixed fontsize                   */
/*****************************************************/
.p-contents-fix{
	font-size:13px;
	line-height:17px;
}
.p-contents-fix2{
	margin:0px 0px 25px;
}
.p-little-fix{
	font-size:10px;
}

/*****************************************************/
/*                      common                       */
/*****************************************************/

/************************ h1 *************************/
h1 {
	color:#333;
	font-size:30px;
	font-weight:500;
	line-height:120%;
	letter-spacing:-2px;
}
h1.toplogo {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	line-height:normal;
	letter-spacing:normal;
}
h1.title {
	border-left:solid 5px #cc0000;
	margin:21px 10px;
	padding-left:5px;
}
.h1copy {
	background:url(/images/common/title_boader_black.png) no-repeat 12px 19px;
	color:#333;
	border-left:none;
	border-bottom:none;
	font-size:32px;
	_font-size:13px;
	_font-weight:normal;
	font-weight:500;
	height:auto;
	line-height:66px;
	padding-left:22px;
}

/************************ h2 *************************/
.h2bg-red {
	background-color:#cc0000;
	height:23px;
	padding:7px 8px 4px;
}
/*削除
.h2bg-border {
	border:solid 1px #ccc;
	height:23px;
	padding:7px 8px 4px;
}*/
h2.h2-red {
	height:21px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	padding-left:6px;
	border-left:solid 5px #fff;
	border-bottom:solid 1px #fff;
}

h2.h2-white, #lmenu-div dt {
	height:20px;
	color:#333;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	padding-left:6px;
	border-left:solid 5px #CC0000;
	border-bottom:solid 1px #ccc;
}

h2.rh2 {
	letter-spacing:-1px;
	font-size:13px;
	border-left:none;
	border-bottom:none;
	line-height:normal;
	height:auto;
	padding-left:0px;
}

.title-divl {
	background:url(../images/common/h2copy-bg-left.png) no-repeat;
	height:66px;
	width:6px;
}
.title-divm {
	background:url(../images/common/h2copy-bg-mid.png) repeat-x;
	height:66px;
}
.title-divr {
	background:url(../images/common/h2copy-bg-right.png) no-repeat;
	height:66px;
	width:6px;
}

/************************ h3 *************************/
h3 {
	font-weight:bold;
	font-size:16px;
	line-height:20px;
}

/****************** margin, padding *******************/
.pad5 { padding:5px;}
.pad10 { padding:10px;}
.padt5 { padding-top:5px;}
.padt10 { padding-top:10px;}
.padt20 { padding-top:0px;
		  margin-bottom:16px;
		  text-align:center;}
.padb5 { padding-bottom:5px;}
.padb10 { padding-bottom:10px;}
.padb16 { padding-bottom:16px;}
.padb40 { padding-bottom:40px;}
.padr10 { padding-right:10px;}
.padl15 { padding-left:15px;}
.padtrl10 { padding:8px 10px 0px;}

.mrgt5 { margin-top:5px;}
.mrgt8 { margin-top:8px;}
.mrgt10 { margin-top:10px;}
.mrgt20 { margin-top:20px;}
.mrgt24 { margin-top:24px;}
.mrgt15 { margin-top:15px;}
.mrgl5 { margin-left:5px;}
.mrgl10 { margin-left:10px;}
.mrgl15 { margin-left:15px;}
.mrgl20 { margin-left:20px;}
.mrgl25 { margin-left:25px;}
.mrgr5	{ margin-right:5px;}
.mrgr10	{ margin-right:10px;}
.mrgr20	{ margin-right:20px;}
.mrgb0, #salon-top img.mrgb0 { margin-bottom:0px;}
.mrgb5 { margin-bottom:5px;}
.mrgb8 { margin-bottom:8px;}
.mrgb10 { margin-bottom:10px;}
.mrgb15 { margin-bottom:15px;}
.mrgb25 { margin-bottom:25px;}
.mrgb30 { margin-bottom:30px;}
.mrgb40 { margin-bottom:40px;}

.div-margin-r {margin-right:16px;}
.div-margin-l {margin-left:16px;}
.div-margin-b {margin-bottom:16px;}
.div-margin-t {margin-top:16px;}

.mrgb-large {margin-bottom:32px;}
.mrgb-mid {margin-bottom:24px;}

/******************** font size ***********************/
.font8 {
	font-size:8px;
}
.font12 {
	font-size:12px;
	line-height:15px;
}
.font14 {
	font-size:14px;
}
a.linkred {
	color:#cc0000;
	text-decoration:underline;
}
.long-txt1 { letter-spacing:-1px;}
.long-txt2 { letter-spacing:-2px;}

/****************** font underline ********************/
.linkline {
	text-decoration:underline;
}
.link-contents {
	text-decoration:underline;
	color:#0000CC;
}
.link-contents2 {
	text-decoration:underline;
	color:#cc0000;
}
/********************* font color *********************/
.cizcolor {
	color:#cc0000;
}
.search-cap {
	color:#cc0000;
	font-size:80%;
	margin-top:5px;
}
/********************* font color *********************/
.to-toplink {
	text-align:right;
	margin:5px 0px 35px;
}
.to-toplink a {
	color:#cc0000;
	font-size:10px;
}
.to-toplink a.body {color:#691c1c;}
.to-toplink a.diet {color:#5d2d00;}
.to-toplink a.gold {color:#5d2d00;}

/********************* centering **********************/
.align-center {
	text-align:center;
}


/*********************** float ************************/
.floatl { float:left;}
.floatr { float:right;}
.clear {
	clear:both;
	margin-bottom:0px;
	margin-top:0px;
}

/********************* list style *********************/
.arrowli {
	background:url(../images/common/arrow_red.png) no-repeat 5px 2px;
	display:inline;
	list-style-type:none;
	padding-left:12px;
}
.crossli {
	list-style-image: url(../images/common/cross_red.png);
}
#course-idx ul li {
	background:url(../images/common/arrow_redbox.png) no-repeat;
	border-bottom:1px dotted #ccc;
	font-size:13px;
	line-height:25px;
	height:25px;
	padding-left:12px;
	margin-bottom:5px;
}
#course-idx li a {
	display:block;
}


#course-idx ul li a:hover{
	text-decoration:underline;
	color:#0000FF;}
	
	
	
	
#course-idx ul li.courseidx-li2 {
	background:url(../images/common/arrow_red.gif) no-repeat 0 3px;
	font-size:13px;
	line-height:13px;
	margin-bottom:5px;
	height:auto;
	border-bottom:none;
}

/*********************** border ***********************/
.outline1 {
	border:solid 1px #E8BB8B;
}
.outline1-mid {
	border-top:solid 1px #E8BB8B;
	border-right:solid 1px #E8BB8B;
	border-bottom:solid 1px #E8BB8B;
}
.outline2, #rmenu img.outline2,
#salon-top .outline2 {
	border:solid 1px #CCC;
}
.outline3 {
	border-top:solid 1px #ccc;
}
/*.noborder*/


/*	font-size	*/
.fsz10 {font-size:77%;}
.fsz11 {font-size:85%;}
.fsz12 {font-size:93%;}
.fsz13 {font-size:100%;}
.fsz14 {font-size:108%;}
.fsz15 {font-size:116%;}
.fsz16 {font-size:123.1%;}
.fsz17 {font-size:131%;}
.fsz18 {font-size:138.5%;}
.fsz19 {font-size:146.5%;}
.fsz20 {font-size:153.9%;}
.fsz21 {font-size:161.6%;}
.fsz22 {font-size:167%;}
.fsz23 {font-size:174%;}
.fsz24 {font-size:182%;}
.fsz25 {font-size:189%;}
.fsz26 {font-size:197%;}



#column3-id-backkyo {
background:url("/images/course/facial/backkyo/backkyo_head-002.jpg") no-repeat ;
height:371px;
background-position:0 88px;
padding:10px;}

 .course-info-table {
    width: 100%;
}
 .course-info-td1 {
    background-color: #E6E6E6;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 8px 0;
    text-align: center;
    width: 25%;
}
.course-info-td1-top {
    border-top: 1px solid #333333;
}
.course-info-td2 {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 5px 0 5px 5px;
    width: 75%;
}
.course-info-td2-top {
    border-top: 1px solid #333333;
 .course-info-td1 {
    background-color: #E6E6E6;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 8px 0;
    text-align: center;
    width: 25%;}
	
	
	
	
 

