/*
 *  レイアウト設定
 *
 *  ファイル名：共通レイアウト(main.css)
 *　作　成　者：株式会社ネットアプローチ
 *　作　成　日：2011/08/17
 *　更　新　日：
 *
 *　コメント　：
 *
 */

body {
  margin: 0px;
  font-size	: 12px;
  width: 100%;
  padding: 0px;
  color: #fff;
  font-family: "Lucida Grande", Verdana, Arial, "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 160%;
  text-align: center;
  background: url(../img/side_img_back.png) repeat-x;
}

a {
  font-size:12px;
  color:#000;
  text-decoration:none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #FD0000;
}

img {
  border-width: 0px;
}

/*-------- 画面全体設定 --------*/

#wrapper {
  background-position:center;
  position: relative; bottom: 0px;
  margin-top	: 0px;
  margin-bottom	: 0px;
  margin-left	: auto;
  margin-right	: auto;
  padding	: 0px 0px 0px 0px;
  height:100%;
  width: 800px;
  text-align: left;
}

/*-------- ページメイン（中央）設定 --------*/

div#main{
  margin: 0px 0px;
  padding: 0px 0px;
  width: 800px;
  position: relative; top: 0px; left: 0px;
}

/*-------- メイン左設定（TOPページ） --------*/

.body{
  align: right;
  display:inline;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  width: 600;
  float:left;
}

/*-------- メイン右設定 --------*/
.menu{
  display:inline;
  margin: 0px 0px;
  padding: 10px 0px;
  width: 190px;
  float:right;
  position: relative; top: 0px; left: 0px;
  border-left: 1px solid #fff;
}

/*-------- フッター設定 --------*/

div#footer{
  clear:both;
  width: 800px;
  height: 130px;
  margin: 20px 0px;
  padding: 0px 0px;
  text-align: center;
}

/*-------- 最上段設定 --------*/

h1 {
  text-align	: left;
  font-size	: 10px;
  letter-spacing: 1px;
  line-height	: 13px;
  font-weight	: normal;
  color		: #fff;
  height	: 19px;
  width		: 800px;
  margin-top	: 0px;
  margin-bottom	: 0px;
  margin-left	: auto;
  margin-right	: auto;
  padding	: 0px 0px 0px 0px;
  }

span.top_text {
  position: relative; top: 0px; left: 0px;
  height	: 19px;
  border:0px;
  font-size: 12px;
  color		: #fff;
}

/*-------- ヘッダーＴＯＰ設定 --------*/

div#header_top {
  height:20px;
  width: 800px;
  background-color:#000;
  left: 14px;
}

div#header_top div.header_top_text{
  height:20px;
  width: 550px;
  text-align: left;
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; 
  top: 0px;
  left: 14px;
  float: left;
}

div#header_menu{
  height:30px;
  width: 210px;
  text-align: right;
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; 
  top: 0px;
  left: 14px;
  float: right;
}

div#header_menu ul.top_menu_list{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  top: 0px;
  left: 14px;
  background-color:#aa0;
}

.top_menu_list li{
  list-style-type:none;
  display:inline;
  color:#fff;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}

.top_menu_list li a{
  color:#fff;
}

/*-------- ヘッダー設定 --------*/

div#header {
  width: 800px;
  height:70px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  left: 14px;
  background-color: #0cc;
  background: url(../img/side_img_back.png);
}

div#header div.logo{
  width: 390;
  height: 60px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
}

/*-------- ページメイン（ナビゲーションメニュー）設定 --------*/

div#navigation{
  margin: 0px 0px;
  padding: 0px 0px;
  width: 800px;
  height: 40px;
  position: relative; top: 0px; left: 0px;
}

div#navigation div.navigation_menu{
  width: 800px;
  height:40px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  top: 0px;
  left: 0px;
  background-color: #99f;
}
div#navigation ul.navigation_menu_list{
  height:40px;
  width:800px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  top: 0px;
  left: 14px;
}
div#navigation ul.navigation_menu_list li{
  list-style-type:none;
  display:inline;
  color:#999;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}

/*-------- トップ画像の設定 --------*/

div#topimg{
  margin: 0px 0px;
  padding: 0px 0px;
  width: 800px;
  height: 270px;
  position: relative; top: 0px; left: 0px;
}

div#topimg div.top_img {
  margin: 0px 0px 0px 0px;
  padding: 1px 1px 1px 1px;
  position: relative; top: 0px; left: 0px;
}

/*-------- ページトップへ設定 --------*/

div#footer div.go_to_top{
  clear:both;
  height: 20px;
  width: 800px;
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div#footer div.go_to_top a{
  color:#000;
}

/*-------- フッター設定 --------*/

div#footer div.bar{
  clear:both;
  height: 3px;
  width: 800px;
  text-align: center;
  background: url(../img/scrolltotop_back.png);
  border:0px;
  margin: 0px 0px 0px 0px;
  position: relative; top: 0px;
}

div#footer div.footer_menu{
  clear:both;
  height: 25px;
  line-height: 25px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight	: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px;
  background-color: #edd897;
}
div#footer div.footer_menu ul.footer_menu_list{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
div#footer div.footer_menu ul.footer_menu_list li{
  list-style-type:none;
  display:inline;
  color:#666;
  text-align: center;
  float: left;
}

div#footer div.footer_address{
  clear:both;
  height:60px;
  width:800px;
  line-height:30px;
  display:table-cell;
  color:#000;
  vertical-align:middle;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background: url(../img/side_img_back.png) repeat-x;
}
div#footer div.footer_address div.footer_address_l{
  height:45px;
  width: 150px;
  display:inline;
  color:#666;
  vertical-align:middle;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  float: left;
}

div#footer div.footer_address div.footer_address_r{
  height:45px;
  width: 650px;
  display:table-cell;
  display:inline;
  vertical-align:middle;
  color:#fff;
  vertical-align:middle;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  float: right;
}

div#footer div.copy{
  height: 21px;
  width: 800px;
  text-align: center;
  color:#060;
  border:0px;
  margin: 5px 0px 0px 0px;
  position: relative; top: 0px;
}

div#footer div.designedby{
  height: 15px;
  width: 780px;
  text-align: left;
  border:0px;
  margin: 5px 0px 0px 0px;
  position: relative; top: 0px;
}

/*-------- サイドバナー設定 --------*/
div.side_banner{
  width: 190px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  text-align: left;
  white-space: noerap;
  background-position:center;
}

div.side_banner div.side_banner_title{
  width: 190px;
  height: 30px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  text-align: left;
  white-space: noerap;
  background-position:center;
  background: url(../img/side_banner_title.png) repeat-x;
}

div.side_banner div.side_banner_title h4 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight	: bold;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 5px 0px;
  position: relative; top: 0px; left: 0px;
}

div.side_banner ul.banner{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  white-space: noerap;
  list-style-type:none;
}

div.side_banner ul.banner li{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  position: relative; top: 0px; left: 0px;
  white-space: noerap;
}

div.side_banner ul.banner li img{
  border-width: 0px;
  background-color: #fff;
}

div.side_banner ul.banner li h5{
  width: 188px;
  height: 60px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight	: normal;
  color: #666;
  background: url(../img/infomation_back_03.png);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  background-color: #fff;
}

div.side_banner ul.banner li h5.hight120{
  width: 188px;
  height: 120px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight	: normal;
  color: #666;
  background: url(../img/infomation_back_03.png);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  background-color: #fff;
}

div.side_banner ul.banner li img{
  width: 188px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight	: normal;
  color: #666;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
}

/*-------- サイドメニュー設定 --------*/
div.side_menu{
  width: 190px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  text-align: left;
  white-space: noerap;
  background-position:center;
}

div#main div.menu div.side_menu div.side_menu_title{
  width: 190px;
  height: 30px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  text-align: left;
  white-space: noerap;
  background-position:center;
  background-color: #060;
}

div#main div.menu div.side_menu div.side_menu_title h4 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight	: bold;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 5px 0px;
  position: relative; top: 0px; left: 0px;
}

div#main div.menu ul.side_menu_item {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  margin-buttom: 1px;
  list-style-type:none;
}

div#main div.menu ul.side_menu_item li a {
  display:block;
  width:168px;
  padding: 10px;
  text-decoration:none;
  font-size: 14px;
  font-weight	: bold;
  background: url(../img/side_menu_off.png);
  color:#630;
  border:#999999 solid 1px;
}

div#main div.menu ul.side_menu_item li a:visited2 {
  background: url(../img/side_menu_off.png);
  color:#630;
}

div#main div.menu ul.side_menu_item li a:hover {
  background: url(../img/side_menu_on.png);
  color:#630;
}

div#main div.menu ul.side_menu_item li a:active {
  background: url(../img/side_menu_on.png);
  color:#c00;
}

/*----- 強調文字 -----*/

span.text_bold_black{
  color: #000000;
  font-weight	: bold;
}

span.text_bold_red{
  color: #ff0000;
  font-weight	: bold;
}

span.text_bold_blue{
  color: #0000ff;
  font-weight	: bold;
}

span.text_bold_green{
  color: #006600;
  font-weight	: bold;
}

span.text_bold_gray{
  color: #666666;
  font-weight	: bold;
}

span.text_bold_orange{
  color: #ff9900;
  font-weight	: bold;
}

span.text_bold_brown{
  color: #663300;
  font-weight	: bold;
}

/*----- 改ページ -----*/
.break { page-break-before: always; }

/*----- 未使用 -----*/
div#main div.right ul2{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  margin-buttom: 2px;
  list-style-type:none;
}

div#main div.right ul.side_menu_item li2{
  height: 30px;
  font-size: x-small;
  padding-top: 0px;
  padding-left: 30px;
  line-height: 1.9em;
  background-position: 0 0.3em;
  background: url(../img/icon_red_large.png) no-repeat;
}
