@charset "UTF-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
	padding:0;
	display:block;
	margin:0;
	font-weight: 100;
}

html{
 /* IE以外 */
      margin-bottom:1px;
      height:100%;
      /* IE用 */
      overflow-y:scroll;
}

body {
font-size: 62.5%;
font-family:"ヒラギノ角ゴ Pro W",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
line-height: 1.8;
margin:0px 0px 0px 0px;
text-align:left;
width:100%;
height:100%;
min-height:100%;
-webkit-text-size-adjust: none;
word-wrap:break-word;
background-color: #A7BF9C;
}


body > #container {height:auto;}


.c-both {
    clear: both;
    padding: 0px;
    margin: 0px;
}


p{
	padding:0;
	margin:0;
}

nav,header,footer{display:block;}

address{
	font-style: normal;
}


dl,dt,dd{
	margin: 0;
	padding: 0;
}


@media(min-width:481px){
	
#container{
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	
}

#bg{
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	background-image: url(../images/aoba_bg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: cover;
	background-position: top center;
	}
	

#bgbase{
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	background-color: #A7BF9C;
	padding-top:100;
	}
	
#bg2{
	width:1100px;
	height: auto;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	}
	
.h_con{
	width: 100%;
	min-width: 1100px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	background-color: #DFDFDF;
	top: 0;
	position: fixed; 
	z-index: 20;
}

header{
	width: 1100px;
	margin: 0 auto;
}

#header{
	width: 1100px;
	height:300px;
	margin: 0 auto;
	position:relative;
	
}
	


.h_con2{
	width: 286px;
	height:202px;
	padding-top:60px;
	margin: 0 auto;
	
}
	
a.logo{
		display: block;
		width: 286px;
		height: 202px;
	    background-image: url(../images/logo.png);
		background-repeat: no-repeat;
	    background-position: middle;
	    float: left;
	}


a.logo2{
		display: block;
		width: 122px;
		height: 14px;
	    top: 250px;
	    right:40px;
		background-image: url(../images/logo2.png);
		background-repeat: no-repeat;
	    background-position: bottom;
	    float: right;
	    position: absolute;
	}
	
	

footer{
	width: 100%;
	min-width: 1100px;
	
}


#footer{
	width: 100%;
	min-width: 1100px;
	height: 40px;
	background-color: #D9D9D9;
}
	
.ft_bg{
	width: 100%;
	margin:0 auto;
}
	
	

.ft_con{
	width: 1100px;
	margin:0 auto;
}
	
	

.copyright{
	width: 514px;
	height: 40px;
	background-image:url(../images/copyright.png);
	background-repeat:no-repeat;
	background-position: center;
	margin: 0 auto;
	}
	



}


@media(max-width:480px){
	
#container{
	width: 480px;
	margin: 0 auto;
	
}

#bg{
	width: 480px;
	margin: 0 auto;
	background-image: url(../images/aoba_bgs.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: cover;
	background-position: top center;
	}
	

#bgbase{
	width: 480px;
	margin: 0 auto;
	background-color: #A7BF9C;
	padding-top:100;
	}
	
#bg2{
	width:480px;
	margin: 0 auto;
	}
	
.h_con{
	width: 480px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	background-color: #DFDFDF;
	top: 0;
	position: fixed;  
	z-index: 20;
}

header{
	width: 480px;
	margin: 0 auto;
}

#header{
	width: 440px;
	padding-bottom: 50px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
}
	


.h_con2{
	width: 286px;
	height:200px;
	padding-top:60px;
	margin: 0 auto;
	
}
	
a.logo{
		display: block;
		width: 243px;
		height: 172px;
	    background-image: url(../images/logo_s.png);
		background-repeat: no-repeat;
	    background-position:center center;
	    background-size: 85%;
	    margin: 0 auto;
	
	}


a.logo2{
		display: block;
		width: 286px;
		height: 14px;
		background-image: url(../images/logo2.png);
		background-repeat: no-repeat;
	    background-position: right bottom;
	    top:50px;
	    right: 10px;
	    margin: 0 auto;
	    position: absolute;
	}
	


footer{
	width: 480px;
	
}


#footer{
	width: 480px;
	height: 40px;
	background-color: #D9D9D9;
}
	
.ft_bg{
	width: 480px;
	margin:0 auto;
}
	
	

.ft_con{
	width: 400px;
	margin:0 auto;
}
	
	

.copyright{
	width: 360px;
	height: 40px;
	background-image:url(../images/copyright.png);
	background-repeat:no-repeat;
	background-position: center;
	margin: 0 auto;
	}


	
}
