﻿<@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 : 910px ;
       margin:auto ;
     }
body { color: #716246; font-size: 1.0em; line-height: 1.2em ;}

*{
		margin:0:
		padding:0;
}
/*kokokara*/

#header { margin-top: 50px ;
					height: 165px;
					position: relative
			}


#logo {	float: left;
				padding-left: 4em;
			}
#sub_logo { float:left;
				position: absolute;
				bottom: 0;
				padding-left: 600px;
			}
.clear { clear: both; }


#sub_logo { font-size: 0.7em;

			}
.sub_coment { font-size: 0.8em;
				padding-left: 80px;
			}

/*前後ボタン*/
input#go_back{
  text-decoration: none;
  height:30px;
  width: 150px;
  line-height: 30px;
  background:none;
  text-align: center;
  color: #716246;
  border:solid 1px #716246;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
	}
input#go_back:hover{
  background:#fff;
  color: #716246;
}

/*コピーライトポッコリランド*/

p.copy_right { font-size:1.2em ;font-weight: bold;
				margin-top:10px;
				margin-bottom:60px;
			}

