@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;
}



#right {
	float: right;
	width: 180px;
	height: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
}

#right .box {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#right .box h4 {
	color: #FFFFFF;
	text-align: center;
	background-color: #036EB8;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	padding-top: 6px;
}
#right .box p {
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
}

#right p {
	font-size: 11px;
	padding: 5px;

}



#maincontent {
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#maincontent h6 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}
#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: dashed;
	border-bottom-color: #669900;
	margin-bottom: 5px;
}
#maincontent img {
	float: left;
	margin-right: 10px;
	margin-bottom: 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;
}

#maincontent .list li { 
	font-size: 12px;
	list-style-type: square; 
	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;
}*/
