@charset "UTF-8";


/* ========BASIC======== */

/* ========配置======== */
#hayashi{
	position:absolute;
	top:50px;
	right:0;
	}
#medaka{
		position:absolute;
    top:500px;
	left:45px;
	}
	
.noma{
	position:absolute;
    top:0px;
	right:0px;
	}
.back_b{
	background-image:url(../img/back_b.png);
	background-position:center 240px;
	background-repeat:no-repeat;
	}
	
.back_b2{
	background-image:url(../img/back_b2.png);
	background-position:center 315px;
	background-repeat:no-repeat;
	}
	
	
/*-----ページトップへ---------------------------------*/

#side {
    position: fixed;
	padding:3px;
	padding-top:20px;
   top: 0px;
    left: 15px;
	
}

/* ========TEMPLATE LAYOUT======== */



#container{
  position:relative;
  margin-left:120px;
  width:960px;
  margin-bottom:0px;
  padding-bottom:0px;

	}
#top{
	position:relative;
	}
#title{position:absolute;
       top:0px;
	   left:45px;}	
#main{
	position:relative;
	}
	
#footer{
	position:relative;
	margin:0;
	}

#pageTop {
   clear:both;
}



	
/* =======TOP======== */

/* ========MENU======== */

/* ========MAIN======== */
#main{
	margin-top:0px;
}

#main a {
   color:#0172AB;
}

#main a:hover {
   color:#0172AB;
   border:0;
   text-decoration:underline;
}
#main p{
	padding-left:20px;
	font-size:14px;
	}


#main h3 {
   margin-bottom:2px;
   padding-left:12px;
   font-size:18px;
   font-weight:bold;
  
}


#main h4 {
   margin:5px 0 2px 0;
   padding:2px;
   font-size:15px;
   background:#d0dfe9;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   font-size:13px;
   color:#0088D0;
   border-bottom:2px solid #0088D0;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#0088D0;
}

#main p {
   margin:0 0 1em 0;
}

#main div.section {
   margin-bottom:30px;
}




/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
   font-size:14px;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.f_left{
	float:left;
	text-align:center;
	padding:10px;
	padding-left:70px;}
.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
}

.copyright a{
	color:#33F;}
	

/* ========各ページ======== */
#g_menu{
	font-style:italic;
	color:#666;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:16px;
	
	}
#d_menu{
	font-style:italic;
	color:#666;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:16px;
	}
#d_menu dt{
	width:300px;
	}
.bi{
	position:relative;
	}

.bi_c{
	position:absolute;
	width:100%;
	height:100%;
	top:40px;
	text-align:center;}
dl.drink dt{
	width:230px;
	float:left;
	clear:left;
	margin:0px;}
dl.drink dd{
	width:110px;
	float:left;
	margin:0px;
	padding:0px;}

dl.drink dd div{
	margin:0px;
	padding:0px;
	}
.page_title{
	font-size:20px;
	padding:15px;
	margin:7px;
	color:#C30;
	border-bottom:#900 solid 1px;}
.td_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.Fsty_01 {
	color: #FF0000;
}
.td_title {
	padding: 3px;
	width: 150px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
td{
	padding: 3px;
	width: 150px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/* ========kobayashi msato======== */

.tuhanh2 {
	border-left: solid 10px #a7d7a3;
	border-bottom: solid 2px #a7d7a3;
	margin: 15px;
	padding: 10px 5px;
}

.top_message {
	color: #545943;
	width: 530px;
	position:absolute;
    top:0px;
	left:90px;
}


/*============================
flex
============================*/

.flex_w {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}


.flex1 {
	-webkit-flex: 1;
	flex: 1;
}

.flex2 {
	-webkit-flex: 2;
	flex: 2;
}

.flex3 {
	-webkit-flex: 3;
	flex: 3;
}

.flex4 {
	-webkit-flex: 4;
	flex: 4;
}

.flex5 {
	-webkit-flex: 5;
	flex: 5;
}



.eco_tochigi h1 {

color: #ec9800;
text-shadow: 
1px 1px 1px rgba(0, 0, 0, 0.6), 
-1px -1px 1px rgba(255, 255, 255, 0.5);
}



