@charset "utf-8";
/* CSS Document */

/* ヘッダー共通 */

.header_img{
	vertical-align:top;
}

.header{
	width:1030px;
	height:123px;
	margin:0 auto;
}

.header_left{
	width:650px;
	float:left;
	height:123px;
}

.header_right{
	width:380px;
	float:right;
	height:123px;
}

.header_righttop{
	width:380px;
	height:85px;
}

.header_rightbottom{
	width:380px;
	height:38px;
}

.button01{
	width:91px;
	height:38px;
	float:left;
}

.button02{
	width:92px;
	height:38px;
	float:left;
}

/* フッター共通 */

.footer{
	width:957px;
	position: absolute;
	bottom:0;
	border-top:solid 1px #CCC;
	padding:12px 0 0 0;
	margin:0 36px 0 37px;

}

.footer_left{
	width:236px;
	float:left;
	height:48px;
}

.footer_right{
	width:721px;
	float:right;
	height:48px;
}

.footer_right01{
	width:512px;
	float:left;
}

.footer_right02{
	width:209px;
	float:right;
}

.footer02{
	width:957px;
	margin:0 auto;
	height:30px;
	text-align:center;
}

.button03{
	height:11px;
	float:left;
	margin-left:10px;
	padding:0;
}

.copyright{
	font-size:12px;
	color:#666;
	line-height:30px;
	text-align:center;
}