@charset "utf-8";
/* CSS Document */

.body {
	background: url(../images/top/bg_body.png) repeat-x 0 0;
}

.wrap {
	background: url(../images/top/bg_wrap.jpg) no-repeat 50% 0;
}

.header {
	height: 360px;
}

.header .title {
	position: absolute;
	left: 0px;
	top: 59px;
}

.header .global-nav {
	top: 309px;
}

.content {
	float: left;
	background: none;
}

.sidebar {
	float:right;
	padding-top: 20px;
}


/* 新着情報 */
.content .bn-rss {
	text-align: right;
	margin: -40px 0 0 0;
}

.bn-rss li{
	display: inline;
	padding: 0 10px 0 15px;
	background: url(../images/icon_arrow_001.png) no-repeat 0 50%;
}

/* サービス内容 */
.content .service dl {
	overflow: hidden;
	height: 90px;
	background: url(../images/top/bg_service.png) no-repeat 0 0;
	font-size: 13px;
	font-weight: bold;
	margin-top:15px;
	margin-bottom: 0;
}

.service dt {
	float: left;
	display: inline;
	padding: 10px 0 0 10px;
}

.service dd {
	margin: 15px 15px 10px 90px;
}

/* ブログ */

.sidebar .blog {
	padding: 10px;
	border-left: 1px solid #afb8d1;
	border-right: 1px solid #afb8d1;
	border-bottom: 1px solid #afb8d1;
	background: #f8f9fb;
	margin-bottom: 15px;
}

.sidebar .blog dt {
	width: 45px;
	height: 45px;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	position: relative;
	background:url(../images/top/img_blog_noimage.jpg) no-repeat 0 0;
}

.sidebar .blog dt span{
	height:45px;
	width:45px;
	background:#F8F9FB;
	display:block;
}

.sidebar .blog dd {
	margin-left: 55px;
	padding-bottom: 5px;
}

/*----- clearfix scheme -----*/
.sidebar .blog dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .sidebar .blog dl             { zoom: 1; } /* IE6 */
*:first-child+html .sidebar .blog dl { zoom: 1; } /* IE7 */




