body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.4;
	color: #333333;
	background-color: #340100;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	position: relative;
	width: 100%;
	height: 101px;
	background: #ffffff url(../img/header_bg.gif) left top no-repeat;
}

#header img{
	border:none;
}
#logo {
	position: absolute;
	left: 13px;
	top: 11px;
	margin: 0;
}

#navigation {
	position: absolute;
	top: 71px;
	left: 206px;
	width: 536px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;
	width: 134px;
	margin: 0;
}

#navigation li a {
	display: block;
	width: 100%;	/*ie6対策*/
	padding: 6px 0;
	text-align: center;
	font-family: Arial,	Helvetica, sans-serif;
	font-weight: bold;
	font-size: 95%;
	color: #cccccc;
	text-decoration: none;
	background: url(../img/navigation_bgs.gif) right top no-repeat;
}

#navigation li a:hover {
	color: #330000;
	background: url(../img/navigation_bgs.gif) left top no-repeat;
}

#content {
	position: relative;
	width: 761px;
	margin-top: 26px;
}

#primary {
	position: absolute;
	width: 535px;
	left: 206px;
	top: 0;
	background-color: #ffffff;
}

#primary .section{
	margin: 10px 0 26px 20px;
}

#primary h2 {
	background-color:#FFFFff;
	border-bottom:solid #cccccc 1px;
	border-left: solid #663300 2px;
	margin-left: 20px;
	padding: 2px 0 15px 20px;
	font-size:150%;
	height:15px;
}

#primary h3 {
	font-size: 117%;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left: solid 2px #660000;
	border-bottom: 1px solid #cccccc;
	vertical-align:middle;
	
}

#primary p {
	margin: 10px;
}

#secondary {
	
	width: 208px;
	left: 20px;
	top: 0;
	background: #ffffff url(../img/seco_bg.gif) right top repeat-y;
}
#secondary p{
	margin:0;
	padding: 4px 12px 4px 0;
	text-align:center;
}

#secondary h3{
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;
	border-top: 1px solid #d77900;
	border-bottom: 1px solid #d77900;
	color: #ffffff;
	background-color: #340100;
	background-image: url(../img/seco_h3_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	
}

#secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary li{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	background: url(../img/mk_side_on.gif) left center no-repeat;
}

#secondary li a {
	display: block;
	width: 138px !important;
	width /**/: 168px;
	padding: 5px 5px 5px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	background: url(../img/mk_side_off.gif) left center no-repeat;
}

#secondary li a:hover {
	color: #340100;
	background: none;
}

#footer {
	text-align:center;
	margin-top: 20px;
}


dt a {
	padding: 2px 0 10px 20px;
	
	
}

dt{
	margin:0;
	padding-left: 20px;
}
