@charset "utf-8";
/* CSSリセット------------------------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }

/* ------------------------------------------------------------------------- */

body {
	text-align: center;
	margin: 0 auto;
	background-image: url(../img/bg_main.jpg);
}
p {
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 18px;
	color: #333333;
	margin: 0;
	text-align: left;
}
p a:link {
	text-decoration: underline;
	color: #333333;
}
p a:visited {
	text-decoration: underline;
	color: #333333;
}
p a:hover {
	color: #990099;
	text-decoration: underline;
}
p.right {
	font-size:14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 18px;
	color: #333333;
	margin:0;
	text-align: right;
}
.bold {
	font-weight:bold;
}
.orange {
	color: #D64E00;
}
.red {
	color: #CC0000;
}
.red_bold {
	color: #CC0000;
	font-weight:bold;
}
p.small {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333333;
	margin: 0;
	text-align: center;
}
/* クリアフィックス---------------------------------------------------------- */
.clearfix:after {   
  content: ".";    
  display: block;    
  height: 0;    
  clear: both;    
  visibility: hidden;   
}   
.clearfix { display: inline-table; }   
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }   
.clearfix { display: block; }   
/* End hide from IE-mac */ 

/* トップ階層ヘッダー---------------------------------------------------------- */
.header_wrapper{
	width:1000px;
	margin: auto;
}
.header_toptitle {
	width: 1000px;
	height:70px;
}
.header_img {
	width: 960px;
	margin: 0px 20px;
}
.header_bottom {
	display:block;
	width: 960px;
	height: 110px;
	background-image: url(../img/img_top_header_003.jpg);
	background-repeat: no-repeat;
	margin: 0px 20px;
	padding-top:50px;
}
/* トップ階層コンテンツ---------------------------------------------------------- */
.contents_wrapper {
	width: 960px;
	height: 100%;
	background-color:#FFFFFF;
	margin: auto;
}
.contents_btn_menu_wrapper {
	width: 960px;
	margin-bottom: 60px;
}
.contents_btn {
	float:left;
	width:390px;
	height:70px;
	margin-left:60px;
}
.contents_titlebar {
	width: 960px;
	height: 70px;
	margin-bottom: 15px;
}
.topmenu_category_A {
	width: 960px;
	height: 280px;
	background-image:url(../img/img_top_catA.jpg);
	background-repeat: no-repeat;
}
.topmenu_category_B {
	width: 960px;
	height: 480px;
	background-image:url(../img/img_top_catB.jpg);
	background-repeat: no-repeat;
	margin-bottom: 35px;
}
/* トップ階層メニューボタン-------------------------------------------- */
#gmenu {
	width: 800px;
	margin: auto;
	padding-top: 40px;
}
#gmenu ul {
    margin:0px;
	padding:0px;
}
#gmenu li {
	display:inline;
	list-style-type:none;
}
#gmenu li a {
	width: 190px;
	height:190px;
	display:block;
	float:left;
	margin-left:10px;
	text-indent:-9000px;
	text-decoration:none;
	overflow:hidden;
}
/*------normal*/
#gmenu li.gmenu_01 a {
	background:url(../img/img_gmenu_001.jpg) no-repeat 0px 0px;
	margin-left:210px;
}
#gmenu li.gmenu_02 a {
	background:url(../img/img_gmenu_002.jpg) no-repeat 0px 0px;
	margin-left:210px;
}
#gmenu li.gmenu_03 a {
	background:url(../img/img_gmenu_003.jpg) no-repeat 0px 0px;
}
#gmenu li.gmenu_04 a {
	background:url(../img/img_gmenu_004.jpg) no-repeat 0px 0px;
}
#gmenu li.gmenu_05 a {
	background:url(../img/img_gmenu_005.jpg) no-repeat 0px 0px;
	margin-top:10px;
}
#gmenu li.gmenu_06 a {
	background:url(../img/img_gmenu_006.jpg) no-repeat 0px 0px;
	margin-top:10px;
}
#gmenu li.gmenu_07 a {
	background:url(../img/img_gmenu_007.jpg) no-repeat 0px 0px;
	margin-top:10px;
}
#gmenu li.gmenu_08 a {
	background:url(../img/img_gmenu_008.jpg) no-repeat 0px 0px;
	margin-top:10px;
}

/*------hover*/
#gmenu li.gmenu_01 a:hover {
	background:url(../img/img_gmenu_001.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_02 a:hover {
	background:url(../img/img_gmenu_002.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_03 a:hover {
	background:url(../img/img_gmenu_003.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_04 a:hover {
	background:url(../img/img_gmenu_004.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_05 a:hover {
	background:url(../img/img_gmenu_005.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_06 a:hover {
	background:url(../img/img_gmenu_006.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_07 a:hover {
	background:url(../img/img_gmenu_007.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_08 a:hover {
	background:url(../img/img_gmenu_008.jpg) no-repeat 0px -190px;
}
/*------on*/
#gmenu li.gmenu_01_on a {
	background:url(../img/img_gmenu_001.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_02_on a {
	background:url(../img/img_gmenu_002.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_03_on a {
	background:url(../img/img_gmenu_003.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_04_on a {
	background:url(../img/img_gmenu_004.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_05_on a {
	background:url(../img/img_gmenu_005.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_06_on a {
	background:url(../img/img_gmenu_006.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_07_on a {
	background:url(../img/img_gmenu_007.jpg) no-repeat 0px -190px;
}
#gmenu li.gmenu_08_on a {
	background:url(../img/img_gmenu_008.jpg) no-repeat 0px -190px;
}

/* フッター---------------------------------------------------------- */
.footer_wrapper {
	width:960px;
	margin:auto;
}
.footer_contents {
	width:840px;
	height: 180px;
	background-image:url(../img/bg_footer_01.jpg);
	background-repeat: no-repeat;
	padding: 40px 60px 0px 60px;
}
.footer_contents_left {
	width:500px;
	float:left;
}
.footer_cont_left_low_01 {
	widht: 380px;
	height: 25px;
	text-align:left;
}
.footer_cont_left_low_02 {
	widht: 500px;
}
.footer_contents_right {
	width: 290px;
	float:right;
}
.footer_cont_right_low_01 {
	widht: 290px;
	height: 114px;
	padding-bottom:14px;
}
.footer_cont_right_low_02 {
	widht: 290px;
	height: 36px;
}
.copyright {
	width:960px;
	height: 40px;
}
.sitemap_wrapper {
	float:left;
	margin-right:30px;
}
.sitemap_list li{
	list-style-type: none;
}
div.sitemap_list p {
	font-size:14px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 26px;
	color: #FFF;
	margin:0;
	text-align: left;
}
div.sitemap_list p a:link {
	text-decoration: underline;
	color: #FFF;
}
div.sitemap_list p a:visited {
	text-decoration: underline;
	color: #FFF;
}
div.sitemap_list p a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
/* 第2階層コンテンツ---------------------------------------------------------- */
.contents_2nd_wrapper {
	width: 920px;
	height: 100%;
	background-color:#FFFFFF;
	margin: auto;
	padding: 40px 20px;
}
.contents_2nd_left_wrapper {
	width:190px;
	float:left;
}
.contents_2nd_right_wrapper {
	width:700px;
	float:right;
}
.browse_pdf {
	width: 190px;
	height: 200px;
	padding-bottom:40px;
}
.smenu_btn_about {
	width: 190px;
	height:70px;
	padding: 30px 0px 0px 0px;
}
.smenu_btn_about_btm {
	width: 190px;
	height:70px;
	padding: 30px 0px 50px 0px;
}
/* 第2階層サイドメニューボタン-------------------------------------------- */
#smenu_wrapper {
		width: 190px;
	height: 590px;
	background-image: url(../img/img_2nd_sidemenu_bg.jpg);
}
.smenu {
	width: 190px;
}
.smenu ul {
    margin:0px;
	padding:0px;
}
.smenu li {
	display:inline;
	list-style-type:none;
}
.smenu li a {
	width: 180px;
	height:30px;
	display:block;
	float:left;
	margin-left:5px;
	text-indent:-9000px;
	text-decoration:none;
	overflow:hidden;
}
/*------normal*/
.smenu li.smenu_01 a {
	background:url(../img/img_smenu_001.jpg) no-repeat 0px 0px;
	margin-top:70px;
}
.smenu li.smenu_02 a {
	background:url(../img/img_smenu_002.jpg) no-repeat 0px 0px;
	margin-top:45px;
}
.smenu li.smenu_03 a {
	background:url(../img/img_smenu_003.jpg) no-repeat 0px 0px;
	margin-top:15px;
}
.smenu li.smenu_04 a {
	background:url(../img/img_smenu_004.jpg) no-repeat 0px 0px;
	margin-top:15px;
}
.smenu li.smenu_05 a {
	background:url(../img/img_smenu_005.jpg) no-repeat 0px 0px;
	margin-top:10px;
}
.smenu li.smenu_06 a {
	background:url(../img/img_smenu_006.jpg) no-repeat 0px 0px;
	margin-top:10px;
}
.smenu li.smenu_07 a {
	background:url(../img/img_smenu_007.jpg) no-repeat 0px 0px;
	margin-top:10px;
}
.smenu li.smenu_08 a {
	background:url(../img/img_smenu_008.jpg) no-repeat 0px 0px;
	margin-top:10px;
}

/*------hover*/
.smenu li.smenu_01 a:hover {
	background:url(../img/img_smenu_001.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_02 a:hover {
	background:url(../img/img_smenu_002.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_03 a:hover {
	background:url(../img/img_smenu_003.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_04 a:hover {
	background:url(../img/img_smenu_004.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_05 a:hover {
	background:url(../img/img_smenu_005.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_06 a:hover {
	background:url(../img/img_smenu_006.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_07 a:hover {
	background:url(../img/img_smenu_007.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_08 a:hover {
	background:url(../img/img_smenu_008.jpg) no-repeat -180px 0px;
}
/*------on*/
.smenu li.smenu_01_on a {
	background:url(../img/img_smenu_001.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_02_on a {
	background:url(../img/img_smenu_002.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_03_on a {
	background:url(../img/img_smenu_003.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_04_on a {
	background:url(../img/img_smenu_004.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_05_on a {
	background:url(../img/img_smenu_005.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_06_on a {
	background:url(../img/img_smenu_006.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_07_on a {
	background:url(../img/img_smenu_007.jpg) no-repeat -180px 0px;
}
.smenu li.smenu_08_on a {
	background:url(../img/img_smenu_008.jpg) no-repeat -180px 0px;
}

.submenu_25 {
	width: 190px;
}
.submenu_25 ul {
    margin:0px;
	padding:0px;
}
.submenu_25 li {
	display:inline;
	list-style-type:none;
}
.submenu_25 li a {
	width:180px;
	height:25px;
	display:block;
	float:left;
	margin-left:5px;
	text-indent:-9000px;
	text-decoration:none;
	overflow:hidden;
}
.submenu_25 li.submenu_25_09 a {
	background:url(../img/img_smenu_009.jpg) no-repeat 0px 0px;
}
.submenu_25 li.submenu_25_10 a {
	background:url(../img/img_smenu_010.jpg) no-repeat 0px 0px;
}
.submenu_25 li.submenu_25_11 a {
	background:url(../img/img_smenu_011.jpg) no-repeat 0px 0px;
}
.submenu_25 li.submenu_25_09 a:hover {
	background:url(../img/img_smenu_009.jpg) no-repeat -180px 0px;
}
.submenu_25 li.submenu_25_10 a:hover {
	background:url(../img/img_smenu_010.jpg) no-repeat -180px 0px;
}
.submenu_25 li.submenu_25_11 a:hover {
	background:url(../img/img_smenu_011.jpg) no-repeat -180px 0px;
}
.submenu_25 li.submenu_25_09_on a {
	background:url(../img/img_smenu_009.jpg) no-repeat -180px 0px;
}
.submenu_25 li.submenu_25_10_on a {
	background:url(../img/img_smenu_010.jpg) no-repeat -180px 0px;
}
.submenu_25 li.submenu_25_11_on a {
	background:url(../img/img_smenu_011.jpg) no-repeat -180px 0px;
}
/* 第2階層コンテンツ-------------------------------------------- */
.cont_2nd_titlebar {
	width:700px;
	height:40px;
}
.cyou_navi {
	width:680px;
	padding-top:10px;
	padding-bottom: 25px;
	padding-left:20px
}
.div_cyou_top {
	width: 700px;
	height: 35px;
}
.tenpo_wrapper {
	width: 700px;
	padding-bottom:20px;
}
.block_tenpo {
	width: 680px;
	padding-left:20px;
}
.block_tenpo_low1 {
	width: 680px;
	border-bottom:dotted #999999 1px;
	padding: 5px 0px;
	margin-top: 10px;
}
.block_tenpo_name {
	width: 480px;
	float: left;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	color: #000DFF;
	text-align: left;
}
.block_tenpo_tel {
	width: 200px;
	float: right;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
img.middle {
	vertical-align: middle;
}
.block_tenpo_low2 {
	width: 680px;
	border-bottom:solid #AAAAAA 1px;
	padding: 5px 0px;
}
.block_tenpo_add {
	width: 450px;
	float: left;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:25px;
	color: #333333;
	text-align: left;
	background:url(../img/ico_jyu.jpg) no-repeat;
	background-position:0% 50%;
	padding-left:22px;
}
.block_tenpo_map {
	width: 200px;
	float: right;
	height:25px;
	text-align:right;
}
.btn_return {
	width:700px;
	text-align:right;
	padding-top:10px;
	padding-bottom: 10px;
}
.about_title {
	width: 700px;
	height: 35px;
	margin-top: 20px;
}
.about_textbox {
	width: 680px;
	padding-left:20px;
	margin-top: 20px;
}
.about_imgbox {
	width: 680px;
	padding-left:20px;
	margin: 20px 0px;
}
ul.about_list li{
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin-left: 20px;
	list-style-type:square;
}
ul.about_list ol li{
	list-style-type:disc;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333333;
	margin-left: 20px;
	text-align: left;
}
table.entry {
	border-collapse: collapse;
	border-spacing: 0;
}
table.entry th {
	width:150px;
	font-weight:bold;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #EBEBEB;
}
table.entry th p{
	text-align:center;
}
table.entry td {
	width:510px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
ul.entry_list li{
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin-left: 20px;
	list-style-type:square;
}
ul.entry_list_num li{
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin-left: 20px;
	list-style-type:decimal;
}
table.tesuuryou {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:10px;
}
table.tesuuryou td p{
	text-align:center;
}
table.tesuuryou td {
	width:100px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
table.tyuusen {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left:20px;
}
table.tyuusen th {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
table.tyuusen th p{
	text-align:center;
}
table.tyuusen td {
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.news_title {
	width: 680px;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	line-height: 18px;
	color: #562A04;
	text-align: left;
	border-bottom: 1px dotted #562A04;
	margin-left:20px;
	margin-top: 30px;
}
.tyuusen_img_set {
	float: left;
	width: 150px;
	margin-left:20px;
}
.tyuusen_img {
	width:150px;
}
.tyuusen_img_text {
	width:150px;
}