@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/company.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;
}

#right_box table{
	margin-top: 80px;
	text-align: center;
	margin-left: 50px;
}
table th{
	width: 100px;
	padding: 5px;
	text-align: left;
	color: #900;
	font-family: "AR P丸ゴシック体M", "AR丸ゴシック体M", "HG丸ｺﾞｼｯｸM-PRO", "小塚ゴシック Pro B", "HGｺﾞｼｯｸM";
	font-weight: bold;
}
table td{
	padding: 5px;
	text-align: left;
	color: #300;
	font-family: "AR P丸ゴシック体M", "AR丸ゴシック体M", "HG丸ｺﾞｼｯｸM-PRO", "小塚ゴシック Pro B", "HGｺﾞｼｯｸM";
	font-weight: bolder;
}

#map_box{
	margin-left: 140px;
	width: 350px;
	height: 250px;
	border-style: groove;
	border-color: #999;
	border-width: 3px;
}

#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;
}

