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

a{color:#339;}
a:hover{color:#c00;}

/*============================
タイトルの設定
==============================*/
#atama h1 a{
	font-family:serif;
	font-size:14pt;
	letter-spacing:0em;
	color:#99c;
}

/*============================
背景、ボーダーの設定
==============================*/
#atama{
	background:url(img/obiBkAo.gif) repeat-x 0 -50px;
	border-top-color:#369;
}
#atama #kanban{
	background:url(img/kanban.jpg) no-repeat;
}
#top #atama #kanban{
	background:url(img/tkanban.jpg) no-repeat;
}

#body {
	border-right-color:#ccdecc;
	border-left-color:#ccdecc;
	border-bottom-color:#369;
}

#footer dl{
	background:url(./img/obiBkAo.gif) repeat-x 0px -50px #f3f3ff;
	border-top-color:#ccdecc;
}

#footer address{
	background-color:#f9f9ff;
	border-top-color:#d0d0ff;
}

/*============================
上部ナビの設定
==============================*/
#ueNabi dt a,#ueNabi dd a{
	background:url(./img/bot039.jpg) -250px -80px #039;
	color:#ccdede;
	border-top-color:#69c;
	border-left-color:#69c;
	border-bottom-color:#036;
	border-right-color:#036;
}
#ueNabi dt a:hover,#ueNabi dd a:hover{
	background:url(./img/bot039.jpg) -50px -80px #039;
	color:#deefef;
	border-top-color:#036;
	border-left-color:#036;
	border-bottom-color:#69c;
	border-right-color:#69c;
}

/*============================
アサイドの設定
==============================*/
#page #aside dt a{
	background:url(./img/bot039.jpg) -0px -140px #039;
	color:#deefef;
}
#page #aside dt a:hover{
	background:url(img/bot039.jpg) -0px -120px #039;
}
#page #aside dd a:hover{
	background-color:#ffefff;
}
#top #aside dt{
	color:#933;
}

#aside img.panel{
	width:200px;
	height:200px;
}

#body.b3c11 #aside img.panel{background:url(img/pimg08.jpg) no-repeat;}
#body.b3c13 #aside img.panel{background:url(img/pimg09.jpg) no-repeat;}
#body.b3c14 #aside img.panel{background:url(img/pimg10.jpg) no-repeat;}
#body.b3c19 #aside img.panel{background:url(img/pimg11.jpg) no-repeat;}
#body.b3c20 #aside img.panel{background:url(img/pimg12.jpg) no-repeat;}

/*============================
カテゴリトップの見出し
==============================*/
#content h2.catTitle{
	text-align:right;
	font-family:serif;
	font-size:25pt;
	font-weight:bold;
	color:#d6d6ff;
	letter-spacing:0.2em;
	padding:0 5px 15px 0;
}
#content p.catdesc{
	font-weight:bold;
	margin-top:-20px;
	padding:0 50px 0 0;
	font-size:10pt;
	letter-spacing:0.5em;
}
/*============================
見出しの設定
==============================*/
#content h3,#content h4,#content dt{
	color:#002244;
}

/*============================
見出しの設定
==============================*/
#content .comprofile{
	margin-top:40px;
}
#content .comprofile dl{
	border-bottom:dotted 1px #999;
	margin-bottom:5px;
	padding-bottom:5px;
}
#content .comprofile dl dt{
	float:left;
	margin-bottom:0;
	padding-bottom:0;
}
#content .comprofile dl dt.hiroku{
	letter-spacing:0.2em;
}
#content .comprofile dl dd{
	margin-left:100px;
	margin-bottom:0;
	padding-right:10px;
	padding-bottom:0;
}




