@charset "Shift_JIS";

/* ------ common styleここから ------ */

/* ---- tag ---- */
/* -- A -- */
a:link { 
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CC0066;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	position: relative;
	text-decoration: underline;
	top: 2px;
	left: 2px;
}

/* -- H -- */
h1 {//* center on everything else */
	margin: 0 auto;
	position: relative;
	text-align:center;
	font-size:12px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#h1 a { color: #EB2C77; }
.title {
	position: relative;
	text-align:left;
	font-size:28px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h2 {//* center on everything else */
	margin: 0 auto;
	position: relative;
	text-align:left;
	font-size:30px;
	font-weight:bold;
	color:#EB2C77;
	margin-left: 20;
}

/* ---- box ---- */
body { /* center on ie */
	padding: 20 0 20 0;
	width: 100%;
	text-align: center;
	overflow-x: hidden;
	background-image: URL(img/bg.jpg);
	background-attachment: fixed;
}
#main { /* center on everything else */
	margin: 0 auto;
	width: 898;
	height: 1220;
	text-align: left;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background: #FFFFFF;
}

/* -- head -- */
#head {/* center on everything else */
	margin: 0 auto;
	width: 900;
	height: 90;
	background-image: URL(img/head.jpg);
	background-repeat: no-repeat;
}
.head3 {
	width: 900;
	margin:4 0 16 0;
	height: 140;
	background-image: URL(img/head3.jpg);
	background-repeat: no-repeat;
}
.head3 p{
	padding: 8 40 8 40;
	line-height:210%;
}

/* -- right -- */
#right {
	width: 480;
	float: right;
	background: #FFFFFF;
}
.form {
	width: 480;
	height:574;
	float: right;
	background-image:url(img/right_bg.jpg);
	background-repeat:no-repeat;
}
.frame{
	margin:60 0 0 48;
	width: 386;
	height:490;
}
/* -- left -- */
#left {
	width: 416;
	height: 574;
	background: #FFFFFF;
	text-align:left;
	float: left;
	margin-bottom:10;
}
.member {
	float: right;
	background-image:url(img/mem.jpg);
	background-repeat:no-repeat;
	width:416;
	height:118;
}
.member p{
	margin: 10 8 4 30;
}
.photo{
	float:left;
	margin:10;
}
/* -- foot -- */
#foot {/* center on everything else */
	margin: 0 auto;
	width: 900;
	height: 40;
	text-align: center;
	clear: both;
	background-image:url(img/foot.jpg);
	margin-top: 8;
}
#foot a { color: #CC9933; }
#foot h3 {
	padding-top: 8px;
	font-size: 10pt;
	color: #EB2C77;
	clear: both;
}
#foot h3 a {
	margin: 0 14 0 14;
	color: #ffffff;
	font-weight: bold;
}
/* ---- common styleここまで ---- */


