@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Osaka, "ＭＳ Ｐゴシック";
	font-size: 100%;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

body {
	background: #333 url(images/bg_body.gif) repeat left top;
}

#wrapper {
	width: 430px;
	height: 430px;
	margin: 150px auto;
	background-color: #fff;
}

/*header*/

#header {
	height: 32px;
}

#header li {
	float:left;
	text-indent: -999em;
	height: 32px;
}


#header li.menu01on {
	background: url(images/menu01_on.jpg) no-repeat left top; 
	width:143px;
}

#header li.menu02on {
	background: url(images/menu02_on.jpg) no-repeat left top; 
	width:143px;
}

#header li.menu03on {
	background: url(images/menu03_on.jpg) no-repeat left top; 
	width:144px;
}


#header li a {
	display: block;
	height: 32px;
}


#header li.menu01 a:link {
	background-image: url(images/menu01.jpg);
	background: no-repeat left top;
	width:143px;
}

#header li.menu01 a:visited {
	background-image: url(images/menu01.jpg);
	width:143px;
}

#header li.menu01 a:hover {
	background-image: url(images/menu01.jpg);
	background-position	: left bottom;
	width:143px;
}

#header li.menu02 a:link {
	background-image: url(images/menu02.jpg);
	width:143px;
}

#header li.menu02 a:visited {
	background-image: url(images/menu02.jpg);
	width:143px;
}

#header li.menu02 a:hover {
	background-image: url(images/menu02.jpg);
	background-position	: left bottom;
	width:143px;
}

#header li.menu03 a:link {
	background-image: url(images/menu03.jpg);
	width:144px;
}

#header li.menu03 a:visited {
	background-image: url(images/menu03.jpg);
	width:144px;
}

#header li.menu03 a:hover {
	background-image: url(images/menu03.jpg);
	background-position	: left bottom;
	width:144px;
}


/*メイン*/



#contents {
	height: 263px;
	padding: 30px;
	clear: both;
	background: #f7f7f7 url(images/bg_con.jpg) no-repeat left top;
	color: #656E74;

}

#contents h1 {
	margin-bottom: 23px;
}

#contents p {
	font-size: small;
	line-height: 180%;
}

#contents h2 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: small;
}


#footer {
	height: 50px;
	background: #f7f7f7 url(images/bg_footer.jpg) no-repeat left top;
	font-size: xx-small;
	line-height: 100%;
	text-align: center;
	color: #a0a0a0;
}

#footer a {
	color: #a0a0a0;
	text-decoration: none;
}


address {
	font-style: normal;
	margin-top: 7px;
}
