@charset "utf-8";
/* 
----------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #EDD3A1;
	background-attachment: scroll;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
object#welcome {
	margin: 0px 30px;
	width: 800px;
	clear: both;
}

/* link style
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* 
----------------------------*/
#wrapper {
	width: 860px;
	margin: 15px auto 0px;
}

#ｇuide {
	padding: 15px;
}
#news {
	padding: 50px 50px 10px;
	background-image: url(img/kawafudewaku.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


#footer {
	color: #FFFFFF;
	background-color: #000000;
	padding: 15px;
	clear: both;
	overflow:auto;
	width: 860px;
}


/* guide styles
----------------------------*/
#ｇuide ul li {
	display: inline;
	padding-right: 15px;
	float: right;
	margin: 0px;
}


/* footer style
----------------------------*/
#footer address {
	float: left;
	clear: both;
	font-size: 1em;
}
#footer img {
	padding-left: 50px;
}
/* news style
----------------------------*/
#news h1 {
	float: left;
	padding-bottom: 50px;
}

#news dl {
	clear: right;
	float: none;
	padding: 50px 50px 100px;
	margin-left: 30px;
}
#news dl dt {
	font-weight: bold;
	padding-top: 10px;
}
#news ul li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	padding-left: 5px;
}
em {
	font-weight: bold;
	color: #FF0000;
}

