body{
    margin: 0;
    padding: 0;
}
#wrapper{
    width: 1050px;
    margin: 0 auto 0 auto;
}
#header{
    margin: 0;
    padding: 0;
    background-color: #0B344A;
}
#contents{
    margin: 0;
}
#main{
    width: 1045px;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
//    float: left;
}
#navi_left{
    width: 10px;
    margin: 0;
    padding: 0;
    background-color: aqua;
//    float: left;
}
#main_contents{
    width: 1035px;
    margin: 0;
    padding: 0;
    float: right;
}
#navi_right{
    width: 5px;
    margin: 0;
    padding: 0;
//    background-color: red;
    float: right;
}
#footer{
    margin: 0;
    padding: 5px;
    background-color: green;
    clear:both;
} 


/* ナビゲーション 左　default
---------------------------------------------------- */
#nav {
  position: absolute;
  top: 740px;
  left: 10px;
  margin: 0;
  padding: 15px 0 0 0 ;
  list-style: none;
  background: url(../images/colona200.jpg) no-repeat top left;
  border-bottom: 1px dotted #726d6b;
}
#nav li {
  padding: 8px 0;
  width: 140px;
  border-top: 1px dotted #726d6b;
  font-size: 12px;
  font-weight: bold;
}
#nav span, #nav a {
  display: block;
  line-height: 1.0;
  padding: 0 0 0 8px;
  border-left-width: 8px;
  border-left-style: solid;
}
#nav span {
 border-left-color: #ff0074;
  color: #000000;
}
#nav a {
  border-left-color: #d9d9d9;
  text-decoration: none;
  color: #888888;
}
#nav a:hover {
  color: #000000;
  border-left-color: #ff7400;
}
#visitors {
  position: absolute;
  top: 630px;
  left: 5px;
  margin: 0;
  padding: 15px 0 0 0 ;
  list-style: none;
  background: url(../images/flow.gif) no-repeat top left;
  border-bottom: 1px dotted #726d6b;
}

/* ナビゲーション 右
---------------------------------------------------- */

#navk {
  position: absolute;
  top: 280px;
  left: 720px;
  margin: 0;
  padding: 15px 0 0 0 ;
  list-style: none;
//  background: url(../images/colona200.jpg) no-repeat top left;
  border-bottom: 1px dotted #726d6b;
}
#navk li {
  padding: 8px 0;
  width: 380px;
  border-top: 1px dotted #726d6b;
  font-size: 12px;
  font-weight: bold;
}
#navk span, #navk a {
  display: block;
  line-height: 1.0;
  padding: 0 0 0 8px;
  border-left-width: 8px;
  border-left-style: solid;
}
#navk span {
 border-left-color: #ff0074;
  color: #000000;
}
#navk a {
  display: block;
  line-height: 1.0;
  padding: 0 0 0 8px;

  border-left-color: #d9d9d9;
  text-decoration: none;
  color: #888888;
}
#navk a:hover {
  color: #000000;
  border-left-color: #ff7400;
}


/* ナビゲーション　中央
---------------------------------------------------- */

#navigation {
  position: relative;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 0 ;
  list-style: none;
}
#navigation li {
  position: absolute;
  left: 20px;
  display: block;
  width: 310px;
  height: 35px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}
#navigation span, #navigation a {
  display: block;
  line-height: 1.0;
  padding: 0 0 0 8px;
  border-left-width: 8px;
  border-left-style: solid;
}
#navigation span, #dial a {
  display: block;
  line-height: 1.0;
  padding: 0 0 0 8px;
  border-left-width: 8px;
  border-left-style: solid;
}
#navigation span, #honpen a {
  display: block;
  line-height: 1.0;
  padding: 0 0 0 8px;
  border-left-width: 8px;
  border-left-style: solid;
}
#navigation span, #shiryou a {
  display: block;
  line-height: 1.0;
  padding: 0 0 0 8px;
  border-left-width: 8px;
  border-left-style: solid;
}
#navigation span, #kenpakusho a {
  display: block;
  line-height: 1.0;
  padding: 0 0 0 8px;
  border-left-width: 8px;
  border-left-style: solid;
}
#navigation span {
 border-left-color: #ff7400;
  color: #000000;
}
#navigation a {
  display: block;
  width: 310px;
  height: 12px;
  border-left-color: #00d9d9;
  text-decoration: none;
  color: #888888;
}
#navigation a:hover {
  color: #000000;
  border-left-color: #ff7400;
}

ul#navigation li#toppage{
  left: 10px;
}
ul#navigation li#dial {
  left: 70px;
}
ul#navigation li#honpen {
  left: 280px;
}
ul#navigation li#shiryou {
  left: 540px;
}
ul#navigation li#kenpakusho {
  left: 800px;
}

#navigation0 {
  position: absolute;
  top: 0px;  left: 0px;

}

#navigation1 {
  position: absolute;
  top: 1500px;  left: 0px;

}

/* テーブル共通
---------------------------------------------------- */
table {
	background: #fff;
	border:1px solid #ccc;
/*	border-right:0;		*/
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
caption{
	background:#dddddd;
	color: seagreen;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 2px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #0099ff;
	border-left: 1em solid #0099ff;
	text-align: left;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.altrow {
	background: #f4f4f4;
	white-space: nowrap;
}
td.naltrow {
	background: #fff;
}
