@import url("common.css");
#title{
	height: 265px;
	width: 900px;
	clear:both;
	background-image: url(../img/main.jpg);
}


#left{
	float: left;
	width: 532px;
}
#right{
	float: right;
	width: 336px;
}
#whatBox {
	height: 400px;
	overflow: scroll;
	overflow-x:hidden;
	float: right;
}

#acmail {
	float: right;
	width: 336px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#main h2{
	text-indent:-9999px;
	height: 58px;
	width: 336px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.schedule{
	background-image: url(../img/schedule_title.jpg);
}
.scheTd {
	padding-bottom: 10px;
}

.whatsnew{
	background-image: url(../img/whatsnew_title.jpg);
}
.information{
	background-image: url(../img/information_title.jpg);
}
#gnavi{
	background-image: url(../img/navi_back.jpg);
}
#main{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main_back.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
}
#list{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#list li{
	margin: 0px;
	list-style-type: none;
}

#comment{
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;

}
#comment li{
	margin: 0px;
	line-height: 140%;
	list-style-type: none;
	color: #333333;
}
#info{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#info li{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rectangle{
	padding-bottom: 20px;
}
#unit{
	padding-bottom: 10px;
	padding-left: 6px;
}
.lead{
	padding-left: 10px;
	color: #333333;
	margin-bottom: 10px;
}
.recimage {
	margin-bottom: 5px;
}


/*Twitterボタン*/
.btn {
	display:inline-block;
	padding:8px 20px;
	border-radius:4px;
	opacity:0.8;
	background-color:#55acee;
	font-size:015px;
	margin-top: 15px;
}

.btn:hover {
	opacity:1;
}

.fa {
	margin-right:5px;
	color: white;
}

.tt  {
	display: inline-block;
	font-size: 15px;
	margin-top: 40px;
}