@charset "utf-8";

/* CSS Document */

/*
*{
	border:1px #F00 solid;
}
*/

/*
 * Short Cut
 *
 * Ctrl + F + No + @
 *
 * 1@ BASIC STYLE
 * 2@ FRAME
 * 3@ NAVIGATION
 *
 *
 *
*/ 


/*
 * 1@ BASIC STYLE
 *
*/

a:link {
	color:#E1017B;
}

a:visited {
	color:#E1017B;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
p {
	font-size:10px;
	color:#666;
}
h1 {
	color:#000;
	font-size:8.5pt;
	font-weight:normal;
	margin:2px 0 0 150px;
	position:absolute;
	z-index:1;
	height:8.5px;
}
.stf_q{
	font-size:10px;
	color:#360;
}
.stf_a{
	font-size:12px;
	color:#036;
}
.stf_a_lady{
	font-size:12px;
	color:#F36;
}
.qa_q{
	font-size:14px;
	color:#91AED8;
}
.qa_a{
	font-size:12px;
	color:#666;
}

/*
 * 2@ FRAME STYLE
 *
*/

body {
	background:none repeat scroll 0 0 #fff;
	margin:0;
	text-align:center;
}
#container {
	width:800px;
	margin:0 auto;
	text-align:left;
	border:1px #CCC solid;
}
#header {
	width:347px;
	height:auto;
}
#sidebar {
	width:205px;
	float:left;
}
#main{
	font-size:12px;
	color:#333;
	width:562px;
	margin-left:0px;
	float:left;
}

#floating_box{
	width:150px;
	height:200px;
	float:right;position: absolute; 
	top: 50px; 
	left: 800px; 
	z-index: 2; 
	background: none repeat scroll 0% 0% rgb(0, 0, 0); 
	margin-left: 15px;
}
#footer{
	width:800px;
	height:207px;
	background-image:url(/img/footer_bg.jpg);
	clear:both;
	float:none;
	color:#FFF;
	font-size:10px;
}


#header_top{
	width:800px;
	height:32px;
	background-image:url(/img/top_header2.jpg);
	font-size:12px;
}
#header_space{
	width:788px;
	height:18px;
	padding-left:12px;
	font-size:12px;
}

/*
 * 3@ NAVIGATION
 *
*/

#navi{
	width:205px;
	height:auto;
	border:none;
	padding:0px;
	margin:0px;
}
#navi ul{
	width:205px;
	height:328px;
	border:none;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#navi li{
	width:205px;
	height:41px;
	clear:left;
	list-style-type:none;
}
#navi li a{
	display:block;
}
#navi li a:hover{
	display:block;
	background-color:#000;
}

#navi img {
	border:none;
	float:left;
	vertical-align:top;
}
