@charset "utf-8";

/****************************************************************************
ラップ
****************************************************************************/

#wrap{
width:960px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -140px auto;
}

/****************************************************************************
コンテナ
****************************************************************************/

#container{
width:960px;
padding-bottom:25px;
margin:0 auto;
}

#container:after{
content:"";
display:block;
clear:both;
}
	
	h1{
	width:390px;
	height:103px;
	margin:40px auto 30px auto;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/logo.gif) no-repeat center top;
	}
	
		h1 a{
		display:block;
		height:103px;
		}
	
	h2{
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat center top;
	}

		h2 a{
		display:block;
		height:95px;
		}

			
/****************************************************************************
フッタ
****************************************************************************/

#footer{
clear:both;
width:100%;
height:140px;
background:url(img/footer.gif) repeat-x left bottom;
}
.push{height:140px;}

	ul#footerlist{
	width:769px;
	height:14px;
	margin:0 auto;
	padding:30px 0 45px 0;
	}
	
		#footerlist li{
		float:left;
		height:14px;
		padding:0 7px;
		border-right:2px solid #eee;
		}
		#footerlist li#goblog{border:none;}
		
		#footerlist li a{
		display:block;
		height:14px;
		text-indent:-9999px;
		overflow:hidden;
		background:no-repeat center top;
		}
		
		#footerlist li a:hover{}
		
		#footerlist li#gohome a{background-image:url(img/footer_gohome.gif); width:44px;}
		#footerlist li#goabout a{background-image:url(img/footer_goabout.gif); width:140px;}
		#footerlist li#gobasil a{background-image:url(img/footer_gobasil.gif); width:214px;}
		#footerlist li#gomov a{background-image:url(img/footer_gomov.gif); width:156px;}
		#footerlist li#goblog a{background-image:url(img/footer_goblog.gif); width:137px;}

	#copy{
	width:234px;
	height:15px;
	line-height:15px;
	text-indent:-9999px;
	margin:20px auto auto auto;
	background:url(img/copy.gif) no-repeat left top;
	}
		
/****************************************************************************
共通クラス
****************************************************************************/

p.gotop{
float:right;
width:960px;
height:20px;
margin-top:-20px;
padding:0 30px;
}
	
	.gotop a{
	float:right;
	display:block;
	width:160px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/gotop.gif) no-repeat left bottom;
	}

	.gotop a:hover{
	background-position:left top;
	}

.kome{
text-indent:-1em;
margin-left:1em;
}

.center{
text-align:center;
margin:0 auto;
}

.clear:after{
content:"";
display:block;
clear:both;
}
