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

* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #E6F5FC;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
	margin-bottom: 20px;
	padding-top: 30px;
}
#logo {
	height: 110px;
	width: 370px;
	float: left;
	background-image: url(../img/foot_logo.png);
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-left: 30px;
	font-size: 12px;
}
#right {
	float: right;
	height: 260px;
	width: 760px;
}
#box {
	float: left;
	height: 200px;
	width: 180px;
	background-repeat: no-repeat;
	padding: 10px;
}
#box ul {
	padding-left: 30px;
	font-size: 12px;
}
#box li {
	padding-bottom: 5px;
}
#box li a {
	color: #333;
	text-decoration: none;
}
#box li a:hover, #box li a:active {
	color: #333;
	text-decoration: underline;
}


#foot_cate {
	padding-bottom: 5px;
	font-size: 12px;
	background-image: url(../img/arrow05.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 18px;
	font-weight: 700;
}
#foot_cate a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#foot_cate a:hover, #foot_cate a:active {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
