/* main_image area */

.main-image{
	width :900px;
	height: 326px;
	overflow: visible;
	position: relative;
	margin-top: 35px;
}
.main-image2{
	width :900px;
	height:120px;
	overflow: visible;
	position: relative;
}

.mainimg-position{
	position:absolute;
	top:-55px;
	left: 299px;
	overflow: visible;
	z-index: 1;
}
.mainimg-position2{
	position:absolute;
	top:19px;
	left: 29px;
	overflow: visible;
	z-index: 5;
}

.newsletter{
	background-color:#FFFFdd;
	width :372px; 
	height:336px;
	float :left;
	padding:0;
}
.newsletter ul{
	margin-top:0px;
	margin-left:0em;
	padding-left:0.6em;
	padding-right: 20px;
}
.newsletter li{
	border-bottom:#afb285 solid 1px;
	line-height:2.3em;
	padding-left: 20px;
	background: url(../images/common/mini_1.jpg) no-repeat 3px 0.7em;
	list-style: none;

}

.contents-right{
	width :525px; 
	height:336px;
	background: url(../images/index/rightcontents-back.jpg) no-repeat;
	float :left;
	padding:0;
	overflow：hidden；
}
.contents-right-1{
	width :525px;
	height:138px;
	padding-top: 35px;
}
.contents-right-2{
	width :525px; 
	height:168px;
}
.contents-right p{
	padding: 15px 0 10px 10px;
	line-height:1.8em;
}

/* news linkcolor */
#news a{/*リンクされた文字*/
    color:#333333;
    text-decoration:none;
}
#news a:link {/*未訪問のリンク*/
    color:#333333;
    text-decoration:none;
}
#news a:visited {/*訪問後のリンク*/
    color:#333333;
    text-decoration:none;
}
#news a:hover {/*マウスをのせたとき*/
    color:#333333;
    text-decoration:underline;
}
