/*書式設定
----------------------------------*/

body{
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size:14px;
	color: #444444;
	background-color:#ffffff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*p{
	margin-bottom:0em;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	line-height: 160%;
}*/

html,a,form,div,table,ul,ol,li,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	border: 0 none;
}
img{
	margin:0;
	padding:0;
	border: 0 none;
}
ul{
	list-style-type: none;
}

td{text-align:left;}


/*====================================
basic
====================================*/
#hida_shinryoku_WRAPPER02{
	width: 100%;
	margin: 0 auto;
	background:url(../images/hida_shinryoku_bg01.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#hida_shinryoku_WRAPPER{
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#hida_shinryoku_WRAPPER03{
	width: 100%;
	margin: 0 auto;
	background:url(../images/hida_shinryoku_bg02.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

/*====================================
float
====================================*/
.flL {
	float:left;
	display: block;
}

.flR {
	float:right;
	display: block;
}

/*====================================
box
====================================*/
.box_0{
	margin: 0;
	padding: 0;
}

.box_0center{
	margin: 0 auto;
	padding: 0;
}


/*====================================
margin
====================================*/
.margin_b20{
	margin: 0px 0px 20px 0px ;
}
.margin_t10{
	margin: 10px 0px 0px 0px ;
}
.margin_t20{
	margin: 20px 0px 0px 0px ;
}

/*====================================
padding
====================================*/

.pad_12{
	padding: 12px;
}

/*====================================
link
====================================*/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}

/*====================================
clearfix
====================================*/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
/* Hides from IE-mac \*//*/
	height: auto;
	overflow: hidden;
/* End hide from IE-mac */
}
/*----------------------------------*/
.clear0 {
	clear: both;
	height: 0px;
}


.b20 {
	padding-bottom: 20px;
}
.r20 {
	padding-right: 20px;
}



/*====================================
hidden
====================================*/
em{
	display: block;
	text-indent: -9999px;
}
/*MacIE HACK------------------- \*//*/
em{
	height:0px;
	width:0px;
	overflow:hidden;
}

/* --- 2014/03/13 --- */

#tab{
  width:100%;
}
#tab ul{
  display:block;
  width:100%;
  height:78px;
  overflow:hidden;
}
#tab ul li{
  display:block;
  float:left;
}

/* ----- tab default ----- */
#tab ul li#tab1{
	width:327px;
	height:78px;
	background:url(../images/tab01.jpg) no-repeat left top;
}
#tab ul li#tab2{
	width:336px;
	height:78px;
	background:url(../images/tab02.jpg) no-repeat left top;
}

#tab ul li#tab3{
	width:327px;
	height:78px;
	background:url(../images/tab03.jpg) no-repeat left top;
}

/* ----- tab hover ----- */

#tab ul li#tab1:hover{
	background:url(../images/tab01_s2.jpg) no-repeat left top;
}
#tab ul li#tab2:hover{
	background:url(../images/tab02_s2.jpg) no-repeat left top;
}
#tab ul li#tab3:hover{
	background:url(../images/tab03_s2.jpg) no-repeat left top;
}

/* ----- tab active ----- */

#tab ul li#tab1.active{
	background:url(../images/tab01_s3.jpg) no-repeat left top;
}
#tab ul li#tab2.active{
	background:url(../images/tab02_s3.jpg) no-repeat left top;
}
#tab ul li#tab3.active{
	background:url(../images/tab03_s3.jpg) no-repeat left top;
}



/* --- 2016/04/15 --- */

.tab_bg {
	background-color: #FFFDE6;
	border-left: 1px solid #976634;
	border-right: 1px solid #976634;
	border-bottom: 1px solid #976634;
	padding: 25px 0;
	margin-bottom: 50px;
}






