@charset "utf-8";
/* CSS Document */

@import url("common.css");
@import url("header.css");
@import url("menu.css");
@import url("left.css");
@import url("main.css");
@import url("footer.css");
@import url("menu_l.css");


#content_l {
	float: left;
	width: 190px;
}

#content_r {
	float: right;
	width: 650px;
}













#content_r_l {
	width: 440px;
	float: left;
}

#content_r_r {
	width: 190px;
	float: right;
}

#topics_title {
	background: url(../images/main/topics_title.jpg) no-repeat 0px 0px;
	height: 45px;
	width: 650px;
	text-indent: -9999px;
}

.topics_inner {
	background: #F0F0F0;
	padding: 5px;
	width: 640px;
	border-bottom: 1px dotted #000000;
}

.topics_inner_l {
	float: left;
}

.topics_inner_r {
	float: right;
	width: 520px;
	margin-top: 10px;
}

.topics_inner_r p {
	line-height: 1.2em;
	margin-left: 20px;
}

.btn_more {
	width: 41px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 459px;
}

.btn_more a {
	background: url(../images/main/more.gif) no-repeat 0px 0px;
	display: block;
	height: 12px;
	width: 41px;
	text-indent: -9999px;
}

.btn_more a:hover {
	background: url(../images/main/more.gif) no-repeat 0px -20px;
	display: block;
	height: 12px;
	width: 41px;
	text-indent: -9999px;
}

.day {
	color: #E1002A;
	background: url(../images/main/arrow.gif) no-repeat 0px center;
	padding-left: 15px;
	margin-bottom: 10px;
}

#infomation_title {
	background: url(../images/main/infomation_title.jpg) no-repeat 0px 0px;
	height: 45px;
	width: 650px;
	text-indent: -9999px;
	margin-top: 20px;
}

.infomation_inner {
	background: #FFFFFF;
	padding: 5px;
	width: 640px;
	border-bottom: 1px dotted #000000;
}

.infomation_inner_l {
	float: left;
}

.infomation_inner_r {
	float: right;
	width: 520px;
	margin-top: 10px;
}

.infomation_inner_r p {
	line-height: 1.2em;
	margin-left: 20px;
}




#webshop {
	background: url(index.css) no-repeat 0px 0px;
	height: 190px;
	width: 190px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000000;
	text-indent: -9999px;
}

