/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* ブログバナー */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
a#blog_bunner {
	width: 170px;
	height: 141px;
	display: block;
	display: none;
	position: absolute;
	top: 0px;
	right: 48px;
	text-indent: -9999px;
	background-image: url(../img/blog_bunner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
a#blog_bunner:hover {
	background-position: left bottom;
}
*/


/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* 右カラム */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
#right_box {
	background-image: url(../img/top_image.gif);
	background-position: right 20px;
	background-repeat: no-repeat;
}

#right_box h2 {
	width: 368px;
	height: 38px;
	background-image: url(../img/title_top.gif);
}

#main {
	margin: 0px 0px 0px 190px;
}

#main p {
	padding: 30px 437px 20px 0px;
}


/* 4つのサービス */
#service {
	margin: 0px 0px 20px 0px;
	background-color: #333;
}

#service dl {
	width: 25%;
	margin: 0px -1px 0px 0px;
	padding: 10px 0px;
	float: left;
	color: #FFF;
}

#service dl dt {
	margin: 0px -10px 0px 0px;
	padding: 5px 20px 10px 20px;
	font-size: 1.3em;
}

#service dl dt a {
	color: #FFF;
	text-decoration: none;
}

#service dl dd {
	margin: 0px -10px 0px 0px;
	padding: 0px 20px;
	color: #CCC;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* 新着情報 */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
#news_box {
	margin: 0px 0px 0px 190px;
	background-image: url(../img/news_bg_LB.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#news_wrapper {
	background-image: url(../img/news_bg_CB.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#news_box .stoper {
	background-image: url(../img/news_bg_RB.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#news {
	width: 50%;
	margin: 0px -1px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
	background-image: url(../img/news_bg_CT.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#entry {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	background-image: url(../img/news_bg_RT.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#news_box h2 {
	width: 100%;
	height: 193px;
	margin: 0px 0px -145px 0px;
}
#news h2 {
	background-image: url(../img/news_bg_news.gif);
}
#entry h2 {
	background-image: url(../img/news_bg_entry.gif);
}

#news dl {
	margin: 0px 25px 15px 15px;
}

#entry dl {
	margin: 0px 15px 15px 25px;
}

#news_box dl dt {
	width: 6em;
	margin: 0px -6em 10px 0px;
	float: left;
	clear: both;
}

#news_box dl dd {
	margin: 0px 0px 10px 6em;
	float: none;
}

/*
* html #news_box dl dt {
	width: 85px;
	margin: 0px -85px 10px 0px;
}
*:first-child+html #news_box dl dt {
	width: 85px;
	margin: 0px -85px 10px 0px;
}

* html #news_box dl dd {
	margin: -30px 0px 10px 0px;
	padding: 0px 10px 0px 90px;
	clear: both;
}
*:first-child+html #news_box dl dd {
	margin: -30px 0px 10px 0px;
	padding: 0px 10px 0px 90px;
	clear: both;
}
*/

a.btn {
	position: absolute;
	top: 15px;
	right: 25px;
}

#rss {
	width: 48px;
	height: 24px;
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	text-indent: -9999px;
	background-position: left top;
	background-image: url(../img/btn_rss.gif);
	background-repeat: no-repeat;
}

a#rss:hover {
	background-position: left bottom;
}
