@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}
a:link {
	color: #030;
	text-decoration: none;
}
a:visited {
	color: #930;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #F00;
}
#territory_top {
	margin-top: 100px;
	margin-bottom: 10px;
}
#territory_center {
	background-image: url(background2.jpg);
	background-repeat: repeat-x;
}
#territory_bottom {
	margin-top: 5px;
}
#header {
	margin: auto;
	width: 1000px;
	overflow: hidden;
}
#sign {
	width: 240px;
	float: left;
	margin-left: 10px;
}
#box_r {
	width: 700px;
	overflow: hidden;
	float: right;
}
#guide {
	overflow: hidden;
	margin-right: 0px;
	margin-left: auto;
	width: 600px;
	height: 30px;
}
#guide ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#guide ul li {
	float: left;
	padding-left: 18px;
}
.guide_shikiri {
	background-image: url(guide_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#free {
	width: 228px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 16px;
}
#payment {
	width: 374px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 10px;
}
#bar {
	width: 1000px;
	margin: auto;
	height: 30px;
	overflow: hidden;
}
#search {
	margin-top: 4px;
	width: 240px;
	float: right;
}
#menu {
	margin: auto;
	width: 1000px;
	height: 40px;
	overflow: hidden;
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul li {
	float: left;
	width: 14%;
	text-align: center;
}
.menu_shikiri {
	background-image: url(menu_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#headline {
	width: 1000px;
	overflow: hidden;
	margin: auto;
	height: 30px;
}
#headline ul {
	padding: 0px;
	list-style-type: none;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headline ul li {
	float: left;
	text-align: center;
	padding-left: 20px;
	margin-right: 50px;
	background-image: url(headline_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.red {
	color: #C00;
}
