#main {
	margin: auto;
	width: 1000px;
	padding-bottom: 50px;
	text-align: center;
	border-style:none;
	height: auto;
	

}
body{
	margin:0px;
	background-color:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(kirin_img/design_bk.png);
	background-repeat: repeat-x;
	width: 100%;
    overflow: auto;} 


#heder {
	width:100%;
	height:100px;
	background-image: url(kirin_img/design_topimage_hederbk.png);
	background-color: #CC0000;
	text-align: center;
	z-index:1;
	background-repeat: repeat-x;
	position: relative;
}
.heder_line {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 54%;
}
#page-top_line{position: fixed; bottom: 0; right: 0; z-index:800; }
#page-top_line a{width: 60px;	height: 80px; display: block; background-image: url(kirin_img/contact_line.png); background-repeat: no-repeat;	padding: 0;	-webkit-transition: .5s;
 -moz-transition: .5s; -o-transition: .5s; -ms-transition: .5s; transition: .5s; -webkit-box-sizing: border-box; }
#page-top_line a:hover {background-image: url(kirin_img/contact_line_o.png);	background-repeat: no-repeat; }
#footer {
	width:100%;
	height:100px;
	background-image: url(kirin_img/design_topimage_-footer.png);
	background-color: #CC0000;
	text-align: center;
	z-index:1;
	background-repeat: repeat-x;
}



img {
  border-style:none;
  vertical-align:bottom;
}
