body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	background: #FFFFCC;
	margin: 0px;
	padding: 10px;
	color: #333333;
}
#header {
	margin: 0px auto;
	padding: 0px;
	height: 66px;
	width: 840px;
}

#wapper {
	margin: 0px auto;
	padding: 0px;
	width: 840px;
	background: #FFFFCC url(../img_common/back.jpg) repeat-y;
}

#wapper #contents {
	margin: 0px 20px;
	padding: 0px 30px;
	width: 740px;
	background: #ffffff;
	font-size: small;
	line-height: 170%;
	clear: both;
}







ul#navi {
	background: url(../img_common/navi_back02.jpg);
	margin: 0px 20px;
	padding: 0px;
	height: 24px;
	width: 800px;
	list-style: none;
	clear: both;
}
ul#navi li {
	margin: 0;
	padding: 0;
	width: 157px;
	height: 24px;
	text-indent: -9999px;
}
ul#navi li a {
	display: block;
	text-decoration: none;
	height: 24px;
}
ul#navi li#home {
    float: left;
	width: 157px;
	background: url(../img_common/home_01.jpg) repeat;
}
ul#navi li#home a:hover {
	background: url(../img_common/home_02.jpg) repeat no-repeat;
}

ul#navi li#information {
    float: left;
	width: 157px;
	background: url(../img_common/information_01.jpg) repeat;
}
ul#navi li#information a:hover {
	background: url(../img_common/information_02.jpg) repeat;
}

ul#navi li#club {
    float: left;
	width: 157px;
	background: url(../img_common/club_01.jpg) repeat;
}
ul#navi li#club a:hover {
	background: url(../img_common/club_02.jpg) repeat;
}

ul#navi li#clubhouse {
    float: left;
	width: 157px;
	background: url(../img_common/clubhouse_01.jpg) repeat;
}
ul#navi li#clubhouse a:hover {
	background: url(../img_common/clubhouse_02.jpg) repeat;
}

ul#navi li#blog {
    float: left;
	width: 157px;
	background: url(../img_common/blog_01.jpg) repeat;
}

ul#navi li#blog a:hover {
	background: url(../img_common/blog_02.jpg) repeat;
}



h1 {
	margin: 0px 20px;
	padding: 0px 0px 15px;
	clear: both;
	width: 800px;
	background: #FFFFFF;
}

h2 {
	border-bottom: 1px dotted #333333;
	border-left: 5px solid #990000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	font-size: small;
	text-indent: 7px;
	margin: 0px 0px 15px;
	padding: 0px;
}



.jp_text {
	font-size: small;
}



.cr {
    clear:               both;
    height:              1px;
    font-size:           1px;
    line-height:         1.0;
}



img {
    border:           none;
}





#footer {
	clear:               both;
	margin:              0px auto;
    padding:             8px 40px 0px 40px;
    height:              42px;
    width:               760px;
    background:          #ffffcc url(../img_common/footer.jpg) no-repeat;
    font-size:           10px;
    color:               #000000;
    font-family:         verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, palatino, georgia, sans-serif;
}

#footer a:link, 
#footer a:visited {
    text-decoration:     none;
    color:               #000000;
    font-size:           11px;
}
#footer a:hover, 
#footer a:active {
    text-decoration:     underline;
    color:               #000000;
    font-size:           11px;
}

#footer #footer_copy {
    float:               left;
    width:               48%;
    margin:              0;
    padding:             0;
}

#footer ul#footer_navi {
    float:               right;
    width:               40%;
    margin:              0;
    padding:             0;
    text-align:          right;
    list-style:          none;
}

#footer ul#footer_navi li {
    margin:              0 0px 0px 10px;
    padding:             0;
    display:             inline;
}



#map {
    width:               740px;
    height:              300px;
    margin:              8px 0 5px 0;
    padding:             0;
    color:               #000000;
    font-size:           12px;
    line-height:         110%;
}
p {
    margin:              0px 0 15px 0;
    padding:             0;
    line-height:         110%;
}










dl {
    margin:           0 0 20px 0;
    padding:          0;
    line-height:      130%;
}

dt {
	border-bottom: 1px dotted #333333;
	border-left:   5px solid #990000;
	margin:  0px 0px 15px 0;
	padding: 0 0 2px 0;
	font-size:   120%;
	text-indent: 7px;
    font-weight: bold;
}

dd {
    margin:           0 0 3px 12px;
}

dd.title {
    margin:           10px 0 3px 12px;
    color:            #660000;
    font-weight:      bold;
}
