@charset "utf-8";

/*-----------------------------------------------
 __webfont
-----------------------------------------------*/

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifJP-Regular.woff) format('woff2'),
       url(../fonts/NotoSerifCJKjp/NotoSerifJP-Regular.woff) format('woff');
  font-display: swap;
 }

.mincho {
  font-family: "Noto Serif Japanese", sans-serif;
  font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", '游明朝', YuMincho, 'HG明朝E', Meiryo UI,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
 
@font-face {
   font-family: 'Noto Sans Japanese';
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face{
  font-family:'Noto Sans Japanese';
  font-weight:400;
  src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype")
}

@font-face{
  font-family:'Noto Sans Japanese';
  font-weight:500;
  src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype")
}

@font-face{
  font-family:'Noto Sans Japanese';
  font-weight:700;
  src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype")
}

@font-face{
  font-family:'OpenSans';
  font-weight:400;
  src:url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype")
}

@font-face{
  font-family:'OpenSans';
  font-weight:600;
  src:url("../fonts/OpenSans-Semibold.woff") format("woff"),
    url("../fonts/OpenSans-Semibold.ttf") format("truetype")
}

@font-face{
  font-family:'OpenSans';
  font-weight:700;
  src:url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype")
}



/*-------------------------------------------
webfont-set
-------------------------------------------*/
.noto_100{
  font-family:'Noto Sans Japanese';
  font-weight: 100;
}

.noto_200{
  font-family:'Noto Sans Japanese';
  font-weight: 200;
}

.noto_300{
  font-family:'Noto Sans Japanese';
  font-weight: 300;
}

.noto_400{
  font-family:'Noto Sans Japanese';
  font-weight: 400;
}

.noto_500{
  font-family:'Noto Sans Japanese';
  font-weight: 500;
}

.noto_700{
  font-family:'Noto Sans Japanese';
  font-weight: 700;
}

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background: #FFFFFF;
	font-size:14px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:black;
	line-height:1.5;
}

html {
	overflow-y: scroll;
}

h1 {
	MARGIN: 0px 0px 10px 0px ;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	padding: 20px 0px 0px 0px;
	border-bottom: 2px solid #001c4c;
}

h1.p1 {
	background-image : url(../img/newtopics.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 0px solid #001c4c;
	padding: 20px 30px 0px 0px;
}

h1.p2 {
	background-image : url(../img/comp.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h1.p3 {
	background-image : url(../img/ac_link.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h1.p4 {
	background-image : url(../img/fishing.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h1.topm{
  font-size: 180%;
  text-align: left;
  padding: 5px 0 0;
  min-height: 30px;
  height: auto;
}

h1.topm span{
  font-size: 70%;
  padding-left: 20px;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	font-weight: normal;
	font-size: 20px;
	color:#288800;
	border-top-width: 0px;
	background-image : url(../img/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
    height: 38px;
}

h3 {
	margin: 0px 10px 5px 0px;
	padding: 2px 0px 0px 0px;
	font-size: large;
	font-weight: normal;
	color: #333333;
	line-height: 33px;
	background: url(../img/h3_bg2.png) no-repeat left 2px;
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 25px;
	/*border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color:#4f8c08;*/
}



h4 {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
	font-size: 100%;
	/*color:#004088;*/
	color:#333333;
	line-height: 33px;
	background: url(../img/h3_bg.png) no-repeat left top;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: medium;
	font-family: "Meiryo UI",メイリオ,"MS UI Gothic";
	font-weight: bold;
	color: #0000ff;
}

h6 {
	MARGIN: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	font-size: medium;
	font-family: メイリオ;
	font-weight: normal;
}

p {
	/*margin:0 0 1em;*/
}

li {
	/*list-style:none;*/
	line-height:1.3;
}

img {
	border:0;
	position: relative;
	margin: 0px 0px 0px 0px
	
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#0000cd;
	text-decoration: none;
	cursor: pointer;
}

a:link {
/*	color: #1e90ff;*/
	color: #0080ff;
    /*text-decoration: none;*/
}

a:visited {
	color: #016edb;
}

a:hover {
	/*font-weight: bold;*/
	color: #ff6600;
	text-decoration: underline;
}

a:active {
	color: #ff1493;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:860px;
	margin:0 auto;
    /*border: 1px solid #ff0033;*/
    /*
    border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
/*	border-bottom: 1px solid #ffcc00;*/

}

#wrapperOut {
	margin: 0 auto;
	padding: 0;
	min-width: 890px;
	max-width: 100%;
	text-align: left;
	/*background: #f5fdfe;*/
	background: #ffffff;
	

	background-image: url(../img/bg01.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;

}

#outerBox {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	min-width: 890px;
	max-width: 890px;
	text-align: left;
	background-color: #ffffff;

}       


/*-----------------------------------------------
 __pankuz
-----------------------------------------------*/

#pankz {
	width: 810px;
	/*height: 20px; */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 15px 30px 20px 20px;
	font-size: 75%;
	text-align: left;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:10px;
	background:#333;
}

#header h1 {
	padding:10px 15px 0;
}

#header p#siteDescription {
	padding:0 15px 10px 30px;
}

#headerOut {
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(../img/header_Out_bg3.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	min-width: 860px;
	max-width: 100%;

	/*background-color: #ffffff;*/

}


#headerOut2 {
	padding: 0px 0px 0px 0px;
	background-image: url(../img/h_in_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	min-width: 860px;
	max-width: 100%;
/*	border-top: 4px solid #0080ff;*/
	/*background-color: #ffffff;*/
	/*border-top: 4px solid #1d92c0;*/
	background-color: #ffffff;
	border-top: 8px solid #001c4c;
	border-bottom: 1px solid #eaeaea;

}

#headerBox {
	clear: both;
	margin: 0 auto;
	/*height: 80px;*/
	padding: 0px 0px 0px 0px;

	/*background-image: url(../img/toplogo.gif);
	background-position: 20px 15px;
	background-repeat: no-repeat;*/
	width: 860px;
	color: #000000;
	/*text-align: right;*/
/*	background-color: #ffffff;*/
	
	
}

#header_menu {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	color: #000000;
	height: 50px;
	border: 0px solid #ffffff;
}


#header_in {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: #FFFFFF;
	/*background-image: url(../img/header_in_bg.png);
	background-position: right top;
	background-repeat: no-repeat;*/
	height: 110px;
	/*border-bottom: 0px solid #CCCCCC;*/
	background-color: #2696d5;

}

#header_fot {
	background-image: url(../img/header_fot_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

}



/*-----------------------------------------------
 __top_menu
-----------------------------------------------*/


#top_menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 60px;
	COLOR: inherit;
	border: 0px solid #999999;
	font-size: 110%;
	height: 90px;
}

#top_menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #118d00;
	/*float: right;*/
	color: #000000;
	list-style-type: none;
}

#top_menu ul li {
	margin: 0px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 40px;*/
	display: block;
	float: left;
	text-align: center;
	/*border-radius: 6px;*/
}

#top_menu ul li.menu_m {
	background-image: url(../img/menu_m.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 10px;
	height: 40px;
	/*border: 2px solid #9e9e9e;
	margin: 0px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
	width: 100px;
	height: 110px;*/
	display: block;
	text-align: center;
}

#top_menu ul li a{
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 40px;
	display: block;
	float: left;
	/*border-radius: 6px;*/
	text-decoration: none;
	color: #333333;
	/*background-color: #fcfcfc;*/
}


#top_menu ul li a.evt1{
	background-image: url(../img/home.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt2{
	background-image: url(../img/company.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt3{
	background-image: url(../img/access.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt4{
	background-image: url(../img/fish.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a:hover{
	text-decoration: none;
	/*border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #0054ff;
	font-weight: normal;*/
}



#top_menu ul li a.evt1:hover{
	background-image: url(../img/home_on.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt2:hover{
	background-image: url(../img/company_on.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt3:hover{
	background-image: url(../img/access_on.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt4:hover{
	background-image: url(../img/fish_on.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt1_on {
	background-image: url(../img/home_on.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt2_on {
	background-image: url(../img/company_on.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt3_on {
	background-image: url(../img/access_on.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#top_menu ul li a.evt4_on {
	background-image: url(../img/fish_on.png);
	background-position: top center;
	background-repeat: no-repeat;
}




/* top_flash
-----------------------------------------------*/



#top_flash {
	padding: 0px 0px 0px 0px;
	background-color: #eaeaea;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	min-width: 890px;
	max-width: 100%;
/*	border-top: 4px solid #0080ff;*/
	/*background-color: #ffffff;*/
	/*border-top: 4px solid #1d92c0;*/
	border-bottom:0px solid #0054ff;

}

#top_flash_in {
	clear: both;
	margin: 0 auto;
	/*height: 504px;*/
	padding: 0px 0px 0px 0px;
	width: 890px;
	color: #000000;
	border: 0px solid #999999;
/*	background-color: #ffffff;*/
	background-color: #f1f1f1;
	text-align: center;
	
}
/*
#top_flash img{
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
*/

#top_back {
	/*clear:both;*/
	margin: 5px 0px 0px 0px; 
	padding: 15px;
	text-align: left;
/*	display: block;*/
	/*width: 100%;*/
	background-color: #ffffff;
	/*border-bottom: 3px solid #DDDDDD;*/

}


#top_back2 {
	/*clear:both;*/
	margin: 0px 0px 20px 0px;
	padding:0px 20px 20px 20px;
	text-align:  left;
  border: none;
/* 	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee; */
/*	display: block;*/
	/*width: 100%;*/
	background-color: #ffffff;
	/*border-bottom: 3px solid #DDDDDD;*/

}

#top_back_border {
	border-bottom:#CCCCCC 1px dashed;
	MARGIN: 10px 0px 10px 0px;
	line-height: 1.0em;
}



/* __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:860px;
	/*margin-bottom:15px;*/
	/*padding:10px;*/
	/*background:#ffffff;*/

}


#footer p#copyright {
	text-align:center;
	margin: 10px 10px 10px 10px;
}

#footerbox_Out {
	clear: both;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	min-width: 860px;
	max-width: 100%;
	text-align: center;
	/*background: url(../img/bg_fot.png) repeat-x scroll left top;*/
	/*background-color: #1d94bf;*/
	background-color: #2696d5;
	border-top: 2px solid #001c4c;
	font-size: 12px;
}

#copyright {
	text-align:center;
	margin: 0px;
	padding:10px 0px 10px 0px;
	color: #ffffff;
	/*border: 1px solid #000000;*/
	background-color: #001c4c;
}


#footerbox {
	clear: both;
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	min-width: 860px;
	max-width: 860px;
	text-align: center;
	color: #ffffff;
	/*border: 1px solid #D9D9D9;*/
	height:120px;
	/*background: url(../img/bg_f4.jpg) repeat-x scroll left top;*/
/*	border-top: 3px solid #cccccc;*/
}


#footerbox_cnt {
	margin: 0 auto;
	padding: 0;
	min-width: 880px;
	max-width: 880px;
	text-align: left;
	/*background: transparent url(../img/bg-bar.png) repeat-y scroll left top;*/
	/*border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;*/
} 


#footerbox_menu {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: left;
	font-size: small;
	color: #ffffff;
}

#footerbox_menu hr {
    border:none;
    border-top:dotted 1px #ffffff;
    height:1px;
    color:#666666;
    margin: 3px 10px 3px 0px;

}


#footerbox_menu ul {
	margin:15px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
}

#footerbox_menu ul li {
	display:inline;
	margin-right:10px;
	padding-left:15px;
	line-height:1.5;
}

#footerbox_add {
	float: left;
	margin: 0px 360px 0px 30px;
	font-size: small;
	color: #ffffff;
	text-align: left;
}


#footerbox_copy {
	margin: 0px 50px 0px 10px;
	padding: 0;
	text-align: right;
	color: #ffffff;
} 


#footerbox a {
	color:#ffffff;
}

#footerbox a:link {
	color: #ffffff;
}

#footerbox a:visited {
	color: #ffffff;
}

#footerbox a:hover {
	color: #ffffff;
}

#footerbox a:active {
	color: #ffffff;
}



/*-----------------------------------------------
 __feed
-----------------------------------------------*/

#feed {
	padding: 5px 5px 5px 5px;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:860px;
	float:left;
	/*background: transparent url(../img/bg-c.gif) repeat-y scroll left top;*/
	/*margin: 0px 0px 0px 0px; */
	/*padding-top: 10px;*/
	/*background-color: #ffffff;
	border: 1px solid #333333;*/
}
	

#contents2 {
	width:860px;
	/*float:left;*/
	background: transparent url(../img/bg-c2.gif) repeat-y scroll left top;

	margin: 0px 0px 0px 0px; 
	padding-top: 0px;
	/*border-top: 1px solid #DDDDDD;*/
	/*min-height: 520px;*/


}
}
	
#contents2 h2 {
	margin: 20px 10px 0px 10px;
	padding: 2px 0px 0px 0px;
	font-weight: normal;
	font-size: x-large;
	font-family: "Meiryo UI",メイリオ;
	color:#333333;
	border-top-width: 0px;
	background-image : url(../img/h2_bgc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 22px;
    height: 38px;
}

/* __main
------------------------------------------*/

#main {
	float:right;
	width:720px;
	padding:10px 20px 20px 20px;
	color:black;
}

#main p.rinen{
	text-align: center;
	font-size: 170%;
	color: #028880;
}


#main_waku {
	margin-left: 10px;
	/*border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;*/
	/*border: 1px solid #cccccc;*/
}



#main_waku ul.link{
	margin: 20px 0px 10px 40px;
	list-style-image : url(../img/lmark.png);
}

#main_waku ul.link li{
	margin-bottom: 10px;
}


#main_waku_soko {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 5px;
	/*background: transparent url(../img/h3_bg-b.png) no-repeat left top;*/
	/*height: 50px;*/
	background-color: #FFFFFF;
	text-align: right;
}


#main2 {

	width:820px;
	padding:10px 20px 20px 20px;
	color:black;
	border-top: 0px solid #00abf1;
	line-height:1.7;
	
}


#main2.top {
	border-top: 0px solid #001c4c;
}

#main2 h2{
	margin: 0px 30px 0px 30px;
	padding: 10px 0px 4px 0px;
	font-size: x-large;
	/*font-weight: bold;*/
	/*color:#122b64;*/
	color:#333333;
	border-top-width: 0px;
	background-image : url(../img/main2_h2_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
    height: 40px;
    /*border-bottom: 5px solid #122b64;*/
   /* border-top: 1px solid #eeeeee;*/

}

#main2 h4{
	color:#FF0000;
}


#main_waku2 {
	margin: 10px 30px 20px 30px;
	padding:20px 20px 20px 20px;
	color:black;
	border: 1px solid #eeeeee;
	background: transparent url(../img/main_waku_bg.gif) repeat left top;
}

#main_waku2.info {
	margin: 10px 30px 20px 30px;
	padding:20px 20px 20px 20px;
	color:black;
	border: 1px solid #eeeeee;
	background-image: none;
}

#main_waku2_border {
	border-bottom:#cccccc 1px dashed;
	MARGIN: 5px 0px 5px 0px;
	line-height: 1.0em;
}

#main_waku2 p.cpt {
	margin: 6px;
	font-size: 160%;
	font-weight: normal;
}

#main_waku2 h4{
	color:#FF0000;
}



#main_waku3 {
	margin: 10px 30px 20px 30px;
	padding:20px 20px 20px 20px;
	color:black;
/*	border: 1px solid #eeeeee;
	background: transparent url(../img/main_waku_bg.gif) repeat left top;*/
}

#main_hr {
	clear:both;
	padding:10px;

}

#main_hr hr {
    border:none;
    border-top:dashed 1px #cccccc;
    height:1px;
    color:#666666;
    margin: 3px 10px 3px 10px;
}


/* __waku
------------------------------------------*/

#waku {
	margin:0px 10px 10px 25px;
	padding:0px 10px 0px 0px;
}
/*
#waku h3 {
	margin: 0px;
	PADDING: 0px;
	text-indent: -12px;
	font-weight:normal;
	font-size: medium;
	background-image: none;
	border: 0px;
	color: #ff4500;
}
*/
#waku h5 {
	margin: 0px;
	PADDING: 0px;
	font-weight:normal;
	font-size: small;
	color: #000000;
}

#main_waku ul{
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style-image : url(../img/lmark.png);
}

#main_waku ul li{
	margin-bottom: 10px;
}

#waku2 {
	margin:0px 0px 10px 10px;
	padding:0px 0px 0px 0px;
	float: right;
	width: 690px;
}




/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:100px;
	padding: 0px 10px 20px 10px;

}

#sub h3 {
	margin-bottom:10px;
	font-size:100%;
	letter-spacing:1px;
	
}

#sub2 {
	float:left;
	width:230px;
	padding:10px 0px 20px 10px;
	/*min-height: 400px;*/
	/*background:#AB099F;*/
}


/* __contacts
------------------------------------------*/

#contacts {
	margin:10px 5px 0px 10px;
	padding:15px 0px 15px 15px;
	/*background:#AB099F;*/
	BORDER: #cccccc 4px solid;
	font-size: small;
}

#contacts h3 {
	margin-bottom:10px;
	font-size:120%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	/*border-bottom-color:#00cc66;*/
	border-bottom-color:#ff66cc;
	font-weight: normal;
	
}

#contacts2 {
	margin:10px 0px 0px 0px;
	/*padding:10px 10px 10px 10px;*/
	background:#ffffef;
	border-bottom: #ffcc00 2px solid;
	border-left: #ffcc00 2px solid;
	border-right: #ffcc00 2px solid;
	border-top: #ffcc00 1px solid;
	font-size: small;
}

#contacts2 h3 {
	margin: 0px 0px 0px 0px;
	text-indent: 10px;
	/*font-size:100%;*/
	/*letter-spacing:1px;*/
	border-top: 1px solid #ffcc00;
	background : transparent url(../img/ken_h3.png) repeat-x scroll 0% 0%;

}

#contacts2 a {
	text-decoration: none;
	color: #000000;;
}
#contacts2 a:link {
	color: #000000;
    /*text-decoration: none;*/
}

#contacts2 a:visited {
	color: #000000;
}

#contacts2 a:hover {
	/*font-weight: bold;*/
	color: #dc143c;
	text-decoration: none;
}

#contacts2 a:active {
	color: #ff1493;
}

ul.kensaku {
	margin-top: 10px;
}

ul.kensaku li {
	padding-top: 5px;
}


/* __topics
------------------------------------------*/

#topics {
	MARGIN: 10px 10px 0px 10px;
    padding: 10px 10px 10px 10px;
	BORDER: #cccccc 1px solid;
}

#topics_ttl {
	MARGIN: 0px 10px 0px 10px;
	padding: 4px 0px 0px 0px;
	/*background : transparent url(img/topics_ttl_bg.gif) repeat-x scroll left top;*/
    font-size: large;
	border-bottom: 2px solid #ffcc00;
}

#topics_ttl2 {
	MARGIN: 35px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	/*background : transparent url(img/topics_ttl_bg.gif) repeat-x scroll left top;*/
    font-size: normal;
    color: #999999;
}



#topics ul {
	MARGIN: 0px 0px 0px 30px;
	list-style-image : url(../05_14hukushi/c_icon_inlink_green.gif);
}

#topics ul li {
	MARGIN-BOTTOM: 0.5em;
	list-style:none;
}

#topics br {
	line-height: 0.7em;
}


/* _infomation
------------------------------------------*/

#imfomationw {
	MARGIN: 10px 10px 10px 10px;
    padding: 5px 0px 10px 5px;
	BORDER: #cccccc 1px solid;
	height : 300px;
}

#imfomationw2 {
	overflow: auto;
	MARGIN: 5px;
    padding: 5px;
	BORDER: #cccccc 1px solid;
	height : 580px;
}

#imfomationw ul {
	/*list-style-type: none;
	margin: 0;
	padding: 0;*/
	margin: 10px 10px 0px 0px;
	text-align:left;
}

#imfomationw li {

	margin: 0px 0px 0px 10px;
	padding: 10px 0px 20px 10px;
	/*line-height: 42px;*/
		/*width: 188px;*/
	/*display:inline;*/
/*	line-height:1.5;*/
/*	border:1px dotted #cccccc;*/
	/*border-top:1px dotted #cccccc;*/
	border-bottom:1px dotted #cccccc;
	/*background : transparent url(../img/marker.png) no-repeat scroll 0px 8px;*/
}



/* __linkbanner
------------------------------------------*/

#linkbn {
	MARGIN: 0px 20px 10px 20px;
    padding: 0px 0px;
    /*width: 220px;*/
}


/* __infowindow
------------------------------------------*/
#infowindow {
	width: 250px;
	min-height: 50px;
	font-size: small;
}


/* __select.comb
------------------------------------------*/

select.comb {
    background-color: #ffffff; /* 背景は白 */
    border: 1px solid #7f9db9; /* 枠線は淡い青色 */
    padding: 2px;
    width: 320px;
    font-size: normal;
	font-family: メイリオ;
}


/* __table
------------------------------------------*/

table.table001 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	font-size: 100%;
}

table.table001 caption {
	margin-top: 1em;
	text-align: left;
}

table.table001 th,table.table001 td {
	border: solid 1px #cccccc;
	padding: 6px 6px;
}


table.table001 td.harf {
	border-top: solid 1px #cccccc;
	border-bottom: solid 0px #cccccc;
	border-left: 1px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 6px 6px 6px 15px;
}

table.table001 td.cnt{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #e9f6ff;
}

table.table001 td.cnt0 {
	height: 30px;
	padding: 0px;
}

table.table001 td.cnt1 {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b1.png);
	background-position: left center;
	background-repeat: repeat-x;
	height: 30px;
}

table.table001 td.cnt1f {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 1px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b1_f.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt1e {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b1_e.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt2 {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b2.png);
	background-position: left center;
	background-repeat: repeat-x;
	height: 30px;
}


table.table001 td.cnt2f {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 1px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b2_f.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt2e {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b2_e.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt3 {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b3.png);
	background-position: left center;
	background-repeat: repeat-x;
	height: 30px;
}


table.table001 td.cnt3f {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 1px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b3_f.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt3e {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b3_e.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt4 {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b4.png);
	background-position: left center;
	background-repeat: repeat-x;
	height: 30px;
}


table.table001 td.cnt4f {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 1px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b4_f.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt4e {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b4_e.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt5 {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b5.png);
	background-position: left center;
	background-repeat: repeat-x;
	height: 30px;
}


table.table001 td.cnt5f {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 1px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b5_f.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt5e {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b5_e.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt6 {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b6.png);
	background-position: left center;
	background-repeat: repeat-x;
	height: 30px;
}


table.table001 td.cnt6f {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 1px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b6_f.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.cnt6e {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: solid 0px #cccccc;
	padding: 0px;
	background-image: url(../img/fish-b6_e.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 30px;
}

table.table001 td.harf2 {
	padding: 6px 15px 6px 6px;
}










table.table001 th {
	background-color:#fafafa;
	/*background: #E6E6E6;*/
	text-align: center;
	white-space: nowrap;
	font-size: small;
}

table.table001 hr {
	background-color:#fafafa;
	/*background: #E6E6E6;*/
	text-align: center;
	white-space: nowrap;
	font-size: small;
}


table.table002 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0px;
/*	width: 680px;*/
	border-collapse: collapse;
	border: 0px solid #999999;
	font-size: 100%;
}

table.table002 caption {
	margin-top: 1em;
	text-align: left;
}

table.table002 th,table.table002 td {
	border: solid 1px #999;
	padding: 6px 6px;
}

table.table002 th {
	background-color:#fafafa;
	/*background: #E6E6E6;*/
	text-align: center;
	white-space: nowrap;
	font-size: small;
}

table.table002 td.course {
	text-align: center;
	font-size: 200%;
	font-weight: bolder;
}

table.table002 td.time,table.table002 td.fee {
	text-align: right;
	white-space: nowrap;
}


table.table003 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	border-collapse: collapse;
	border: 0px solid #cccccc;
	font-size: 100%;
}

table.table003 caption {
	margin-top: 1em;
	text-align: left;
}

table.table003 th {
	border: solid 1px #cccccc;
	padding: 6px 6px 6px 16px;
}

table.table003 td {
	border: solid 1px #cccccc;
	padding: 6px 6px 6px 6px;
}



table.table003 td.cap {
	text-align: center;
}

table.table003 th {
	background-color:#fafafa;
	/*background: #E6E6E6;*/
	text-align: left;
	white-space: nowrap;
	font-size: small;
}

table.table003 td.course {
	text-align: center;
	font-size: 200%;
	font-weight: bolder;
}

table.table003 td.time,table.table003 td.fee {
	text-align: right;
	white-space: nowrap;
}


table.table004 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0px;
	border-collapse: collapse;
	border: 1px solid #ffffff;
	font-size: 100%;
}

table.table004 caption {
	margin-top: 1em;
	text-align: left;
}

table.table004 th,table.table004 td {
	border: solid 1px #ffffff;
	padding: 6px 0px 6px 0px;
}

table.table004 th {
	/*background: #E6E6E6;*/
	text-align: left;
	font-size: small;
	font-weight: normal;
}

table.table004 td.course {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

table.contact {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 20px;
/*	width: 680px;*/
	border-collapse: collapse;
	border: 0px solid #cccccc;
	/*font-size: 100%;*/
}


table.contact td {
	border: solid 1px #cccccc;
	padding: 6px 6px 6px 6px;
	background-color:#ffffff;
}


table.contact th {
	border: solid 1px #cccccc;
	padding: 6px 6px 6px 16px;
	/*background-color:#e8f8ff;*/
	/*background: #E6E6E6;*/
	background: url(../img/th_bg.gif)  repeat left top;
	text-align: left;
	white-space: nowrap;
	/*font-size: small;*/
}

/* __calender_table
------------------------------------------*/

table.calender {
	margin: 0px;
	border-collapse: collapse;
	border: 0px solid #999999;
	/*font-size: 100%;*/
}

table.calender caption {
	margin-top: 1em;
	text-align: left;
}

table.calender tr.bg01 {
	background-color:#f0fff0;
}

table.calender th {
	border-bottom: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
	border-left: solid 0px #cccccc;
	border-right: dotted 0px #cccccc;
	padding: 5px 5px;
	
}
table.calender td {
	border-bottom: dotted 1px #cccccc;
	border-top: dotted 1px #cccccc;
	/*border-left: dotted 1px #999999;
	border-right: dotted 1px #999999;*/
	padding: 5px 5px;
	
}

table.calender th {
	background-color:#f0f7ff;
	text-align: left;
	padding: 20px 0px 20px 20px;
}

table.calender td {
	text-align: left;
	padding: 20px 0px 20px 20px;
}

/* __enkaku_table
------------------------------------------*/

table.enkaku {
	margin: 0px;
	border-collapse: collapse;
	border: 0px solid #999999;
	/*font-size: 100%;*/
}


table.enkaku th {
	border-bottom: dotted 1px #cccccc;
	padding: 5px 5px;
	
}

table.enkaku td {
	border-bottom: dotted 1px #cccccc;
	padding: 5px 5px;
	
}

table.enkakur th {
	text-align: left;
	padding: 15px 0px 15px 20px;
}

table.enkaku td {
	text-align: left;
	padding: 15px 0px 15px 20px;
}




/* __kensaku_table
------------------------------------------*/

table.ken {
	margin-top: 10px;
	border-collapse: collapse;
	border: 0px solid #999999;
	/*width: 700px;*/
	
}

table.ken td {
	border: solid 0px #ff8c00;
	padding: 0px 0px;
	/*font-size: 85%;*/
	vertical-align: top;
	
}


/* トップリンク
------------------------------------------*/
/* page-top */
#page-top {
	position: fixed;
	bottom: 200px;
	right: 10px;
	font-size: 77%;
}

#page-top a {
	background-color: #85bbdf;
	background-image: url(../img/up.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 28px 0px 6px 0px;
	text-align: center;
	display: block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
/*
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
*/
}

#page-top a:hover {
/*
	padding: 28px 0px 6px 0px;
	text-decoration: none;
	background-image: url(../img/up.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;*/
	background-color: #039aff;
}

/* サイズ変更
------------------------------------------*/
#tsize {
	padding: 5px 0px 5px 0px;
	position: fixed;
	top: 11px;
	right: 0px;
	font-size: 77%;
	list-style-type: none;
	border-left: 1px dotted #999999;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	text-align: center;
	z-index: 300;
	background-image: url(../img/tsize_bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}



#tsize ul {
	margin: 0px 0px 3px 5px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 65px;
	/*float: right;*/
	color: #FFFFFF;


}

#tsize li {
	margin: 5px 0px 3px 5px;
	padding: 0px 0px 0px 0px;
/*	border-left:1px solid white;*/
}

#tsize li a {
    text-decoration: none;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;

}

#tsize li a.size01 {
	margin: 0px 0px 0px 0px;
	padding: 8px 3px 1px 3px;
	font-size: 14px;
	color:#000000;
	text-align: center;
	width: 44px;
	height:20px;
	background-color: #ffffff;
	border: 1px solid #00baff;
	
}

#tsize li a.size02 {
	margin: 0px 0px 0px 0px;
	padding: 8px 3px 1px 3px;
	font-size: 14px;
	/*font-weight: normal;*/
	text-align: center;
	color:#000000;
	width: 44px;
	height:20px;
	background-color: #ffffff;
	border: 1px solid #00baff;
	
}


#a_day {
	MARGIN: 15px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
    font-size: 14px;
    color: #333333;
}

#infowindowclass {  
    width:200px;  
    /*height: 80px;
    font-weight:bold;*/
    font-size: large;
}



.menulist{
  display: block;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
}

.menulist li{
  /* width: 100%; */
  padding: 10px;
  margin-bottom: 20px;
}

.menulist li span{
  font-size: 150%;
  padding-right: 15px;
  font-weight: bold;
}

.menulist li a{
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
}

.menulist li a:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0080ff;
  content: "";
}

.menulist li a:before{
  position: absolute;
  top: 12px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0080ff;
  content: "";
}

.menulist li a:hover{
  color: #0080ff;
  text-decoration: none;
}