@charset "UTF-8";
/* CSS Document */

/*============================
ヘッダーの背景
==============================*/
#atama{background:url(img/kanban.jpg) no-repeat 0px 20px;}
#top #atama{background:url(img/kanban.jpg) no-repeat 0px 20px;}


/*カラー調整*/
body{background:#fff;}
#body{/*background:none*/;border:none;}

#atama{border-bottom:4px #c00 solid;}
h1{height:20px;background:#c00;border:0px;}
h1 a{color:#fff;}
h1 a:hover{color:#dedede;}

h2{
	background:#dedede url(img/h2Bk01.gif);
	border-bottom:1px solid #c00;
	padding-left:30px;
}
#content h2,#content h2 span.txt{color:#600;}
h3{border-left:#600 solid 1em;}
#footer{background:#c00;}
#footer *{color:#ccc;}

/*トップページのボックスボタンリスト*/
#boxBot dl dt a{background:#600;}
#boxBot dl dt a:hover{color:#fff;}

/*アサイド調整*/
#aside dl{margin:50px 0 0 10px;border:0;background:none;}
#aside dl dt{
	margin-top:10px;
	border:1px #ccc solid;
	border-width:0 1px 1px 0;
	padding-right:5px;
	padding-bottom:5px;
}
#aside dl dt a{background:#c00;color:#dedede;}
#aside dl dt a span.desc{
	color:#000;
	font-weight:normal;
	border-top:1px solid #c66;
	padding-top:2px;
	margin-right:5px;
}
#aside dl dt a:hover{background:#c00;color:#fff;}
#aside dl dt.ima a span.desc{border-color:#666;}
#aside dl dt.ima{background:#dedede;}
#aside dl dt.ima a,#aside dl dt.ima a:hover{
	background:#fff;
	border:1px solid #dedede;
	border-width:1px 0 0 1px;
	color:#c00;
}
#aside dl dd{border:1px #999 solid;border-width:0 0 1px 0;}
#aside dl dd a{background:none;border:none;}

