
/******************body******************/
body{
	font-size: 75%;
	line-height: 130%;
	font-style: normal;
	font-weight: normal;
	font-family:Verdana , Arial , Osaka , sans-serif;
	padding: 0px;
	margin: 0px;
	background: #E3F6FF;
	color: #333333;
	background-image:url(../img/topbg.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

/******************font******************/
/*txt*/
.white10 {
	color: #ffffff;
	font-size: 10px;
}
.black10 {
	font-size: 10px;
}
/*fontcolor*/
.blue { color:#007DB5; }

strong {
	font-weight: bold;
}

/*midashi CSS*/
h1,h2,h3,h4,h5,h6,
p{margin: 0px;padding: 0px;}

/******************link******************/
/*base*/
a,
a:link,
a:visited {
	color: #009BE0;
	text-decoration: underline;
}
a:active,
a:hover{
	color: #27BCFF;
	text-decoration: none;
}

/*top*/
a.top,
a.top:link,
a.top:visited {
	color: #F3F2AD;
	text-decoration: underline;
}
a.top:active,
a.top:hover{
	color: #F3F2AD;
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

/* list  */
ul , ol{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/******************cont******************/
#cont {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

/******************Top******************/

/*Top head*/

#head {
	background-image:url(../img/top_headbg.jpg);
	height:119px
}

#head h1 img {
	margin-bottom: 10px;
}

#head h2 img {
	margin-bottom: 10px;
	margin-left: 5px;
}

/*Top menu*/

#menu {
	background: #0096D9;
	border-top: 1px solid #35BAF6;
	border-bottom: 1px solid #007DB5;
	height: 23px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	display: inline;
	list-style-type: none;
	float: left;
}
#menu ul li img{
	display: block;
	list-style-type: none;
	padding-top: 1px;
}

/*Top main*/

#main {
	background: #33ABE1;
	border-left: 1px solid #007DB5;
	border-right: 1px solid #007DB5;
	text-align: center;
	clear: left;
}

#main .fla {
	padding-top: 4px;
	padding-bottom: 4px;
	clear: left;
}

#doc {
	padding: 4px;
	background: #0096D9;
	text-align: center;
	clear: left;
}

#doc h3 {
	padding: 2px 0 2px 2px;
	text-align: left;
}

#doc .new {
	clear: both;
	background: #33ABE1;
	border: 1px solid #007DB5;
	padding: 10px 20px 10px 20px;
}
#doc .new td.nbg {
	width: 250px;
	text-align: left;
	vertical-align: top;
}
#doc .new td.bbg {
	width: 150px;
	text-align: left;
	vertical-align: top;
}

#doc .new td.bbg img {
padding: 7px 0px 7px 0px;
}

#doc .new dl {
	width: 230px;
	margin: 10px 0px 10px 20px;
}
#doc .new dt {
	font-size: 70%;
	color: #ffffff;
	padding: 0px 0px 0px 15px;
	background: url(../common/arrow.gif) no-repeat left center;
}
#doc .new dd {
	font-size: 70%;
	margin: 0;
	padding: 0px 0px 10px;
}

/*Top foot*/
#foot {
	clear: both;
	height: 20px;
	line-height: 20px;
	background-image: url(../img/top_footbg.gif);
	text-align: center;
}

