/* CSS Document */

.index_left {
	width:710px;
	float:left;
}
.index_right {
	width:240px;

	float:right;
}
.index_right .time {
	width:220px;
	border-top:solid 1px #DCDCDC;
	border-left:solid 1px #DCDCDC;
	border-right:solid 1px #DCDCDC;
	padding:9px;
}
.index_right .time img {
	padding-bottom:9px;
}
.index_right .time ul {
	padding-left:10px;
}
.index_right .time ul li {
	width:200px;
	font-size:14px;
	display:block;
}
.index_right .time ul li dl {
	margin:0;
}

.index_right .time ul li dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.index_right .time ul li dl dt {
	float:left;
	width:50px;
	height:30px;
	line-height:30px;
	color:#649622;
	font-weight:bold;/*font-size:11px;*/
}
.index_right .time ul li dl dd {
	margin-left:50px;
	width:150px;
	height:30px;
	line-height:30px;/*font-size:11px;*/
}
.index_right .service {
	border-bottom: solid 1px #DCDCDC;
	border-left: solid 1px #DCDCDC;
	border-right: solid 1px #DCDCDC;
	padding: 9px;
}
.index_right .service img {
	padding-bottom:9px;
}
.index_right .service ul {
	padding-left:10px;
	font-size:14px;
}
.index_right .service ul li {
	width:200px;
}
.index_right .service ul li dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.index_right .service ul li dl dt {
	float:left;
	width:15px;
	color:#649622;
	font-weight:bold;
	/*	font-size:11px;*/
	padding-top:10px;
}
.index_right .service ul li dl dd {
	margin-left:15px;
	width:195px;
	/*	font-size:11px;*/
	padding-top:10px;
	padding-bottom:10px;
}
/*---IE7---*/
*:first-child+html .index_right .service ul li {
	padding-top:0px;
	padding-bottom:0px;
}
*:first-child+html .index_right .service ul li dl dt {
	display:inline-block;
}
*:first-child+html .index_right .service ul li dl dd {
	display:inline-block;
	margin-top:-25px;
}
/*---IE7---*/

.index_contents_list {
	font-size:15px;
}

.index_contents_list ul{
	letter-spacing: -.40em;
}

.index_contents_list ul li{
	letter-spacing: normal;
	display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
	vertical-align:top;
}

.bdr_ddd {
	border-right: 1px solid #dddddd;
}

.index_cassette {
	width:212px;
}

.index_head {
	background-image: url(../images/head_background01.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 484px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #8cc63f;
}
.index_img {
	background-image: url(../images/head_img6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 484px;
}