@charset "Shift_JIS";
body {
	padding: 0;
	margin: 0;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #EFEFEF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

/*ヘッダー*/
#header {
	background-color: #FFFFFF;
	margin-bottom: -5px;
	text-align: left;
	width: 850px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#header-menu1 {
	width: 633px;
	text-align: left;
	float: left;
}

#header-menu2 {
	width: 215px;
	float: right;
	height: auto;
	padding-top: 1px;
}

/*パンクズリスト*/
#pankuzu{
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
	width: 840px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 81%;
	clear: both;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
	margin: 0px;
	padding: 0px;
}

#contents h1 {
	color: #FFFFFF;
	display: block;
	font-size: 1.3em;
	background-color: #FF9933;
	padding: 10px;
}

#contents h2 {
	margin-bottom: 15px;
	padding-left: 0.2em;
	font-size: 1.4em;
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: #FF9900;
	color: #FF6600;
	margin-left: 10px;
}

#contents h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	padding-bottom: 0.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-left: 10px;
	color: #333333;
}

#contents h4 {
	margin-bottom: 1em;
	color: #FF6600;
	font-size: 1.3em;
	border: 1px solid #FF9933;
	margin-left: 5px;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	background-color: #FFFFCC;
	
}

#contents h6 {
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 1.3em;
	background-color: #5CADFE;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	text-align: left;
	height: auto;
	clear: right;
}

#contents p {
	margin-bottom: 1em;
	color: #494925;
}

#contents dl {
	margin-bottom: 2em;
}
#contents ul {
	margin-bottom: 1em;
	margin-left: 2em;
	list-style-image: url(../images/ico_05.gif);
	line-height: 130%;
	color: #494925;
}
#contents ul li{
	margin-bottom: 0.5em;
	line-height: 120%;
}


/*メイン*/
#contents {
	width: 640px;
	float: right;
	font-size: 90%;
	margin-bottom: 35px;
}

#contents dd {
	margin-left: 2em;
	position: relative;
	top: -1.2em;
}

#contents dt {
	padding-top: 0.5em;
}

hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#footer {
	clear: both;
	text-align: left;
	padding-top: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	padding-left: 7px;
	padding-bottom: 1em;
}

#navigation {
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #707070;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #F5F5F5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 850px;
	text-align: center;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	left: 0px;
}


#information {
	position: absolute;
	width: 164px;
	font-size: 80%;
	border: 3px inset #FFDDDD;
	background: #FFEEEE;
	padding: 5px;
	right: 10px;
	top: 7px;
}
