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

/* ===================================================================
CSS information

 file name  :  default.css
 author     :  trend-inn
 style info :  
=================================================================== */


/*layout
--------------------------------------------*/

#page {
	margin:0 auto;
	width:960px;
}

#contents {
	padding-top:180px;
}

/*header
--------------------------------------------*/


#header {
	padding-top:10px;
	padding-bottom:20px;
    position: fixed;  //位置を固定
    top:0;//縦の位置を指定
    left:0;//横の位置をして
    z-index:999;//オブジェクトが重なった場合の表示順
    width:960px;//横幅を全面に設定
	height:100%;
    background:#FFF;
}


#header .inner {
    width:960px;	
	overflow:hidden;	
}

#header .inner h1 {
	float:left;
	width:75px;
}

#header .inner ul {
	float:right;
}

#header .inner ul li {
	float:left;
	font-size:11pt;
	padding-left:20px;
}




/*footer
--------------------------------------------*/

#footer {
	margin-bottom:30px;
}

#footer .inner {
	padding-top:50px;
}

#footer .inner p {
	text-align:center;

}

#footer .inner p#cr {
	font-size:80%;

}

#footer .inner ul {
	float:left;
	text-align:right;
}

#footer .inner ul li {
	float:left;
	font-size:11pt;	
	padding-right:90px;
}


p#top {
	clear:both;
	padding-bottom:5px;	
	text-align:center;
}



/*gallery
--------------------------------------------*/

ul.gallery {
	margin-bottom:120px;
	clear:both;
	overflow:hidden;
}


ul.gallery li {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	text-align:center;
}


ul.gallery li.last {
	margin-right:0;
}






