/***======================================
0910〜
コムネットHP　theme_suppo01
			　サイトマップインデックス設定
======================================***/

/*** ★読み込み
-------------------------------------------------------------------------------- ***/
@import url(../../common.css);
@import url(../../modules.css);
@import url(../../layouts/twoColumnRight.css);
@import url(suppo01.css);


/*** ★メインエリア内2カラム設定
-------------------------------------------------------------------------------- ***/
#mainArea {
	margin-top: 40px;
	font-size: 10px;
}

#mainAreaLeft {
	width: 245px;
	margin: 0px 20px 0px 0px; 
	float: left;
}

#mainAreaRight {
	width: 235px;
	margin: 0px;
	float: right;
}


/*** ★各項目設定
-------------------------------------------------------------------------------- ***/
#mainArea dl {
	margin: 0px 0px 15px;
}

#mainArea dt {
	background: url(../../../img/bullet_gry.gif) no-repeat 0px 0.2em;
	padding-left: 18px;
	margin-bottom: 5px;
	line-height: 150%;
	font-weight: bold;
}

#mainArea dd {
	background: url(../../../img/bullet_mid.gif) no-repeat 0px 0.25em;
	margin-left: 2em;
	margin-bottom: 5px;
	padding-left: 0.75em;
	line-height: 140%;
}

dt.nashi {		/* リンクがない場合の設定 */
	background-image: none!important;
	padding-left: 0px;
	margin-bottom: 5px;
	line-height: 135%;
	font-weight: bold;
}

.other  {
	margin-top: 30px;
	line-height: 200%;
}


/*** ★バラ設定
-------------------------------------------------------------------------------- ***/
.aka {
	font-weight: normal!important;
}
