@charset "utf-8";
html   {
   height:100%;
   margin-bottom:1px;
}
body {
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka;
	background-color: #E7E2D2;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5{
	margin:0px;
	padding:0px;
}
h2 {
	color: #2D3A82;
	font-size: 14px;
	font-weight: bold;
}
#container {
	position:relative;
	width: 760px;
	margin-left:auto;
	margin-right: auto;
	background-color: #9C3;
}
#header{
	width:760px;
	height:100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C3;
	}
a:visited {
	color: #060;
	text-decoration: underline;
}
a:link {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}


#main a:visited {
	color: #060;
	text-decoration: underline;
}
#main a:link {
	color: #060;
	text-decoration: underline;
}
#main a:hover {
	color: #99CC33;
	text-decoration: underline;
}
#main a:active {
	color: #99CC33;
	text-decoration: underline;
}


#navi {
	width: 140px;
	float: left;
	background-color: #9C3;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	color: #060;
	padding-top: 20px;
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
}
#navi ul {
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	padding: 0px;
}
#navi li {
	line-height: 200%;
	list-style-position: outside;
}
#navi ul li a:visited {
	color: #060;
}
#navi ul li a:link {
	color: #060;
}
#navi ul li a:hover {
	color: #FFF;
}
#navi ul li a:active {
	color: #FFF;
}


#main {
	width: 570px;
	float: right;
	background-color: #FFF;
	padding: 20px;
}


#footer {
	clear: right;
	width: 760px;
	background-color: #060;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	/* [disabled]font-size: 10px; */
	margin: 0px;
}
#footer a {
	color: #FFF;
}
.Copyright {
	font-size: 10px;
	color: #333333;
}


#top_title {
	border: 1px dotted #9C3;
	padding: 15px;
	font-size: 14px;
	line-height: 200%;
}
.text {
	font-size: 14px;
	line-height: 150%;
	margin-left: 10px;
	margin-right: 10px;
}
.text_red {
	font-size: 14px;
	line-height: 150%;
	color: #FF0000;
	font-weight: bold;
}
#hyougo {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 20px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #060;
}
#title {
	font-size: 14px;
	font-weight: bold;
	background-color: #D7F9D2;
	margin-top: 20px;
	padding: 7px;
	color: #060;
	clear: both;
}
#iso_img {
	float: left;
	margin-bottom: 20px;
	width: 270px;
}
#iso_text {
	float: right;
	font-size: 14px;
	line-height: 150%;
	margin-top: 45px;
	padding-left: 10px;
	width: 290px;
}
#main ul {
	padding-left: 25px;
	font-size: 14px;
	line-height: 150%;
}
#title .caption {
	/* [disabled]font-size: 12px; */
	font-weight: normal;
	color: #333;
	float: right;
	height: 14px;
	display: inline;
	padding-top: 2px;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
}
