@charset "utf-8";
/* CSS Document */

body {
	background-color: #EEEEEE;
	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1 solid #999999;
}

textarea {
	width:98.6%;
}

input.myButton {
	font-size:12px;
	width:100px;
	height:45px;
	color:#6B6B6B;
	
}
input.myButton[disabled] {
	font-size:12px;
	width:100px;
	height:45px;
	background-color:#aaaaaa;
	color:#dddddd;
	border:#000000;
}
	
input.myButton_c {
	font-size:12px;
	width:170px;
	height:45px;
	background-color:#dddddd;
	color: #6B6B6B;
}

#wrapper{
	left: 10px;
	top: 10px;
	position: absolute;
	background-color: #EEEEEE;
	width: 95%;
	height: 500px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#myHeader{
	position: relative;
	float: left;
	background-color: #EEEEEE;
	width: 100%;
	height: 160px;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 26px;
}

#myBox{
	position: relative;
	float: left;
	background-color: #EEEEEE;
	width: 100%;
	height: 100%;
}

#myBox1{
	position: relative;
	float: left;
	background-color: #EEEEEE;
	width: 100%;
	height: 100px;
}

#myBox2{
	position: relative;
	float: left;
	background-color: #EEEEEE;
	width: 50%;
	height: 100px;
	margin-top: 10px;
}

#myBox3{
	position: relative;
	float: left;
	text-align: right;
	background-color: #EEEEEE;
	width: 50%;
	height: 100px;
	margin-top: 10px;

}

.style_norm {
	font-size: 0.4em;
	line-height: 0.6;
}

.style_header {
	font-size: 1.3em;
	line-height: 0.8;
}

.style_subheader {
	font-size: 0.6em;
	line-height: 0.012em;
}

a:link { 
font-family:Verdana,Arial,Helvetica;
font-size:9px;
text-decoration:underline;
color:#808080;
} 

a:visited { 
font-family:Verdana,Arial,Helvetica;
font-size:9px;
text-decoration:underline;
color:#808080;
} 

a:hover { 
font-family:Verdana,Arial,Helvetica;
font-size:9px;
text-decoration:underline;
color:#999999;
} 



