body {
	background-color: #7A9EC2;
	background-image: url(img/back_frame.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-size: x-small;
	line-height: 120%;
}
a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC0099;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #00CCCC;
	text-decoration: none;
}
h1 {
	margin-top: 20px;
}

h2 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #7A9EC2;
}

img {
	text-decoration: none;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.main_frame {
	height: 100%;
	width: 760px;
	text-align: left;
	font-size: x-small;
	background-attachment: fixed;
	background-image: url(img/top.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.contents_frame {
	width: 720px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: x-small;
	line-height: 120%;
}

.menu_frame {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7A9EC2;
	height: 20px;
	width: 760px;
	margin-bottom: 10px;
}
.menu_frame a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_frame a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_frame a:hover {
	background-color: #7CC5CD;
	font-weight: bold;
	color: #FFFFFF;
}
.comment_frame {
	width: 500px;
	font-size: x-small;
	float: left;
	margin-right: 5px;
	border: thin dashed #7A9EC2;
	padding: 5px;
}

.update_frame {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}
.img_title {
	margin-right: 20px;
	margin-left: 20px;
}

.update_title {
	font-size: x-small;
	font-weight: bold;
	border: 1px solid #7A9EC2;
}

.update_text {
	font-size: x-small;
	margin-left: 20px;
	line-height: 120%;
}
.float_clear {
	clear: both;
}
.sub_frame {
	height: 490px;
	width: 760px;
	text-align: left;
	font-size: x-small;
}
.text_title {
	margin-top: 10px;
	font-size: x-small;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7A9EC2;
	padding: 5px;
}
.web_clap {
	font-size: x-small;
	margin-left: 20px;
	line-height: 120%;
	font-weight: bold;
	color: #FF6600;
}
