@charset "UTF-8";

/* formatting styles
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-color: #FFCCCC;
}
hr {
	display: none;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	color: #FF3300;
	text-decoration: underline;
}
a:hover {
	color: #FFCCFF;
	text-decoration: none;
}
a:active {
	color: #FFCCFF;
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px auto;
}
#header {
	height: 80px;
}
#eyecatch {
	text-align: center;
	overflow: auto;
	clear: both;
	height: auto;
}
h3   {
	color: #FF3300;
	font-size: 16px;
	text-align: center;
}
#navi {
	height: 35px;
	background-color: #FFCCCC;
}
#navi ul li {
	height: 35px;
	width: 150px;
	float: left;
	list-style: none;
}
#rs_text {
	padding: 5px;
	height: auto;
	width: 450px;
	margin: 10px auto 0px;
	border-top: thin solid #999999;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #999999;
	text-align: left;
}
p.text {
	font-size: 14px;
	font-weight: bold;
}
#rise_side {
	float: left;
	width: 200px;
	height: 360px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#rise_side  ul li {
	list-style: none;
}
#rise_main {
	float: left;
	width: 700px;
	height: 360px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
}
#rise_main_sun {
	float: left;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: scroll;
	text-align: left;
}
#gallery ul {
	padding-top: 20px;
	padding-left: 20px;
	list-style: none;
}
#gallery {
	height: 400px;
	width: 250px;
	float: left;
	background-image: url(images/gal.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#gallery ul li {
	color: #FF3300;
}
#news {
	height: auto;
	width: 500px;
	text-align: center;
	margin: 0px auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#info {
	height: 200px;
}
#info  ul {
	padding-top: 20px;
}
#info  ul  li {
	text-indent: 20px;
	list-style: none;
}
#risesun {
	height: 200px;
}
#risesun ul {
	padding-top: 20px;
}
#risesun ul li {
	text-indent: 20px;
	list-style: none;
}
#links {
	height: 400px;
	width: 270px;
	float: left;
}
#links ul {
	padding-top: 20px;
}
#links ul li {
	text-indent: 20px;
	list-style: none;
}
#profile {
	clear: both;
	height: 200px;
}
#profile ul {
	padding-top: 5px;
	padding-left: 25px;
}
#profile ul li {
	float: left;
	list-style: none;
}
#staff {
	height: 80px;
}
#staff ul li {
	float: left;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 30px;
	list-style: none;
}
#footer {
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
#main2 {
	height: 400px;
	width: 379px;
	float: left;
}
#main {
	text-align: center;
	overflow: auto;
	clear: both;
	height: auto;
}
#2010 {
	height: auto;
	width: auto;
	padding-top: 50px;
}

