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



body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 150%;
}
#page {
	height: auto;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

a{
	color: #333;
}
.tba {
	color: #999;
}




/* ----------nav---------- */


#nav{
	width: 260px;
	height: 650px;
	padding-bottom: 40px;
}
#nav ul li{
	width: 260px;
	height: 130px;
}
#nav a{
	width: 260px;
	height: 130px;
}




/* ----------contents---------- */


#con_box {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
}




/* ----------footer---------- */


#footer {
	height: auto;
	width: 898px;
	color: #FFF;
	background-color: #2A4198;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 11px;
}
#footer a{
	text-decoration: none;
	color: #FFF;
}
#site_box{
	width: 938px;
}
#site_box div {
	float: left;
}
#site_l div,#site_r div {
	padding-left: 20px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#site_l div{
	height: 150px;
	}
#site_r div {
	height: 80px;
}
#site_first {
	border-left-width: 0px !important;
}
#add{
	border: 2px solid #FFF;
	width: auto;
	height: auto;
	margin-top: -20px;
	margin-left: 602px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 145%;
	}

#add ul {
	padding-top: 5px;
	padding-left: 60px;
	}
#add ul li {
	float: left;
	margin-right: 8px;
}
address p {
	margin-bottom: 5px;
	font-weight: bold;
}
#copy {
	text-align: center;
	margin-top: 50px;
}