

/* CSS Document */
body {
	background-image: url(../img/bg01.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #EBBEC5;
	font-size: 12px;
	color: #666666;
}
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
#header {
	width: 852px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	height: 55px;
}
#header h1 {
	font-size: 10px;
	color: #e095b3;
	margin: 0px;
	padding: 10px 0px 0px;
}

#wrapper1 {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 38px 0px;
}
#footer {
	margin: 0px auto;
	padding: 38px 15px 0px;
	width: 822px;
	height: 28px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	text-align: left;
	color: #AEAEAE;
}
#footer a {
	color: #000000;
	text-decoration: none;
	
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
	
}
#footer a:hover {
	color: #DB909C;
	text-decoration: none;
	
}
#footer ul {
	list-style-type: none;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	float: left;
	margin: 1px 15px 0px 0px;
	padding: 0px;
}

.float_right {
	float: right;
}
.img_top {
	vertical-align: top;
}
.img_middle {
	vertical-align: middle;
}
.px10_white {
	font-size: 10px;
	color: #FFFFFF;
}
.px12_white {
	font-size: 12px;
	color: #FFFFFF;
}
.px12_purple {
	font-size: 12px;
	color: #b898c2;

}
.px12_purple_b {
	font-size: 12px;
	color: #b898c2;
	font-weight: bold;
}
.px14_purple_b {
	font-size: 14px;
	color: #b898c2;
	font-weight: bold;
}

.px12_white_b {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.px14_white_b {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.px14_gray_b {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.px18_gray_b {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.px12_gray_b {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.px11_gray {
	font-size: 11px;
	color: #666666;
	line-height:1.3em;
}

.px10_gray {
	font-size: 10px;
	color: #666666;
}

.px12_gray {
	font-size: 12px;
	color: #666666;
}
.px10_pink {
	font-size: 10px;
	color: #DB909C;
}
.px10_pink_b {
	font-size: 10px;
	color: #DB909C;
	font-weight: bold;
}
.px12_pink_b {
	font-size: 12px;
	color: #DB909C;
	font-weight: bold;
}
.px12_pink {
	font-size: 12px;
	color: #DB909C;
}
.px12_pink2 {
	font-size: 12px;
	color: #d592a2;
}

.px14_pink_b {
	font-size: 14px;
	color: #DB909C;
	font-weight: bold;
}
.px16_pink_b {
	font-size: 16px;
	color: #DB909C;
	font-weight: bold;
}
.px14_gold_b {
	font-size: 14px;
	color: #D3B68C;
	font-weight: bold;
}
.px12_gold {
	font-size: 12px;
	color: #D3B68C;
}
.px12_orange {
	font-size: 12px;
	color: #D06D49;
}
.px12_brown {
	font-size: 12px;
	color: #40370c;
}
.px12_brown_b {
	font-size: 12px;
	color: #40370c;
	font-weight: bold;
}
.px12_green {
	font-size: 12px;
	color: #8f8248;
}
.cap {
	padding-left:1em;
	text-indent:-1em;
}
.cap2 {
	padding-left:2em;
	text-indent:-2em;
}
.pad1 {
	padding-left: 1em;
}
.pad2 {
	padding-left: 2em;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
