/*
	ヘッダ画像を指定 - 1040*112
*/
div#header{
	background:url(../img/lr_main_head.jpg) no-repeat;
}

/*
	BG画像を指定 - 940*757
*/
div#main{
	background:url(../img/lr_mainv_05.jpg) no-repeat;
}

div#main h2.commu a{
	position:absolute;
	width:445px;
	height:50px;
	margin:309px 0 0 478px;
	background:url(../img/lr_commu.png) no-repeat;
	_background:url(../img/lr_commu.png) no-repeat;
	text-indent:-9999px;
}


/*
	Topics - 445*350
*/
div#topics{
	display:block;
	position:absolute;
	width:445px;
	height:370px;
	margin:372px 0 0 17px;
	overflow:hidden;
}

div#topics h2{
	display:block;
	width:445px;
	height:25px;
	background:url(../img/lr_main_parts.png) no-repeat;
	_background:url(../img/lr_topics_menu.png) no-repeat;
	text-indent:-9999px;
}

div#topics_box{
	display:block;
	width:445px;
	height:auto;
	margin:7px 0 0 0;
}

div.topics_item{
	clear:both;
	display:block;
	width:445px;
	height:159px;
	margin-bottom:12px;
	background:url(../img/lr_main_topic_box.png) left -176px no-repeat;
	_background:url(../img/lr_main_boxm.png) no-repeat;
}

div.topics_img{
	display:block;
	position:absolute;
	width:120px;
	height:153px;
}

h4.topics_title{
	position:absolute;
	width:300px;
	height:13px;
	margin:24px 0 0 135px;
	font-size:small;
	color:#b0008b;
}

div.topics_date{
	position:absolute;
	width:300px;
	height:13px;
	margin:6px 0 0 135px;
	font-size:smaller;
	color:#b0008b;
	font-weight:bold;
}

div.topics_text{
	position:absolute;
	width:300px;
	height:110px;
	margin:45px 0 0 135px;
	font-size:small;
	line-height:1.5em;
}

/*
	News - 445*142
*/
div#news{
	display:block;
	position:absolute;
	width:445px;
	height:142px;
	margin:372px 0 0 478px;
}

div#news h2{
	display:block;
	width:445px;
	height:25px;
	background:url(../img/lr_main_parts.png) left -25px no-repeat;
	_background:url(../img/lr_news_menu.png) no-repeat;
	text-indent:-9999px;
}

div#news_box{
	display:block;
	width:445px;
	height:110px;
	margin:7px 0 0 0;
	background:url(../img/lr_main_topic_box.png) left -335px no-repeat;
	_background:url(../img/lr_main_boxs.png) no-repeat;
	overflow:hidden;
}

/*
	Publicity - 445*208
*/
div#publicity{
	display:block;
	position:absolute;
	width:445px;
	height:208px;
	margin:526px 0 0 478px;
}

div#publicity h2{
	display:block;
	width:445px;
	height:25px;
	background:url(../img/lr_main_parts.png) left -50px no-repeat;
	_background:url(../img/lr_publicity_menu.png) no-repeat;
	text-indent:-9999px;
}

div#publicity_box{
	display:block;
	width:445px;
	height:176px;
	margin:7px 0 0 0;
	background:url(../img/lr_main_topic_box.png) left top no-repeat;
	_background:url(../img/lr_main_boxl.png) no-repeat;
	overflow:hidden;
}

/*
	NewsとPublicityの中身レイアウト
*/
.publicity_list,.news_list{
	margin:8px 0 0 15px;
	font-size:small;
}

.publicity_list dt,.news_list dt{
	clear:left;
	float:left;
	line-height:15px;
}

.publicity_list dd,.news_list dd{
	margin:0 0 3px 83px;
	line-height:15px;
}

div.topics_item a:link,div.topics_item a:visited{
	text-decoration:none;
	color:#b0008b;
}

div.topics_item a:hover{
	text-decoration:underline;
	color:red;
}

.gray{
	color:#eeeeee;
}

