/* *****************************************************
  Naming rules
********************************************************

全体コンテナ         #wrapper (body要素の直下)
ヘッダー             #siteHeader (ヘッダー)
フッター             #siteFooter (フッター)

***************************************************** */
@charset "utf-8";
@import url("thickbox.css");

/* *****************************
   共通部分
***************************** */

* {
	margin: 0px;
	padding: 0px;
outline:none;
}

ul {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* body */

body {
	background: #79B9B0 url(../images/background_b.gif)  top center repeat-y;
}

.content_list {
	width: 550px;
	border-collapse: collapse;
}

.content_list  TH {
	height: 30px;
}

.content_list  TH {
	width: 130px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #79B9B0 #79B9B0 #79B9B0 #79B9B0;
	background: #F0F8FF;
	font-size: 12pt;
}

.content_list  TD {
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #79B9B0 #79B9B0 #79B9B0 #79B9B0;
	font-size: 11pt;
}

.content_list  ul {
	list-style: none;
}

.content_qa {
	width: 550px;
	border-collapse: collapse;
}

/* *****************************
  wrapper
***************************** */

#wrapper {
	height: auto;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* *****************************
  * siteHeader
***************************** */

#siteHeader {
	height: 120px;
	width: 780px;
	position: relative;
	background: url(../images/bg_header.gif) repeat-x;
}

/* logo */

#logo {
	top: 20px;
	left: 0px;
	height: 55px;
	width: 420px;
	position: absolute;
	text-decoration: none;
}

/* mininavi */

#mininavi {
	top: 50px;
	left: 570px;
	height: 25px;
	width: 210px;
	position: absolute;
}

#mininavi  ul {
	height: auto;
	width: 210px;
	list-style: none;
}

#mininavi  li {
	float: left;
}

#mininavi  a {
	height: 25px;
	width: 70px;
	position: relative;
	text-indent: -3000px;
	display: block;
}

#mininavi01 {
	background: url(../images/bg_sitemap.gif);
}

#mininavi02 {
	background: url(../images/bg_riyo.gif);
}

#mininavi03 {
	background: url(../images/bg_orca.gif);
}

/* navigater */

#navigater {
	top: 80px;
	left: 0px;
	height: 30px;
	width: 780px;
	position: absolute;
}

#navigater  ul {
	list-style: none;
}

#navigater  li {
	float: left;
}

#navigater  a {
	height: 30px;
	width: 130px;
	text-indent: -3000px;
	display: block;
}

#navigater01  a {
	background: url(../images/menu_1_w.gif);
}

#navigater02  a {
	background: url(../images/menu_2_w.gif);
}

#navigater03  a {
	background: url(../images/menu_3_w.gif);
}

#navigater04  a {
	background: url(../images/menu_4_w.gif);
}

#navigater05  a {
	background: url(../images/menu_5_w.gif);
}

#navigater06  a {
	background: url(../images/menu_6_w.gif);
}

#navigater01  a:hover {
	background: url(../images/menu_1_y.gif);
}

#navigater02  a:hover {
	background: url(../images/menu_2_y.gif);
}

#navigater03  a:hover {
	background: url(../images/menu_3_y.gif);
}

#navigater04  a:hover {
	background: url(../images/menu_4_y.gif);
}

#navigater05  a:hover {
	background: url(../images/menu_5_y.gif);
}

#navigater06  a:hover {
	background: url(../images/menu_6_y.gif);
}

#home  #navigater01  a {
	background: url(../images/menu_1_r.gif);
}

#works  #navigater02  a {
	background: url(../images/menu_2_r.gif);
}

#jisseki  #navigater03  a {
	background: url(../images/menu_3_r.gif);
}

#hinsitu  #navigater04  a {
	background: url(../images/menu_4_r.gif);
}

#corp  #navigater05  a {
	background: url(../images/menu_5_r.gif);
}

#recruit  #navigater06  a {
	background: url(../images/menu_6_r.gif);
}

#home  #navigater01  a:hover {
	background: url(../images/menu_1_r.gif);
}

#works  #navigater02  a:hover {
	background: url(../images/menu_2_r.gif);
}

#jisseki  #navigater03  a:hover {
	background: url(../images/menu_3_r.gif);
}

#hinsitu  #navigater04  a:hover {
	background: url(../images/menu_4_r.gif);
}

#corp  #navigater05  a:hover {
	background: url(../images/menu_5_r.gif);
}

#recruit  #navigater06  a:hover {
	background: url(../images/menu_6_r.gif);
}

/* *****************************
  * siteMain
***************************** */

#siteMain {
	height: auto;
	width: 780px;
	position: relative;
	background-color: #FFFFFF;
}

/* *****************************
  ** pankuzu
***************************** */

#pankuzu {
	margin-bottom: 10px;
	top: 5px;
	height: 20px;
	width: 100%;
	position: relative;
	background: url("../images/back_pankuzu.gif");
}

#pankuzu  ul {
	list-style: none;
}

#pankuzu  li {
	margin-left: 10px;
	padding-left: 20px;
	background: url("../images/icon01.gif") center left no-repeat;
	float: left;
	font-size: 14px;
}

#pankuzu  a {
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}

/* *****************************
  ** topimage
***************************** */

#topimage {
	height: 120px;
	width: 780px;
	position: relative;
}

#home  #topimage {
	height: 200px;
	width: 780px;
	background: url("../images/page_top1.gif");
}

#works  #topimage {
	background: url("../images/page_top2.gif");
}

#jisseki  #topimage {
	background: url("../images/page_top3.gif");
}

#hinsitu  #topimage {
	background: url("../images/page_top4.gif");
}

#corp  #topimage {
	background: url("../images/page_top5.gif");
}

#recruit  #topimage {
	background: url("../images/page_top6.gif");
}

/* *****************************
  ** contents
***************************** */

#contents {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	height: auto;
	width: 780px;
	position: relative;
}

#content_title {
	top: 0px;
	left: 0px;
	height: 30px;
	width: 550px;
	position: absolution;
	background: url("../images/icon003.gif") center left no-repeat;
}

#content_title_w {
	top: 2px;
	left: 23px;
	width: 530px;
	position: relative;
}

#content_title p{
	font-size: 18pt;
}

#content_left {
	top: 0px;
	left: 0px;
	width: 550px;
	position: relative;
}

#content_right {
	top: 0px;
	left: 550px;
	width: 200px;
	position: absolute;
	margin-left: 15px;
}

#side_link {
	width: 200px;
	position: absolute;
}

#side_link  table {
	width: 200px;
	position: absolute;
}

#side_link  td {
	width: 200px;
	background-position: right center;
	background-repeat: no-repeat;
	text-align: right;
}

#side_link a{ 
			text-decoration : none;
			outline: none;
			display: block;
			}

.node1 {
	margin-right: 5px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 16pt;
	line-height: 50px;
	line-width: 200px;
}

.node1_f {
	margin-right: 5px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 16pt;
	font-weight: bold;
	line-height: 50px;
	line-width: 200px;
}

.node1_td {
	height: 50px;
	width: 200px;
	background: url("../images/right_mn_icon1_n1.gif");
}

.node1_td_f {
	height: 50px;
	width: 200px;
	background: url("../images/right_mn_icon2_n1.gif");
}

.node1_td:hover {
	height: 50px;
	width: 200px;
	background: url("../images/right_mn_icon3_n1.gif");
}

.node2 {
	margin-right: 5px;
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 40px;
	line-width: 200px;
}

.node2_f {
	margin-right: 5px;
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	line-height: 40px;
	line-width: 200px;
}

.node2_td {
	height: 40px;
	background: url("../images/right_mn_icon1_n2.gif");
}

.node2_td_f {
	height: 40px;
	background: url("../images/right_mn_icon2_n2.gif");
}

.node2_td:hover {
	height: 40px;
	background: url("../images/right_mn_icon3_n2.gif");
}

.node3 {
	margin-right: 5px;
	margin-left: 50px;
	color: #FFFFFF;
	font-size: 7.5pt;
	line-height: 30px;
	line-width: 200px;
}

.node3_f {
	margin-right: 5px;
	margin-left: 50px;
	color: #FFFFFF;
	font-size: 7.5pt;
	font-weight: bold;
	line-height: 30px;
	line-width: 200px;
}

.node3_td {
	height: 30px;
	background: url("../images/right_mn_icon1_n3.gif");
}

.node3_td_f {
	height: 30px;
	background: url("../images/right_mn_icon2_n3.gif");
}

.node3_td:hover {
	height: 30px;
	background: url("../images/right_mn_icon3_n3.gif");
}

/* *****************************
  * siteFooter
***************************** */

#siteFooter {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 55px;
	width: 780px;
	background-color: #79B9B0;
}

#copyrights {
	margin-top: 20px;
	width: 780px;
	position: absolute;
	font-size: 16px;
	color: #FFFFFF;
}

#copyrights  table {
	width:auto;
	margin:auto;
	border-collapse: collapse;
}

/* *************
  index
************* */

/* content_main */

#content_main {
	margin-top: 10px;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 780px;
	position: relative;
}

/* leftbar */

#leftbar {
	top: 0px;
	left: 0px;
	height: 400px;
	width: 500px;
	position: relative;
	float: left;
	background: url("../images/leftbar_back.gif");
}

/*
#leftbar_top{ height: 15px; width: 500px; position: relative;
			  background: url("../images/leftbar_back1.gif");
			  background: #79B9B0
			}
			
#leftbar_mid{ height: 400px; width: 500px;
			  position: relative;
			  background: #79B9B0
			}

#leftbar_btm{ height: 15px; width: 500px;
			  position: relative;
			  background: url("../images/leftbar_back3.gif");
			  background: #79B9B0
			}
*/
/* news release */

#newsimage {
	top: 10px;
	left: 20px;
	height: 50px;
	width: 300px;
	position: absolute;
	background: url("../images/news_release.gif");
}

#board {
	top: 70px;
	left: 20px;
	height: 150px;
	width: 460px;
	position: absolute;
	background: url("../images/board_back.gif");
}

#a_date {
	top: 10px;
	left: 90px;
	position: absolute;
}

#a_title {
	top: 35px;
	left: 90px;
	position: absolute;
}

#a_image {
	top: 40px;
	left: 10px;
	height: 70px;
	width: 70px;
	position: absolute;
}

#a_detail {
	top: 65px;
	left: 90px;
	height: 70px;
	width: 370px;
	position: absolute;
}

#articles {
	margin: 0px;
	padding: 0px;
	top: 230px;
	left: 20px;
	height: 120px;
	width: 460px;
	position: absolute;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: scroll;
}

#articles  ul {
	width: 460px;
	height: 120px;
	background-color: #FFFFFF;
	color: #000000;
	list-style: none;
}

#articles  a {
	text-decoration: none;
	color: #000000;
}

#buttons {
	top: 360px;
	left: 20px;
	position: absolute;
}

#rightbar {
	margin-left: 10px;
	top: 0px;
	left: 0px;
	height: 370px;
	width: 270px;
	position: relative;
	float: left;
}

#rightbar_top {
	position: relative;
	height: 15px;
	width: 270px;
	background: url("../images/rightbar_back1.gif");
}

#rightbar_mid {
	position: relative;
	height: 370px;
	width: 270px;
	background: url("../images/rightbar_back2.gif") repeat-y;
}

#rightbar_mid table{
	margin: auto;
}

#rightbar_btm {
	position: relative;
	height: 15px;
	width: 270px;
	background: url("../images/rightbar_back3.gif");
}

#search {
	position: absolute;
	top: 320px;
	left: 10px;
	height: 40px;
	width: 240px;
	color: #FFFFFF;
	border-color: #000000;
	background-color: #79B9B0;
}

#search_opt {
	position: absolute;
	top: 25px;
	left: 20px;
	font-size: 14px;
}

#search_text {
	position: absolute;
	top: 0px;
	left: 20px;
}

#search_btn {
	position: absolute;
	top: 25px;
	left: 190px;
	font-size: 10px;
}

/* *************
  portal
************* */

#catchword {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
}

#explanation  p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.2em;
}

#explanation  p:first-letter {
	margin-right: 3px;
	padding: 2px;
	font-size: 24px;
	color: #FFFFFF;
	background: #DA1709;
}

/* local_navi */

#local_navi {
	top: 0px;
	left: 0px;
	height: auto;
	width: 760px;
	position: relative;
}

#local_navi  ul {
	top: 0px;
	left: 0px;
	height: 230px;
	width: 750px;
	list-style: none;
}

#local_navi  li {
	margin-right: 10px;
	height: 230px;
	width: 240px;
	float: left;
	background: #FFFFFF;
}

#local_navi  a {
	height: 100px;
	width: 240px;
	background: url("../images/back_localnavi.gif");
	display: block;
	text-decoration: none;
}

#local_navi  a:hover {
	background: url(../images/back_localnavi_hover.gif);
}

#local_navi  a  p {
	top: 20px;
	left: 10px;
	color: #000000;
	text-align: center;
	line-height: 100px;
	font-size: 16px;
	font-weight: bold;
}

