@charset "shift_jis";
/* CSS Document */

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, san-serif;
	font-size: 80%;
	line-height: 1.3;
	letter-spacing: 0.8px;
	color: #333333;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(image/back.jpg);
}

hr {
	border: none;
}

/* link style
----------------------------- */
a img {
	border-style: none;
	text-decoration:none
}

a:link {
	color: #999999;
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

/* class
----------------------------- */
.clear{
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
}
.right{
	float: right;
}
.left{
	float: left;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.rightimage {
	float: right;
	margin-bottom: 3px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 2px;
	padding: 0px;
}
.img {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.leftimage {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.floatclear {
	clear: both;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 10px;
}
.imgcenter {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}


/* basic layout
----------------------------- */
#wrapper {
	width: 845px;
	margin: auto;
	padding-top: 10px;
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	height: 50px;
	margin: 0px;
	padding: 0px;
}

#main {
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 825px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
	clear: both;
	background-repeat: repeat-y;
	background-position: center;
}
#footer {
	clear: both;
	width: 825px;
	text-align: center;
}

#footer .footerA {
	float: left;
	width: 140px;
	font-size: 78%;
	padding-top: 3px;
}
#footer .footerB {
	float: left;
	width: 300px;
}

#footer .footerC {
	float: right;
	font-style: normal;
	color: #666666;
	width: 350px;
	text-align: right;
	font-size: 80%;
}

/* header Style
------------------------------*/
#header #logo {
	float: left;
}

#header #navi {
	margin: 0px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header #navi ul li{
	float: left;
	list-style-type: none;
}

/* main Style
------------------------------*/
#main #list {
	height: 10px;
	font-size: 70%;
	color: #CCCCCC;
	padding-left: 10px;
	width: 815px;
	display: inline-block;
	padding-top: 5px;
}

#main #list a.active{
	color: #3366FF;
}

#main #subnavi{
	width: 170px;
	float: left;
	margin-top: 10px;
	display: inline-block;
}

#main #contents{
	width: 640px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: inline-block;
	margin-bottom: 20px;
}
#main #contents h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}


#main #contents h2{
	padding-bottom: 10px;
	padding-top: 10px;
}
#main #contents h3 {
	color: #000066;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#main #contents h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	color: #990000;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}


#main #contents p{
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 3px;
	padding-right: 15px;
}
#main #contents table {
	margin-left: 60px;
}

/* footer Style
------------------------------*/
#footer ul li{
	float: left;
	list-style-type: none;
	padding-right: 1em;
}

#footer ul li a{
	color: #CC9900;
	font-size: 70%;
}
