@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
   overflow-x:hidden;
}

body {
   margin:0;
   padding:0;
   text-align:center;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica,  sans-serif;
   font-size:14px;
   color:#333;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#333;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin-top:0;
}

p {
   margin:0 0 1em 0;
}

ul,
ol {
   margin:0 0 1em 40px;
   padding:0;
}

dl {
   margin:0;
   padding:0;
}

dt {
   font-weight:bold;
}

dd {
   margin:0 0 1em 0;
   padding:0;
}



input,select {
	vertical-align:middle;
} /*チェックボックスの高さ調整*/


/* ========TEMPLATE FRAMEWORK======== */
#top {
   width:100%;
   /*
   margin-left:auto;
   margin-right:auto;
   */
   text-align:center;
   border-left:1px solid #666;
   border-right:1px solid #666;
   background:#fff url("/images/header.jpg") repeat-x;
}

#header {
   width:85%;
   height:135px;
   margin-bottom:10px;
   margin:0 auto;
   text-align:left;
}

#contents {
   clear:both;
   padding-left:10px;
}

#main {
   width:85%;
   padding:0 10px;
   margin:0 auto;
   margin-bottom:20px;
   text-align:left;
}

#page {
   width:85%;
   padding:0 10px;
   margin-bottom:40px;
}

#footer {
   background:#eee;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
/*
   margin:0;
*/
   padding:15px 10px;
}

#header h1 a:hover {
   color:#fff;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a.textlink{
   color:#000080;
   display:inline;
   margin:0 0 0 10px;
   padding-left:8px;
   background:url("/images/arrow.gif") 0 4px no-repeat;
}

#main a:hover.textlink{
   border:0;
   color:#FF9933;
   border-bottom:1px solid #FF9933;
   background:url("/images/arrow_hv.gif") 0 4px no-repeat;
}

#main h2 {
   font-size:15px;
   font-weight:bold;
   margin:5px 0;
}

#main h3 {
   font-size:13px;
   margin-bottom:5px;
   width: 95%;
}

#main h4 {
   margin:0 0 5px 0;
   padding-left:5px;
   font-size:16px;
   border-bottom:3px solid #3399ff;
}

#main h5 {
   margin:0 0 5px 0;
   padding:10px;
   font-size:13px;
   color: #666;
   background:url("/images/bg_nav_out.gif");
}

#main h5 span{
   font-size:18px;
   color:#000;
}

#main h6 {
   margin:0 0 5px 0;
   font-size:13px;
}

#main p{
   margin:0 0 1em 0;
}

/* ========PAGE CONTENTS CUSTOMIZE======== */
#pageselect{
   width:95%;
   text-align:center;
   margin:10px auto;
}/*上部ページングエリア用*/

#pageselect_b{
   width:95%;
   text-align:center;
   margin:10px auto;
   padding:10px 0;
} /*下部ページングエリア用*/

#pageselect_b a.page{
   padding:5px;
   border: 1px solid #ccc;
}/*ページングボックス表示*/

#pageselect_b a.page:hover{
   background-color:#C8EFFF;
   text-decoration:none;
   color:#333;
}/*ページングボックス表示*/

#pageselect_b a.pageon{
	background-color:#ffc90e;
}

#page_prev {
   padding:0 10px;
   float:left;
}

#page_prev a {
   color:#000080;
   padding-left:15px;
   background:url("/images/prev_arrow.gif") 0 3px no-repeat;
}

#page_prev a:hover {
   color:#FF9933;
   padding-left:15px;
   background:url("/images/prev_arrow_hv.gif") 0 3px no-repeat;
}

#page_prev_none {
   float:left;
   color: #A9A9A9;
   padding-left:15px;
   background:url("/images/prev_arrow_none.gif") 0 5px no-repeat;
}

#page_next {
   padding:0 10px;
   float:right;
}

#page_next a {
   color:#000080;
   padding-left:0px;
   padding-right:15px;
   background:url("/images/next_arrow.gif") 0 3px no-repeat;background-position:right;
}

#page_next_none {
   float:right;
   color: #A9A9A9;
   padding-left:0px;
   padding-right:15px;
   background:url("/images/next_arrow_none.gif") 0 5px no-repeat;background-position:right;
}

#page_next a:hover {
   color:#FF9933;
   padding-left:0px;
   padding-right:15px;
   background:url("/images/next_arrow_hv.gif") 0 3px no-repeat;background-position:right;
}

/* ========PARTS CONTENTS CUSTOMIZE======== */
/* group background */
#group {
   background-color: #C8EFFF;
   padding:10px;
   margin-bottom:20px;

}

#group p{
	border-bottom:1px dotted #ccc;
	font-size: 1.1em;
}


#group .cl {
   clear: both;
}

/* textarea setting 2012.2.10 */

#group #textarea_top{
	background:#fff url("/images/bg_topbox.jpg") repeat-y right;
	padding:10px;
	height:420px/**/;
/*20151105 EDIT START*/
/*20140609 EDIT START*/
      height:680px;!important
/*	height:530px;!important*/
/*	height:400px;!important*/
/*20140609 EDIT END*/
/*20151105 EDIT END*/
}

#textarea{
	background:#fff;
	padding:10px;
}

#topmessage{
	width:580px;
}



/* icon etc */
#icon {
   padding:0 0px;
}

#icon a {
   padding-left:0px;
   padding-right:0px;
   background:url("") 0 0px no-repeat;
}

#icon a:hover {
   border:0;
   /*color:#FFFFFF;*/
   background:url("") 0 0px no-repeat;
}

/* mark etc */
#mark {
   margin-top: 70px;
   margin-left: 25px;
   float: left;
}

/* map etc */
#map {
   padding:0 0px;
   margin-right:40px;
   float:left;
}

#map a {
   padding-left:0px;
   padding-right:0px;
   background:url("") 0 0px no-repeat;
}

#map a:hover {
   border:0;
   color:#FFFFFF;
}

#arealist{
   float:left;
}

#arealist a {
   color:#000080;
   display:inline;
   margin:0 0 0 10px;
   padding-left:8px;
   background:url("/images/arrow.gif") 0 4px no-repeat;
}

#arealist a:hover {
   border:0;
   color:#FF9933;
   border-bottom:1px solid #FF9933;
   background:url("/images/arrow_hv.gif") 0 4px no-repeat;
}

/* tabmenu search selection*/
#tabmenu{
   margin:0;
   padding:0;
   height:46px;
   border-collapse:collapse;
}

#tabmenu td{
   margin:0;
   padding:0;
   text-align:left;
}

#tabmenu a{
   background:url("") 0 0px no-repeat;
   margin-bottom:0;
}

#tabmenu a:hover {
   border:0;
   background:url("") 0 0px no-repeat;
}

/* table etc */
.section {
   width:98%;
   margin:0 auto;
}

.tb {
   width:98%;
   border-collapse: collapse;
}

.tb th {
   padding:5px;
   font-size:12px;
   text-align:center;
   border:1px solid #999;
   background:#FFEFDF;
}

.tb td {
   padding:5px;
   font-size:12px;
   border:1px solid #999;
}

.tb tr.odd {
	background:#eee;
}

.tb tr.even {
	background:#FFF;
}

.tb tr.emp {
	background:#FFFFCC;
}

a.boldlink{
   color:#000080;
   font-size:20px;
   font-size:20px; font-weight:bold;font-weight:bold;
   margin:0 0 0 5px;
   border-bottom:1px solid #000080;
}

a:hover.boldlink{
   border:0;
   color:#FF9933;
   font-size:20px;
   font-size:20px; font-weight:bold;font-weight:bold;
   border-bottom:1px solid #FF9933;
}

/* tab etc */
#tab {
	width: 85%;
	float: left;
	margin-top: 20px;
	padding-bottom:50px; /*縦表示長さ調整*/
	padding-left: 80px;
	background:#ffffff url("/images/icon_cat.png") no-repeat top left; /*分類・品目画像*/
}

#tab #nav {
   line-height:1.0;
   float: left;
   margin-left: 0px;
   margin-bottom: 5px;
}

#tab #nav li {
   font-weight:bold;
   text-align: center;
   display: block;
   float: left;
   width: 110px;
   height: 45px;
   padding-top: 5px;
   margin-top: 5px;
   margin-right: 5px;
   background: url("/images/bg_nav_out.gif");
   border: 2px solid #FFCC66;
}

#tab #nav li.select {
   /*background: #FFFACD;*/
   border: 2px solid #FF9933;
	background: url("/images/bg_nav_over.gif");
}

#tab #nav li.hovers {
   background: #FFFACD;
}

#tab div {
   float: left;
   width: 97%;
  background: #FFF;
}

/* box etc */
#box {
   width: 97%;
   /*height: 550px;*/
   padding-left: 20px;
   margin-top: 20px;
   margin-left: 30px;
}

#box div {
   float: left;
   width: 97%;
   background: #FFF;
}

#item {
   margin:20px 0;
}

#item dd {
   width: 130px;
   margin:5px 0 5px 15px;
   line-height:100%;
   float: left;
}

/* margin etc*/

.mT10{
   margin-top:10px;
}

.mB10{
   margin-bottom:10px;
}

.mR10{
   margin-right:10px;
}

.mL10{
   margin-left:10px;
}

/* ========FOOTER CUSTOMIZE======== */
#pageTop {
   padding:5px 10px 0 5px;
   text-align:right;
}

#footerMenu {
   color:#666;
   text-align:center;
}

#footerMenu a {
   color:#333;
}

#footerMenu a:hover {
   color:#333;
   border-bottom:1px solid #333;
}

#footerMenu ul {
   margin:0;
   padding:0;
   list-style:none;
}

#footerMenu li {
   display:inline;
   margin:0 0 0 10px;
}

.inquiry {
   padding-left:20px;
   background:url("/images/mail.gif") 0 4px no-repeat;
}

.link {
   padding-left:15px;
   background:url("/images/linkg.gif") 0 4px no-repeat;
}

.paper {
   padding-left:16px;
   background:url("/images/paper.gif") 0 4px no-repeat;
}

.copyright {
   padding:0 0 15px 0;
   color:#666;
   text-align:center;
   font-style:normal;
   font-size:11px;
}

/* ========information CUSTOMIZE======== */

#information_top{
	width:650px;
	float:left;
}

#information_top dl{
	border-bottom:1px dotted #ccc;
	padding:5px 0;
}

#information_top dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 130px;
  color: #FF6600;
}

#information_top dd {
  margin-bottom: 0.8em;
  margin-left: 40px;
}



#information_top h4{
	padding:5px;
	font-size:14px;
	background:#E8F8FF;
}

#information{
	width:98%;
	margin:auto;
}

#information dl{
	border-bottom:1px dotted #ccc;
	padding:5px 0;
}

#information dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 130px;
  color: #FF6600;
}

#information dd {
  margin-bottom: 0.8em;
  margin-left: 40px;
}



#information h4{
	padding:5px;
	font-size:14px;
	background:#E8F8FF;
}


#QR{
  width:240px;
  background-color:#fff;
  float:right;
  text-align:center;
}

#QR p{
	  font-size:10px;
	  border:none;
}



/* ========linklist(breadcrumb list）======== */

#linklist{
	width:85%;
	margin:0 auto 10px;
	text-align:left;
	font-size:8px;
}

#linklist a:hover {
   color:#ff6600;
   text-decoration:none;
}

/* ========tooltip======== */
.toolTip {
   cursor:help; position:relative;
}

.toolTipWrapper {
   width:360px;
   position:absolute;
   top:15px;
   display:none;
   color:#000;
   z-index:9999;
}

.toolTipTop {
   width:360px;
   height:30px;
   background:url("/images/tip_top.gif") no-repeat;
}

.toolTipBody {
   padding:0 15px;
   background:#66a9ff url("/images/tip_body.gif") ;
}

.toolTipBottom {
   height:13px;
   background:url("/images/tip_bottom.gif") no-repeat;
}

