@charset "utf-8";
html,body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	margin: 10px;
}

#container {
	text-align: left;
	padding: 0px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#container #header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-color: #FFF;
	height: 120px;
	border: 1px solid #538BAC;
	background-image: url(img/header_sd.jpg);
	background-repeat: no-repeat;
}
#container #header h1 {
	font-size: 12px;
	color: #006;
	text-align: right;
	background-image: none;
}
#container #header h2 {
	font-size: 24px;
	text-align: right;
}

#container #headmenu {
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	margin-top: -10px;
	margin-left: 20px;
	margin-bottom: 6px;
}

#container #headmenu a.btn {
	background-image: url(img/topbtn_base.gif);
	background-repeat: no-repeat;
	color: #538BAC;
	text-decoration: none;
	height: 30px;
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
}
#container #headmenu a:hover.btn {
	background-image: url(img/topbtn_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #538BAC;
}
#container   #sideleft {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	clear: both;
	height: auto;
}
#container #sideleft a:hover.btn1 {
	background-image: url(img/mbtn1r.png);
	background-repeat: no-repeat;
	text-decoration: none;
	
}
#container #sideleft a.btn1 {
	background-image: url(img/mbtn1.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 190px;
	display: block;

}

#container #sideleft a:hover.btn2 {
	background-image: url(img/mbtn2r.png);
	background-repeat: no-repeat;
	text-decoration: none;
	
}
#container #sideleft a.btn2 {
	background-image: url(img/mbtn2.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 190px;
	display: block;
}

#container #sideleft a:hover.btn3 {
	background-image: url(img/mbtn3r.png);
	background-repeat: no-repeat;
	text-decoration: none;
	
}
#container #sideleft a.btn3 {
	background-image: url(img/mbtn3.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 190px;
	display: block;
}

#container #sideleft a:hover.btn4 {
	background-image: url(img/mbtn4r.png);
	background-repeat: no-repeat;
	text-decoration: none;
	
}
#container #sideleft a.btn4 {
	background-image: url(img/mbtn4.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
	width: 190px;
	display: block;
}


#container #sideleft ul {
	text-decoration: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container #sideleft li {
	margin-top: 5px;
}




#container #main {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 498px;
	float: left;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCE9EE;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCE9EE;
	height: auto;
}
.table02 {
	margin: 0px;
	padding: 0px;
}
.table02 td {
	margin: 0px;
	padding: 0px;
}
#container  #sideright {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	
	height: auto;
}
#container #footer {
	background-color: #DCE9EE;
	padding: 0px;
	clear: both;
	width: 900px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #538BAC;
}

#container #footer a.link {
	color: #339999;
	text-decoration: none;
	display: block;
	width: 70px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CCCC;
	border-right-color: #339999;
	border-bottom-color: #339999;
	border-left-color: #99CCCC;
	text-align: center;
	padding: 2px;
	font-size: 12px;
	background-color: #DCE9EE;
	margin: 0px;
}
#container #footer a:hover.link {
	margin-right: -2px;
	margin-bottom: -2px;
	background-color: #FFFFFF;
}
#container #footer table {
	margin-right: 5px;
	margin-left: auto;
	margin-top: 0px;
}
#container #footer td {
	width: 80px;
	padding: 2px;
}
#container  #footer  h5 {
	font-size: 16px;
	color: #666666;
	text-align: center;
	clear: both;
}




p {
	font-size: 14px;
	line-height: 1.3em;
	color: #666666;
	text-decoration: none;
	margin: 10px;
}

h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #538BAC;
	border-right-color: #538BAC;
	border-bottom-color: #538BAC;
	border-left-color: #3399CC;
	border-left-width: 5px;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.box_title {
	background-image: url(img/text_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #3399CC;
	background-position: bottom;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: -11px;
	text-align: center;
}

.box1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399CC;
	border-right-color: #538BAC;
	border-bottom-color: #538BAC;
	border-left-color: #3399CC;
	margin: 10px;
	padding: 5px;
}
.box2 {
	background-color: #DCE9EE;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399CC;
	border-right-color: #538BAC;
	border-bottom-color: #538BAC;
	border-left-color: #3399CC;
}
.box3 {
	padding: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #3399CC;
	border-right-color: #538BAC;
	border-bottom-color: #538BAC;
	border-left-color: #3399CC;
	text-align: center;
}
.text_blue {
	color: #6699FF;
}
.item_center {
	text-align: center;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
.box4 {
	margin: 10px;
	padding: 5px;
	height: 100px;
	border: 1px solid #538BAC;
	overflow: auto;
}

.table01 {
	font-size: 16px;
	width: 480px;
	color: #666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;	
}


.table01 td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #F3F3F3;
	text-align: center;
	padding: 5px;
}
