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

/*-------------------------------------------------------

index.css
トップページのみで使用するクラスの設定

-------------------------------------------------------*/


/* 事業紹介 
-------------------------------------------------------*/
#index ul.businessArea  { 
    width: 225px;
	list-style-type: none;
}


/* TOPICS＆PR 
-------------------------------------------------------*/
#index .innerBox {
    width: 900px;
	margin: 0 auto 20px;
}

#index .innerBox .LBox {
    float: left;
	width: 225px;
	margin: 0 20px 20px 0;
}

#index .innerBox .CBox {
    float: left;
	width: 400px;
	margin-bottom: 20px;
}

#index .innerBox .RBox {
    float: right;
	width: 235px;
}

/**** TOPICS ****/
#topicsArea {
    background-color: #f3f8fa;
	padding: 0 10px;
}

#topicsArea .infoBox {
    overflow: auto;
	/*width: 570px;*/
	height: 178px;
}

/* 定義型リスト */
.topicsList {
    border-bottom: dotted 1px #cbcbcb;
    margin: 0px;
    padding: 6px 0 3px;
}
/*dl.topicsList {
    border-bottom: dotted 1px #cbcbcb;
    margin: 0px;
    padding: 8px 5px;
}

dl.topicsList dt {
    float: left;
    width: 6em;
	line-height: 1.4em;
	display: block;
}

dl.topicsList dd {
	margin-left: 6.5em;
	line-height: 1.4em;
	display: block;
}*/

/**** TOQ楽 ****/
#toqArea {
    background-color: #f4f4e9;
	padding: 0 10px;
}

#toqArea .thumImage {
    float: right;
	padding: 0 0 10px 10px;
}

/**** closeup東急沿線 ****/
#closeup {
    background-color: #fff3f9;
	padding: 0 10px;
}

/**** お問い合わせ ****/
#contact { padding-left: 10px; }