@charset "utf-8";


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

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

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



/*==-----------------------------------------------
body
-------------------------------------------------*/
html, body {height: 100%;}


	  /* must be same height as the footer */





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

* html #container {display:table;}



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


/*==-----------------------------------------------
navigation
-------------------------------------------------*/
#nav{
	width:960px;
	height: 50px;
	margin:0 auto 10px auto;
}


/*==-----------------------------------------------
contents
-------------------------------------------------*/
#contents {
	width:960px;
	margin: 0 auto;
	font-size: 0.85rem;
	
}

/*==-----------------------------------------------
main
-------------------------------------------------*/
#main{

	width: 715px;
	float:left;
	margin: 0 0 20px 0;
	padding: 0 0 0px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear:both;

}
#main .article{
	position:relative;
	width:715px;
	margin: 0 0 20px 0;
	padding-bottom:10px;
	clear: both;
	background: #FFFFFF;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */	/*behavior: url(css/PIE.htc); */
	position:relative;

}





/*==-----------------------------------------------
sidebar
-------------------------------------------------*/
#side{
	width: 220px;
	float:right;
	overflow: hidden;
	margin: 0px 0 0 0;
}

#side #twitter{
	margin-bottom:20px;
}

#side #mobile{
	width:220px;
	margin: 0 0px 0 0px;
	padding: 0px 0px 5px 0px;
	background: #FFFFFF;
	text-align: center;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */	/*behavior: url(css/PIE.htc); */
}

#side #mobile p{
	margin:20px;
}




/*==banner*/

#sidebar.aside #banner{
	margin: 0 0 10px 0;
}

/*==mobile*/

#contents .aside #mobile{
	margin: 0 0 10px 0;	
}



/*==-----------------------------------------------
footer
-------------------------------------------------*/
#footer{
	position: relative;
	height: 80px;
	width:100%;
}


#footer .section{
	width:100%;
	overflow:hidden;
	margin: 0 auto;
}






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


.clearfix {clear:both; }

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

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

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


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