/* CSS Document */

option {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 5px;
	padding: 0;
	font-size: 12px;
	/*text-align: center;*/
}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select { font-family: "Hiragino Kaku Gothic Pro W3", Osaka, san-serif; font-weight: normal; padding: 0; color: #000000; font-style: normal; }

h1, h2, h3{
	margin:0px;
	}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

/* ---------- */
#wrapper {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navi {
	width: 800px;
	height: 29px;
	margin: 0;
	padding: 0;
	background:#e3e5f6 url("../images/menu-bar_bg.gif") repeat-x;
	text-align: left;
}

#contents {
	background-color: #F3F3F3;
	height: 150px;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p { color: black; font-size: 12px; line-height: 165%; margin-right: 10px; margin-bottom: 15px; margin-left: 10px; }

.size10 {  font-size: 10px; line-height: 14px;}
.size12 {  font-size: 12px; line-height: 17px;}
.size14 {  font-size: 14px;}
.table1 { font-size: 12px; line-height: 16px; padding: 3px; }
.news  { background-color:#ffffff; }
.copyright { color: white; background-color: #0b067d; margin-left: 12px; }

