@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 150%;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
}
.main{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
p{
	margin: 0px;
	padding: 0px;
}
table{
	font-size: 100%;
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0099CC;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #CC3333;
}
a:active {
	color: #CC3333;
}
.main a:link img{
  opacity:1.0;
  filter: alpha(opacity=100);
}
.main a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}
#copyright{
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.tableform{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tableform .td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.tableboder{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tableboder td{
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}
#inputarea{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.caution-mark1{
	color: #FF0000;
}
iframe{
	border: 1px solid #999999;
}
.mb30{
	margin-bottom: 30px;
}
.mr30{
	margin-right: 30px;
}
.ml50{
	margin-left: 50px;
}
.mr10{
	margin-right: 10px;
}
.ml150{
	margin-left: 150px;
}
.con2{
	width: 450px;
	float: left;
}
.con400{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.small{
	font-size: 84%;
	
}
.large{
	font-size: 122%;
}
#foot{
	background-image: url(../images/foot.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	font-size: 12px;
}
/*
===== clear fix ===========================
*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	zoom: 1; /* for IE5.5 - IE7 */
}
/* ↓DreamWeaver Preview \*/
.clearfix {overflow:hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearboth{
	clear: both;
	line-height: 0%;
	font-size: 0px;
}
