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

/*------------ サイドナビ ------------*/
span#history {
	color: #606079;
}

/*------------ トピックナビ ------------*/
ul#topic_nav {
	width: 203px;
}

/*------------ トピックナビ（マウスOFF） ------------*/
ul#topic_nav li#access a {
	width: 95px;
	background-image: url(../info/images/topic_access_off.jpg);
}

ul#topic_nav li#attention a {
	width: 55px;
	background-image: url(../info/images/topic_attention_off.jpg);
}

/*------------ 位置調整 ------------*/
ul#topic_nav li.left20 {
	padding-left: 20px;
}

/*------------ トピックナビ（マウスON） ------------*/
ul#topic_nav li#access a:hover {
	background-image: url(../info/images/topic_access_on.jpg);
}

ul#topic_nav li#attention a:hover {
	background-image: url(../info/images/topic_attention_on.jpg);
}

/*------------ 本文 ------------*/
#main_contents ul.text_list {
	padding-left: 80px;
}

/*------------ コンテンツボックス ------------*/
.contents_box,
.contents_box_last {
	width: 705px;
}

.contents_box {
	margin-bottom: 30px;
}

.contents_box .left_wp,
.contents_box_last .left_wp {
	width: 535px;
	float: left;
}

.left_wp .center {
	width: 363px;
}

/*------------ 住所 ------------*/
#main_contents ul#address_list {
	padding: 0 53px 20px 53px;
	line-height: 1.8;
}

img.right {
	padding-right: 20px;
}

/*------------ 歩み ------------*/
dl#history_list {
	width: 515px;
	padding-bottom: 20px;
	line-height: 1.8;
	float: left;
}

dl#history_list dt {
	width: 67px;
	padding-left: 53px;
	clear: both;
	float: left;
}

dl#history_list dd {
	width: 385px;
	margin-left: 120px;
}

/*------------ 右写真 ------------*/
.photo_right {
	padding-right: 55px;
	float: right;
}

/*------------ 製品の特徴 ------------*/
dl#characteristic_list {
	width: 653px;
	line-height: 1.8;
}

dl#characteristic_list dt {
	width: 145px;
	padding-left: 53px;
	font-weight: bolder;
	clear: both;
	float: left;
}

dl#characteristic_list dd {
	width: 450px;
	margin-left: 200px;
	margin-bottom: 10px;
}

/*------------ メンテナンスサービス ------------*/
.sub_box {
	padding-bottom: 20px;
}
.sub_box ul#mente {
	padding: 5px 0 0 53px;
	font-size: 11px;
}

.sub_box #oteire {
	width: 530px;
	float: right;
}

/*------ リンク色（メインコンテンツ） ------*/
#main_contents a {
	color: #B8B8FF;
	text-decoration: none;
}

#main_contents a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#main_contents a:visited {
	color: #;
}


