@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

html{
	height:100%;
}

body{width:100%;
	height:100%;
text-align : center;

font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
font-size: 16px;
line-height: 1.8em;
letter-spacing:1px;
 font-weight: normal;

 background-image:url(../lib/bg.png);
background-size:100%; 
background-repeat:  repeat; 


#container{
	position: relative;
width: 100%;
	height: auto !important;
		height: 100%;
		min-height: 100%;
		
}

article{clear:both;
height:auto;
}



ul{
	list-style:none;
}

p {
	margin-bottom:10px;
 font-weight:normal;
text-align:justify;
}

p.clr {clear:both;
}

div:after{  
     content: ".";   
     display: block;   
     visibility: hidden;   
     height: 0.1px;   
     font-size: 0.1em;   
     line-height: 0;   
     clear: both;   
}  


.clrbth{
	clear:both;
}
h1{	clear:both;
	font-size:1.8em;
	line-height:32px;
}


h2{	
	clear:both;
	font-size:1.8em;
	marigin-top:20px;
	line-height:50px;
	color:#F06;
	background-image:url(../members/images/bg_ttle.gif);
	background-repeat:no-repeat,no-repeat;
	background-position:0px 10px;
}


h3{clear:both;
margin-top:20px;
	margin-bottom:30px;
	font-size:1.4em;
	line-height:1.4em;
}

.btm0{margin-top:20px;
	margin-bottom:10px;
	font-size:1.4em;
	line-height:1.6em;
}


h4{font-size:1.2em;
	line-height:32px;
	color:#3388dd;
}