@charset "utf-8";
html{
	overflow-y:auto; 
	
}


/*#contentsArea
----------------------------*/
#contentsArea{
	width:646px;
	height:206px;
	margin-left:0;
	position: relative;
	overflow:hidden;
}

#contentsArea img{}

#contentsArea h2{
	height:auto;
	font-weight:normal;
	font-size:100%;
	line-height:1.2em;
	color:#666666;
	margin-bottom:5px;
}

#contentsArea ul li{ font-size:93%;}

#contentsArea p{
	margin-bottom:5px;
	text-align:left;
	font-size:77%;
}

/*contentsBlock
----------------------------*/
body {font:13px/1.5 arial, helvetica, clean, sans-serif; *font-size:small; *font:x-small; overflow:hidden;}

#contentsArea .contentsBlock{ margin-left:10px;}

#contentsArea .contentsBlock div.leftBlock div{
	width:312px; height:206px;
}

#contentsArea .rightBlock{ float:right; width:308px;}
#contentsArea .leftBlock{margin-right:308px; height:206px;}
#contentsArea ul li{ list-style:none;}

.showArea div{ height:206px;}
/*Capter
----------------------------*/
#Capter{
	position:absolute;
	width:280px; height:90px;
	right:27px; bottom:0;
}

*html body #Capter{
	right:27px; bottom:0;
}

#Capter ul.tabNav li,
#Capter ul.tabNav li a{
	display: block;
	width:67px; height:44px;
	overflow:hidden;
	text-indent:-9999px;
}

#Capter ul.tabNav li .active,
#Capter ul.tabNav li a:hover{ background: url(../img/chaper_over.gif) no-repeat;}

#Capter ul.tabNav li{
	float:left;
	margin-right:2px;
	margin-bottom:2px;
}

#Capter ul.tabNav li.lower{ margin-bottom:0;}

#tab1{ display:block;}

