html {
overflow-x: hidden;
}
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 10px;
	color: #999999;
	line-height: 1.5;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*
a:link {
	color: #FF66FF;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
*/
.style1 {color: #FF66FF}

/*
div.left_contents {
	float: left;
	width: 400px;
}

div.right_contents {
	float: right;
	width: 480px;
}
*/

div.sub_section{
	height:650px;
	overflow:auto;

}

div.sub_section_update{
	height:100px;
	overflow:auto;

}

div.sub_section_info{
	height:325px;
	overflow:scroll;
}

.menus {
	color: #FFFFFF;
	/*background-color: #FFCC33;*/
	font-weight: 600;
	font-size: 10px;
	height:16px;

	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;

	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

}
