@charset "utf-8";

/*****************************************************

 全体のレイアウト
 
*****************************************************/

body {
	background: url(images/wp/bg_ensgroup.png) repeat;
	color:#000000;
	z-index:0;
	font-size: 1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1.5;
	margin:20px 0;
}
	
.box_wrapper {
	width:100%;
	height: auto;
	}
	
.liquid {
	-moz-box-flex:1;
	-webkit-box-flex:1;
	-moz-box-ordinal-group:2;
	-webkit-box-ordinal-group:2;
	position:absolute;
	margin-left:300px;
	width:70%;
	}

#content { padding-top:10px;}

.sidebar {
	-moz-box-flex:0;
	-webkit-box-flex:0;
	-moz-box-ordinal-group:1;
	-webkit-box-ordinal-group:1;
	position: absolute;
	height:100%;
	float:left;
	width:280px;
	margin-left:20px;
	}
	
#global_header {
	position:fixed;
	border-bottom:0;
	}

#global_footer {
	width:280px;
	position: fixed;
	bottom:0;
	margin-left:20px;
	}

nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	}

footer {
	margin:10px 0;
	}

/***************************************

 マージン調整
 
***************************************/

.mbt-5 {margin-bottom:5px;}

.mbt-10 {margin-bottom:10px;}

.mbt-15 {margin-bottom:15px;}

.mbt-20 {margin-bottom:20px;}

.mbt-30 {margin-bottom:30px;}

.mbt-40 {margin-bottom:40px;}

.mtp-5 {margin-top:5px;}

.mtp-10 {margin-top:10px;}

.mtp-15 {margin-top:15px;}

.mtp-20 {margin-top:20px;}

.mtp-30 {margin-top:30px;}

.mrt-5 {margin-right:5px;}

.mrt-10 {margin-right:10px;}

.mrt-15 {margin-right:15px;}

.mrt-20 {margin-right:20px;}

.mrt-30 {margin-right:30px;}

.mlt-5 {margin-left:5px;}

.mlt-10 {margin-left:10px;}

.mlt-15 {margin-left:15px;}

.mlt-20 {margin-left:20px;}

.mlt-30 {margin-left:30px;}


















