/*

	------------------------------------
	CSS format
	------------------------------------
	2004 (C) DKN Project
	info@dknproject.jp

*/



a { text-decoration:none; }
a:hover { color:#6E966E; text-decoration:underline; }

h1 { font-size: 11pt; line-height:1.4; }
h2 { font-size: 12pt; line-height:1.4; }
h3 { font-size: 13pt; line-height:1.4; }

.size1 { font-size: 70%; line-height:1.4; }
.size2 { font-size: 80%; line-height:1.4; }
.size3 { font-size: 90%; line-height:1.4; }
.size4 { font-size: 100%; line-height:1.4; }
.size5 { font-size: 110%; line-height:1.4; }
.size6 { font-size: 120%; line-height:1.4; }


.name { font-family: "ＭＳ 明朝"; font-weight: bold; font-size: 90%; }


.midashi {
	font-size: 16px;
	font-weight: 900;
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFCC99;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

/* --Header_navi-- */  
#header_navi {
width: 750px;
height: 20px;
	background-image: url(images/header_navi_bg.jpg);
	background-repeat: repeat-x;
}  
#header_navi  #header_ul li {
	float: right;
	list-style: none;
}
#header_navi #header_ul a {
	display: block;
	border: 1px solid #666666;
	margin-right: 3px;
	margin-top: 5px;
	width: 60px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	background-color: #D8D0AF;
	color: #666666;
}
#header_navi #header_ul a:hover {
	background-color: #A19361;
}
