@charset "UTF-8";

/* Reset ----------------------------------------------- */

*	{
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

img{
	vertical-align: bottom;
	border: none;
}

h1, h2, h3, h4, h5{
	font-size: 100%;
}

a,
a:link{
	color: #3333cc;
	text-decoration: underline;
}

/* ----------------------------------------------- */

body{
	text-align: center;
	background-color: #ffffff; /* #9DB5F1 #99B6ff */
	/* background: #9DB5F1 url(http://fish-g.jp/images/wrapper_bg.gif) repeat-y center; */
}

div#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-left: 0px #9999ff solid;
	border-right: 0px #9999ff solid;
}

/* ----------------------------------------------- */

div#header{
	margin: 0;
	height: 100px;
	text-align:right;
	background-color: #ffffff;
	color: #333333;
	font-size:70%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
/*	background: #ffffff url(http://fish-g.jp/images/header_bgimg.gif) no-repeat 0 0; */
}

div#header img.headermenu{
	float:right;
	margin-top:5px;
}

div#header a.sitemap{
	margin:10px;
	padding-left:25px;
	line-height:160%;
	text-decoration:none;
	background: #ffffff url(http://fish-g.jp/images/icon_sitemap.gif) no-repeat 0 -2px ;
	color: #333333;
}

div#header a.sitemap:hover,
div#header a.sitemap:active{
	text-decoration:underline;
}

div#header a.sitemap:visited{
	color: #333333;
}

/* ----------------------------------------------- */

div#globalmenubox{
	position: relative;
}

ul#globalmenu{
	position: absolute;
	right: 20px;
	top: -68px;
	list-style-type: none;
}

ul#globalmenu li{
	width: 115px;
	height: 28px;
	padding: 0;
	float: left;
	list-style-type: none;
	text-align:center;
}

ul#globalmenu li a,
ul#globalmenu li span.now{
	display: block;
	width: 113px;
	height: 28px;
	margin: 2px 2px;
	text-indent: -9999px;
	overflow: hidden;
	font-size:1%;
	text-decoration:none;
	color: #333333;
}

ul#globalmenu li.menu1 a,
ul#globalmenu li.menu1 a:link,
ul#globalmenu li.menu1 a:visited{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat 0px 0px;
}

ul#globalmenu li.menu1 a:hover,
ul#globalmenu li.menu1 a:active{
	background-position: -400px 0px;
}

ul#globalmenu li.menu1 span.now{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat -200px 0px;
}

ul#globalmenu li.menu2 a,
ul#globalmenu li.menu2 a:link,
ul#globalmenu li.menu2 a:visited{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat 0px -50px;
}

ul#globalmenu li.menu2 a:hover,
ul#globalmenu li.menu2 a:active{
	background-position: -400px -50px;
}

ul#globalmenu li.menu2 span.now{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat -200px -50px;
}

ul#globalmenu li.menu3 a,
ul#globalmenu li.menu3 a:link,
ul#globalmenu li.menu3 a:visited{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat 0px -100px;
}

ul#globalmenu li.menu3 a:hover,
ul#globalmenu li.menu3 a:active{
	background-position: -400px -100px;
}

ul#globalmenu li.menu3 span.now{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat -200px -100px;
}


ul#globalmenu li.menu4 a,
ul#globalmenu li.menu4 a:link,
ul#globalmenu li.menu4 a:visited{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat 0px -150px;
}

ul#globalmenu li.menu4 a:hover,
ul#globalmenu li.menu4 a:active{
	background-position: -400px -150px;
}

ul#globalmenu li.menu4 span.now{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat -200px -150px;
}

ul#globalmenu li.menu5 a,
ul#globalmenu li.menu5 a:link,
ul#globalmenu li.menu5 a:visited{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat 0px -200px;
}

ul#globalmenu li.menu5 a:hover,
ul#globalmenu li.menu5 a:active{
	background-position: -400px -200px;
}

ul#globalmenu li.menu5 span.now{
	background: #ffffff url(http://fish-g.jp/images/globalmenu-text.gif) no-repeat -200px -200px;
}

/* ----------------------------------------------- */

div#container{
	padding: 5px 0;
	background-color: #ffffff;
/*	border:1px green solid; */
/*	background: #ffffff url(http://fish-g.jp/images/container_header.gif) no-repeat top left; */
}

/* ----------------------------------------------- */

div#newsbar,
div#topsidebar{
	margin: 10px 5px 10px 10px;
	float: right;
	width: 260px;
	background-color: #ffffff;
	border: 0px solid #aaaaff;
}

div#newsbar h3,
div#topsidebar h3{
	clear:left;
	margin:10px 0;
/*	padding:2px;
	padding-left:6px;*/
	font-weight:bold;
	border-bottom: 1px solid #333333;
	color: #333333;
}

div#newsbar p,
div#topsidebar{
	margin:15px;
	margin-top:5px;
	font-size:80%;
}

div#newsbar p.newstitle{
	color: #333333;
	font-weight: bold;
	margin-bottom:5px;
}

div#newsbar p a{
	padding: 0 2px;
	font-weight: bold;
}

div#topsidebar ul,
div#topsidebar ul li{
	list-style-type:none;
}


div#topsidebar ul li{
	clear:left;
}
div#topsidebar a img{
	clear:left;
	float:left;
	margin-bottom:10px;
	margin-right:5px;
}



/* ----------------------------------------------- */

div#mainbox{
	padding-top: 10px;
}

div#topbox{
	float: left;
	padding-top: 10px;
	width: 510px;
}

div#mainbox ul,
div#topbox ul{
	margin: 20px;
	margin-left: 60px;
	list-style-type: circle;
}

div#mainbox ul li,
div#topbox ul li{
	list-style-type: circle;
	font-size:90%;
	margin: 5px;
}

h1{
	margin:10px 10px 0px 13px;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
	font-weight: bold;
	font-size: 110%;
	color: #333333;
/*	border-left: 2px solid #AAcc33; */
	border-bottom: 1px solid #333333; 
}

div#mainbox h2,
div#topbox h2{
	border-left: 5px solid #000000; 
	border-bottom: 1px solid #000000; 
	margin:20px 30px;
	padding: 3px 8px;
	font-weight: bold;
	background-color:#f0f0f0;
	color: #333333;
}

div#mainbox h3,
div#topbox h3{
	margin:0px 30px;
	font-weight: bold;
	color: #666666;
}

div#mainbox h4,
div#topbox h4{
	margin:0px 30px;
	font-weight: bold;
	color: #666666;
	font-size: 90%;
}

div#mainbox p,
div#mainbox form,
div#topbox p,
div#topbox form{
	margin: 20px 30px;
	padding: 0px 0px;
	font-size: 90%;
}

.entry-footer{
	margin: 20px 30px;
	padding: 0px 0px;
	font-size: 90%;
}


hr{
	margin:0 30px;
	text-align:center;
	color: #cccccc;
	height: 1px;
	border: 0px;
	border-bottom: 1px;
	border-style: dotted;
	}

/* companyinfo -------------------------------- */

div.map{
	float: right;
	width: 400px;
	height: 287px;
	border:1px #aaaaaa solid;
	text-align: left;
}

table.companyinfo{
	margin: 20px;
	width: 760px;
	border-collapse: collapse;
}

table.companyinfo tr th,
table.companyinfo tr td{
	vertical-align: top;
	padding: 10px;
	font-size: 80%;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
}

table.companyinfo tr th{
	font-weight: bold;
	width: 8em;
	background-color: #f0f0f0;
}

table.companyinfo tr td{
	padding-left: 10px;
}


/* service info -------------------------------- */

div#serviceinfo{
	margin-left: 30px;
}

div#serviceinfo ul{
	margin:		10px;
	padding:	0;
	float:		left;
	width:		220px;
	list-style-type: none;
	background-color: #f0f0f0;
	border: 1px #000000 solid;
}

div#serviceinfo ul li{
	margin:		10px;
	padding:	5px 2px;
	background-color: #333333;
/*	background:		#0000cc url(http://fish-g.jp/images/serviceinfo_bg.jpg) repeat;*/
	text-align:	center;
	color:		#ffffff;
	list-style-type: none;
	font-size: 80%;
}

div#serviceinfo ul li.title{
	background-color: #f0f0f0;
	background-image: none;
	color:		#333333;
	list-style-type: none;
	font-size:110%;
}

div#serviceinfo ul li span{
	padding:		10px;
}

div#serviceinfo ul li.title strong{
	padding:		10px;
	font-weight:	bold;
	font-size:110%;
}


/* inquiry -------------------------------- */

table.inquiry{
	margin: 5px 20px;
}

table.inquiry tr th,
table.inquiry tr td{
	vertical-align: top;
	padding: 5px 0;
	font-size: 80%;
}

table.inquiry tr td{
	padding-left: 10px;
}

table.inquiry tr th{
	font-weight: bold;
	width: 10em;
	text-align:center;
}

/* recruit -------------------------------- */

table.recruit{
	margin: 20px;
	width: 760px;
	border-collapse: collapse;
}

table.recruit tr th,
table.recruit tr td{
	vertical-align: top;
	padding: 10px;
	font-size: 80%;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
}

table.recruit tr td{
	padding-left: 10px;
}

table.recruit tr td ul{
	margin: 10px 20px;
}

table.recruit tr td ul.caution{
	margin: 10px 20px;
	list-style-type: none;
}

table.recruit tr th{
	font-weight: bold;
	width: 10em;
	background-color: #f0f0f0;
}

/* footer -------------------------------- */

div#footer{
	width: 800px;
	margin-top: 30px;
	padding:5px 0;
	clear: both;
	background-color: #ffffff;
	color: #000033;
	font-size: 80%;
/*	background: #ffffff url(http://fish-g.jp/images/footer_bg.gif) no-repeat 0 0; */
}

div#footer p{
	margin: 0 10px;
	color: #333333;
}


div#footer a{
	color: #ffffff;
}

div#footer p.copyright{
	position: relative;
	text-align: right;
}

div#footer p.copyright img{
	position: absolute;
	top: -37px;
	right: 10px;
}




/* clearfix -------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


