@charset "utf-8";


/* !index.html
---------------------------------------------------------- */

body {
	min-width: 758px;  /*中央配置するボックスの横幅*/
	min-height: 557px;  /*中央配置するボックス縦幅*/
} 


#contents .indexSec01 {
	position: absolute;
	margin: -276px 0 0 -379px;  /*縦横の半分をネガティブマージンでずらす*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 758px;
	height: 557px;

	background: url(../img/index_bg01.gif) right bottom no-repeat;
	text-align: left;
}
	#contents .indexSec01 h1 {
		position: absolute;
		bottom: 10px;
		right: 155px;
	}
	#contents .indexSec01 .txt01 {
		margin: 5px 0 38px;
	}
	#contents .indexSec01 .txt02 {
		margin-bottom: 33px;
	}
	#contents .indexSec01 .txt03 {
		margin-bottom: 75px;
	}
	#contents .indexSec01 .txt04 {
		margin-bottom: 32px;
	}



	