@charset "utf-8";
/* CSS Document */
/*---------------------------------------------*/
/*-- main --*/
#main_contents_box{
	width:auto;
	height:auto;
	margin:14px 0px 7px 15px;
	padding:0px;
}


p.main_topics{
	width:300px;
	height:auto;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #652C2C;
	padding: 1px 5px 1px 5px;
	margin: 0 0 7px 0;
}
	
p.main_topics .title{
	display:block;
	color:#f0af63;
	font-size:0.85em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
p.main_topics .sub_t{
	display:block;
	font-size:0.6em;
	color:#f0af63;
	padding:0px;
	letter-spacing:1px;
	margin:0px;
	line-height:1.3em;
}
p.main_topics .by{
	display:block;
	font-size:0.6em;
	color:#b49570;
	padding:0px;
	line-height:1em;
	letter-spacing:1px;
	margin:0px;
}
/*---------------------------------------------*/
/*-- other --*/
#other_contents_box{
	width:364px;
	margin:5px 5px 5px 15px;
	padding:5px 0 0 0;
	height:auto;
}

#other_contents_box #left{
	width:178px;
	float:left;
}
#other_contents_box #right{
	width:178px;
	float:right;
}

p.other_topics{
	padding:0 0 0 7px;
	margin:0 0 7px 0;
	font-size:0.6em;
	color:#a5a5a5;
	line-height:1.2em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #652c2c;
}

p.other_topics .title{
	display:block;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	color:#a5a5a5;

}

p.other_topics .by{
	display:block;
	padding:0px;
	line-height:1em;
	letter-spacing:1px;
	margin:0px;
	color:#a5a5a5;
}