body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top: 5px solid #036;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a:link {color: #0033FF;text-decoration: none;}
a:visited {color: #000099;text-decoration: none;}
a:hover {color: #ff0000;text-decoration: none;}
a:active {color: #FF0000;text-decoration: underline;}


#header {
	width:100%;
	margin: 0px auto;
	padding: 0px;
}
#wrap {
	width: 990px;
	padding: 0px 5px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

#menu {
	float: left;
	width: 230px;
	margin: 0px 0 30px 0;
	padding: 0px;
}
#menu ul {list-style-type: none;margin:0 0 0px;padding: 0px; 
	border-bottom: 1px solid #000;
}
#menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border-top: 1px solid #000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#menu ul li a{
	display: block;
	width: 196px;
	padding:12px 10px 12px 23px;
	margin: 0px;
	font-weight: bold;
}
#menu ul li a:link,#menu li a:visited{
	color: #000;
	text-decoration: none;
	background-image: url(../images/bg_menu_f01.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-color: #fff;
}
#menu ul li a:hover,
#menu ul li a:active{
color: #000;
text-decoration: none;
background-color: #DEF1F7;
background-image: url(../images/bg_menu_f02.gif);
}
#menu ul li .current {
	color: #000;
	text-decoration: none;
	background-color: #DEF1F7;
	background-image: url(../images/bg_menu_f03.gif);
}
#menu ul li ul li .current {
	text-decoration: none;
	background-color: #DEF1F7;
	background-image: none;
}
#menu ul li ul {margin: 0px;padding: 0px;	border-bottom: 0px solid #CCC;
}
#menu ul li li{
border-top: 1px dotted #CCC;
border-right: 0px solid #CCC;
border-bottom: 0px solid #CCC;
border-left:0px solid #CCC;
}
#menu ul li li a:link,
#menu ul li li a:visited{
width: 216px;
background-color: #fff;
margin: 0px;
padding:5px 0 5px 22px;
background-image: url(../images/bg_menu_f02.gif);
background-position: 10px center;
}
#menu ul li li  a:hover,
#menu ul li li a:active{
background-color: #DEF1F7;
}

#wrap #menu ul li ul li a {
	background-image: none;
	margin: 0px;
	padding: 7px 0px 7px 20px;
	width: 211px;
	font-size: 12px;
}
#wrap #menu ul li ul li a:hover {
	background-color: #DEF1F7;
}


#wrap #menu ul li .current {
	background-image: url(../images/bg_menu_f03.gif);
}
#wrap #menu ul li ul li .current{
	background-image: none;
	background-color: #DEF1F7;
}
.pagetop{text-align:right;padding:5px 0;}


#content {
	width: 740px;
	float: right;
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content h1 {
	background-image: url(../images/bg_h1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: x-large;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #036;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 110%;
}
#content h2 {
	font-size: large;
	background-image: url(../images/bg_h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content h3 {
	font-size: medium;
	background-color: #E6E6E6;
	padding: 7px 15px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#content h4 {
	margin: 10px 0px 0px;
	padding: 0px;
}
#content p,
#content  li ,
#content  dd ,
#content  dt ,
#content  td ,
#content th 
{
	line-height: 160%;
}

#content th {
	background-color: #F1F8FF;
	font-weight: normal;
	text-align: left;
}
.smaller {
	font-size: smaller;
}

#pagetop {
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.new {
	color: #CC0000;
	white-space: nowrap;
	padding-right: 15px;
}
.topic {
	font-size: small;
}
#footer {
	clear: both;
	width:100%;
	text-align: center;
	font-size: small;
	color: #FFF;
	background-color: #036;
	padding: 15px 0px;
	margin: 30 0px 0;
}
.right {
	float: right;
}
sup {
	line-height: 100%;
}

.caption {
	text-align: center;
	padding: 20px 0 20px 0;
}
#wrap #content .caption img {
	padding: 10px 0;
	vertical-align: text-top;
}
#wrap #content .caption {
	font-size: small;
	border: 1px solid #CCC;
}
.large {
	font-size: large;
}
#wrap #content table tr .a {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #E75B86;
	padding-left: 10px;
}
#wrap #content table tr .b {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #73BA53;
	padding-left: 10px;
}
#wrap #content table tr .c {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #01A7E1;
	padding-left: 10px;
}
.gaiyo {
	padding: 15px;
	margin-top:20px;
	border: 2px solid #01A7E1;
}
