@charset "utf-8";
body {
	padding: 0;
	text-align: left;
	color: #666;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
}
h1,h2,h3,h4,h5,h6,p,ul {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
h1 {
	background-color: #9CF;
	background-image: url(img/head-tit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 780px;
	font-size: 18px;
	font-weight: bold;
	color: #006;
	padding-top: 17px;
	padding-left: 90px;
	margin: 0px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #eee;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #006;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	letter-spacing: 0.2em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #006;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #001954;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	width: 900px;
	background-image: url(img/head00.jpg);
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-repeat: repeat;
	background-position: center top;
	height: 70px;
	position: relative;
	margin-top: 0px;
	padding: 0px;
}
#header .read {
	text-align: left;
	font-weight: normal;
	color: #999;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0px;
	position: absolute;
	left: 270px;
	top: 40px;
}
#header #head_menu {
	float:right;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	font-size: 13px;
	color: #001594;
}

#header #head_menu a {
	margin-right: 0.3em;
	margin-left: 0.3em;
	text-decoration: none;
	color: #001594;
}
#header #head_menu a:hover {
	text-decoration: underline;
}

#menubar {
	background-image: url(img/bar.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu {
	height: 30px;
	width: 890px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu li {
	float: left;
	height: 30px;
	width: 178px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#menu li a, #menu li .stay {
	height: 30px;
	width: 178px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	outline:none;
	display: block;
	text-indent: -9999px;
}
#menu #menu01 a {
	background-position: -5px 0px;
}
#menu #menu02 a {
	background-position: -183px 0px;
}
#menu #menu03 a {
	background-position: -361px 0px;
}
#menu #menu04 a {
	background-position: -539px 0px;
}
#menu #menu05 a {
	background-position: -717px 0px;
}
#menu #menu01 a:hover {
	background-position: -5px -30px;
}
#menu #menu02 a:hover {
	background-position: -183px -30px;
}
#menu #menu03 a:hover {
	background-position: -361px -30px;
}
#menu #menu04 a:hover {
	background-position: -539px -30px;
}
#menu #menu05 a:hover {
	background-position: -717px -30px;
}
#menu #menu01 .stay {
	background-position: -5px -60px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
#menu #menu02 .stay {
	background-position: -183px -60px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
#menu #menu03 .stay {
	background-position: -361px -60px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
#menu #menu04 .stay {
	background-position: -539px -60px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
#menu #menu05 .stay {
	background-position: -717px -60px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}


#main {
	padding: 10px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#main #contents {
	float: left;
	width: 630px;
	margin-bottom: 30px;
}
#main #sidemenu {
	float: right;
	width: 230px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.left-box {
	float: left;
	width: 415px;
	margin: 0px;
	padding: 10px;
}
.right-box {
	float: right;
	width: 415px;
	margin: 0px;
	padding: 10px;
}
#footer {
	clear: both;
	background-image: url(img/fotter.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 880px;
	text-align: right;
	padding-top:15px;
}
#footer p{
}

.shinesi {
	margin:5px 0px;
}
.shinesi a{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 219px;
	height: 55px;
	clear: both;
	background-image: url(toppage/img/shinsei.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	text-indent: -9999px;
}
.shinesi a:hover{
	background-position: bottom;
}
.tri .left {
	margin: 5px;
	float: left;
}
.tri .clear {
	clear: both;
	text-align: center;
}
.full .right img {
	float: right;
	margin: 10px;
}
.full p {
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.full h6 {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#information #main #contents .full .symbol table tr td p strong {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}
#contact #main #contents #contents2 .full h5 strong {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

p.tokki {
	color:red;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
}

strong {
	color:red;
	font-weight:bold;
}