@charset "utf-8";

/* 一括で全ての要素の余白をゼロに指定 */
html {
  font-size:88.8%;
  height:100%;
  margin-bottom:1px;
}

* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #5ea33d;
  text-decoration: none;
}

a:visited {
  color: #5ea33d;
  text-decoration: none;
}

a:hover {
  color: #7cd750;
  text-decoration: none;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url(../img/contents_back.jpg) repeat-x scroll 0 237px;
  text-align: center;
  color: #555555;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#header {
  background: url(../img/header_back.gif) repeat-x;
  width: 100%;
  height: 60px;
}

#main_img {
  clear: both;
  height: 157px;
  margin: 0 auto;
  padding: 0;
  width: 900px;
}

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 900px;
}

#wrapper2 {
  text-align: left;
  margin: 0;
  width: 900px;
}


#globalnavi {
  width: 100%;
  position: relative;
}

#contents {
  float: left;
  width: 600px;
  margin: 0 auto;
  padding: 1em 0 3em;
}

#contents2 {
  float: left;
  width: 600px;
  margin: 0;
}

#sidebar {
  float: right;
  width: 270px;
  margin: 0 auto;
  padding: 1.5em 0 0;
  text-align: center;
}

#footer {
  clear: both;
  padding: 0;
  border: 0;
}

/* ---------------------------------------- #header内の指定 */

#head {
  margin: 0 auto;
  width: 900px;
  height: 60px;
}

/* -- 見出しレベル1 -- */
h1 {
  float: left;
  margin: 0;
  padding: 0;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo a img {
  border: none;
}

/* -- 概要 -- */
#header_navi {
  float: right;
  margin: 0;
  padding: 0;
}

#header_navi li {
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#header_navi li a img {
  border: none;
}

#header_cap {
  float: right;
  font-size: 10px;
  font-weight: normal;
  margin: 3px 0 0;
  padding: 0;
  text-align: right;
  width: 723px;
}

/* ---------------------------------------- #naviの指定 */

ul#navi {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 900px;
}

#navi li {
  float: left;
  position: relative;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#navi a {
  display:block;
}

#navi li a img {
  border: none;
}

/* ---------------------------------------- #contents内の指定 */

#contents .flow ul li {
  border: 1px dotted #cccccc;
  margin: 20px 10px 20px 0;
  padding: 10px;
  list-style: none;
}

#contents .flow ul li .flow_inner h4 {
  border-bottom: 1px solid #5ea33d;
  margin: 2px 0 10px;
}

#contents .flow2 ul li {
  margin: 20px 10px 40px 0;
  list-style: none;
  clear: both;
}

#contents .flow2 ul li img{
	float: left;
}

#contents .flow2 ul li .flow_inner h4 {
  border-bottom: 1px dotted #cccccc;
  margin: 2px 0 10px;
  font-size: 1em;
}

.red{
	color:#F00;
}

/* -- 見出し -- */
h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents h4 {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

#contents p {
  line-height: 1.5em;
  font-size: 12px;
  margin: 0 10px 0.5em 0;
  text-align: justify;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
  font-size: 90%;
}

/* -- 以下 リスト関係 -- */
dl#company-info dt {
  float: left;
  margin: 0;
  padding: 0;
  width: 100px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}

dl#company-info dd {
  margin: 0;
  padding: 0 0 15px 110px;
  font-size: 12px;
  line-height: 1.5;

}

.flow dl {
  margin: 0 0 10px;
  padding: 0;
}

div#contents h3.contents_title {
  margin: 0 0 22px;
  padding: 0;
}

div#contents h3.contents_title,box dt, a img {
  border: none;
}

/* -- 以下 リスト関係 -- */
div#contents dl.box2 {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url(../img/box_back.gif) no-repeat scroll left top;
  margin: 0 auto;
  padding: 18px;
  height: 196px;
}

div#contents dl.box2 dt, div#contents dl.box_bottom dt {
  float: left;
  margin: 0;
  padding: 0;
}

div#contents dl.box2 dd.site_name, div#contents dl.box_bottom dd.site_name {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  border-bottom: 1px solid #dddddd;
  float: right;
  font-size: 14px;
  line-height:1.5;
  margin: 0 0.5em 0 0;
  _margin: 0 0.3em 0 0;
  padding: 0;
  width: 390px;
}

div#contents dl.box2 dd.date, div#contents dl.box_bottom dd.date {
  float: right;
  font-size: 12px;
  height: auto;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin: 5px 0;
  padding: 0;
  width: 395px;
}

div#contents dl.box2 dd.date span, div#contents dl.box_bottom dd.date span {
  background-color: #5ea33d;
  color: #ffffff;
  font-size: 10px;
  margin: 0 0 10px 5px;
  padding: 0 3px;
}


div#contents dl.box2 dd.sentence, div#contents dl.box_bottom dd.sentence {
  float: right;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 10px 10px 0;
  text-align: justify;
  width: 385px;
}

div#contents dl.box2 dd.service, div#contents dl.box_bottom dd.service {
  float: right;
  width: 395px;
}

div#contents dl.box2 dd.service span, div#contents dl.box_bottom dd.service span {
  background-color:#A7A9A8;
  color:#FFFFFF;
  font-size:10px;
  letter-spacing:0.05em;
  margin:0 2px 0 0;
  padding:0 3px 3px;
}

.tb_form, .tb_form02 {
  border-collapse: collapse;
  font-size: 90%;
  margin-bottom: 30px;
  width: 98%;
}

.tb_form th {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 10px 10px 0;
  vertical-align: top;
  width: 100px;
  text-align: left;
}

.tb_form td, .tb_form02 td {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0 10px 10px;
  vertical-align: top;
}

.tb_form td .example, .tb_form02 td .example {
  color: #999999;
  display: block;
  font-size: 85%;
}

.submit {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url(../img/bt_submit.gif) no-repeat scroll left top;
  border: medium none;
  cursor: pointer;
  display: block;
  font-size: 1%;
  height: 28px;
  margin: auto;
  overflow: hidden;
  text-indent: -9999px;
  width: 120px;
}

.form_bt{
	text-align: center;
}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  padding: 0.5em;
}

/*.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}*/

.localnavi li a img {
  border: none;
}

div#sidebar div.scroll {
  margin: 0 auto 2em;
  overflow: auto;
  padding: 0;
  text-align: left;
}

div#sidebar ul {
  display: inline;
  list-style-type: circle;
  margin: 0;
  padding: 0;
}

div#sidebar div.scroll ul.topics li {
  border-bottom: 1px dotted #CCCCCC;
  font-size: 15px;
  line-height: 1.5;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  padding: 1em 0;
}

div#sidebar div.scroll ul.topics li img {
	margin-right: 5px;
}


/* ---------------------------------------- #footer内の指定 */
div#footer {
  clear: both;
  width: 100%;
  height: 140px;
  background: #439307 url(../img/bg_footer.gif) repeat-x;
}

div#foot {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-top: 1em;
}

div#footer p {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 136px;
  height: 24px;
}

div#footer p a {
  display: block;
  width: 136px;
  height: 24px;
  background: url(../img/totop_off.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

div#footer p a:hover {
  background: url(../img/totop_on.gif) no-repeat;
}

.promise {
  float: left;
  text-align: left;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 90%;
  line-height: 1.5;
}

.promise li {
  list-style-type: none;
}

.address{
  float: right;
  margin-top: 3.5em;
  color: #ffffff;
  font-size: 11px;
}

.address a{
  color: #ffffff;
  text-decoration:underline;
}

.address a:hover {
  color: #7cd750;
  text-decoration: none;
}

