@charset "UTF-8";

body{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
	background: url(../img/bg01.gif) repeat left top;
    color: #221815;
    font-size: 12px;
}

a {
    color:#221815;
    text-decoration:none;
    outline: none;
}
a:hover {
    color:#114b9e;
    text-decoration:underline;
}

img {
	vertical-align: bottom;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
}

header p {
	padding-top: 10px;
}

.title {
	margin-top: -8px;
}

.text01 {
	margin-top: 20px;
	text-align: center;
}

.list01 {
	margin: 13px -20px 0 0;
}

.list01 li {
	float: left;
	margin: 0 20px 20px 0;
}

.text02 {
	margin-top: 20px;
	text-align: center;
}

.btn01 {
	margin: 30px auto 0;
	width: 173px;
}

.btn01 a {
	display: block;
	width: 173px;
	height: 47px;
	background: url(../img/bt01.png) no-repeat left top;
	text-indent: -9999px;
}

.btn01 a:hover {
	background-position: right top;
}

footer {
	margin-top: 31px;
	padding-bottom: 12px;
	text-align: center;
}

.clearfix:after {content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix {zoom:1;}
