/*-----------------------------
　　　　　　　共通部分
-------------------------------*/

body {
  width: 100%;
  height:100%;
  background-color: #f1ebe0;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#content {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
header {
  width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #f1ebe0),color-stop(1, #fdfdfb));
}
header h1 {
  padding: 15px 5px 0;
  background:url(../img/header_bg.png) repeat-x;
  font-size:12px;
}
header ul.language {
  position: absolute;
  top: 115px;
  right: 0;
  width: 100px;
}
header ul.language li {
  width: 40px;
  float: left;
  margin-left: 10px;
}
.ttl {
  margin: 0 5px;
}
.tel {
  margin: 10px 5px;
}
nav {
  width: 100%;
  margin-bottom: 10px;
  clear: left;
}
nav ul {
  overflow: hidden;
}
nav li {
  width: 20%;
  float: left;
}
.pankuzu {
  margin: 0 0 10px 10px;
}
.pankuzu li {
  display: inline-block;
  font-size: 14px;
}
#main {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
}
#main .btn_pagetop {
  width: 136px;
  float: right;
  margin: 10px 10px 0;
}
footer {
  width: 100%;
  margin-top:30px;
  background: url(../img/footer_bg.png) repeat;
  color: #ffffff;
}
footer .footer_inner .nav_content {
  padding: 20px 0 15px;
}
footer .footer_inner .nav li {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
}
footer .footer_inner .nav li a {
  color: #ffffff;
  font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  text-decoration: underline;
}
footer .footer_inner .address {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
footer .footer_inner .address ul li {
  margin-left: 10px;
  font-size: 12px;
  color: #ffffff;
}
footer .footer_inner .address ul li a {
  color: #ffffff;
}
footer .footer_inner p {
  width: 125px;
  margin: 0 auto;
  font-size: 10px;
}

.section {
  margin-bottom: 20px;
}
.section h2 {
  padding-left: 40px;
  font-size: 18px;
  font-weight: bolder;
}
.section02 .rssicon_inner h2 {
  padding-left: 40px;
  font-size: 18px;
  font-weight: bolder;
}
.section p,.section02 p {
  margin: 0 10px 10px;
  font-size: 15px;
}
.btn_box {
  text-align: center;
  padding: 15px 0 10px;
  margin-bottom: 10px;
}
.btn {
  margin: 0 auto;
  padding: 15px 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  color: #ffffff;
  font-weight: bolder;
  text-decoration: none;
  background-image: -moz-linear-gradient(top, #c22532, #ab0000);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ab0000),color-stop(1, #c22532));
  border: solid 1px #ab0000;
  text-shadow: 1px 1px 1px #333333;
}
.clear0 {
  clear:left;
}

.clear10 {
  clear:left;
  height: 10px;
}
.clear30 {
  clear:left;
  height: 30px;
}
.clear_r0 {
  clear:right;
}
a.color_b {
  color: #333333;
}
a.color_b:visited {
  color: #333333;
}

/*-----------------------------
　　　　　　　index
-------------------------------*/

.mainvisual {
  width: 100%;
  margin-bottom: 10px;
}
.topic01 {
  width: 94%;
  margin: 0 auto 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-top: solid 5px #333333;
  border-right: solid 1px #baad93;
  border-bottom: solid 1px #baad93;
  border-left: solid 1px #baad93;
  background: #ffffff;
}
.topic01 h2,.topic01 h3 {
  margin: 10px 5px 0;
  padding: 0 5px 5px;
  border-bottom: solid 2px #ab0000;
  font-size: 18px;
  font-weight: bolder;
  background: none;
}
.topic01 .border ul,.topic01 .border p {
  margin: 0;
  padding: 10px;
  font-size: 15px;
  overflow: hidden;
}
.section01 h2 {
 background: url(../img/icon_01.png) no-repeat, url(../img/section_bg.png) repeat-x left bottom;
 padding-bottom: 10px;
 margin-bottom: 10px;
}

.section02 .rssicon_inner h2 {
  background: url(../img/icon_02.png) no-repeat, url(../img/section_bg.png) repeat-x left bottom ;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section02 .rssicon_inner{
  background: url(../img/icon_rss.png) no-repeat center right;
}
.section02 .ul_box {
  margin:0 10px 10px;
}
.section02 ul {
  padding-bottom: 10px;
}
.section02 ul li {
  padding-left: 25px;
  line-height: 26px;
  font-size: 15px;
  background: url(../img/icon_arrow.png) no-repeat center left;
}
.section02 ul li a {
  margin-left: 10px;
  text-decoration: underline;
}


/*-----------------------------
　　　　　　　topics
------------------------------*/

#main .topics h2 {
  background: url(../img/icon_03.png)no-repeat;
}
.topics .topic01 .topic_inner ul {
  padding: 10px;
}
.topics .topic01 .topic_inner ul li {
  padding-left: 25px;
  line-height: 26px;
  font-size: 15px;
  background: url(../img/icon_arrow.png) no-repeat center left;
}
.topics .topic01 .topic_inner ul li a {
  margin-left: 10px;
  text-decoration: underline;
}

/*-----------------------------
　　　　　 information
------------------------------*/

.information .mainvisual02 {
  margin-bottom: 10px;
}
.information h2 {
  background: url(../img/icon_04.png) no-repeat, url(../img/section_bg.png) repeat-x 0 25px;
  padding-bottom: 20px;
}
.information a {
  text-decoration: none;
}
.information a .topic01 h3 {
  background: url(../img/icon_arrow.png) right center no-repeat;
}
/*------ message ------*/
.message h2 {
  background: url(../img/icon_05.png) no-repeat, url(../img/section_bg.png) repeat-x 0 25px;
  padding-bottom: 20px;
}

/*------ company ------*/
.company h2 {
  background: url(../img/icon_06.png) no-repeat, url(../img/section_bg.png) repeat-x 0 25px;
  padding-bottom: 20px;
}
.company table {
  width: 94%;
  margin: 0 auto;
  border: solid 1px #cccccc;
}
.company table th {
  width: 100px;
  padding: 10px 5px;
  background-color: #cccccc;
  border-bottom: solid 1px #ffffff;
}
.company table td {
  padding: 10px 5px;
  border-bottom: solid 1px #cccccc;
}

/*------ history ------*/
.history h2 {
  background: url(../img/icon_07.png)no-repeat, url(../img/section_bg.png) repeat-x 0 25px;
  padding-bottom: 20px;
}


/*-----------------------------
　　　　　 access
------------------------------*/
.access h2 {
  background: url(../img/icon_08.png) no-repeat, url(../img/section_bg.png) repeat-x 0 25px;
  padding-bottom: 20px;
}
.access .topic01 {
  margin-bottom: 10px;
}
.access .topic01.last {
  margin-bottom: 0;
}
.access .topic01 .border .map {
  margin: 0;
  padding: 10px;
  line-height: 24px;
}
.access .topic01 .border .map dl {
  margin-bottom: 10px;
}
.access .topic01 .border .map dl dt {
  font-weight: bolder;
}
.access .topic01 .border .map dl span {
  font-size: 12px;
  line-height: 18px;
}

/*-----------------------------
　　　　　 commodity
------------------------------*/
.commodity h2 {
  background: url(../img/icon_09.png) no-repeat, url(../img/section_bg.png) repeat-x 0 25px;
  padding-bottom: 20px;
}
.commodity .topic01 {
  margin-bottom: 10px;
}
.commodity .topic01.last {
  margin-bottom: 0;
}
.commodity .topic01 .border .item_area {
  margin: 10px;
}
.commodity .topic01 .border .item_area .item_area_inner {
  margin-bottom: 10px;
}
.commodity_detail .topic01 .border .item_area .item_area_inner .item01 {
  margin-bottom: 5px;
}
.commodity_detail .topic01 .border .item_area .item_area_inner p {
  padding: 0;
}
.commodity .topic01 .border .item01,
.commodity .topic01 .border .item02 {
  margin: 0 0 10px;
  padding: 0;
}

/*-----------------------------
　　　　　 contact
------------------------------*/
.contact h2 {
  background: url(../img/icon_10.png) no-repeat, url(../img/section_bg.png) repeat-x 0 25px;
  padding-bottom: 20px;
}
.contact .contact_dl {
  padding: 10px;
}
.contact .contact_dl input {
  font-size: 16px;
}
.contact .contact_dl dl dd {
  margin-bottom: 10px;
}
.contact textarea {
  width: 97%;
  margin: 0;
  border: solid 1px #cccccc;
  font-size: 16px;
}
.contact .btn_box {
  margin: 0;
  padding: 0;
}


/*-----------------------------
　　　　　 sitemap
------------------------------*/
.sitemap h2 {
  background: url(../img/icon_11.png) no-repeat, url(../img/section_bg.png) repeat-x 0 25px;
  padding-bottom: 20px;
}
.sitemap ul.link_area {
  margin: 0 10px;
}
.sitemap ul li {
  font-size: 18px;
  font-weight: bolder;
}
.sitemap ul li ul li {
  background: url(../img/icon_arrow.png) no-repeat left center;
  margin: 0 0 0 10px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}

