@charset "utf-8";

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

 File Name  : stan.css
 Author     : Swimsuit Department
 Style Info : Stan Bitters style
=================================================================== */
=================================================================== */
/* container */

#container_stan {
    position: relative;
	margin: 0 auto;
	width: 100%;
    min-height: 100%;             /* point02 */  
    height: auto !important;      /* point03 */  
    height: 100%;                 /* point04 */
}


body > #container_stan {
    height: auto;
}



/****************************************
		1.  Contents
*****************************************/
#contents_stan { 
	padding-bottom:300px;           /* point　footerとコンテンツの間の空白の為250pxではなく300px */ 
}




#contents_stan:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#contents_stan .wrap_c {
	width:950px;
	margin:0 auto;
    background: url(../images/alp_white.png) repeat-y;
}



