@charset "UTF-8";

/* 
------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    overflow: auto;
}
body {
	text-align: center;
	font-size: 75%;
	line-height: 1.5;
	color: #43270b;
	font-family:'ＭＳ Ｐゴシック';
	background:#e4fbe4 url(../images/bg_body01.jpg) repeat-x left top;
	
    height: 100%;
    overflow: auto;
    padding: 0;
}

body#contact,
body#member {
	background:#e4fbe4 url(../images/bg_body02.jpg) repeat-x left top;
}


a {
	color: #43270b;
}
a:hover {
	color: #ff8800;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac\*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Hides from IE-mac */

/* clear
------------------------------------------------------------*/

/* base style
------------------------------------------------------------*/
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#topArea {
	width: 850px;
	background: url(../images/bg_main01_top.jpg) no-repeat left top;
}
#topArea h1 {
	float: left;
	width: 440px;
}
#topArea h2 {
	float: right;
	width: 375px;
	padding-top: 70px;
	text-align: left;
}

#main {
	width: 700px;
	margin: 0 25px 20px 25px;
	padding: 25px 50px 10px 50px;
	background: #fff url(../images/bg_main01_bot.jpg) no-repeat left bottom;
}

#main h3 {
	width: 700px;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	background: url(../images/bg_ttl01.gif) no-repeat left bottom;
}

#main .section {
	padding-bottom: 20px;
}

#bottomLink {
	width: 800px;
	margin: 0 auto;
	color: #43270b;
}
#bottomLink ul {
	margin-bottom: 7px;
	text-align: left;
}
#bottomLink ul li {
	float: left;
}
#bottomLink ul li {
	text-decoration: none;
}

#footerWrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	background: #3b271e;
}

*html #footerWrap {
	position: absolute;
	border-bottom: 2px solid #3b271e;
}

#footer {
	width: 850px;
	margin: 0 auto;
}

#footer ul.footerLink {
	float: left;
	width: 570px;
}
#footer ul.footerLink li {
	float: left;
	padding-right: 1px;
	background: url(../images/bg_footlink01.gif) no-repeat right center;
}
#footer ul.footerLink li.last {
	background: none;
}

#footer .copyright {
	float: right;
	width: 265px;
}


/* start
------------------------------------------------------------*/
body#start #wrapper {
	position: relative;
	width: 850px;
}
body#start #wrapper h1 {
	width: 850px;
	background: url(../start/images/bg_top01.jpg) no-repeat right top;
}

body#start #main {
	width: 770px;
	margin: 0 0 0 80px;
	padding: 0 0 80px 0;
	background:none;
}

body#start #main p.read {
	margin-bottom: 0;
}

body#start #wrapper img.balloon01 {
	position: absolute;
	top: 96px;
	left: 644px;
}
body#start #wrapper img.balloon03 {
	position: absolute;
	top: 265px;
	left: 685px;
	z-index:-100;
}
body#start #wrapper img.balloon02 {
	position: absolute;
	top: 277px;
	left: 607px;
	z-index: 100;
}


/* contact
------------------------------------------------------------*/
body#contact #main .section p img.btn {
	padding-left: 30px;
	vertical-align: middle;
}


/* member
------------------------------------------------------------*/
body#member #main dl.rules {
}
body#member #main dl.rules dt {
	padding-bottom: 5px;
	font-weight: bold;
}
body#member #main dl.rules dd {
	padding-bottom: 10px;
	line-height: 1.5;
}
body#member #main dl.rules dd p {
	margin-bottom: 5px;
	padding:0;
}
body#member #main dl.rules dd ul.indent01 li {
	text-indent: -1.1em;
	padding-left: 1em;
}
body#member #main dl.rules dd ul.indent02 li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}