@charset "utf-8";
@import url("common.css");

/*-- leftcol -----------------------------------------------------*/

.left_banner {
	width		: 205px;
	height		: auto;
	margin-bottom	: 10px;
	clear:left;
}

/*-- maincol -----------------------------------------------------*/

.content_box {
	width		: 635px;
	height		: auto;
	margin-right	: 13px;
	margin-bottom:30px;
}

.content_top {
	width		: 635px;
	height		: 7px;
}

.content_middle {
	width		: 635px;
	height		: auto;
	background	: url(../img/content_middle.gif) repeat-y;
	text-align	: left;
	padding		: 10px 0 0 25px;
	letter-spacing	: normal;
	line-height	: 200%;
	height		: 1%;
}

.content_middle:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.content_bottom {
	width		: 635px;
	height		: 7px;
}

/*-- Entry message ------------------------------------------------*/

.w575 {
	width		: 575px;
	margin-bottom	: 20px;
	float		: left;
}

.dictionary_index{
	width:170px;
	}
	
.dictionary_index_inner{
	padding:10px;
	background-image:url(../img/dictionary/inner_back.jpg);
	background-repeat:no-repeat;
	height:1%;
	}
.dictionary_index_inner:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.dictionary_index_inner p{
	width:30px;
	float:left;
	height:19px;
	line-height:20px;
	margin:0;
	padding:0;
	}	
	
ul#infoBox{
	width		: 205px;
	text-align	: left;
	list-style-type:none;
	margin:5px 0;
}

ul#infoBox li{
	width		: 205px;
	margin-bottom: 5px;
	clear		: both;
}

.info_up {
	width		: 205px;
	float		: left;
	text-align:left;
	background	: url(../img/left_infobg_top.gif) no-repeat;
}

.info_title {
	width		: 190px;
	font-size	: 12px;
	font-weight	: normal;	
	line-height	: 1.2;
	background	: url(../img/left_line01.gif) no-repeat;
	background-position	 :bottom left;
	padding-bottom		: 6px;
	margin		: 8px 5px 0 7px;
}

.info_middle {
	background	: url(../img/left_bg02.gif) repeat-y;
	text-align	: center;
	padding:10px;
}


.info_middle:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.info_middle p{
	color:#333333;
}
.info_middle p a,
.info_middle p a:active,
.info_middle p a:visited{
	color:#0000FF;
	display:block;
	width:30px;
	}
.info_middle p a:hover{
	color:#FF3300;
	}	

.info_down {
	width		: 205px;
	height:22px;
	text-align:left;
	float		: left;
	background	: url(../img/left_infobg_bottom.gif) no-repeat;
	background-position:bottom left;
	margin-bottom:10px;
}

.info_date {
	line-height	: 150%;
	margin-down	: 10px;
	text-align	: center;
	clear:both;
}

.info_more {
	width		: 40px;
	height		: 10px;
	float		: right;
	margin-top	: 3px;
	padding-right: 7px;
}

.info_text {
	width		: 190px;
	height		: auto;
	font-size	: 10px;
	line-height	: 150%;
	margin		: 7px;
}

.info_line02 {
	width		: 190px;
	height		: 2px;
	margin		: 0 7px;
	clear		: both;
	height		: 1%;
}

.info_line02:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}	
	
	
/*maincol*/
h3.dictionary_title{
	background-image: url(../img/dictionary/entry_title_point.jpg);
	background-repeat:no-repeat;
	text-indent:30px;
	font-size:14px;
	color:#003399;
	}
ul.dictionary_relate{
	margin:10px 0 0 30px;
	}
ul.dictionary_relate{
	list-style:none;
	}
h2.cat_head,				
h3.cat_head{
	margin:20px;
	text-align:left;
	font-size: 14px;
	font-weight:bold;
	background: #FFFFFF;
	color: #0066FF;
	}
