body{
	font-family:Arial;
	font-size:80%;
	background-color:#fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}
h1{
	font-size:150%;
}
h2{
	font-size:100%;
}
div.default_small
{
	width:200px;
	text-align:left;
}

div.top_head_title
{
	text-align:center;
	background-color:#DC143C;
	padding: 0px 0px 0px 1px;
}
div.top_head_sub_title
{
	margin:0px 40px 0px 40px;
	background-color:#FFCC66;
	border: 2px solid #FF3333;
	padding: 1px 1px 1px 1px;
}

div.msg_banner
{
	width:700px;
	height:70px;
	border: 1px solid gray;
	padding: 10px 10px 10px 10px;
	background-color:#EEE8AA
}
div.msg_banner_left
{
	width: 180;
	float:left;
	border: 0px solid;
	padding: 10px 10px 10px 10px;
}
div.msg_banner_left_n1
{
	font-size:20px;
	border: 0px solid;
}
div.msg_banner_left_n2
{
	border: 0px solid;
}
div.msg_banner_left_n3
{
	border: 0px solid;
}
div.msg_banner_right
{
	width: 500;
	float:right;
	border: 0px solid;
	padding: 0px 0px 0px 0px;
}
div.msg_comment
{
	width:700px;
	height:100px;
	text-align:left;
	border: 1px solid gray;
	padding: 10px 10px 10px 10px;
}
div.msg_comment_left
{
	width: 80;
	float:left;
	border: 0px solid;
	padding: 0px 0px 0px 0px;
}
div.msg_comment_right
{
	width: 600;
	float:right;
	border: 0px solid;
	padding: 0px 0px 0px 0px;
}
