@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */



body {
	background-color: #FFFFFF;
	text-align: center;
}

h1 {
	margin-bottom: 25px;
	padding: 5px;
	border-top: 1px dotted #ffcc00;
	border-bottom: 1px dotted #ffcc00;
	font-size: 15px;
	text-align: center;
}
p, li, address {
	color: #000000;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
	text-align : left;
}
em {
	font-weight: bold;
}

blockquote {
	border-left: 2px solid #7777AA;
}
blockquote p {
	margin: 15px 10px;
	color: #999999;
}

form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;
	color: #000000;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
	background-color: #ffffff;
	border: 1px solid  #ffcc00;
}
form textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
	border: 1px solid #ffcc00;
}
a:active, a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

/* ----- 個別指定 -------------------------------------- */

.file {
	text-align: center;
}

html, body { 
    scrollbar-face-color : #ffffff;
    scrollbar-track-color : #ffffff;
    scrollbar-arrow-color : #ffcc33;
    scrollbar-3dlight-color : #ffcc33;
    scrollbar-darkshadow-color : #ffffff;
    scrollbar-shadow-color : #ffcc33;
	}

#container1 {
	width : 800px;
	margin-top : 0px;
	margin-bottom : auto;
	margin-right : auto;
	margin-left : auto;
	text-align : center;
	}

#header {
	width : 800px;
	height: 50px;
	text-align : center;
	background-image : url(../../img/heder.png);
	background-repeat : no-repeat;
	}

#list {
	width : 280px;
	height: 0px;
	float : left;
	margin : 20px 0px 0px 180px;
	text-align : left;
	}

#map {
	width : 280px;
	height: 0px;
	float : right;
	margin : 20px 40px 0px 0px;
	text-align : right;
	}

#main {
	width : 800px;
	height : 490px;
	}

#nav {
	width : 150px;
	height : 490px;
	float : left;
	margin : 0px 0px 0px 0px;
	text-align : center;
	background-image : url(../../img/nav.png);
	background-repeat : no-repeat;
	}

#content {
	width : 590px;
	height : 490px;
	float : left;
	margin : 0px 20px 0px 20px;
	text-align : center;
	}

#rightframe {
	width : 20px;
	height : 490px;
	float : right;
	text-align : center;
	background-image : url(../../img/rightframe.png);
	background-repeat : no-repeat;
	}

#footer {
	width : 800px;
	height : 70px;
	text-align : left;
	background-image : url(../../img/footer.png);
	background-repeat : no-repeat;
	}

#counter {
	width : 150px;
	height : 22px;
	float : left;
	margin : 34px 0px 0px 0px;
	text-align : center;
	}

#counterleft {
	margin : 0px 0px 0px 0px;
	}

#countercenter {
	margin : 0px -5px 0px -5px;
	}

#counterright {
	margin : 0px 10px 0px 0px;
	}

#copyright {
	font-size : small;
	width : 610px;
	height : 20px;
	float : right;
	margin : 35px 40px 0px 0px;
	text-align : right;
	}

#clap {
	font-size : 12px;
	width : 540px;
	margin : 0px 0px 0px 0px;
	text-align : left;
	}

<!--[if lte IE 6]>

#list { width : 280px; height: 0px; float : left; margin : 5px 0px 0px 180px; padding : 5px 0px 0px 180px; text-align : left; display: inline; }
