@charset "UTF-8";

/*-------------------------------------

screen.css

author: name（admin）
info: pc設定
-------------------------------------*/

/* サイトマップ
-------------------------------------*/
#col02{
	padding-bottom:10px;
}
#col02 h2#sh01{
	background:url(../img/sh_sitemap01.png) no-repeat 0 0;
}
#col02 dl{
	width:630px;
	padding:0 0 0 10px;
	font-size:12px;
	text-align:left;
}
*html #col02 dl{
	width:640px;
}
#col02 dt{
	background:url(../../common/img/h4_bg01.png) no-repeat 0 0;
	color:#973200;
	font-weight:bolder;
	margin:10px 0;
	padding:0 0 0 14px;
	border-bottom:dotted 1px #973200;
}
#col02 dd{
	margin:5px 0;
	padding:0 0 0 12px;
}
#col02 dd li{
	margin:5px 0;
	padding:0 0 0 16px;
}