@charset "shift_jis";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	margin-top: 0px;
}
img {
	border: none;
}
a:link {
	color: #BD001A;
	text-decoration: underline;
}
a:active {
	color: #BD001A;
	text-decoration: none;
}
a:hover {
	color: #FF7E90;
	text-decoration: none;
}
a:visited {
	color: #931B2C;
	text-decoration: none;
}
#container {
	width: 850px;
	height: 1100px;
	padding-left: 325px;
	padding-right: 325px;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.title {
	width: 550px;
	padding-left: 150px;
	padding-right: 150px;
	text-align: center;
}
.wrap {
	width: 850px;
	padding-top: 10px;
}
.image01 {
	width: 205px;
	padding-right: 10px;
	height: 170px;
	float: left;
}
.image02 {
	width: 205px;
	height: 170px;
	float: left;
}
.big01 {
	width: 300px;
	float: left;
	padding: 0 90px 0 80px;
}
.big02 {
	width: 300px;
	float: left;
	padding: 0 80px 0 0;
}