@charset "shift_jis"; 

/*	--- headline.css ---	*/

/*	本文ボックス(サブエリアが無い分広げてあります)	*/
#mainBox  { margin: 0 35px 30px 0; padding: 5px 0 0; width: 496px; float: right; _margin-right: 14px;  }


/*	ヘッドラインのボックス	*/
#headlineBox  { background-color: #eee; background-image: url("../images/headline_ft.jpg"); background-repeat: no-repeat; background-position: 50% bottom; margin: 0; padding: 0; width: 496px; height: 280px }

/*	ヘッドラインのボックス	FireFox */
html>/**/body div #headlineBox
{
margin-top:-12px;
}


#headlineTitle
{
background-image:url(../images/headline_hd.jpg);
	background-repeat:no-repeat;
	width:496px;
	height:33px;
	margin:0;
	padding:0;
	}

/*	ヘッドライン日付部分	*/
.newsDate {
	float: right;
	width: 150px;
	margin /**/: 5px 315px 0px 0px;
	padding: 5px 0px;
	_padding-right:315px;
	background-color:#eee;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*	ヘッドラインタイトル部分	*/
.newsText {
background-image:url(../images/icon.jpg);
background-repeat:no-repeat;
background-position:0px 2px;
	float: right;
	width: 450px;
	margin:0 0 0 0px;
	padding:0 0 0 12px;
	background-color:#eee;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}



/*	ヘッドラインページ送り	*/
#naviBox {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#naviNext {
	float: right;
	width: 80px;
	margin: 10px 20px 10px 0px;
	font-size: 12px;
	text-align: right;
}
#naviPrev {
	float: left;
	width: 80px;
	margin: 10px 0px 10px 20px;
	font-size: 12px;
}

/*	main側のバナー設定　3個	*/
#house100
{
width:496px;
height:49px;
background-image:url(../images/banner_kokusan.jpg);
background-repeat:no-repeat;
margin-top:12px;
padding:0;
}

#house100 a
{
display:block;
height:0;
padding-top:49px;
overflow:hidden;
width:496px;
}

#refineKoga
{
width:496px;
height:50px;
background-image:url(../images/banner_Refine.jpg);
background-repeat:no-repeat;
margin-top:12px;
padding:0;
}

#refineKoga a
{
display:block;
height:0;
padding-top:50px;
overflow:hidden;
width:496px;
}

#houseGallery
{
width:496px;
height:50px;
background-image:url(../images/banner_gallery.jpg);
background-repeat:no-repeat;
margin-top:12px;
padding:0;
}

#houseGallery a
{
display:block;
height:0;
padding-top:50px;
overflow:hidden;
width:496px;
}

		