@charset "utf-8";
/* CSS Document */


/* 基本要素の定義
--------------------------------------------------------- */

html:not(:target) body {
	font-size: 12px;	/* IE6・7・8以外モダンブラウザ */
}

h1,h2,h3,h4,h5,h6,h7,h8,h9,p,li,th,td,span,dt,dd {
	font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0;
}
img {
	border:none;
	border-width:0;
	vertical-align:0;
}

p {
	line-height:200%;
	font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-bottom:15px;
}

ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
ol {
	margin-top: 20px;
}
ol li {
	margin-top:10px;
	font-size:82%;
	line-height:1.3;
}
ol li:first-child {
	margin-top:0;
}

a:link {
	color:#66cc00; 
	text-decoration:underline;
}
a:visited {
	color: #66cc00; 
	text-decoration:underline;
}
a:hover {
	color: #66cc00; 
	text-decoration: none;
}
a:active {
	color: #66cc00; 
	text-decoration: none;
}
a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.txgreen {color:#339933;}
.small {font-size:70%;}
.cen {text-align:center;}

.ls {float:left;}
.rs {float:right;}

.comp {margin-bottom:35px; clear:both;
}


/* レイアウト
--------------------------------------------------------- */
body {
	background: url("../img/background.gif") repeat;
	margin:0;
	color:#000;
}

#wrapper {
	width:730px;
	margin:0 auto;
	padding:0;
	background:	#fff;
}

.bar {
	width:100%;
	background-color:#339933;
	height:4px;
	margin:0;
	padding:0;
}

/* header */

#header {
	width:730px;
	padding:0;
}
#header h1 {
	font-size:120%;
	font-weight:bold;
	line-height:180%;
	margin:10px 8px;
	letter-spacing:inherit;
}

#header table img{margin:0 4px}

.site_copy {
	font-size:90%;
	text-align:right;
	margin-bottom:0;
	vertical-align:bottom;
}

/* page2 navi */

.navi{
	margin:0 auto 25px auto;
	width:730px;
	height:42px;
	clear:both;
	overflow:hidden;
}
.navi li{
	margin:0;
	padding:0;
	width:146px;
	height:42px;
	float:left;
}
.navi a{
	outline:none;
}

/* Contents */

#contents {
	width: 704px;
	margin: 13px;
	padding: 0;
}

#contents h2,h3,h4 {
	text-align:center;
	margin-bottom:6px;
	clear:both;
}

#contents .textBox {
	margin:0 20px;
}

#contents .linkBox {
	margin:0 15px 30px 15px;
	clear:both;
	overflow:hidden;
}

/* page2 */

#contents .textBox2 {
	width:455px;
	margin:0 10px 20px 0;
	float:left;
}
#contents .graphBox2 {
	width:205px;
	margin:0 0 20px 10px;
	float:right;
}

#contents .linkBox2 {
	width:550px;
	height:40px;
	margin:0 auto 30px auto;
	clear:both;
	overflow:hidden;
}

/* Present */

.preBox {
	margin:0 0 25px 0;
}
.preBox table {
	text-align:center;
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}
.preBox table td	{
	padding:4px 0;
	background-color:#fff;
	border:none;
}
.btn_rtn {
	margin:20px;
	text-align:center;
}

/* oubo */

.ouboBox {
	margin:0 0 25px 0;
}
.ouboBox table {
	text-align:left;
	width:100%;
	border-collapse:collapse;
}
.ouboBox table td	{
	padding:2px;
	background-color:#fff;
	border:none;
}

.notes {
	font-size:84%;
	line-height:150%;
	color:#333;
}


/* footer
--------------------------------------------------------- */

#footer-navi{
	padding:20px 10px;
	text-align:center;
}
#footer-navi img{
	margin:0 4px
}
#footer {
	background-color:#efefef;
	font-size:84%;
	padding:10px;
	text-align:center;

}

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 63px;
	height: 63px;
}
