@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-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#h1 a { color: #3366CC; }
.title {
	position: relative;
	text-align:left;
	font-size:28px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* ---- 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: 798;
	text-align: left;
	background:#CCCCCC;
}

/* -- head -- */
#head {
	width: 798;
	height: 154;
	background-image: URL(img/head.jpg);
	background-repeat: no-repeat;
}
.head2 {
	width: 798;
	margin-top:10;
	height: 92;
	background-image: URL(img/head2.jpg);
	background-repeat: no-repeat;
}
.head2 p{	padding: 6 80 6 100;}

/* -- right -- */
#right {
	width: 466;
	height:604;
	float: right;
	background-image:url(img/right_bg.jpg);
	background-repeat:no-repeat;
}
.frame{
	margin:80 0 0 48;
	width: 386;
	height:490;
}
/* -- left -- */
#left {
	width: 330;
	height: 604;
	background:#CCCCCC;
	text-align:left;
	float: left;
	margin-bottom:10;
}
.pl {
	width: 332;
	height:168;
	float: right;
	background-image:url(img/pl.jpg);
	background-repeat:no-repeat;
}
.pl p{
	padding: 52 6 0 28;
	color:#FFFFFF;
}
.cl {
	width: 332;
	height:22;
	float: right;
	background-image:url(img/cl.jpg);
	background-repeat:no-repeat;
}
.cl p{
	padding-left: 44;
	font-weight:bold;
	font-size:16;
}
.member p{
	padding-left: 22;
}
/* -- foot -- */
#foot {
	width: 798;
	height: 50;
	text-align: center;
	clear: both;
	background-image:url(img/foot.jpg);
}
#foot a { color: #CC9933; }
#foot h3 {
	padding-top: 14px;
	font-size: 10pt;
	color: #ffffff;
	clear: both;
}
#foot h3 a {
	margin: 0 14 0 14;
	color: #ffffff;
	font-weight: bold;
}
#foot ul {
	margin-top: 4;
	list-style: none;
}
#foot li {
	padding: 0 12 0 12;
	display: inline;
}
/* ---- common styleここまで ---- */

