BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 12px;
  text-align : center;
  
}

A { text-decoration: none; }
A:link { color: #0080ff; } 
A:visited { color: #0080ff; } 
A:hover { color: #3300cc; } 
A:active { color: #454545; }

.nomal{  font-size : 12px; color : #666666; line-height:120%;}
.small{  font-size : 10px; color : #666666; line-height:120%;}
.smaller{  font-size : 8px; color : #666666; line-height:120%;}
.large{  font-size : 14px; color : #666666; line-height:120%;}
.larger{  font-size : 16px; color : #666666; line-height:120%;}
.nomal_red{font-size : 12px;color : #ff0000; line-height:120%;}
.nomal_white{font-size : 12px;color : #ffffff; line-height:120%;}

.copyright{
  padding-top:5px;
  padding-bottom:5px;
  font-size : 12px;
  text-align : center;
  color : #ffffff;
}

.h1_01{
	font-size : 18px;
	color : #666666;
}
.h2_01{
	font-size : 14px;
	color : #666666;
	margin:5px;
	line-height:120%;
}

.inp{
	border-width : 1px;
	border-style : solid;
	border-color : #454545;
	color : #454545;
}

.inp2{
	width:100%;
	border-width : 1px;
	border-style : solid;
	border-color : #454545;
	color : #454545;
}

/*
メインテーブル設定
*/
.div_center{
	margin-left:auto;
	margin-right:auto;
}
.centerTable{
	margin-left:auto;
	margin-right:auto;
	font-size : 12px;
	color : #666666;
	line-height:120%;
}
.mainTable{
	width:800px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#84cd5a;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#84cd5a;
	margin-left:auto;
	margin-right:auto;
	font-size : 12px;
}

.mainTop{

}

.mainLeft{
	width:210px;
	text-align:left;
	vertical-align:top;
	background-image : url(../images/bg003.gif);
	background-repeat : repeat-y;
	background-position : 200px;
	background-color:#e7f3b5;
}

.mainContents{
	width:590px;
	background-color:#ffffff;
	text-align:center;
	vertical-align:top;
}

.mainFooter{
	background-color:#84cd5a;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	padding:5px;
}

.popTable{
	width:100%;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#84cd5a;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#84cd5a;
	margin-left:auto;
	margin-right:auto;
	font-size : 12px;
}

.popTop{
	text-align:center;
}

.popContents{
	background-color:#ffffff;
	text-align:center;
	vertical-align:top;
}

.popFooter{
	background-color:#84cd5a;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	padding:5px;
}