@charset "utf-8";

body {
	text-align: center;
	scrollbar-base-color: white;
}

#nav a {
	text-decoration: none;
}
#nav a:link {
	color: #336666;
}
#nav a:visited {
	color: #336666;
}
#nav a:hover {
	color: #336666;
	background-color: #99CCCC;
}

/* ページ構造にかかわるCSS
----------------------------------------*/
#wrapper {
	width: 950px;
	height: 1990px;
	background-color: #FFCC00;
	margin-left: auto;
	margin-right: auto;
}


#top {
	width: 950px;
	height: 150px;
}

#header {
	width: 950px;
	height: 300px;
	background-color: #FFA64D;
}
#nav {
	potision: relative;
	float: left;
	width: 200px;
	height: 654px;
	background-color: #09AA04;

}

#nav1 {
	width: 180px;
	potision: relative;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	padding-left:0px;
}

#content {
	width: 750px;
	height: 1440px;
	potision: relative;
	float: left;
	background-color: #D7F9B0;
}

#col1 {
	width: 700px;
	height: 1380px;
	margin-top: 24px;
	margin-left: 24px;
	/* float: left; */
	text-align: left;
	border: 3px solid #000000;
	background-color: white;
}

#footer {
	width: 950px;
	height: 100px;
	clear:both;
	background-color: #EEEEEE;
}

#f1 {
	width: 200px;
	height: 100px;
	potision: relative;
	float: left;
	background-color: #D7F9B0;
}

#f2 {
	width: 750px;
	height: 100px;
	potision: relative;
	float: right;
	background-color: #FFA64D;
}

/* ナビゲーションにかかわるCSS
----------------------------------------*/


#nav1 li{
	width: 180px;
	height: 53px;
	border-style: solid solid;
	border-width: 4px 4px;
	border-color: #000 #000;
	margin-top: 5px;
	potision: relative;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 15px;
	text-align: center;
	list-style: none;
	background-color: #F0F0F0;
}
#nav1 a {
	display: block;
	width: 180px;
	height: 37px;
	margin-top: 0px;
	padding-top: 16px;
}
#nav img {
	margin-top:16px;
}

/* コンテンツにかかわるCSS
---------------------------------------*/

#content h2 {
	width: 750px;
	height: 17px;
	margin-top:0px;
	font-size: 13px;
	text-align: center;
	background-color: #FFCC00;
}

#col1 h3 {
	width:180px;
	font-family: "ヒラギノ明朝 Pro W3", "MS P明朝", serif;
	font-size: 20px;
	text-align: center;
	margin-top: 0px;
	border-style: none none solid solid;
	border-width: 0px 0px 2px 5px;
	border-color: #000 #000 #CC0000 #CC0000;
}

#col1 table {
	width: 500px;
	height: 200px;
	text-align: center;
	border: solid 2px green;
	margin-top: 30px;
	margin-left: 100px;
}

#col1 td {
	border: solid 2px green;
}

#col1 img.t {
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
}
/* フッターにかかわるCSS
--------------------------------------*/

#footer p.adress {
	text-align: left;
	text-indent: 1em;
}

#f2 p.foot {
	width: 500px;
	height: 20px;
	margin-top: 20px;
	text-align: right;
	float: right;
	margin-right: 5px;
}

#footer img {
	margin-left:300px;
	border: none;
}

#footer p.feet {
	width: 500px;
	height: 16px;
	font-size: 14px;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#f2 a {
	
}
#f2 a:link {
	color: #000000;
	text-decoration: underline;
}
#f2 a:visited {
	color: #000000;
}
#f2 a:hover {
	color: #000000;
	text-decoration: none;
}



