@charset "UTF-8";

#site #naiyo {
	height: 500px;
}

*:first-child+html #site #naiyo {
	height: 520px;
}

#site h4 {
	margin-left: 1em;
}

#site h4.no-bg {
	padding-left: 0;
	background: none;
}

#site #naiyo li {
	margin-left: 3em;
	list-style: disc;
}

#site #burauza {
	margin-bottom: 20px;
	padding: 5px 0;
	background: #EBE7DA;
}

#site dl {
	margin: 0 0 20px;
}
#site dt,
#site dd {
	padding-left: 37px;
}

#site dt {
	height: 31px;
	margin-top: 20px;
	padding-top: 10px;
	font-weight: bold;
	color: #9BBB59;
}

#site dt.icon-ie {
	background: url(../img/site/icon_ie.gif) 0 50% no-repeat;
}

#site dt.icon-op {
	background: url(../img/site/icon_op.gif) 0 50% no-repeat;
}

#site dt.icon-sf {
	background: url(../img/site/icon_sf.gif) 0 50% no-repeat;
}

#site dt.icon-ff {
	background: url(../img/site/icon_ff.gif) 0 50% no-repeat;
}

#site dd {
}

/***** カラーユニバーサル *****/
#color #naiyo {
	height: 500px;
}

*:first-child+html #color #naiyo {
	height: 520px;
}

#color #naiyo li {
	margin-left: 2em;
	list-style-type: disc;
}

/***** サイトマップ *****/
#sitemap #naiyo {
	height: 500px;
}

/* IE7 */
*:first-child+html #sitemap #naiyo {
	height: 520px;
}

/* IE6 */
* html #sitemap #naiyo {
	height: 485px;
}

#sitemap #naiyo table {
	width: 95%;
}

/****************************
　　共通クラス
****************************/
.green {
	color: #9BBB59;
}