@charset "utf-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width: 800px;
}
#navi {
	width: 800px;
}
#contents {
	width: 800px;
	background-color: #FFFFFF;
}
#pics {
	width: 800px;
}

#main {
	width: 520px;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	padding-right: 0px;
}
#main h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	background-color: #D1EDF9;
	color: #000099;
	padding-left: 20px;
}
#main h4 {
	background-color: #6699FF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FFFFFF;
}


#side {
	float: left;
	width: 260px;
	

}
#footer {
	clear: both;
	width: 800px;
	font-size: 12px;
}
#top-right {
	float: right;
	width: 250px;
}
#top-left {
	float: left;
	width: 540px;
}
body {
	background-image: url(../images/bc.gif);
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.style1 {
	color: #3399CC
}
.style3 {font-size: 12px}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

