@charset "UTF-8";

*	{
	margin: 0;
	padding: 0;
}

h1	{
	font-size: 18px;
}
h2	{
	font-size: 16px;
	margin-bottom: 10px;
}
h3	{
	font-size: 14px;
}
h4	{
	font-size: 12px;
}
p	{
	font-size: 12px;
	margin-bottom: 0.85em;
	line-height: 135%;
}
ul	{
	font-size: 12px;
}

hr	{
	margin: 15px 0;
	height: 1px;
}
	hr.hidden	{
		clear: both;
		margin: 3px 0;
		background-color: #fff;
		height: 1px;
		color: #fff;
		border: solid 1px #fff;
	}

a:link	{
	}

a:hover	{
	color: #CC0000;
	text-decoration: none;
	position: relative; 
	top: 1px; 
	left: 1px;
}
a img	{
	border: 0;
}

.fl	{
	float: left;
	margin-right:6px;
}
.fr	{
	float: right;
	margin-left:6px;
}

.red	{
	color: #CC0000;
}
.big	{
	font-size: 115%;
}
img.logo_m	{
	vertical-align: middle;
	margin: 0 2px;
}

/*#################### common ####################*/
body	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	background: url(common/back.gif) #272D3F;
	color: #333;
	}

#container	{
	width: 800px;
	height: auto;
	overflow: visible;
	text-align: center;
	margin: 0 auto;
	padding: 8px 0;
	background-color: #ffffff;
	overflow: hidden;
}


/*---###### left side ######---*/
#left_side	{
	width: 190px;
	float: left;
	height: auto;
	overflow: visible;
	text-align: left;
	font-size: 12px;
	padding: 0 10px;
}
	#left_side div.inner	{
		padding: 0 5px;
	}

	#left_side div.banner	{
		margin-bottom: 6px;
		margin-left: 4px;
	}

/*-- for menu --*/
#left_menu	{
	background: url(common/menu_back2.gif) repeat-y;
	margin-bottom: 13px;
}
		#left_menu h3	{
			display: block;
			width: 165px;
			font-size: 12px;
			color: #333;
			font-weight: normal;
			background: url(common/menu_list.gif) no-repeat #ffffff 4px 11px;
			border-bottom: solid 1px #efefef;
			padding: 5px 2px 5px 13px;
		}		
			#left_menu h3 a	{
				color: #333;
				text-decoration: none;
			}		
			#left_menu h3 a:hover	{
				color: #666;
				text-decoration: underline;
			}		

		#left_menu li	{
			font-size: 12px;
			display: block;
			width: 165px;
			list-style-type: none;
			color: #666;
			background: url(common/menu_list2.gif) no-repeat #f9fafc 4px 9px;
			border-bottom: solid 1px #efefef;
			padding: 4px 2px 4px 13px;
		}
			#left_menu li a	{
				color: #666;
				text-decoration: none;
			}		
			#left_menu li a:hover	{
				color: #999;
				text-decoration: underline;
			}		


/*---###### header ######---*/
#header	{
	width: 776px;
	height: 65px;
	text-align: left;
	background: url(common/header.jpg) no-repeat;
	padding: 15px 0 0 24px;
	margin-bottom: 15px;
}


/*---###### footer ######---*/
#footer	{
	clear: both;
	width: 800px;
	font-size: 12px;
	text-align: center;
	padding-top: 19px;
	border-top: dotted 1px #ccc;
}
#footer_copy	{
	margin-bottom: 6px;
}
	#footer p	{
		font-size: 12px;
	}

/*---###### contents ######---*/

#contents	{
	float: right;
	text-align: left;
	padding-right: 12px;
	width: 575px;
	letter-spacing: 1px;
	overflow: hidden;
}

	#contents h2, #contents h3	{
		margin-bottom: 8px;
	}
	#contents h4	{
		margin-bottom: 5px;
	}


#bd_list	{
	text-align: left;
	font-size: 12px;
	width: 550px;
	margin: 0 0 6px 0;
	padding: 3px 5px;
	background-color: #efefef;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
	#fontsize	{
		text-align: right;
		width: 550px;
		font-size: 12px;
		padding: 0 5px;
		margin: 0 0 15px 0;
	}

.text_area {
	width: 540px;
	padding-left: 6px;
}

#entry	{
	clear: left;
}
	#entry h2 {
		border-left: solid 3px #999999;
		padding: 0 0 8px 7px;
		margin: 13px 0 20px 0;
		color: #333333;
	}
	#entry h3 {
		background: url(../common/h3b4e.gif) no-repeat left;
		padding: 6px 0 3px 19px;
		border-bottom: dotted 1px #CCCCCC;
		margin-top: 24px;
		color: #336633;
	}
	#entry ul	{
		width: 460px;
		padding: 0 0 1em 20px;
	}
	#entry ol	 {
		width: 460px;
		padding: 0 0 1em 30px;
	}
		#entry li {
			margin-bottom: 3px;
			line-height: 135%;
		}
.cat_hl p	{
	margin-left: 20px;
	margin-top: 3px;
}
	p.ent_date	{
		font-size: 10px;
		color: #999;
	}

#acv_list	{
	border: dotted 1px #cccccc;
	padding: 6px;
	margin: 15px 0;
}
	#acv_list h3	{
		margin-top: 15px;
	}


.beige_box	{
	background: url(website/common/beige_box2.gif) repeat-y;
	margin: 6px 0;
}
	.beige_box div.inner	{
		padding: 0 15px;
	}
	.beige_box ul	{
		margin-bottom: 6px;
		font-size: 14px;
	}
		.beige_box li	{
			list-style-type: none;
			height: 18px;
			line-height: 18px;
			background: url(common/su_check.gif) no-repeat left 50%;
			padding-left: 24px;
			margin-bottom: 0.6em;
		}
.gray_box	{
	background-color: #efefef;
	border: solid 1px #cccccc;
	padding: 6px;
}
	.gray_box p	{
		width: 510px;
	}


table.price	{
	font-size: 12px;
	width: 100%;
	margin-bottom: 15px;
	border: solid 1px #ccc;
	text-align: center;
}
	table.price th	{
		border: solid 1px #ccc;
		font-weight: normal;
		color: #fff;
		background-color: #999;
		padding: 5px 3px;
	}
	table.price td	{
		border: solid 1px #ccc;
		padding: 5px 3px;
	}

.banner_ta	{
	margin-bottom: 3px;
}


/*------------------------ for inquiry -------------------------*/
#attention	{
	margin: 35px 0 26px 0;
}
	#attention h3	{
		height: 20px;
		width: 575px;
		text-indent: -9999px;
		background: url(../website/common/attention.gif) no-repeat;
		margin-bottom: 6px;
	}
	#attention ul	{
		font-size: 12px;
		border-bottom: dotted 1px #ccc;
		padding: 3px 6px 10px 15px;
		margin-bottom: 6px;
	}
		#attention li	{
			list-style-type: none;
			background: url(../common/list.gif) no-repeat left 3px;
			padding-left: 10px;
			margin-bottom: 6px;
		}

#inquiry	{
	text-align: center;
	padding: 15px 0 24px 0
}

/*--- inquiry ---*/
table.form_mail	{
	font-size: 12px;
}
	table.form_mail th	{
		font-weight: normal;
		text-align: center;
		padding: 3px;
	}
	table.form_mail td	{
		padding: 2px 3px;
	}

/*------------------------ /for inquiry -------------------------*/


/*---------------- flow ----------------*/
h4.flow	{
	color: #999;
	border-bottom: dotted 1px #CCC;
	padding-bottom: 2px;
}
.fl_no	{
	width: 488px;
	float: right;
}
/*---------------- /flow ----------------*/


/*---------------- faq ----------------*/
#faq h4	{
	background: url(faq/images/q.gif) no-repeat left top;
	padding: 2px 2px 2px 20px;
	margin: 15px 0 5px 0;
}
	#faq p	{
		background: url(faq/images/a.gif) no-repeat left top;
		padding: 2px 2px 2px 20px;
	}
/*---------------- /faq ----------------*/


/*---------------- results ----------------*/
.results	{
	width: 150px;
	height: 172px;
	float: left;
	margin: 0 8px 8px 0;
	padding: 2px 8px;
	text-align: center;
	overflow: hidden;
}
	.results p	{
		font-size: 12px;
		margin-bottom: 3px;
	}

/*---------------- /results ----------------*/


/*---------------- law ----------------*/
table.law	{
	font-size: 12px;
	width: 91%;
	margin-bottom: 24px;
}
	table.law th	{
		font-weight: normal;
		color: #666;
		padding: 10px;
		border-bottom: dotted 1px #ccc;
		border-top: solid 1px #fff;
	}
	table.law td	{
		padding: 10px 4px 10px 0;
		border-bottom: dotted 1px #ccc;
		border-top: solid 1px #fff;
	}

/*---------------- /law ----------------*/

/*---------------- inquiry ----------------*/
table.mailform	{
	font-size: 12px;
}
	table.mailform th	{
		font-weight: normal;
		border-left: solid 3px #ccc;
		border-bottom: dotted 1px #ccc;
		padding: 2px 6px;
		width: 134px;
	}
	table.mailform td	{
		padding: 2px 3px;
		border-bottom: dotted 1px #ccc;
		width: 325px;
	}

/*---------------- /inquiry ----------------*/

/*---------------- index ----------------*/
#top_image	{
	width: 575px;
	height: 190px;
	background: url(images/top_image.jpg) no-repeat;
	margin-bottom: 15px;
}
	#top_image div.inner	{
		padding: 10px 15px;
	}

#stepup	{
	height: 223px;
	width: 575px;
	background: url(images/stepup_back.gif) no-repeat;
	margin-bottom: 15px;
}
	#stepup h3	{
		height: 28px;
		text-indent: -9999px;
	}
	#stepup div.inner	{
		padding: 0 6px 10px 37px;
	}
	#stepup p#head	{
		height: 18px;
		line-height: 18px;
		background: url(common/su_check.gif) no-repeat;
		padding-left: 22px;
	}
	#stepup h4	{
		background: url(images/su_eye.gif) no-repeat left 2px;
		padding-left: 37px;
		margin-bottom: 8px;
	}

#banner	{
	margin-bottom: 15px;
}

#new	{
	margin-bottom: 19px;
}
	#new h3	{
		height: 20px;
		width: 575px;
		text-indent: -9999px;
		background: url(images/new_h.gif) no-repeat;
		margin-bottom: 6px;
	}
#new div.inner	{
	width: 546px;
	padding: 0 6px;
	margin: auto;
	border-bottom: dotted 1px #ccc;
}
	#new ul	{
		font-size: 12px;
		padding: 3px 8px 6px 126px;
		margin-bottom: 6px;
	}
		#new li	{
			list-style-type: none;
			background: url(common/list.gif) no-repeat left 3px;
			padding-left: 10px;
		}
		#new ul#recent_entries	{
			background: url(images/recent_entries.gif) no-repeat 3px 6px;
		}
		#new ul#infomation	{
			background: url(images/infomation.gif) no-repeat 3px 6px;
		}

#service	{
	margin-bottom: 15px;
	background: url(images/message_back.jpg) no-repeat;
}
	#service h3	{
		height: 20px;
		width: 575px;
		text-indent: -9999px;
		margin-bottom: 6px;
	}
#service div.inner	{
	width: 546px;
	height: 248px;
	padding: 12px 6px 0 6px;
	margin: auto;
}
	#service div.inner p	{
		width: 505px;
		padding: 0 6px;
		margin-left: 10px;
	}

#visit	{
	margin-bottom: 15px;
}
	#visit h3	{
		height: 20px;
		width: 575px;
		text-indent: -9999px;
		background: url(images/visit.gif) no-repeat;
		margin-bottom: 6px;
	}
#visit div.inner	{
	width: 546px;
	padding: 0 6px;
	margin: auto;
	border-bottom: dotted 1px #ccc;
}
	#visit div.inner p	{
		width: 510px;
		padding: 2px 6px;
	}

.side_message	{
	border: solid 1px #ccc;
	margin-bottom: 15px;
}
	.side_message p	{
		font-size: 10px;
		color: #666;;
	}
	
	#visit_side	{
		background-color: #FEFBF7;
	}
		#visit_side h3	{
			height: 20px;
			width: 190px;
			text-indent: -9999px;
			background: url(images/visit_side.gif) no-repeat;
			margin-bottom: 6px;
		}
		#visit_side div.inner	{
			padding: 2px 8px;
		}

#recent_results	{
	width: 190px;
	height: 153px;
	padding: 37px 0 0 0;
	background: url(images/recent_results.gif) no-repeat;
	margin-bottom: 13px;
}
	#recent_results div.inner	{
		width: 182px;
		height: 135px;
	}
	#recent_results img	{
		margin-bottom: 3px;
	}
	#recent_results p	{
		font-size: 10px;
		margin: 0;
	}

/*---- slide item ----*/
#newBook	{
	position: relative;
	margin: 0;
}
/* mask block */
.item	{
	width: 130px;
	height: 125px;
	position: absolute;
	left: 28px;
	top: 0;
	overflow: hidden;
	padding: 10px 0;
}
/* slide botton */
.leftBtn, .rightBtn	{
	width: 20px;
	position: absolute;
	top: 50px;
	text-align: left;
}
.leftBtn	{
	left: 8px;
	text-align: left;
}
.rightBtn	{
	left: 163px;
	text-align: right;
}
.bottomMore	{
	position: absolute;
	top: 130px;
	left: 33px;
	text-align: center;
}

/* item */
.item ul	{
	width: 780px;
	position: absolute;
	left: 0;
	top: 0;
}
	.item li	{
		list-style-type: none;
		width: 125px;
		height: 125px;
		padding-left: 5px;
		float: left;
	}

/*---------------- /index ----------------*/


