@charset "utf-8";

/*==================================================

	■□ もくじ □■
	
	◆ ブラウザの差異を無くす初期設定
	◆ ヘッダー部分の設定
	◆ コピーライト部分の設定
	◆ フッター部分の設定

==================================================*/


/*==================================================
	◆ ブラウザの差異を無くす初期設定
==================================================*/

*{
	padding:0;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
	"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html{
	height:auto;

}

body{
	width:auto;
	height:auto;
	font-size:12px;
	letter-spacing:1px;
	color:#333;
	text-align:center;
	line-height:1.4;
	background-color:#d9d9d9;
	position:relative;
}



img{
	vertical-align:text-bottom;
	border: none;
}

br{
	letter-spacing:0;
}

.wrap{
	width:1200px;
	height:auto;
	margin:0 auto;
	background:url(../img/common/bg.jpg) no-repeat;
	background-position:50% 0;
	text-align:left;
}


/*==================================================
	◆ ヘッダー部分の設定
==================================================*/

/* ヘッダー全体部分 */
.header{
	/*width:auto;
	height:auto;*/
	padding-top:30px;
	margin-left:315px;
	position:relative;
}

/* ロゴ部分 */
.logo{
	width:287px;
	height:143px;
	position:absolute;
	top:38px;
	left:0;
}

/* メニュー部分 */
.menu_box{
	width:444px;
	height:143px;
	margin-left:300px;
}




/*==================================================
	◆ コピーライト部分の設定
==================================================*/

.copyright{
	width:auto;
	height:auto;
	padding-top:100px;
	padding-left:112px;
}


/*==================================================
	◆ フッター部分の設定
==================================================*/

/* フッター全体の設定 */
.new_footer{
	width:100%;
	height:55px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#5c5c5c;
	zoom:1;
}

.new_fbox{
}


/*==================================================
	◆ fonts
==================================================*/

.red{color:#f00;}