/* ----------基本---------- */

html{
	height:100%;
}

* {
	margin: 0;
	padding: 0;
	zoom: 1;
}

body {
	color: #333333;
	font-size: 90%;
	text-align: center;
	background-color:#ffffff;
	line-height: 150%;
}
img {
	border: 0px none;
	vertical-align: bottom;
}
object,embed {
	vertical-align:bottom;
}

a:link {
	color:#003399;
	text-decoration:none;
}

a:visited {
	color:#003399;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


.txt8 {
	font-size: 60%; font-style: normal; line-height: 120%;
}
.txt10 {
	font-size: 70%; font-style: normal; line-height: 120%;
}
.txt12 {
	font-size: 90%; font-style: normal; line-height: 130%;
}
.txt14 {
	font-size: 100%; font-style: normal; line-height: 140%;
}
.txt16 {
	font-size: 110%; font-style: normal; line-height: 150%;
}


#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}



/* ----------ヘッダー関連---------- */

#header{
	background-color: #004722;
	padding: 7px;
}
#header-link{
	background-color: #A7DCA3;
	padding: 5px;
	font-size: 60%;
	font-style: normal;
	text-align: left;
	color: #000000;
	line-height: 100%;
}
a.gray:link {
	color:#333333;
	text-decoration:none;
}
a.gray:visited {
	color:#333333;
	text-decoration:none;
}
a.gray:hover {
	text-decoration:underline;
}



/* ----------フッター関連---------- */
#footer-up{
	margin-top:5px;
	padding:5px;
	font-size:70%;
	text-align:right;
	line-height: 100%;
	clear: both;
}

#footer{
	background-color: #004722;
	color: #FFFFFF;
	text-align: left;
	padding: 7px;
}

#footer-link{
	font-size:11px;
	line-height: 100%;
	text-align:left;
	width: 60%;
	float: left;
}

#footer-link li{
	display:inline;
	list-style-type:none;
}

#copyright{
	font-size:11px;
	text-align:right;
	width: 40%;
	font-weight: bold;
	line-height: 100%;
	float: left;
}



/* ----------red-Link---------- */

a.red-link:link {
	color:#CC0000;
	text-decoration: none;
}

a.red-link:visited {
	color:#993300;
	text-decoration: none;
}

a.red-link:hover {
	color:#CC0000;
	text-decoration: underline;
}

a.red-link:active {
	color:#CC0000;
	text-decoration: underline;
}

/* ----------white-Link---------- */

a.white-link:link {
	color:#FFFFFF;
	text-decoration: none;
}

a.white-link:visited {
	color:#FFFFFF;
	text-decoration: none;
}

a.white-link:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

a.white-link:active {
	color:#FFFFFF;
	text-decoration: underline;
}



/* ----------クリア---------- */

.floatclear{
	clear:both;
	width:100%;
	height:1px;
	font-size:1px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

