@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
html {
	overflow-x: hidden;
	}
body {
	color: #333333;
	font-size: 80%;
	line-height: 140%;
}
img {
	border: none;
	vertical-align: top;
}
a:link {
	color: #0033cc;
}
a:hover {
	color: #ff0000;
}
#page_wrap {
	width: 810px;
	margin: 0 auto;
	padding: 5px 0 10px 10px;
}
#contents {
	float: right;
	width: 628px;
	background: url(../img/contents_body.gif) repeat-y left top;
}
#side {
	float: left;
	width: 180px;
	padding: 10px 0;
}
h1 {
	padding: 0 10px 0 0;
	text-align: right;
	color: #666666;
	font-size: 100%;
	font-weight: normal;
}
h2,h3 {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}

/*--side--*/
#side #side_logo {
	padding: 0 0 10px;
}
#side ul#menu li {
	margin: 0 0 10px;
	padding: 0 0 6px;
	border-bottom: 1px solid #e1e1e1;
}
#side ul#other li {
	padding: 0 0 5px;
}
#side ul#menu {
	list-style: none;
	position: relative;
	height: 293px;
}
#side ul#menu li {
	position: absolute;
}
#side ul#menu li.tab2 {top: 78px;}
#side ul#menu li.tab3 {top: 194px;}
#side ul#other {
	list-style: none;
}
#side ul#other li.bottom {
	margin: 5px 0 0;
	padding: 10px 0 0;
	border-top: 2px solid #e1e1e1;
}

/*--contents--*/
#contents .inner_head {
	background: url(../img/contents_head.gif) no-repeat left top;
}
#contents .inner_foot {
	min-height: 418px;
	height: auto !important;
	height: 418px;
	padding: 10px;
	background: url(../img/contents_foot.gif) no-repeat left bottom;
}
#contents .inner_wrap {
	padding: 10px 10px 0;
	text-align: left;
}
#path {
	margin: 5px 5px 0;
	background: #f4f4f4 url(../img/path_head.gif) no-repeat left top;
}
* html #path {
	margin: 15px 5px 0;
}
*:first-child + html #path {
	margin: 15px 5px 0;
}
#path ul {
	list-style: none;
	padding: 5px 10px;
	background: url(../img/path_foot.gif) no-repeat left bottom;
}
#path ul li {
	float: left;
	width: auto;
	margin: 0 5px 0 0;
}

/*--sub_contents--*/
#sub h2 {
	width: 588px;
	margin: 0 auto;
}
#sub h3 {
	margin: 0 0 8px;
	padding: 4px 0 0 13px;
	height: 33px;
	background: url(../img/sub_h_bg.gif) no-repeat left top;
	font-size: 120%;
}
#sub .inner_wrap {
	padding: 20px 20px 0;
}
.pagetop {
	clear: both;
	padding: 10px 10px 10px 0;
	text-align: right;
}

/*--top--*/
#top #contents .col_left {
	position: relative;
	float: left;
	width: 289px;
}
#top #contents .col_right {
	float: right;
	width: 289px;
}
#top .wrap_hl {
	width: 100%;
}
#top #contents h3 {
	padding: 0 0 8px;
}
#top #contents .lead {
	padding: 0 0 15px;
}
#top #contents .lead p {
	text-indent: 13px;
}
#top #contents #new_h {
	position: relative;
}
#top #contents #new_h div {
	position: absolute;
	left: 190px;
	top: 11px;
}
#top #contents dl#new_list dt,
#top #contents dl#new_list dd {
	padding: 0 10px;
}
#top #contents dl#new_list dd {
	margin: 0 0 8px;
	padding-bottom: 13px;
	background: url(../img/line_dot.gif) repeat-x left bottom;
}
#top #contents ul#topics_list {
	list-style: none;
}
#top #contents ul#topics_list li {
	margin: 0 0 8px;
	padding-bottom: 13px;
	background: url(../img/line_dot.gif) repeat-x left bottom;
}
#top #contents ul#topics_list li a {
	display: block;
	padding: 0 0 0 15px;
	background: url(../img/top/topics_arrow.gif) no-repeat left 5px;
}
#top #contents #address {
	margin: 0 0 8px;
	padding-bottom: 13px;
	background: url(../img/line_dot.gif) repeat-x left bottom;
}
#top #contents ul#access_list {
	list-style: none;
	padding: 5px 0 0;
}
#top #contents ul#access_list li {
	float: left;
	width: 140px;
	margin: 0 9px 0 0;
}
#top #contents ul#access_list li.last {
	margin: 0;
}
#top #contents #map {
	clear: both;
	padding: 5px 0 13px;
}

/*--footer--*/
#footer {
	clear: both;
	background: #f8ffe0 url(../img/footer_line.gif) repeat-x left top;
}
#footer .inner {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
#footer #address_footer {
	padding: 0 0 3px;
	font-weight: bold;
}
#footer dl {
	clear: both;
	padding: 0 0 5px;
}
#footer dl dt {
	float: left;
	width: auto;
	margin: 0 5px 0 0;
}
#footer dl dd {
	float: left;
	width: auto;
}

/*--clearfix--*/
#page_wrap,
#contents .inner_wrap,
#top #contents ul#topics_list,
#footer dl,
#path ul {
	zoom: 100%;
}
#page_wrap:after,
#contents .inner_wrap:after,
#top #contents ul#topics_list:after,
#footer dl:after,
#path ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*--fontcolor--*/
.color_blue {
	color: #0066CC;
}
.color_pink {
	color: #FF6699;
}
.color_orange {
	color: #FF6600;
}
.color_green {
	color: #009966;
}
.color_green2 {
	color: #C2CC2C;
}
.color_blue2 {
	color: #0066CC;
}
#spBtn {
    display: none;
}