@charset "UTF-8";
#main{
	display: block;
	float: left;
	text-align:center;
	width: 540px;
	height:auto;
	margin-top:50px;
}
#sub{
	display: block;
	float: right;
	width: 430px;
	height:auto;
	margin-bottom:20px;
}
#description{
	display: block;
	float: left;
	width: 560px;
	height:auto;
	margin-top:30px;
}
h1 {
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #B60014;
	border-left: 5px solid #B60014;
	width: 520px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-indent: 5px;
}
h2 {
	text-align: left;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	border-left: 5px solid #B60014;
	width: 300px;
	margin-bottom: 5px;
	text-indent: 3px;

}
#description P {
	text-align: left;
	font-size: 13px;
	font-style: normal;
	width: 500px;
	margin-left: 35px;
	margin-top:20px;
}
#mail{
	display: block;
	width: 500px;
	height:auto;
	margin-left: 35px;
	text-align:left;
	font-size:11px;
}
#facebook{
	text-align:left;
	display: block;
	float: left;
	width:510px;
	height:40px;
	margin-top:20px;
	margin-left:45px;
	margin-bottom:20px;
}
#sub img{
	margin-top:40px;
	margin-left:10px;
}
#info{
	display: block;
	float: right;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	width: 400px;
	height:auto;
	margin-left:5px;
	margin-top:30px;
}
.scr{
	overflow: scroll;   /* スクロール表示 */
	text-align: left;
	width: 370px;
	height: 80px;
	border: 1px solid #999999;
	padding: 5px;
}
#info P{
	font-weight: bold;
}
