@charset "utf-8";
a {
	color: #CCC;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.font01 {
	color: #000;
}

/* CSS Document */

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #top {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #003;
	text-align: right;
	height: 25px;
	line-height: 24px;
	padding-right: 8px;
}
#wrapper #nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 36px;
	background-image: url(../img/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
}
#wrapper #nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	width: 200px;
	text-align: center;
}
#wrapper #nav a:hover {
	color: #003;
	background-image: url(../img/nav_bg_hover.jpg);
	background-repeat: repeat-x;
}
#wrapper #banner {
	height: 217px;
	background-color: #DBDBDB;
}

#wrapper #body_01 {
	background-image: url(../img/body_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #AED0D9;
}
#wrapper #body_01 #body_02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 40px;
	color: #FFF;
}


#wrapper #ruler {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #003;
	height: 15px;
	clear: both;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	height: 30px;
}
#footer #suiche{
	height: 30px;
	width: 30px;
	float: left;
	margin-left: 350px;
}
#footer #suiche a img{
	background-image: url(../suiche/suichebanner.png);
	background-position: top;
}
#footer #suiche a img:hover {
	background-image: url(../suiche/suichebanner.png);
	background-position: bottom;

}
#footer #pao{
	height: 30px;
	width: 70px;
	float: right;
	margin-right: 350px;
}
#footer #pao a img{
	background-image: url(../suiche/pao_icon.png);
	background-position: top;
}
#footer #pao a img:hover {
	background-image: url(../suiche/pao_icon.png);
	background-position: bottom;
}
