@charset "utf-8";
a {
	color:#D58000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#container {
	background-color: #FFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	color: #666;
	line-height: 120%;
}
td {
	text-align: left;
	vertical-align: top;
}

#header {
	width: 750px;
	height: 120px;
	background-image: url(image/head.jpg);
	text-align: left;
	color: #FFF;
	background-color: #03C;
}

h1 {
	font-size: 12px;
	color: #FFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	padding: 0px;
}

h2 {
	font-size: 16px;
	color: #FFF;
	background-color: #03F;
	width: 280px;
	height: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 20px;
	background-image: url(image/title.gif);
}

h3 {
	font-size: 14px;
	color: #FFF;
	background-color: #03F;
	width: 230px;
	height: 20px;
	background-image: url(image/side_top.gif);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#navi {
	height: 16px;
	width: 742px;
	border: 2px solid #CCC;
	padding: 2px;
}
#navi ul li {
	float: left;
	background-color: #FFF;
	text-align: center;
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	list-style-type: none;
}
#contents {
}
#side {
	width: 200px;
	float: left;
}
#main {
	float: right;
	width: 490px;
	padding-right: 30px;
	padding-left: 30px;
}
.side_top {
	width: 190px;
	color: #FFF;
	background-image: url(image/side_top.gif);
	font-size: 15px;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#footer {
	clear: both;
	text-align: center;
	color: #FFF;
	background-color: #666;
	height: 13px;
	padding: 1px;
}
	
#side ul li {
	background-color: #FFF;
	list-style-type: none;
	text-align: center;
	float: none;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
	border-right-style: solid;
	border-right-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#side ul {
	background-color: #CCC;
	margin: 3px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

body {
	background-color: #E7E7E7;
	background-image: url(image/back.gif);
	background-repeat: repeat-x;
}
#navi ul li a:hover {
	background-color: #CCC;
}
