@charset "utf-8";
/* CSS Document */


body {
	background: #ddd url(../img/bg_body.gif) repeat-x 0 0;
}

.header {
	height: 350px;
}

.keyv {
	position: absolute;
	top:90px;
	left:0;
}

.keyv ul {
	position: absolute;
	top: 0px;
	left: 735px;
}

.container {
	padding-bottom: 15px;
	background: #fff url(../img/bg_contents.gif) repeat-x 0 0;
}

.contents {
	width: 645px;
}

.contents ul {
	margin:0
}

.contents h2 {
	margin-top: 20px;
}

.contents .blog {
	margin-top: -27px;
	text-align: right;
}

.contents .dlLink {
	background: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.contents .dlLink .lastChild {
	background: none;
}


.sidebar {
	width: 246px;
}

.tel {
	margin-bottom: 15px;
}

.dlLink {
	font-size: 84%;
}

/*----- clearfix scheme -----*/
.contents ul{
	display: inline-block;
}
.contents ul:after{
	height: 0;
	visibility: hidden;
	content: url("../img/img_spacer.gif");
	display: block;
	clear: both;
}
/* hide MacIE \*/
* html .contents ul{	height: 1em;}
.contents ul{	display: block;}
/* ini */
