
#head {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	border-right: solid #cccccc 1px;
}
#main {
	position: absolute;
	left: 180px;
	top: 100px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 600px;
	background: #ffFFFF;
	border-right: solid #cccccc 1px;
}
#main_top {
	position: absolute;
	left: 180px;
	top: 100px;
	width: 600px;
	background-color: #ffFFFF;
	padding-bottom: 20px;
	border-right: solid #cccccc 1px;
}
#main_qa {
	position: absolute;
	left: 100px;
	top: 80px;
	padding-top: 5px;
}
#menu {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 180px;
	height: 100%;
	padding-left: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
}

H1 {
	color: #336699;
	font-size: 16px;
	text-align: center;

	background: #eaf8f8;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-top: 20px;

	border: solid #336699 1px;

}
H2 {
	color: #CC3300;
	font-size: 15px;
	border-bottom: dotted #CC3300 1px;
}
H3 {
	color: #000099;
	font-size: 14px;
}
H4 {
	color: #000066;
	font-size: 13px;
}
.MAINTEXT_MENU {
	font-size: 13px;
	line-height: 150%;
	padding:3px;
}
UL {
	color: #333333;
	line-height: 130%;
	LIST-STYLE-TYPE: square;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}
dl {
	line-height: 130%;
	margin-bottom: 10px;
	font-size: 14px;
}
dt {
	line-height: 130%;
	font-weight: bold;
}
.MAINTEXT15 {
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 1px;
}
.MAINTEXT14 {
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1px;
}
.MAINTEXT14b {
	font-weight: bold;
	font-size: 14px;
}
.MAINTEXT13 {
	font-size: 13px;
	line-height: 115%;
}
.MAINTEXT13b {
	font-weight: bold;
	font-size: 13px;
}
.MAINTEXT11 {
	font-size: 11px;
	line-height: 115%;
}
.MAINTEXT14bgreen {
	font-weight: bold;
	font-size: 14px;
	color: #006666;
}
.MAINTEXT13bred {
	font-weight: bold;
	font-size: 13px;
	color: #990000;
}
A:link {
	text-decoration: none;
}
A:hover{
	color:#FF6600;
	text-decoration:underline;
}