@charset "UTF-8";


/***********************************************************/


*{/*
	font-family:'ヒラギノ角ゴ Pro W3','Osaka','MS UI GOTHIC',"ＭＳ Ｐゴシック",sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	line-height:125%;
	margin:0;
	padding:0;
}

body{
	background:top center #000000 url('../images/main00_bg.png') no-repeat fixed;
	text-align:center;
}

a{
	text-decoration:none;
}

img{
	border:0;
}


/***********************************************************/


#container{
	background:url('../images/members/boxbg30.png') repeat;
	width:960px;
	margin:0 auto;
}


/***********************************************************/


#header{
	width:100%;
	text-align:center;
}

#header h1{
	width:100%;
	text-align:right;
}

#header h1 a{
	color:#999999;/*
	font-family:'Futura', 'Century Gothic','ヒラギノ角ゴ Pro W3','Osaka','MS UI GOTHIC',"ＭＳ Ｐゴシック",sans-serif;*/
	font-family:"Futura", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10pt;
	line-height:150%;
}
#header h1 a:hover{
	color:#ffffff;
}

#header p{
	width:100%;
	text-align:right;
	margin:0 0 7px;
}

#header p a{
	color:#999999;/*
	font-family:'Futura', 'Century Gothic','ヒラギノ角ゴ Pro W3','Osaka','MS UI GOTHIC',"ＭＳ Ｐゴシック",sans-serif;*/
	font-family:"Futura", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:9pt;
	line-height:125%;
}
#header p a:hover{
	color:#ffffff;
}

#header ul{
	list-style:none;
	width:100%;
	background-color:#333333;/*
	border-style:solid;
	border-width:0 0 2px;
	border-color:#999999;*/
}

#header ul li{
	width:120px;
	height:30px;
	float:left;/*
	font-family:'Futura', 'Century Gothic','ヒラギノ角ゴ Pro W3','Osaka','MS UI GOTHIC',"ＭＳ Ｐゴシック",sans-serif;*/
	font-family:"Futura", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header ul li a{
	color:#000000;
}


/***********************************************************/


#footer{
	width:100%;
	height:30px;
	clear:both;
	border-style:solid;
	border-width:1px 0 0;
	border-color:#999999;
}

#footer p{
	color:#666666;/*
	font-family:'Futura', 'Century Gothic','ヒラギノ角ゴ Pro W3','Osaka','MS UI GOTHIC',"ＭＳ Ｐゴシック",sans-serif;*/
	font-family:"Futura", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height:30px;
}


/***********************************************************/


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/***********************************************************/