@charset "UTF-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:  "メイリオ", Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 12px;
	line-height: 180%;
	color: #000000;
	background-color: #A52B5C;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
img {
	vertical-align: top;
	border: none;
}
ul { list-style-type: none; margin: 0; padding: 0px 0px 0px 0px; }
li { margin: 0; padding: 0; }
h1,h2,h3,h4,h5{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #363636;
	text-decoration: underline;
}
a:hover{
	color: #993366;
	text-decoration: underline;
}

#wrap{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#main{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/index.jpg);
	height: 665px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#main h1{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}
#footer{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: center;
	height: 37px;
	padding-top: 8px;
	font-family: "Times New Roman", Times, serif;
}

#bottom{
	width: 1044px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/bottom.jpg);
	height: 11px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* banner area*/
#banner_area{
	width: 942px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#banner_area img{
	padding: 4px;
}

