/* 全体に対する設定*/
* {
	margin: 0px;
	padding: 0px;
}

#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
p,li,dt,dd {
	font-size: 80%;
}

a {
	text-decoration: none;
}
a:link {
	color: #663300;
}
a:hover {
	background-color: #FFFFCC;
}
a:visited {
	color: #666600;
}

/*　ヘッダーに関する表記*/
#header {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header ul {
	list-style-type: none;
	float: right;
}
#header li {
	display: inline;
}
#header h1 a:hover {
	background-color: #FFFFFF;
}


/*メニューに関する表記　*/
#navi {
	background-color: #CC9966;
	height: 28px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}
#navi ul {
	margin-right: 5px;
	margin-left: 5px;
}
#navi li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}
#navi li a {
	background-image: url(../com_img/menu-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 3px;
	display: block;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#navi a:hover {
	background-image: url(../com_img/menu-back-on.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #663300;
	border-left-color: #663300;
}

#navi a:visited {
	color: #663300;
}

#navi active a {
	background-color: #FFFFFF;
}

/*メイン部分---TOP*/
#main {
	padding: 5px 0;
}

#main #content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


/*　フッターに関する表記　*/
#footer {
	background-image: url(../com_img/footer-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	margin-top: 5px;
}


#footer address {
	color: #666600;
	text-align: right;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	height: 20px;
}

