@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: "MS UI Gothic", "ヒラギノ角ゴ Pro W3"，sans-serif;
	font-size: 80%;
	line-height: 1.5;
}
hr {
	display: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 0px;
	top: 0px;
}
#contents {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents .modoru {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}
#contents .icon_1 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#contents .style1 {
	color: #FF0000;
}
#header {
	height: 170px;
	position: relative;
}
#header h1 {
	text-align: left;
	margin: 0px;
	font-size: 90%;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header #logo {
	position: absolute;
	left: 20px;
	top: 60px;
}
#header #logo_moji img {
	position: absolute;
	right: 25px;
	top: 60px;
}
#header  ul {
	position: absolute;
	right: 0px;
	bottom: 5px;
	height: 10px;
	width: 600px;
}
#header ul li {
	list-style-type: none;
	float: left;
	margin-left: 15px;
}
#header  ul  li  a  {
	display: block;
	font-size: 90%;
}
#navi ul li {
	float: left;
	list-style-type: none;
}
#navi ul li a {
	text-decoration: none;
	background-image: url(image/navi_back.gif);
	background-repeat: repeat-y;
	display: block;
	height: 40px;
	width: 124px;
	border: 1px solid #CCCCCC;
	font-size: 100%;
	font-weight: normal;
	color: #003366;
	text-align: center;
	padding-top: 5px;
	padding-left: 6px;
}
#navi ul li a:hover {
	color: #009900;
	text-decoration: none;
	background-image: url(image/navi_back_2.gif);
	background-repeat: repeat-y;
	border: 1px solid #999999;
}
#navi ul li a:active {
	text-decoration: none;
	position: relative;
	left: 0px;
	top: 0px;
}
#main p {
	font-size: 120%;
	line-height: 1.7;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
}
#footer {
	clear: both;
}
#footer #text_link {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 5px;
	height: 120px;
	width: 756px;
	margin-top: 10px;
	background-image: url(image/fotter_back.gif);
	background-repeat: repeat;
	border: 1px solid #999999;
	text-align: center;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	padding: 0px;
}
#footer ul li a {
	font-size: 100%;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
}
#footer address {
	font-style: normal;
	text-align: center;
	padding-top: 10px;
	color: #333333;
	background-color: #CCFFCC;
	font-size: 100%;
	margin: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	height: 20px;
	font-family: "Comic Sans MS", Helvetica, sans-serif;
}