/* CSS Document */
body{
background-color:#FF9900;
color:#333333;
margin:0;
}

table{
border:0;
text-align:left;
}

.font_newtitle{
font-size:20px;
color:#ff3300;
font-weight:bold;
margin-top:10px;
margin-bottom:0px;
line-height:18px;
}

.font_newtitlesab{
font-size:13px;
color:#666666;
font-weight:bold;
margin-top:5px;
margin-bottom:0px;
}

.flame_okuduke{
text-align:left;
margin-top:20px;
}


dl{
width:auto;
height:auto;
font-size:12px;
margin-bottom:5px;
}

dt{
color:#FF0000;
margin-bottom:2px;
}

dd{
color:#000000;
margin:0px;
padding-left:10px;
line-height:15px;
}

a:link   { color:#000088;  text-decoration:none; }
a:visited{ color:#009999;  text-decoration:none; }
a:hover  { color:#00ffff; text-decoration:underline; }

/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}

/*  index */
#newBook h2{
	background-image:url(../img/index/newbook.png);
	width:530px;
	height:80px;
	background-position:center top;
	margin-left:10px;
	text-indent:-9999px;
	margin-bottom:-15px;
}

.book{
	padding:10px 20px;
}

.book dl{
	margin:auto;
}

.book dt{
	font-weight:bold;
	color:#f48b00;
}

.book dd{
	line-height:18px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}

.bookleft{
	float:left;
	width:250px;
	margin-right:10px;
}

.booklright{
	float:left;
	width:250px;
}

.book h3{
	margin-bottom:0px;
	background-image:url(../img/index/Book-2.png);
	height:30px;
	border-bottom:1px #CCCCCC dotted;
	background-repeat:no-repeat;
	padding-left:55px;
	padding-top:10px;
	color:#f48b00;
	margin-bottom:10px;
}

.marginright10px{
	margin-right:10px;
}

.textcenter{
	text-align:center;
}

.smText{
	font-size:12px;
}

#blogLink{
	margin-top:20px;
	text-align:center;
	margin-bottom:20px;
}
