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

* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	margin-bottom: 20px;
	color: #333;
	margin-top: 20px;
}


body {
	margin: 0px;
	padding: 0px;
}
#left {
	height: 60px;
	width: 700px;
	float: left;
	font-size: 11px;
	text-align: center;
	color: #303D36;
}
#right {
	float: right;
	height: 60px;
	width: 300px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
#box {
	float: left;
	height: 260px;
	width: 190px;
	background-repeat: no-repeat;
}


#foot_cate {
	padding-bottom: 5px;
	font-size: 12px;
	background-image: url(../../masis-menu2/images/arrow05.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #303D36;
}
#foot_cate a {
	font-size: 12px;
	color: #303D36;
	text-decoration: none;
}
#foot_cate a:hover, #foot_cate a:active {
	font-size: 12px;
	color: #303D36;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	font-size: 13px;
}
li {
	float: left;
	padding-left: 15px;
}
#wrapper #left ul li a {
	float: left;
	background-image: url(../../yamashita2/images/arrow01.png);
	background-repeat: no-repeat;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
}
#wrapper #left ul li a:hover, #wrapper #left ul li a:active {
	float: left;
	background-image: url(../../yamashita2/images/arrow01.png);
	background-repeat: no-repeat;
	font-weight: 500;
	color: #1B717C;
	text-decoration: none;
	padding-left: 15px;
}
