* {
margin:0;
padding:0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4em;
	color: #666666;
	font-size: 90%;
	background-image: url(pic/bg_body.png);
}

/*IE8以前対策：未知の要素はインラインと判断するのでブロックに*/
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}

#ie {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 25%;
	line-height: 130%;
}

header {
	background-image: url(pic/header.png);
	background-repeat: repeat-x;
	background-position: -420px -25px;
	height: 130px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
header h1 {
	font-size: 36px;
	color: #FFFFFF;
	text-shadow:5px 5px 5px #000000;
	margin-left: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

header h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 80px;
	margin-left: 130px;
	font-weight: normal;
}

#content {
  display:-moz-box;
  display:-webkit-box;
  display:-o-box;
  display:-ms-box;
  display:box;

	width:92%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

nav {	
  -moz-box-ordinal-group:2;
  -webkit-box-ordinal-group:2;
  -o-box-ordinal-group:2;
  -ms-box-ordinal-group:2;
	box-ordinal-group:2;
	width: 22%;
	
	background-color: #FFFFFF;
	background-image: url(pic/bg_right.png);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: 20px;
}

nav a {
	font-size: 15px;
	color: #54544E;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #94946B;
	border-bottom-color: #94946B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	background-color: #E7E7DF;
}
nav li {
	list-style-type: none;
}
nav a:hover, .right_navi li.active a{
	border-left-color: #999900;
	background-color: #E0E2D1;
}

nav li.active li a{
	border-left-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1em;
	background-image: url(pic/bg_right.png);
	background-repeat: repeat-y;
	background-position: -30px;
	background-color: #FFFFFF;
}

section {
	display:block;
  -moz-box-ordinal-group:1;
  -webkit-box-ordinal-group:1;
  -o-box-ordinal-group:1;
  -ms-box-ordinal-group:1;
	box-ordinal-group:1;

  -moz-box-flex:1.0;
  -webkit-box-flex:1.0;
  -o-box-flex:1.0;
  -ms-box-flex:1.0;
	box-flex:1.0;
	padding: 1.5em;
	margin-right:10px;
}

section h1 {
	font-size: 22px;
	color: #333333;
	height: 45px;
	padding-top: 22px;
	background-image: url(pic/star_pur.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1em;
}
section h1 span {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	overflow: hidden;
	text-align: center;
	padding-left: 10px;
	padding-right: 2em;
}

.all section h1 .dot {
	font-family: "Courier New", Courier, mono;
	padding-left: 10px;
	color: #E7BBF7;
	font-size: 24px;
	margin-right: 30px;
}

section p {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

section h2 {
	font-size: 15px;
	color: #333333;
	margin-top: 2em;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-bottom: 15px;
	background-image: url(pic/bg_h2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #CCCCCC;
	line-height: 1.8em;
	clear: left;
}
section h3 {
	color: #333333;
	margin-bottom: 1em;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #CFD1B6;
	padding-left: 0.7em;
	line-height: 1em;
	margin-top: 1.5em;
}

section h4 {
	clear: left;
	margin-bottom: 1em;
}
section a {
	color: #336699;
	text-decoration: none;
}

section a:hover {
	text-decoration:underline;
}
section img {
	margin-left: 15px;
	margin-bottom: 15px;
}
section img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
section img.both {
	float:none;
	margin-left: 0px;
}
section object{
	clear: none;
}

.h3box {
	margin-left: 140px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 15px;
	margin-top: -1.8em;
}

section li {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 2em;
}
section table {
	margin-left: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
}
section th {
	padding: 5px;
	background-color:#B5CCD9;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
section td {
	padding: 5px;
	vertical-align: top;
	background-color: #eeeeee;
}

section th.ten{
width:10em;
}

section .sub_btn {
	margin-top: 20px;
	margin-left: 150px;
}
section form {
	margin-bottom: 20px;
}

footer {
	background-color: #171411;
	height: 30px;
	clear: both;
	color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
}

