﻿<@charset "UTF-8";>
html,body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ丸ゴ ProN','ヒラギノ角ゴ Pro W3','YuGothic','Yu Gothic','メイリオ',' Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;  
}
html,body{margin:0;padding:0;}
body { width : 900px ;
       margin:auto ;
     }
body { color: #000000; font-size: 0.9em;}

*{
		margin:0:
		padding:0;
	}
/*ロゴを100％幅で表示させる*/
	.logo	img {
    width: 100%;
    height: auto;
		margin-top: 50px;
	}
/*2017/01の文字*/
	p.year {text-align:center ;color: #716246 ; font-size: 80% ;
	margin-top: 10px ; margin-bottom: 2px ;
	}

/*枠回りこみ*/
	#mokuji { width: 890px ; height: 1600px ; padding: 1px ;margin-bottom: 30px ; margin-top:1px ;
	border: 0px solid green ;
	}

	#hidari { float: left ; width: 400px ; margin-left: 5px ;
	border :0px solid red ;
	}

	#migi { float: none : width: 400px ; margin-left: 420px ;
	border : 0px solid blue ;
	}

	.clear { clear : both; }
/*以上枠組み*/



/*↓ボタン設定*/
ul {list-style:none ; border:} /*ポチを消す*/
a.bt{
  display: block;
	box-sizing: border-box;
  text-decoration: none;
  height:45px;
  width: 370px;
  line-height: 18px;
  text-align: left;
	padding-left: 2em;
	padding-top : 6px ;
  color: #000000;
	font-size:0.8em;
	font-weight:bold;
  background: #dec4ad;
  border-top:solid 1px #000000;
	border-right:solid 2px #000000;
	border-bottom:solid 1px #000000;
	border-left:solid 2px #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt:hover{
  background: #fff;
  color: #000000;
}

/*↓一番下になるボタンの下線を2pxにする　*/
a.btb{
  display: block;
	box-sizing: border-box;
  text-decoration: none;
  height:45px;
  width: 370px;
  line-height: 18px;
  text-align: left;
	font-size:0.8em;
	font-weight:bold;
	padding-left: 2em;
	padding-top : 6px ;
  color: #000000;
  background: #dec4ad;
  border-top:solid 1px #000000;
	border-right:solid 2px #000000;
	border-bottom:solid 2px #000000;
	border-left:solid 2px #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.btb:hover{
  background: #fff;
  color: #000000;
}

/*↓見出しセルの設定*/
a.mida{
  display: block;
	box-sizing: border-box;
  text-decoration: none;
  height:45px;
  width: 370px;
  line-height: 40px;
  text-align: left;
	font-size:1.0em;
	font-weight:bold; 
	padding-left: 3em;
  color: #ffffff;
  background: #BA836D;
  border-top:solid 2px #000000;
	border-right:solid 2px #000000;
	border-bottom:solid 1px #000000;
	border-left:solid 2px #000000; 
	}

/*見出しセルのaタグ無効化*/
	a.mida {pointer-events : none ;}

/*ボタン内文字装飾*/
	span.cont {color:blue;font-size:110%;
	}
	span.exp {font-size:80%;
	}




/*コピーライトポッコリランド*/
	p.copy_right { font-weight: 700 ; font-size: 1.5em ;
	margin-top: 70px ;margin-bottom: 50px ;
	}


