@charset "utf-8";
/* formatting style
-------------------------------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	background-image: url(back_line.jpg);
	height: auto;
	width: auto;
	background-repeat: repeat-x;
	font-family: "メイリオ";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}


#wappar {
	height: auto;
	width: 700px;
	margin: 0px auto;
	font-family: "メイリオ";
	background-image: none;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#title {
	height: 100px;
	width: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(top.png);
}
#main01 {
	height: 400px;
	width: 700px;
	background-image: url(img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
	height: 135px;
	background-image: url(top.jpg);
}

#main02 {
	background-image: url(img-2.gif);
	background-position: left top;
	height: 260px;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#main03 {
	height: 220px;
	width: 700px;
	background-image: url(img-3.gif);
	padding-top: 60px;
	background-repeat: no-repeat;
	text-indent: 50px;
	color: #222554;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	margin-top: 20px;
}
#main03 a {
}
#main03 ul {
	padding-top: 15px;
	list-style: circle url(ball.gif) inside;
	text-decoration: underline;
	font-weight: normal;
}

#number {
	height: 300px;
	width: 700px;
	background-image: url(img-4.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 0px;
	background-position: bottom;
}
#bottom {
	height: 250px;
	background-image: url(img-5.png);
	background-repeat: no-repeat;
	background-position: center;
}
#navi {
	height: 30px;
	float: none;
	margin-top: 10px;
}
#navi #cap {
	background-image: url(navi_cap.gif);
}
#navi #cap a:hover {
	background-image: url(navi_cap-over.gif);
}
#navi #isyoku {
	background-image: url(navi_top.png);
}
#navi #isyoku a:hover {
	background-image: url(navi_top-over.gif);
}
#navi #about {
	background-image: url(navi_about.gif);
	background-repeat: no-repeat;
}
#navi #about a:hover {
	background-image: url(navi_about-over.gif);
}

#navi #info {
	background-image: url(navi_info.gif);
}
#navi  #info  a:hover {
	background-image: url(navi_info-over.gif);
}

#navi #photo {
	background-image: url(navi_photo.gif);
}
#navi  #photo  a:hover {
	background-image: url(navi_photo-over.gif);
}



#navi ul li {
	float: left;
	list-style: none;
	clear: none;
}
#navi  li a {
	display: block;
	height: 30px;
	width: 140px;
	text-indent: -999999px;
}

