@charset "utf-8";
/* formatting style
----------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 75%;
	line-height: 1.6;
	color: #663300;
	background-color: #DD9500;
	background-repeat: repeat;
}
hr {
	display: none;
}
/*link styles
--------------------------------*/
a img {
	border: none;
}
a:link {
	color: #660066;
	text-decoration: underline;
}
a:visited {
	color: #6600FF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*basic layout
--------------------------------*/
#wrapper {
	background-color:#FFFFFF;
	width: 860px;
	margin: 0px auto;
	border: 6px solid #FFFFFF;
}
#main{
	padding: 15px;
	float:right;
	width:550px;
	margin-bottom:50px;
}	
#sidebar{
padding: 40;
float: left;
width: 225px;
margin-bottom:10px;
}
#footer{
color:#FFFFFF
background-color:#33333;
padding:15px;
clear:both;
}
/*header styles
--------------------------------*/
#header {
	background-repeat: no-repeat;
	height:250px;
	width: 860px;
	background-color: #FFFFFF;
}
#header ul{
background-color:#FFFFFF
}
#header ul li {
	float: left;
	list-style: none;
	font-weight: bold;
}
#header ul li a {
	text-decoration: none;
	line-height: 3em;
	color: #FF9900;
	background-color: #663333;
	text-align: center;
	display: block;
	width: 140px;
	bottom: 0px;
	height: 3em;
	padding: 0px;
	border-top: 1.5px solid #FF9900;
	border-right: 1.5px solid #FF9900;
	border-bottom: 1.5px double #FF9900;
	border-left: 1.5px solid #FF9900;
	
}
#header ul li#nHome a {
	border-left: none;
}
/*sidebar styles
--------------------------------*/

#sidebar  a{
	border: 1px solid #663300;
	margin: 0px 10px 10px 0px;
	padding: 1px;
	float: left;
}
#sidebar a:hover {
	border: 1px solid #FF6600;
}

/*main styles
--------------------------------*/

#main h2 {
	margin-bottom: 15px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(image/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
/*footer styles
--------------------------------*/

#footer ul li a {
	color: #666666;
}
#footer ul li a:hover {
	color: #666666;
}
#footer p a {
	color: #999999;
}
#footer p a:hover {
	color: #666666;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	float: right;
	margin-top: 0px;
}
#header ul li a:hover {
	color: #663300;
	background-color: #FF9900;
}
