@charset "UTF-8";
*{
	margin:0;
	padding:0;
	border:none;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
	font-variant: normal;
	font-weight: normal;
	font-family:'メイリオ',Meiryo,Arial,sans-serif;
}
.left	{float: left;}
.right	{float: right;}
.clear	{
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0px;
	line-height: 0px;
} 
#footer_navi a:link		{color: #006600; text-decoration: none }
#footer_navi a:visited	{color: #006600; text-decoration: none }
#footer_navi a:hover	{color: #339933; text-decoration: underline}
#footer_navi a:active	{color: #006600; text-decoration: none }
#bg {
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 800px;
	padding: 0px 20px;
	margin:0px auto;
}
#wrapper {
	background-image: url(../images/common/header_bg.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	background-position: top;
}
#footerArea {
	line-height: 10px;
	border-bottom: 2px solid #006600;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
h2 {
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}
#footerArea #footer_cont {
	font-size: 12px;
	line-height: 14px;
	color: #006600;
	width: 360px;
	padding-top: 10px;
}
#footerArea #footer_navi {
	color: #006600;
	/*padding-top: 26px;
	padding-right: 50px;
	background-image: url(../images/common/rogo_s.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	/*height: 54px;*/
	width: 374px;
	text-align:right;
}
#copyright {
	color: #006600;
	padding-left: 20px;
}
h1 {
	font-size: 28px;
	padding-top: 30px;
	padding-right: 20px;
	font-weight: bold;
	color: #006600;
}
#contentsArea {
	/*	background-image: url(../images/common/cont_bg.gif);*/
	background-color:#FFFFFF;
	height: 100%;
	width: 760px;
	overflow:auto;
	_margin-top: -3px;
	padding: 10px 20px;
}
#contentsArea_e {
	background-image: url(../images/e_sub/cont_bg.gif);
	height: 580px;
	width: 760px;
	_margin-top: -3px;
	padding: 10px 20px}
