*{
	margin:0px;
	padding:0px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
html{
	width:100%;
	box-sizing: border-box;
}
body{
	width:100%;
	box-sizing: border-box;
}

a{
	color:#FFF;
	text-decoration:none;
}
img{
	border:0px;
}
ul{
	list-style:none;
}
.abs{
	position:absolute;
}





#main {
	z-index:1000;
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	width:100%;
	min-height:965px;
	background-image:url('img/top.jpg');
}

#logo{
	z-index:100;
}

#twitter{
	width:300px;
	height:300px;
	top:300px;
	left:50px;
	z-index:2000;
}

#top{
	min-height:965px;
}

#content{
}

.sttl{
	font-size:32px;
	font-weight:bold;
	margin-bottom:20px;
}
.sttl span{
	font-size:20px;
}

#menu{
	top:0px;
	left:0px;
	z-index:7000;
	width:100%;
	height:70px;
	background-color:rgba(0, 0, 0, 0.8);
	font-size:24px;
	line-height:70px;
	color:#FFF;
}
#menu > a{
	cursor:pointer;
}

.box{
	margin:10px 50px 200px 50px;
	padding:50px;
	background-color:rgba(255, 255, 255, 0.6);
}

#schedulebox{
	padding:10px;
	background-color:#CCC;
	display:inline-block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


#prof_left{
	float:left;
	width:350px;
}
#prof_right{
	float:left;
	width:600px;
}
.bn{
	float:left;
	padding:10px;
}

.contactbox span{
	font-size:12px;
	color:#F00;
}
.contactbox input[type="text"]{
	margin:10px auto;
	height:25px;
	font-size:14px;
}
.contactbox input[type="submit"]{
	margin:10px auto;
	width:250px;
	font-size:24px;
	text-align:center;
}
.contactbox textarea{
	width:400px;
	height:150px;
	margin:10px auto;
	font-size:18px;
}



#copy{
	width:100%;
	height:30px;
	background-color:rgba(0, 0, 0, 0.8);
	text-align:right;
}
#copy > div{
	margin-right:10px;
	line-height:30px;
	color:#FFF;
}







