@charset "UTF-8";


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	list-style-position: outside;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe, legend {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	outline:0;
}

a{
	color:#FFFFCC;
	outline:0;
}
a:hover{
	outline:0;
	color: #FFFF66;
	text-decoration: underline;
}


div.clear{
	font-size:0;
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	float: none;
}

.attention{
	color: #990000;
}

.caution{
	color: #00A0C6;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*body*/

body {
	font-size:12px;
	height:100%;
	color:#333;
	line-height: 1.5;
	background-color: #00A0C6;
	background-image: url(../../img/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 20px;
}

/*container*/

div#container {
	width:900px;
	height:100%;
	overflow:visible;
	margin: 0px auto;
	padding: 0px;
}

div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}
/**/



/*upper*/
div#upper {
	width: 900px;
	position: relative;
	background-image: url(../../img/member/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
}

div#upper #button01 {
	position: absolute;
	left: 53px;
	top: 350px;
}

div#upper #button02 {
	position: absolute;
	left: 147px;
	top: 426px;
}

div#upper #button03 {
	position: absolute;
	left: 266px;
	top: 464px;
}

div#upper #button04 {
	position: absolute;
	left: 396px;
	top: 479px;
}

div#upper #button05 {
	position: absolute;
	right: 273px;
	top: 464px;
}

div#upper #button06 {
	position: absolute;
	right: 154px;
	top: 426px;
}

div#upper #button07 {
	position: absolute;
	right: 61px;
	top: 350px;
	height: 104px;
	width: 102px;
}




/*footer*/
div#footer {
	text-align: center;
	clear: both;
	padding: 30px 0px 10px;
}
div#footer p {
	margin-bottom: 20px;
}



div#left-side {
	text-align: center;
	float: left;
	width: 502px;
}

div#right-side {
	text-align: center;
	float: right;
	width: 382px;
	background-image: url(../../img/top/bg_info.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	min-height:268px;
}

* html div#right-side {/*IE6 HACK*/
	height:268px;
}

div#right-side ul {
	padding: 0px 15px;
	text-align: left;
}


div#right-side ul li {
	border-bottom: 1px dashed #FFFFEE;
	margin-bottom: 10px;
	padding-bottom: 5px;
}



div#join {
	width: 887px;
	background-image: url(../../img/join/bg_join.jpg);
	background-repeat: no-repeat;
	padding-top: 67px;
	margin: 0px auto;
}



div#join #apply {
	background-color: #FFFFFF;
	margin: 0px auto 10px;
	padding: 10px;
	height: 127px;
	width: 778px;
	overflow: auto;
}

div#join #apply h3 {
	font-size: 14px;
	font-weight: bold;
}

div#join #apply ul {
	margin: 10px 0px 30px 20px;
}

div#join #apply li {
}


div#join #apply2 {
	background-color: #FFFFFF;
	margin: 0px auto 30px;
	padding: 10px;
	height: 200px;
	width: 778px;
	overflow: auto;
}

div#join #apply2 p {
	margin: 10px 20px 20px;
}

div#join #apply2 dl {
	margin: 10px 20px 20px;
}
div#join #apply2 dl dt {
	margin: 10px 20px 5px 0;
	font-size: 14px;
	font-weight: bold;
}
div#join #apply2 dl dd {
	margin: 0;
	padding-left: 20px;
}
div#join ul#join-send {
	text-align: center;
}
div#join ul#join-send li {
	display: inline;
}
