@charset "utf-8";

/*--------------------------------------
	Noevir BEAUTY PLANNER WEB SITE
	2009.3.10 y
--------------------------------------*/

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td {
	margin:0;
	padding:0;
	font-size:medium;
	line-height:1;
	}
address,strong,th {font-style: normal;}
hr {display: none;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img {border: 0;vertical-align:bottom;}
ul li{list-style-type:none;margin: 0;padding:0;}

/* ClearFix */
.clf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0.1em;line-height:0;}
.clf{display:inline-block;zoom:1;}
* html .clf{height:1%;}
.clf{display:block;}

/* dangumi */
.bk{overflow:hidden;}
.left{float:left;display:inline;}
.right{float:right;display:inline;}
.ct{text-align:center;}
.lf{text-align:left;}
.rt{text-align:right;}

/* kome text */
.note {padding-left:1em;text-indent:-1em;}

/* rollover */
a:hover img.over{opacity:0.8;filter:alpha(opacity=80);}

/* print */
div.print{display:none;}
	
/* common */
html{height:100%;}
body{
	background:#fff url(images/back.gif) repeat-y center;
	text-align:center;
	color:#666;
	height:100%;
	}
a:link{color:#5aa2ee;text-decoration:underline;}
a:visited{color:#336fad;text-decoration:underline;}
a:hover,a:visited:hover{color:#a775d6;text-decoration:underline;}
a:active{color:#a775d6;text-decoration:underline;}

a.none:link{color:#5aa2ee;text-decoration:none;}
a.none:visited{color:#5aa2ee;text-decoration:none;}
a.none:hover,a:visited:hover{color:#a775d6;text-decoration:underline;}
a.none:active{color:#a775d6;text-decoration:underline;}

p.txt{
	font-size:90%;
	line-height:1.5;
	}

/* layout */
div#main{
	background:#fff;
	width:750px;
	border-top:#bad3ee 7px solid;
	border-left:#bad3ee 1px solid;
	border-right:#bad3ee 1px solid;
	margin:0 auto;
    position:relative;
    min-height: 100%;
	}
* html div#main{
    height:100%;
}
body > #main {
        height: auto;
}
div#header{
	width:750px;
	height:65px;
	text-align:left;
	}
div#header h1{
	margin:0 17px 0 10px;
	display:inline;
	}
div#header h1 span{
	display:none;
	}
ul#navi{
	width:750px;
	height:49px;
	border-top:#f1f5f7 5px solid;
	border-bottom:#f1f5f7 5px solid;
	}
ul#navi li{
	display:inline;
	}
div#footer{
	width:710px;
	margin:5px auto 0;
	border-top:#ccc 1px solid;
	padding:5px 0 20px ;
	}
ul#siteNote{
	text-align:center;
	}
ul#siteNote li{
	font-size:70%;
	display:inline;
	line-height:1.5;
	}
ul#siteNote li a:link{color:#666;text-decoration:none;}
ul#siteNote li a:visited{color:#666;text-decoration:none;}
ul#siteNote li a:hover,
ul#siteNote li a:visited:hover{color:#5aa2ee;text-decoration:underline;}
ul#siteNote li a:active{color:#5aa2ee;text-decoration:underline;}
address{
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	}
/*shop page*/
div#btnShop{
	text-align:center;
	margin:30px auto 10px;
	}

/*pagetop*/
div.pagetop{
	width:680px;
	margin:30px auto 0px;
	padding-bottom:30px;
	text-align:right;
	font-size:75%;
	line-height:1.5;
	}

/*top page*/

div#TopimageFlash{
	width:750px;
	height:342px;
	border-bottom:#f1f5f7 5px solid;
	}
div#TopimageFlash_content{}
div.flash{}
div#intro{
	background:url(images/topintro_back2.jpg) no-repeat 430px 15px;
	width:700px;
	margin:15px auto 0;
	}
div#intro p{
	margin:10px 30px 0;
	text-align:left;
	line-height:1.8;
	}
div#intro p.nextButton{
	width:650px;
	margin:20px auto 0;
	text-align:right;
	}

/*Tooltip*/

.tooltip {position: relative;}
.tooltip .tooltipBody {
	border: solid 1px #63C7C9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 1em;
	top: -12em;
	text-decoration: none;
	visibility: hidden;
	padding: 5px 8px;
	width: 200px;
	zoom: 1;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	font-size:12px;
}

.tooltip:hover ,
.tooltip:hover .tooltipBody {
	background-color:#FAFFE8;
	visibility: visible;
	z-index: 10;
	opacity: 1;
	color:#666;
}

.tooltip .tooltipBody .tooltipAngle {
	border-right: solid 10px transparent;
	border-left-width: 0;
	border-top: solid 10px #63C7C9;
	line-height: 0;
	position: absolute;
	left: 1em;
	bottom: -10px;
}

.tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {
	border-right: solid 5px transparent;
	border-left-width: 0;
	border-top: solid 5px white;
	line-height: 0;
	position: absolute;
	left: 2px;
	bottom: 5px;
}

/*
-------------------------------------------------------------
	not supported tanseparent for border by IE6.
-------------------------------------------------------------
*/
* html .tooltip .tooltipBody .tooltipAngle {
	border-right-color: white;
	bottom: -10px;
}

* html .tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {
	border-right-color: #63C7C9;
}
	
