/* CSS Document */

#pagetitle{
	display:block;
	width:189px;
	height:140px;
	background-image: url(../img/page_title.jpg);
	background-position: left top;
	margin-bottom:29px;
	text-indent:-9999px;
	overflow:hidden;
}

.read_title1{
	background-image: url(../img/title_h2.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 336px;
	margin:17px 0px 0px 0px;
}

.box{
	display:block;
	width:706px;
	margin:10px 0px;
	text-align:left;
}

.box h3{
	display:block;
	width:706px;
	padding:5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ab2150;
	margin:10px 0px;
	font-weight:normal;
	font-size:120%;
}

.box p{
	padding:10px 0px;
}


.box{
	display:block;
	width:686px;
	margin:0px auto 10px auto;
	text-align:left;
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom:30px;
	float:left;
}

.box .idx{
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px 10px;
	width: 660px;
	margin:10px auto 0px auto;
	font-weight:normal;
}


.leftbox .idx,.rightbox .idx{
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 290px;
	margin:10px auto 10px auto;
}

.leftbox{
	float:left;
	display:block;
	width: 310px;
	margin:0px 0px 0px 20px;
}

.rightbox{
	float:right;
	display:block;
	width: 310px;
	margin:0px 20px 0px 0px;
}

.rightbox h3,.leftbox h3{
	padding:10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3c9b6;
	font-size:115%;
	font-weight:normal;
}

.rightbox p,.leftbox p{
	/*padding:10px 20px;
	float:left;
	width:300px;*/
	margin-bottom:8px;
}

.box ul{
	/*display:list-item;
	margin-left:40px;*/
	margin-bottom:40px !important;
	padding:0px;
	margin-top:10px !important;
}

.box ul li{
	margin-left:40px;
	clear:both;
	float:none;
	display:list-item;
	list-style:disc;
}

.box a:hover{
	text-decoration:underline;
	}
