/*regular*/
body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	scrollbar-base-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#333333;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#222222;
	scrollbar-darkshadow-color:#000000;
	color: #666666;
	background-attachment: fixed;
	background-repeat: repeat-x;

} 
td {
	font-size: 12px;
	color: #333333;
	line-height:1.3em;
}

a:link {font-size: 11px; font-weight: normal; color: #009999;}
a:visited { font-size: 11px; font-weight: normal; color: #009999;}
a:hover { font-size: 11px; font-weight: normal; color: #00CCFF;}
a:active { font-size: 11px; font-weight: normal; color: #00CCFF;}

h1 { font-size: 1.2em; font-style: italic; font-weight: bold; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h2 { font-size: 1.2em; font-style: italic; font-weight: normal; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h3 { font-size: 1.2em; font-style: normal; font-weight: normal; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h4 { font-size: 1.1em; font-style: italic; font-weight: bold; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h5 { font-size: 1.1em; font-style: italic; font-weight: normal; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h6 { font-size: 1.1em; font-style: normal; font-weight: normal; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}

img { border: none;}
strong { font-size: 14px; font-weight: bold;}

.caution { font-size: 10px; color: #FF0000;}

.fontsmall { font-size: 0.8em;}
.fontmedium2 { font-size: 0.9em;}
.fontlarge { font-size: 1.1em;}
.fontxlarge { font-size: 1.3em;}

.header { background-color: #222222; text-align: center;}
.copyright { background-color: #222222; font-size: 11px; text-align: center; padding-bottom: 10px;}

/*custom*/
.base { background-color: #222222;}
.logo { vertical-align: bottom; text-align: right;}
.menu { background-color: #111111; border-left: 1px solid #222222; border-right: 1px solid #222222; padding-left: 1em;}
.news { background-color: #111111;}
.fla { border-left: 1px solid #222222; border-right: 1px solid #222222;}
.main { background-color: #111111; padding: 5px; vertical-align: top;}
.disc {
	text-align: left;
}
.imgbd {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;

}
.date { color: #FFFFCC;}
.index { vertical-align: top;}
.newssp {
background-color: #FF3300;
}
.undertitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bolder;
	color: #495A6A;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;


}
.left {
	background-image: url(image/left.jpg);
	background-repeat: repeat-y;
}
.right {
	background-image: url(image/right.jpg);
	background-repeat: repeat-y;
}

