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





* {
	margin:0;
	padding:0;
}


body {
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../images/bg.jpg);
    background-attachment: fixed;
}


.mgt5{margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgt20{margin-top:20px;}
.mgt25{margin-top:25px;}
.mgt30{margin-top:30px;}
.mgt35{margin-top:35px;}
.mgt40{margin-top:40px;}
.mgt45{margin-top:45px;}
.mgt50{margin-top:50px;}
.mgt55{margin-top:55px;}
.mgt60{margin-top:60px;}


.lpg10{padding-left:10px;}
.lpg20{padding-left:20px;}
.lpg30{padding-left:30px;}

.fs12{font-size:12px;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
.clearfix {
    *zoom: 1; /* for IE 6/7 only */
}

a{
	color:#000000;
	text-decoration:none;
	}		

a:hover{
	color:#8b4513;
	text-decoration: underline;
	}		
	
	

#wrap{
	margin:0;
	padding:0;
	}

h2{
	font-size:30px;
	letter-spacing:5px;
	padding-top:60px;
	margin-bottom: 10px;
	}

		

#header{
	width:100%;
	background-image:url(../images/head_line.jpg);
	margin:0 auto;
	position:fixed;
	top:0;
	}

#header #head{
	margin:11px auto 0px auto;
	opacity: 0.8 ;
	height:62px;
	}

#header #bg{
	width:1000px;
	background-color:rgba(159, 179, 221, 0.39);
	margin:0 auto;
	height: 64px;
	}

#header #logo{
	position: relative;
	top:10px;
	left:10px;
	}
	
#header #gnavi{
	position:relative;
	top: -22px;
	left: 100px;
	}
	
#header #gnavi li{
	float:left;
	list-style:none;
	padding-left:15px;
	padding-right:50px;
	}	
	
#header #sns{
	position:relative;
	top: -52px;
	left: 920px;
	}
	
#header #sns li{
	float:left;
	list-style:none;
	padding-left:5px;
	}		
	

#contents{
	width:1000px;
	margin:100px auto;
	}
	
	
.news{
	width:920px;
	border-bottom:solid 1px #dddddd;
	font-size:20px;
	line-height:30px;
	margin:0 auto;
	}
	
.news .data{
	float:left;
	margin-left:40px;
	}	
	
.news .text{
	float:left;
	margin-left:40px;
	}		
	

.member{}

.member .box{
	width:233px;
	margin:10px 8px;
	text-align:center;
	float:left;
    vertical-align: top;
	}	
	
.member .box .name{
	font-size:20px;
	}		
	
.auditiontext{
	width:930px;
	margin:auto;
	}
	
.auditiontext .ttl{
	font-size:20px;
	color:#8b4513;
	}	
	
.auditiontext p{
	font-size:15px;
	line-height:22px;
	}		

#contact{
	height:1500px;
	}
		
	
/*******************************   

		メンバー設定

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

#member{
	width:540px;
	}	
	
#member h1{
	margin-left:20px;
	margin-top:20px;
	font-size:24px;
	color:#D11951;
	}		
	
#member .img{
	margin:15px 20px;
	}			
	
#member .text{
	margin:15px 20px;
	font-size:20px;
	line-height:22px;
	}				

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

		calendarAPI

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

#calendar{
	min-height:660px;
	}

#calendar table{
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	}

#calendar th{
	width:140px;
	font-size:12px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:20px 0;
	font-weight:normal;
	background-color:#f7f7f7;
	}
	
#calendar td{
	width:140px;
	height:120px;
	font-size:12px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	background-color:#FFF;
	}

#calendar td dl{
	padding:5px 10px;
	}

#calendar td dl dd{
	margin: 10px 0px;
	}	
	
	
a.active{
	color:#8b4513;
	text-decoration:underline;		
	}	