@charset "utf-8";
html, body {
	height: 100%;
}
body, td, th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3, sans-serif;
	color: #000000;
	font-size: 13px;
}
body {
	background: #EEEEEE;
	margin: 0px;
}
a:visited {
	color: #6600CC;
}

#TOP {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 10px;
	background: url(../images/base_main_bg.gif) repeat-y top left;
}
html>body #TOP {
	height: auto;
	min-height: 100%;
}

#BASE_HEAD {
}
#BASE_HEAD * img {
	border: 0px;
}
#BASE_HEAD_LOGO {
	width: 184px;
	height: 62px;
	float: left;
	margin: 12px 0px;
	padding: 0px 16px;
}
#BASE_HEAD_MENU {
	width: 720px;
	float: left;
	margin: 0px;
	margin-top: 0px;
	text-align: right;
}
#BASE_HEAD_MENU p {
	margin: 0px;
	margin-top: 15px;
}
#BASE_HEAD_MENU p a {
	color: #000000;
}
#BASE_HEAD_MENU_FS {
	margin-left: 3em;
}
#BASE_SEARCH {
	width: 185px;
	margin: 0px;
	margin-left: auto;
}
#BASE_SEARCH p {
	position: relative;
	height: 17px;
	border: 1px solid #999999;
}
#BASE_SEARCH input {
	border: 0px;
}
#BASE_SEARCH_WORD {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 15px;
}
#BASE_SEARCH_SUBMIT {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 17px;
	background: #eeeeee url(../images/base_search_icon.gif) no-repeat;
}

#BASE_MENU {
	clear: left;
	width: 960px;
	height: 48px;
	background-color: #4c4c4c;
}
#BASE_MENU ul {
	width: 890px;
	height: 33px;
	position: relative;
	top: 9px;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/base_menu_bg.gif) no-repeat;
}
#BASE_MENU ul li {
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#BASE_MENU_1_LI { left: 23px; }
#BASE_MENU_2_LI { left: 130px; }
#BASE_MENU_3_LI { left: 324px; }
#BASE_MENU_4_LI { left: 408px; }
#BASE_MENU_5_LI { left: 493px; }
#BASE_MENU_6_LI { left: 590px; }
#BASE_MENU_7_LI { left: 699px; }
#BASE_MENU_8_LI { left: 796px; }

#BASE_NAVI {
	margin: 6px 0px;
	padding: 0px;
	list-style-type: none;
}
#BASE_NAVI li {
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	margin-right: 3px;
	background: url(../images/base_navi_li_bg.gif) no-repeat top left;
}
#BASE_NAVI #BASE_NAVI_HOME {
	background: none;
}
#BASE_NAVI li a {
	color: #666666;
	text-decoration: none;
}
#BASE_NAVI li a:hover {
	text-decoration: underline;
}

#BASE_CONTENT {
	width: 920px;
	padding-top: 10px;
	padding-left: 23px;
}
#BASE_LEFT {
	width: 677px;
	float: left;
	margin-right: 40px;
}
#BASE_RIGHT {
	width: 200px;
	float: left;
}

#BASE_ATT {
	padding-top: 8px;
	background: #5b5b5b url(../images/base_att_bg_top.gif) no-repeat top;
}
#BASE_ATT ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style-type: none;
	background: url(../images/base_att_bg_bottom.gif) no-repeat bottom;
}
#BASE_ATT ul li {
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	text-align: center;
}
#BASE_ATT * img {
	border: 0px;
}

#BASE_TOPIC {
	margin-top: 24px;
	background: url(../images/base_topic_bg_2.gif) repeat-y;
}
#BASE_TOPIC h2 {
	height: 24px;
	margin: 0px;
	padding-top: 8px;
	background: url(../images/base_topic_bg_1.gif) no-repeat top;
	font-size: 14px;
	text-align: center;
}
#BASE_TOPIC h2 a {
	color: #6f7d7f;
	text-decoration: none;
}
#BASE_TOPIC ul {
	margin: 0px;
	padding: 0px 4px 2px 12px;
	background: url(../images/base_topic_bg_3.gif) no-repeat bottom;
	list-style-type: none;
}
#BASE_TOPIC ul li {
	margin: 10px 0px;
}
#BASE_TOPIC ul li a {
	font-size: 12px;
}
#BASE_TOPIC_MORE {
	padding-right: 12px;
	text-align: right;
}
#BASE_TOPIC_MORE a img {
	border: 0px;
}

#BASE_RIGHT_MENU {
	width: 180px;
	margin: 0px;
	margin-top: 10px;
	margin-left: 5px;
	padding: 0px;
}
#BASE_RIGHT_MENU * a {
	color: #000000;
	text-decoration: none;
}
#BASE_RIGHT_MENU dd a:hover {
	text-decoration: underline;
}
#BASE_RIGHT_MENU dt {
	margin: 0px;
	margin-top: 20px;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 4px 12px;
	background: url(../images/base_right_menu_dt_bg.gif) no-repeat left top;
	font-size: 11px;
	font-weight: bold;
}
#BASE_RIGHT_MENU dd {
	margin: 0px;
	margin-top: 10px;
	margin-left: 13px;
	padding: 0px;
	font-size: 10px;
}

#BASE_ADDR {
	margin-top: 20px;
	border: 1px solid #666666;
	background-color: #F6F6F6;
}
#BASE_ADDR h2 {
	margin: 0px;
	padding: 6px;
	color: #FF0000;
	font-size: 13px;
}
#BASE_ADDR_PHOTO {
	margin: 0px;
	text-align: center;
}
#BASE_ADDR_PHOTO img {
	border: 1px solid #000000;
}
#BASE_ADDR address {
	margin: 10px 0px 10px 10px;
	font-style: normal;
}
#BASE_ADDR_LINK {
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#BASE_LOGO2 {
	margin: 20px 0px 0px 0px;
	text-align: center;
}
#BASE_FEED {
	list-style-type: none;
}
#BASE_FEED li {
	margin: 10px;
	padding: 0px;
}
#BASE_FEED li img {
	border: 0px;
}
#BASE_I2I {
	text-align: center;
}
#BASE_FOOT {
	clear: left;
	width: 960px;
	padding-top: 30px;
}
#BASE_CR {
	width: 800px;
	margin: 0px auto;
	padding: 20px;
	border-top: 1px solid #999999;
	text-align: center;
}

.h1 {
	margin: 0px;
	border-bottom: 2px solid #a3a3a3;
	padding: 1px 0px 10px 28px;
	background: url(../images/h1_bg.gif) no-repeat;
	font-size: 14px;
	line-height: 100%;
}
.h2 {
	width: 626px;
	height: 18px;
	margin: 0px;
	padding: 5px 5px 0px 19px;
	background-image: url(../images/h2_bg.gif);
	font-size: 13px;
	line-height: 100%;
}
.CLEAR {
	clear: both;
}
.GOTO_TOP {
	margin: 20px 0px;
	text-align: right;
}
.GOTO_TOP * img {
	border: 0px;
}
