html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}
body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	color: #616265;
}
*{ margin:0px; padding:0px;text-align:justify;}

img{ border:none; margin:0; padding:0;}
p{ text-align: justify;}
.font_bold {font-weight: bold; margin-top: 20px;}
.font_m {font-size: 14px;}
.fat {font-weight: bold;}
.font_green {color: #a6c958; font-weight:bold;}
.min-text{font-size: 11px;}
.red-text{ color:#F00;}
.big_text{ font-size:18px; font-weight:bold;}
table td{
	vertical-align:top;
}
dl{
	width:650px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	}
dt{
	font-weight:bold;	
}
dd{
	padding:0px 0px 20px 10px;}
dd img{
	padding:5px 0px;}

/*--------------------------------------------------------------ヘッダー*/
#header_seo {
	color:#8c8d8e;
	width:100%;
}
h1{
	font-size:10px;
	font-weight: normal;
	
}
#header {
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
#header_wrap {
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}
#header_left {
	height: 60px;
	width: 205px;
	float: left;
	margin-top: 0px;
}
#header_left img{
	margin-top: 15px;
}

#header_right {
	float: right;
	height: 31px;
	width: 730px;
}
#header_right h1{
	text-align:right;
}

#top_navi {
	clear: both;
	height: 77px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#top_navi img{
	margin : 0px 3px;
}
#main_vis {
	clear: both;
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	padding-top:5px;
}
#main_vis a{
	margin: 0px 1px;
}
h4.bis_banner{
	margin-left:auto;
	margin-right:auto;
	text-align:center;}
/*---------------------------------ヘッダーナビゲーション*/
.menu_lay ul {
	padding: 0px;
	list-style-type: none;
}
.menu_lay {
	width: 470px;
	clear: both;
	margin-top:10px;
	margin-left:265px;
}
.footermenu {
	margin-left:0px;
}

.menu_lay li {
	margin: 0px;
	display: inline;
	padding: 0px 5px;
	font-size:12px;
}
.menu_lay a {
	color: #616265;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.menu_lay a:hover {
	color: #b3b3b3;
}
.menu_lay img {
	margin-right: 5px;
}

/*--------------------------------------------------------------コンテンツ左側*/
#contain_wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#contain_left {
	width: 740px;
	float: left;
	display:inline;
	overflow:hidden;
	background-image: url(../img/contain_bg.gif);
	background-repeat: repeat-y;

}

.topicpath ul {	
	padding-left:13px;
}

.topicpath ul li
{	/* liを横並び＆ブレットを消す */
	font-size:10px;
	display: inline;	
	list-style-type: none;
}

.topicpath ul li:after {
	/* liの後に記号追加 */
	content:" > ";
}

h2{
	background-image: url(../img/pagetitle.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 720px;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 18px;
	margin:10px 0 0 10px;
	clear:both;
	font-weight:bold
}


.title_min {
	font-size: 12px;
	margin-left:10px;
}

/*--------------------------------------------------------------コンテンツ右側*/
#contain_right {
	float: right;
	display:inline;
	overflow:hidden;
	width: 241px;
}
/*-------------------------------サイドメニュー*/
#contain_right ul {
	list-style-type: none;

}
/*-------------------------------バナー*/
#banner_wrap img{
	margin-bottom: 10px;
}
/*-------------------------------ページのトップへ*/
#totop {
	width: 1000px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
}
#totop img{
	margin-left: 600px;
}

/*-------------------------------フッター*/
#footer_wrap {
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 165px;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size:12px;
}
#footer_left {
	float: left;
	overflow:hidden;
	display:block;
	width: 350px;
}
#footer_left dl{
	margin-top: 10px;
}
address {
	font-size: 10px;
	font-style: normal;
}
#footer_right {
	width: 500px;
	margin-top: 30px;
	margin-left: 30px;
	font-size: 12px;
	float: left;
	overflow:hidden;
	display:block;
}
.footer_menu_box {
	float: left;
	width: 200px;
	height: 100px;
	padding-left:9px;
}

.footer_menu_box ul li{
	list-style-position: inside;
}
#footer_right ul.menu_lay li {
	border-right-style: none;
}
.footer_menu_box a {
	color: #616265;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.footer_menu_box a:hover {
	color: #b3b3b3;
}
/*-------------------------------お問合せ*/
#contact_box {
	height: 203;
	width: 241;
	xbackground-image: url(../img/contact.gif);
	margin-bottom: 10px;
	font-size:12px;
	line-height: 140%;
	letter-spacing: 0.1em;
	background-repeat: no-repeat;
}
#contact_box a {
	color: #616265;
}
#contact_box a:hover {
	color: #999;
}

#contact_box ul {
	width: 200px;
	margin:0px auto;
	padding-top:10px;
}
#contact_box img {
	margin-right: 5px;
}

/*-------------------------------------------------------------Syouraku Bookmark*/
p.shadeBtn{
cursor:pointer;
}
.shadeContents ul{
	width: 200px;
	margin-left:25px;
	font-size:11px;
}

.shadeContents li{
	list-style-type: none;
	text-align:left;
	margin-bottom:8px;
}
.shadeContents a{
	list-style-type: none;
	text-align:left;
	color:#616265;
}


/*-------------------------------------------------------------右サイドナビゲーション*/
.sidenav li{
	width : 241px;
	height: 37px;
	font-size:12px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-image: url(../img/sidenav_bg.gif);
}
.sidenav li a{
	text-decoration: none;
	display : block ;
	width : 241px ;
	height: 37px;
	line-height:37px;
	color:#FFF;
	padding:1px 0 0 50px;
}
.sidenav li a:hover{
	text-decoration: none;
	display : block ;
	width : 241px ;
	height: 37px;
	background-repeat: no-repeat ;
	background-image: url(../img/sidenav_bg_mo.gif);
}
/*-------------------右サイドナビゲーション02*/

li.sidenav_second{
	width : 241px;
	height: 37px;
	font-size:12px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-image: url(../img/sidenav_sec_bg.gif);
}
.sidenav li.sidenav_second a{
	padding:1px 0 0 70px;
}

li.sidenav_second a:hover{
	text-decoration: none;
	display : block ;
	width : 241px ;
	height: 37px;
	background-repeat: no-repeat ;
	background-image: url(../img/sidenav_bg_sec_mo.gif);
}
/*-----------------------------------------------------------------------リンクページ*/
ul.link_list{
	clear:both;
}
ul.link_list li{
	float:left;
	overflow:hidden;
	display:block;
	font-size:12px;
	width:320px;
	margin-right:20px;
}
.link_list li a {
	color: #a6c958;
}
.link_list li a:hover {
	color: #b3b3b3;
}
ul.lastlink li {
	margin-bottom:20px;
}

