@charset "UTF-8";
@import url("contents.css");

/* ---------- reset -------------- */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,
blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,
th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}
/* ---------- reset -------------- */

body,html {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #400000;
	font-size: 14px;
	line-height:150%;
	font-family: "hirakakupro-w3", "ms pgothic", sans-serif, Osaka;
	color:#330000;
	}

a {
	color: #FF3366;
	text-decoration: none;
}
a:visited {
	color:#330000;
	text-decoration: none;
}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}
a:active {
	color:#FF6699;
	text-decoration: none;
}

	#wrap {
		width:900px;
		margin:0 auto;
		background:#fff;
	}
	#header {
	height: 33px;
	}
	h1 {
	    margin:0;
    }
	#main {
		float:left;
		width:570px;
		background:#fff;
	}
	h2 {
		margin:0 0 1em;
	}
	#sidebar {
		margin:0;
		padding:0;
		float:right;
		width:330px;
		background:#fff;
	}

img {vertical-align: bottom;
}

/* ----------banner for logo-------------- */
#nav {
	padding:0;	
	background:#fff;
	}
#banner_l {
float: left;
	width: 285px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
#banner_r {
	margin-left: 610px;
	padding: 0px;
	margin: 0px;
	height: 100px;
	text-align: center;
}

#banner_r ul {
		margin:0;
		padding:30px 0 0 0;
		list-style:none;
	}
#banner_r li {
		display:inline;
		margin:0;
		padding:0 10px;
	}

/* -----------header link--------------------------- */
#nav {
	font-size: 13px;
}
#nav a:link {
	color: #330000;
	text-decoration: none;
}
#nav a:visited {
	color:#330000;
	text-decoration: none;
}
#nav a:hover {
	color: #FF3366;
	text-decoration: none;
}
#nav a:active {
	color:#FF6699;
	text-decoration: none;
}


/* ----------------- right (side) content--------------------- */
#content_right {
	background-color: #FFddd9;
	padding-left: 5px;
	margin: 10px 0px 10px 700px;
	text-align: center;
}
div#content_right { 
min-height:200px;
}

p{
padding: 5px 10px;
margin:0px;
}

FORM{
	margin-left: 7px;
	font-size:10px;
	text-align: left;
}

.pink{
	color: #C36;
}

.orange{
	color: #FF8C00;
}
.red{
	color: #FF6347;
}

/* ----------------- left (main) Q and A content--------------------- */

h3 {
	font-size:14px;
	font-weight: bold;
	margin:0 20px 0 20px;
	padding:3px 10px 3px 10px;
	line-height:150%;
	background-color: #Fee9d1;
}


.answer {
	font-size:14px;
	font-weight: normal;
	margin:0 20px 20px 35px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height:150%;
}



/* --------------left content ------------- */
#content_left {
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p#content_left {
padding: 5px 15px;
margin:0px;
}


/* ----------------- index right (side) content--------------------- */
#content_i_right {
	background-color: #FFF;
	padding: 0px;
	margin: 0px 0px 0px 570px;
}

img#content_i_right {vertical-align: bottom;
}

#new_info{
width:550px;
	height:150px;
	padding: 0px;
	margin: 0px;
overflow:auto;
/* 	overflow-x:hidden; */
}

/* --------------index left (main) content ------------- */
#content_i_left {
	float: left;
	width: 570px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size:20px;
	font-weight: normal;
	margin:10px 0px 5px 0px;
	background-image: url(images/h_bg.jpg);
	background-repeat: repeat-y;
	padding: 5px 0px;
	padding-left: 10px;
	line-height:150%;
	font-family: Geneva, Arial, Helvetica, sans-serif, "hirakakupro-w3", "ms pgothic";
}

h2 {
	font-size:20px;
	font-weight: normal;
	margin:0px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height:150%;
}

 strong {
  font-size:13px; 
  font-style: normal; 
  font-weight: normal; 
  color: #330000;
}
/* -----------footer link--------------------------- */

#footer {
	clear: both;
	padding:30px 0 0 0;
	margin: 0px;
	font-size: 11px;
	text-align: center;
	background:#fff;
}
#footer p {
		margin:0;
    }
 
#footer a:link {
	color: #FF3399;
	text-decoration: none;
	}
#footer a:visited {
	color: #FF3399;
	text-decoration: none;
	}
#footer a:hover {
	color: #FF3399;
	text-decoration: underline;
	}
#footer a:active {
	color:#FF3399;
	text-decoration: none;
	}
#footer img{
	vertical-align: text-bottom;
	padding:0px;
	margin:0px;
}
/* -----------side menu --------------------------- */

ul#menu{
    list-style:none;
    width:330px;
    padding:0px;
    margin:0px;
}
ul#menu li{
    list-style:none;
    float:left;
	line-height:0;
}
ul#menu a{
    display:block;
    text-decoration: none; 
	font-size: 0px;
}
ul#menu a:hover {
	background-position:-330px 0px;
	text-align: right;
}
a.finemake{
    display:block;
    width:330px;
    height:160px;
    background: url("images/side_finemake2.jpg") 0 0 no-repeat;
    text-decoration: none; 
}

a.betty{
    display:block;
    width:330px;
    height:85px;
    background: url("images/side_betty2.jpg") 0 0 no-repeat;
    text-decoration: none; 
}

a.barbie{
    display:block;
    width:330px;
    height:85px;
    background: url("images/side_barbie2.jpg") 0 0 no-repeat;
    text-decoration: none; 
}

a.styling{
    display:block;
    width:330px;
    height:85px;
    background: url("images/side_styling2.jpg") 0 0 no-repeat;
    text-decoration: none; 
}

a.face{
    display:block;
    width:330px;
    height:85px;
    background: url("images/side_face2.jpg") 0 0 no-repeat;
    text-decoration: none; 
}

a.nudy{
    display:block;
    width:330px;
    height:85px;
    background: url("images/side_nudy2.jpg") 0 0 no-repeat;
    text-decoration: none; 
}
