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

a:link   {color:#000;text-decoration:none;} 
a:visited{color:#000;text-decoration:none;} 
a:hover  {color:#000;text-decoration:underline;}
a:active {color:#000;text-decoration:underline;}

body {
	font-size:14px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top:25px;
}

body#index{
	background:url(../image_index/top_bk.jpg) no-repeat center center fixed;
	width:100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inner{
	width:920px;
	margin:0 auto;
	overflow:hidden;
}

#header_top{
	overflow:hidden;
	height:80px;
}

	nav{
		float:right;
		height:25px;
	}

		#nav_list{
			overflow:hidden;
		}
	
			#nav_list li{
				float:left;
				padding-right:1.5em;
			}
		
			#index #nav_list a{
				color:#fff;
				display:block;
				text-decoration:none;
			}
		
			#sub #nav_list a{
				color:#000;
				display:block;
				text-decoration:none;
			}
		
			#index #nav_list a:hover{
				border-bottom:1px solid #fff;
			}
		
			#sub #nav_list a:hover{
				border-bottom:1px solid #000;
			}
			
#index footer{
	text-align:center;
	border-top:1px solid #fff;
}

#sub footer{
	text-align:center;
	border-top:1px solid #0063ad;
}

	#footer_info{
		overflow:hidden;
		width:364px;
		margin:0 auto;
	}
	
		#footer_info p{
			float:left;
		}
		
	.copyright{
		font-size:80%;
		color:#444
	}
	
#footer_nav {
        text-align:center;
        padding-top:20px;
		padding-bottom:10px;
}

#footer_nav ul {
        display:inline;
        padding-left:5px;
        border-left:1px solid #000000;
}

#footer_nav li {
        display:inline;
        padding-left:5px;
        padding-right:10px;
        border-right:1px solid #000000;
}
#index header h1 {
	position: absolute;
	top: 2px;
	left: 30px;
}



.sokuhou {
	width:100%;
	margin-top:30px;
	padding-bottom:30px;
	background-color: rgba( 255, 255, 255, 0.8 );
	background-size:contain;
}

.sokuhou_img {
	position: relative;
	top:0px;
	left:-260px;
}

.syuku {
	position: relative;
	top:60px;
	left:-370px;
}

.omedetou {
	position: relative;
	top:160px;
	left:110px;
}

.sokuhu p {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	
}

.sokuhou_a {
	font-size:46px;
	color:#F5B8BD;
	margin-bottom:40px;
}

.sokuhou_b {
	font-size:18px;
	color:#036EB8;
	margin-bottom:10px;
}

.sokuhou_c {
	font-size:24px;
	color:#036EB8;
	margin:30px 0;
}













