@charset "EUC-JP";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;

}

body {
	margin: 0px;
	padding: 0px;
	font-family: "MS P¥´¥·¥Ã¥¯","Osaka","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	background-color: #FFFFFF;
	height: 100%;
}

#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: auto;
}

#navibar {
	width: 160px;
	height: 400px;

	float: left;
}

#navibar li {
	margin-bottom: 3px;
	height: 26px;
	width: 160px;
}

#navibar a {
	text-decoration: none;
	color: #036EB8;
	font-weight: normal;
	height: 26px;
	width: 160px;
	padding-top: 7px;
	text-align: right;
	display: block;
	font-size: 12px;
}

#navibar a:hover {
	text-decoration: none;
	color: #036EB8;
}

#maincontent {
	width: 540px;
	float: right;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	height: auto;
}

#maincontent {
	height: 100%;
	width: 500px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#maincontent h6 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #036EB8;
}
#maincontent .box {
	height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#maincontent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding-left: 10px;*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #036EB8;
	margin-bottom: 5px;
}
#maincontent img {
	float: left;
	margin-right: 10px;
}

#maincontent table {
	margin: 10px;
}

#maincontent p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin-bottom: 20px;
}

#maincontent .no li { 
	list-style-type: decimal; 
	margin-bottom: 3px;
	margin-left: 15px;
	margin-top: 7px;

}


#footer {
	clear: both;
	width: 720px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 30px;
	bottom: 0px;
}

#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #036EB8;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}

.title_topic {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFBF00;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 200px;
}



#photos img {
	float: left;
	margin-right: 15px;

}

a {
text-decoration: none;
}
