@charset "utf-8";


/*==-----------------------------------------------
CSS Information

 File name:      layout.css
 Author:         Crea.,Inc. 
 Style Info:     レイアウト関連のスタイル

-------------------------------------------------*/



/*==-----------------------------------------------
body
-------------------------------------------------*/
html, body {}




/*==-----------------------------------------------
container
-------------------------------------------------*/
#container{
	width:100%;
	text-align: center;
}

* html #container {display:table;}



/*==-----------------------------------------------
header
-------------------------------------------------*/
#header{
	width:100%;
	text-align: center;
}
#header .section{
	width:1000px;
	height: 120px;
	margin: 0 auto;
	display:none;
}


/*==-----------------------------------------------
navigation
-------------------------------------------------*/
#nav{
	width:1000px;
	clear:both;
	height: 40px;
	margin:0 auto 10px auto;
}


/*==-----------------------------------------------
contents
-------------------------------------------------*/
#contents {
	width:1000px;
	margin: 0 auto;
}

#contents #inner{
	width:1000px;
}

/*==-----------------------------------------------
main
-------------------------------------------------*/
#main{
	width:1000px;
	padding: 0
}


#main .section{
	margin-bottom:0px;
}




/*==-----------------------------------------------
footer
-------------------------------------------------*/
#footer{
	height: 90px;
	width:100%;
	clear:both;
}









/*==-----------------------------------------------
clearfix
-------------------------------------------------*/


.clearfix {clear:both; }

.clearfix:after,
#container:after,
#nav:after,
#header:after,
#inner:after,
.article:after,
.section:after,
.aside:after{
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
     font-size:0.1em;
}

.clearfix,
#container,
#nav,
#header,
#inner,
.article,
.section,
.aside{
display: inline-block;
}

.clearfix,
#container,
#nav,
#header,
#inner,
.article,
.section,
.aside{
display: block;
}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
