@charset "Shift_JIS";

body {
     text-align: center;
     background-image: url(../image/background.png);
     background-repeat: no-repeat;
}

#top {
    position: relative;
    width: 970px;
    margin: 0 auto;
    padding: 0 0;
    text-align: left;
#    border-left: solid 1px #000;
#    border-right: solid 1px #000;
}

#topContents {
    position: relative;
    width: 410px;
    margin: 0 auto;
    padding: 0 0;
    text-align: left;
}

a:link {
	color:#215dc6;
	background-color:inherit;
	text-decoration:none;
}
a:active {
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:none;
}
a:visited {
	color:#a63d21;
	background-color:inherit;
	text-decoration:none;
}
a:hover {
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:underline;
}

h1.title {
	font-size: 24px;
	font-weight:bold;
        color:white;
	background-color:transparent;
	padding: 0px 720px 0px 20px;
	text-align: left;
	border: 0px;
	margin: 12px 0px 0px 0px;
	word-break: keep-all;
	line-height: 120%;
}

h1.title a {
	color:#000000;
	text-align: left;
}

td.title {
	width: 960px;
	vertical-align: center;
	text-align: center;
	height: 120px;
}

img {
        border: none;
	vertical-align: middle;
}

div.jumpmenu {
	display: none;
}

td.menubar {
	width:220px;
	vertical-align:top;
	border-right: solid 1px #000000;
	background-image: url(../image/menu_back.png);
	background-repeat: repeat-y;
}

div#menubar {
	width:210px;
	padding:0px;
	margin:4px;
	word-break:break-all;
	font-size:90%;
	overflow:hidden;
}

td.main {
       width: 740px;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	line-height: 26px;
	
}

div#main {width: 708px;}

td.main2 {
       width: 480px;
#       border-right: solid 1px #000;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	line-height: 26px;
}

td.main3 {
       width: 480px;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	line-height: 26px;
}

div#footer {
       border-top: solid 2px #000;
	font-size:70%;
	padding:0px;
	margin:16px 0px 0px 0px;
}

div#toolbar {
	clear:both;
	padding:0px;
	margin:0px;
	text-align:right;
}

div.right {
	  text-align: right;
}



.style_table {
	padding:0px;
	border:0px;
	margin:auto;
	text-align:left;
	color:inherit;
	background-color:#5f5f5f;
}
.style_th {
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color:#CFCFFF;
}
.style_td {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFFFFF;
}

div#menubar h2 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	background-color: transparent;
	margin:15px 5px 0px 5px;
        padding:10px 0px 10px 0px;
	font-size: 20px;
	text-align: center;
	height: 25px;
}

h2 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:#0009BF;
	background-color:white;
	background-image:url(../image/back_h2.png);
        background-position: center;
	background-repeat:repeat-x;
	margin:0px 40px 0px 40px;
        padding:10px 0px 10px 0px;

	font-size: 20px;
	text-align: center;
	height:25px;
	vertical-align: center;
}

h3 {
        font-size: 20px;
        border-bottom: 2px solid #0f3fcf;
}

td.main2 h4 {
        font-size: 18px;
	border-left: 10px solid #0f3fcf;
	margin-top: 10px;
	padding-left: 10px;
	width: 280px;
	border-bottom: 1px solid #0f3fcf;
}
td.main3 h4 {
        font-size: 18px;
	border-left: 10px solid #0f3fcf;
	margin-top: 10px;
	padding-left: 10px;
	width: 280px;
	border-bottom: 1px solid #0f3fcf;
}

h4 {
        font-size: 18px;
	border-left: 10px solid #0f3fcf;
	margin-top: 10px;
	padding-left: 10px;
	width: 400px;
	border-bottom: 1px solid #0f3fcf;
}

a.anchor_super {
	display: none;
}

pre {
        border: 1px solid #00003f;
	background-color: #dfefff;
	margin: 0px 30px 0px 15px;
	padding: 3px 15px 3px 15px;
	font-family: verdana, arial, helvetica, Sans-Serif;
}
