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

#header a:link{
	text-decoration: none;
	background-color: #EBC154;
}
#header a:visited{
	text-decoration: none;
	background-color: #EBC154;
}
#header a:hover{
	text-decoration: none;
	background-color: #EBC154;
}

#left_box{
	clear: both;
	width: 300px;
	height: 650px;
	background-color: #FFF;
	float: left;
}
#left_box img{
	width: 300px;
	margin-bottom: 20px;
}

#main{
	background-color:  #EBC154;
	margin-left: 0;
	height: 30px;
}
#center{
	background-color: #EBC154;
	float: left;
	width: 102px;
	height: 650px;
}

#right_box{
	float: left;
	width: 750px;
	height: 650px;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#right_box h1{
	margin-top: 5px;
	font-family: "AR P丸ゴシック体M", "AR丸ゴシック体M", "HG丸ｺﾞｼｯｸM-PRO", "小塚ゴシック Pro B", "HGｺﾞｼｯｸM";
	font-weight: bolder;
	color: #003;
	font-size: 20px;
}
.term{
	text-align: left;
	margin-top: 5px;
	margin-left: 15px;
	font-weight: normal;
	font-size: 18px;
}
.content{
	margin-top: 10px;
	text-align: left;
	margin-left: 75px;
}
.red{
	color: #F00;
	font-size: 24px;
}

#footer{
	clear: both;
	height: 50px;
	width: 1152px;
	background-color: #EBC154;
}
#footer a{
	font-size: 14px;
}
#footer a:link{
	text-decoration: none;
	color: #630;
	background-color: #EBC154;
}
#footer a:visited{
	text-decoration: none;
	color: #C00;
	background-color: #EBC154;
}
#footer a:hover{
	text-decoration: none;
	color: #F00;
	background-color: #EBC154;
}

