
body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.4;
	color: #333333;
	background-color: #FFCC66;
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	position: relative;
	width: 100%;
	height: 101px;
	background: #ffffff url(../img/header_bgs.gif) left top no-repeat;
}

#header img{
	border:none;
}
#logo {
	position: absolute;
	left: 15px;
	top: 20px;
	margin: 0;
}

#navigation {
	position: absolute;
	top: 37px;
	left: 240px;
	width: 536px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;
	width: 106px;
	margin: 0;
}

#navigation li a {
	display: block;
	width: 100%;	/*ie6対策*/
	padding: 8px 0;
	text-align: center;
	font-family: Arial,	Helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%;
	color: #ffffff;
	text-decoration: none;
	background: url(../img/navigation_bgs.gif) left top no-repeat;
}

#navigation li a:hover {
	color: #003399;
	background: url(../img/navigation_bgs.gif) right top no-repeat;
}

#content {
	position: relative;
	width: 761px;
	margin-top: 10px;
}

#primary {
	position: absolute;
	width: 535px;
	left: 206px;
	top: 0px;
	background-color: #ffffff;
}

#primary .section{
	margin: 20px 0 26px 20px;
}

#primary h2 {
	background-color:#FFFFff;
	margin-left: 10px;
	padding: 2px 0 15px 5px;
	font-size:150%;
	height:15px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cccccc;
	border-left-color: #ffffff;
}

#primary h3 {
	font-size: 117%;
	margin-left: 10px;
	padding-left : 5px;
	padding-bottom: 3px;
	border-left: 2px solid #663300;
	border-bottom: 1px solid #cccccc;
}

#primary h4 {
	font-size : 104%;
	margin-left : 10px;
	padding-left : 5px;
	padding-bottom : 2px;
	border-left : 2px solid #663300;
	border-bottom : 1px solid #cccccc;
}

#primary p {
	margin: 10px;
}

#secondary {
	
	width: 208px;
	left: 20px;
	top: 0;
	background: #ffffff url(../img/secondary_bg.gif) right top repeat-y;
}
#secondary p{
	margin:0;
	padding: 4px 0 4px 20px;
}

#secondary h3{
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;

	color: #ffffff;
	background-color: #ffffFF;
	background-image: url(../img/secondary_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: #333333;
	background: none;
}

#footer {
	text-align:center;
	margin-top: 20px;
}

.line {
	width:85%;
}




