@charset "shift_jis";
/* /////////////////////////////////////////// */
/* reset
/* /////////////////////////////////////////// */

* {
  font-size:100%;
  line-height:1.6;
  margin:0px;
  padding:0px;
  list-style:none;
}
BODY {
  font-size:82%;
  text-align:center;
  color:#333333;
  background-color:#FFFFFF;
  font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
}
IMG {
  border:none;
  vertical-align:top;
}
fieldset{
  margin-top:10px;
  margin-bottom:10px;
}  
p{
   font-size:12px;
}
blockquote{
	margin-left:10pt;margin-right:10pt;
}
/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */

#wrapper {
  width: 840px;
  margin: 0px auto;
  padding:30px 20px 10px;
  text-align:left;
  background : #f5f5f5 url(../css1/lbd6.png) repeat-x left top;
}
#header {
  width: 840px;
  padding-bottom:20px;
}
#header_left {
  float:left;
  width: 530px;
}
#header_right {
  float:right;
  width: 290px;
}
#unavi_body {
  width: 290px;
  background : url(../css1/unavi_bg.gif) repeat-y left top;
}
#unavi_body_btm {
  width: 290px;
  background : url(../css1/unavi_btm.gif) no-repeat left bottom;
  padding:0px 0px 5px;
}
#unavi_body UL {
  width: 280px;
  background : url(../css1/unavi_top.gif) no-repeat left top;
  padding:5px 0px 0px 10px;
}
#unavi_body UL LI {
  background : url(../css1/unavi_icon.gif) no-repeat 5px 10px;
  padding:3px 5px 3px 15px;
  float:left;
  display:inline;
  font-size:10px;
  margin-right:10px;
}
#header #logo {
  font-size:20px;
  font-weight:bold;
  color:#0068B7;
}
#header #logo A {
  text-decoration:none;
  color:#0068B7;
}
#header #txt {
  font-size:11px;
  color:#666666;
}
#header:after,
#header_right ul:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/* /////////////////////////////////////////// */
/* global_navi
/* /////////////////////////////////////////// */

#global_navi {
  width: 840px;
  clear:both;
  font-size:11px;
}
#global_navi UL {
  width: 840px;
  border-top:3px solid #2A90C6;
  margin-bottom:3px;
}
#global_navi UL LI {
  margin:3px 1px 3px 0px;
  float:left;
  background : #2a90c6 url(../css1/gnavi_off.jpg) no-repeat left top;
  font-weight:bold;
  font-size:12px;
}
#global_navi UL LI.gnavi_first {
  width:139px !important;
}
#global_navi UL LI.gnavi_last {
  margin-right:0 !important;
}
#global_navi UL LI A {
  width:129px;
  padding: 7px 5px;
  color:#FFFFFF;
  text-decoration:none;
  display:block;
}
#global_navi UL LI A:HOVER {
  width:129px;
  color:#333333;
  background : #eeeeee url(../css1/gnavi_on.jpg) no-repeat left top;
  display:block;
}
#global_navi ul:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/* /////////////////////////////////////////// */
/* local_navi
/* /////////////////////////////////////////// */

#local_navi {
  clear:both;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  background-image : url(footer_bg.gif);
}
#local_navi LI {
  float:left;
  padding: 7px 5px 3px 7px;
  background-image : url(lnav_line.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
/* /////////////////////////////////////////// */
/* pankuzu
/* /////////////////////////////////////////// */

#pankuzu {
  margin-bottom: 10px;
}
#pankuzu P {
  font-size:80%;
}
/* /////////////////////////////////////////// */
/* main
/* /////////////////////////////////////////// */

#top_main,
#main {
  clear:both;
  width: 840px;
  text-align:left;
}
#main {
  background : url(../css1/side_bg.gif) repeat-y left top;
}
#top_main:after,
#main:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#main_side {
  float:left;
  width:220px;
}
#main_contents {
  float:right;
  width:600px;
}
.lnone {
  float:none !important;
  width:840px !important;
}
/* ----------------------------------- side_item */
.side_item {
  width:198px;
  border:1px solid #AED8EE;
  background-color:#2A90C6;
  color:#FFFFFF;
  padding:10px 10px 0px 10px;
  margin-bottom:10px;
}
.side_item H2 {
  width:190px;
  color:#FFFF00;
  font-weight:bold;
  border:1px solid #AED8EE;
  background-color:#0068B7;
  padding:4px;
  margin-bottom:10px;
}
.side_item P {
  margin-bottom:10px;
}
/* ----------------------------------- contents_item */
.contents_item {
  width:578px;
  border:1px solid #AED8EE;
  background-color:#FFFFFF;
  padding:10px;
  margin-bottom:10px;
}
.contents_item H2 {
  width:570px;
  border:1px solid #CCCCCC;
  border-bottom:2px solid #000000;
  background-color:#FFF0B3;
  padding:4px;
  margin:0 0 10px 0 !important;
}
/* ----------------------------------- main_contents */
#main_contents UL,
#main_contents OL {
  margin-bottom:10px;
}
#main_contents UL LI {
  background : url(../css1/list_icon.gif) no-repeat 7px 8px;
  padding:3px 0px 3px 25px;
  border-bottom:1px dotted #CCCCCC;
}
#main_contents UL.ul_box,
#main_contents OL.ol_box {
  margin-bottom:0px;
  border:1px solid #999999;
  padding:10px;
  margin-bottom:10px;
}
#main_contents .ol_box {
  list-style-type: decimal;
}
#main_contents OL LI {
  padding:3px 0px 3px 0px;
  list-style-type: decimal;
  margin-left:28px;
}
HR {
  clear:both;
}
/* /////////////////////////////////////////// */
/* footer
/* /////////////////////////////////////////// */

#footer {
  width: 850px;
  clear:both;
  margin:0 auto;
  background : url(../css1/footer_bg.gif);
  padding: 10px 15px;
}
#footer:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#footer LI {
  font-size:10px;
  display:inline;
  padding:0 0.5em 0 0;
  margin:0.5em 0.5em 0.5em 0;
  border-right:1px solid #999999;
}
#footer UL LI A {
  color:#FFFFFF;
  display:inline-block;
}
#footer UL LI A:HOVER {
  color:#FFFF00;
}
ADDRESS {
  clear:both;
  color:#CCCCCC;
}
#copy {
  width:880px;
  margin:5px auto;
  text-align:right;
}
#copy P A {
  text-decoration:none;
  font-size:10px;
  color: #999999;
}
/* /////////////////////////////////////////// */
/* top page
/* /////////////////////////////////////////// */
#top_pic {
  clear:both;
  width: 832px;
  padding:4px;
  background-color:#2A90C6;
  margin-bottom:20px;
}
#top_pic TABLE {
  width: 832px;
}
#top_pic TABLE TH {
  text-align:left;
  vertical-align:top;
  border:1px solid #FFFFFF;
  width:530px;
}
#top_pic TABLE TD.td_com {
  text-align:left;
  vertical-align:top;
  width:280px;
  padding:10px;
  border:1px solid #FFFFFF;
  background-color:#0068B7;
  color:#FFFFFF;
}
#top_pic TABLE TD.td_com H2 {
  color:#FFFF00;
  font-weight:bold;
  font-size:120%;
  margin-bottom:10px;
}
#top_pic TABLE TD.td_com P {
  margin:10px 0;
  font-size:90%;
}
#top_pic TABLE TD.td_com P.p_det {
  border:1px solid #FFFFFF;
  padding:2px 4px 2px 14px;
  font-weight:bold;
  width:110px;
  background : #ffff00 url(../css1/list_icon.gif) no-repeat 5px 8px;
}
#top_pic TABLE TD.td_com P.p_det A {
  color:#000000;
  text-decoration:none;
}
#top_pic TABLE TD.td_com P.p_det A:HOVER {
  color:#CC0033;
  text-decoration:none;
}
/* /////////////////////////////////////////// */
/* free page
/* /////////////////////////////////////////// */
#contents_body {
  padding:10px;
  width:578px;
  border:1px solid #CCCCCC;
  background-color:#FFFFFF;
}
.lnone #contents_body {
  padding:20px;
  width:798px;
  border:1px solid #CCCCCC;
  background-color:#FFFFFF;
}
.side_menu {
  width:198px;
  border:1px solid #AED8EE;
  background-color:#2A90C6;
  color:#FFFFFF;
  padding:10px 10px 0px 10px;
  margin-bottom:10px;
}
.side_menu H2 {
  width:180px;
  color:#FFFF00;
  font-weight:bold;
  border:1px solid #FFFFFF;
  border-bottom:3px solid #FFFFFF;
  background-color:#0068B7;
  padding:7px 9px 4px;
  font-size:100%;
}
.side_menu UL {
  background-color:#0068B7;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  margin-bottom:10px;
  width:198px;
}
.side_menu UL LI {
  border-bottom:1px solid #FFFFFF;
  font-size:80%;
}
.side_menu UL LI A {
  width:183px;
  display:block;
  background : #0068b7 url(../css1/side_icon.gif) no-repeat 3px 10px;
  text-decoration:none;
  color:#FFFFFF;
  padding:5px 0px 5px 15px;
}
.side_menu UL LI A:HOVER {
  width:183px;
  display:block;
  text-decoration:none;
  color:#0068B7;
  background : #cccccc url(../css1/side_icon_on.gif) no-repeat 3px 10px;
  padding:5px 0px 5px 15px;
}
#pagetop {
  clear:both;
  text-align:right;
}
/* /////////////////////////////////////////// */



#table_top {
	width:100%;
	margin: 0px auto 0px  auto;
}
#table_left {
	float:left;
	width:480px;
	margin: 15px 0px 0px  10px;
}
.table_bg{
	background-image: url(bg_dot.jpg);
	padding: 5px;
}
#table_right {
	float:right;
	width:240px;
	margin: 15px 10px 0px  0px;
}
#table_right p {
	margin: 0px 0px 10px  0px;
}
