@charset "utf-8";
/* CSS Document */
*{margin:0;
padding:0;}
body{background-image:url(../img/back.gif);}

#wrapper {
	margin: 0 auto;
	width: 900px;
	position: relative;
	background-color:#FFFFFF;
}
img {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#top {
	float: left;
}
#left {
	float: left;
	width:221px;
    margin: 0;
	padding: 0;
}
#right {
	float: right;
	width:679px;
    margin: 0;
	padding: 0;
	margin-bottom:50px;
}
#contents {
	padding: 0;
	width:640px;
	margin-top: 20px;
	margin-left:20px;
}
#footer {
	clear:both;
}
.h1 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0 0 10px 10px;
}
.h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color:rgba(255,0,127,1.00);
	margin: 0 0 10px 10px;
	font-weight:bold;
}
.h3 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: -10px 0 10px 10px;
} 
.title1 {
	padding: .5em .75em;
	background-color:#FFFFCC;
	border-left: 6px solid rgba(255,0,127,1.00);
	font-size:15px;
	color:rgba(255,0,127,1.00);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	align:left;
	margin: 20px 0 20px 0;
} 
#page-top {
	position:fixed;
	bottom:10px;
	right:100px;
	font-size:14px;
}
#page-top a {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:rgba(255,0,127,1.00);
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	width:100px;
	padding:10px 0;
	text-align:center;
	display:block;
	border-radius:5px;
}
#page-top a:hover {
	background:rgba(211,125,127,1.00);
}