@charset "Shift_JIS";
body {
	padding: 0;
	margin: 0px;
	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;
	text-align: left;
	width: 850px;
	padding: 0px;
	margin-bottom: -5px;
}

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

#header-menu2 {
	width: 215px;
	float: right;
	height: auto;
	padding-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
}


/*パンクズリスト*/
#pankuzu{
	background-color: #FFFFFF;
	color: #333333;
	width: 850px;
	font-size: 81%;
	clear: both;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
	margin: 0px;
	padding: 0px;
}
#contents h1 {
	color: #006666;
	padding-top: 0.7em;
	padding-right: 0.2em;
	padding-left: 0.3em;
	background-image: url(../images/ita01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	margin-bottom: 1em;
	font-size: 26px;
	background-position: center;
	text-align: center;
}
#contents h2 {
	margin-bottom: 1em;
	font-size: 1.6em;
	color: #339933;
	margin-left: 1px;
	display: block;
	border: 1px dotted #99CC33;
	padding: 5px;
	background-color: #EEF7DB;
}

#contents h3 {
	margin-bottom: 1em;
	padding-left: 0.2em;
	font-size: 1.2em;
	height: 1em;
	color: #333399;
	border-left-width: 1.2em;
	border-left-style: solid;
	border-left-color: #333399;
}


#contents p {
	margin-bottom: 1em;
	color: #333333;
	line-height: 130%;
	margin-left: 1em;
}

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


/*メイン*/
#contents {
	width: 850px;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}

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;
	padding-right: 0px;
	padding-left: 0px;
}

#footer address span {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 7em;
	font-size: 3em;
	color: #FFFFFF;
	font-weight: bold;
}

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