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

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

html{
	height:100%;
}

body{ 
/*	display: flex;
flex-flow: column;
min-height: 100vh; */
	
	width:100%;
	height:100%;
text-align:left; 
font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
font-size: 16px;
line-height: 2.2em;
    font-feature-settings: "palt";
letter-spacing:3px;
 font-weight: normal;
background-color:#F6E9B5;
	background-image: url("../lib/bg.png");
background-repeat: repeat-y;
background-position: center top;
    
}

ul{list-style:none;
}

p {
 font-weight:normal;
}

p.ttle {
 marginleft:20px;
}

p.clr {clear:both;
 font-weight:normal;
}



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

h1{	
	font-size:1.6em;
	line-height:32px;
	margin-bottom: 10px; 
}

h2{
	font-size:1.4em;
	line-height:40px;
margin-bottom: 10px; 
	background-image:url(../members/images/bg_ttle.gif);
	background-repeat:no-repeat,no-repeat;
	background-position:0px 10px;
}

h3{	
	margin-bottom:10px;
	padding:10px 0px 4px 20px;
	font-size:1.2em;
	line-height:1.4em;
border-left:solid 5px #666666;
}

h4{	
	margin-bottom:10px;
	padding:10px 0px 4px 20px;

	font-size:1.2em;
	line-height:1.4em;
border-left:solid 5px #666666;
	border-bottom:solid 1px #666666;
}