@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 0px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}


#base {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;	
}

#base #wrap {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	position: relative;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	background-color: #ddefcb;
}
#base #wrap #header {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 1000px;
	position: relative;
	left: 0px;
	top: 0px;
}
#base #wrap #MenuBar1 {
	position: relative;
	height: 25px;
	width: 1000px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#base #wrap #container {
	position: relative;
	width: 1000px;
	left: 0px;
	top: 0px;
	margin-right: 260px;
	background-image: url(image/haikei-1.gif);
	padding: 0px;
	margin-bottom: 0px;
	height: auto;
	background-color: #ddefcb;
}

#base #wrap #container #sidebar {
	position: relative;
	height: auto;
	margin-left: 760px;
	line-height: 130%;
	color: #333333;
	background-color: #ddefcb;
}
#base #wrap #container #main {
	height: auto;
	position: relative;
	float: left;
	width: auto;
	margin-left: 0px;
	margin-top: 10px;
	color: #333333;
	background-color: #ddefcb;
}
#base #wrap #container #footer {
	background-color: #8FBF11;
	width: 1000px;
	height: auto;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
#base #wrap #container #footer .f-navi {
	font-size: 10pt;
	list-style-type: none;
	padding-top: 10px;
}

#base #wrap #container #footer .f-navi li {
	padding-right: 1.5em;
	display: inline;
}
#base #wrap #container #footer .bottom {
	font-size: 10pt;
	width: auto;
	padding-right: 20px;
	position: static;
	height: auto;
	text-align: right;
}

.f-navi a, .f-navi a:visited, .f-navi a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.f-navi a:hover {
	color: #FF0000;
	text-decoration: none;
}


#base #wrap #header .header-1 {
	position: relative;
	height: 80px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	float: left;
}
#base #wrap #header .header-2 {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 600px;
	background-image: url(flash_photo/header-kokubunji.jpg);
	background-repeat: no-repeat;
	float: left;
}
#base #wrap #header .header-3 {
	margin: 0px;
	height: 80px;
	width: 200px;
	top: 0px;
	background-image: url(image/header-1_3.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
}

.header-3 .size-menu {
	list-style-type: none;
	text-align: left;
	height: 40px;
	position: relative;
	left: 20px;
	top: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.header-3 .size-menu .th-1 {
	font-size: 11pt;
	color: #8fbf11;
	padding: 0px;
	margin: 0px;
}
.header-3 .size-menu .td-1 {
	font-size: 10pt;
	text-align: center;
	width: 40px;
}
.header-3 .size-menu .td-2 {
	font-size: 11pt;
	text-align: center;
	width: 45px;
}
.header-3 .size-menu .td-3 {
	font-size: 12pt;
	text-align: center;
	width: 50px;
}

.header-3 .size-menu a, .header-3 .size-menu a:visited, .header-3 .size-menu a:link {
	color: #0000FF;
	text-decoration: none;	
}
.header-3 .size-menu a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #8fbf11;
	display: block;
}
	
.p-1 {
	color: #333333;
	line-height: 140%;
}
#base #wrap #container #sidebar .side-1 {
	font-size: 10pt;
	margin-bottom: 15px;
}
#base #wrap #header .header-2 object {
	position: relative;
	height: 80px;
	width: 600px;
	left: 0px;
	top: 0px;
}
