@charset "UTF-8";
div#content_wrapper{
	background-color:#ddd;
}
#wrap{
	width:980px;
	background-color:#fff;
	margin:0 auto;
}

#cont {
	width:970px;
	margin:0 auto;
	line-height: 1.7;
	font-size: 100%;
	color: #000;
}

#social_wrap{
	padding:0;
	height:64px;
}
#social_wrap iframe{
	float:left;
}

#social_wrap img{
	float:right;
}


.image01,
.image02,
.image03,
.image04,
.image05,
.image06,
.image07 {
	position: absolute;
}
.mainImg {
	position: relative;
	width: 970px;
	height: 808px;
	background: url("../images/bg01.jpg?0323") 0 0 no-repeat;
}
.mainImg .image01 {
	top: 19px;
	left: 10px;
}
.mainImg .image02 {
	top: 0;
	right: 0;
}
.mainImg .image03 {
	top: 151px;
	right: 166px;
}
.mainImg .image04 {
	top: 189px;
	left: 66px;
}
.mainImg .image05 {
	top: 463px;
	right: 263px;
}
.mainImg .image06 {
	top: 455px;
	right: 20px;
}
.mainImg .image07 {
	top: 548px;
	left: 0;
}
.mainImg .image07 li {
	float: left;
	margin-left: 18px;
}
.mainImg .image07 li:first-child {
	margin-left: 10px;
}

.frameArea01 {
	margin: 10px 0 0 -10px;
}
.col01 {
	float: left;
	margin: 20px 0 0 20px;
}
.box01 {
	padding: 20px;
	background: url("../images/bg02.png") left bottom no-repeat;
}

.frameArea02wrap {
	margin-top: 46px;
	background: url("../images/bg03.png") center top no-repeat #368ccc;
}
.frameArea02 {
	padding: 34px 80px;
	background: url("../images/bg04.png") center bottom no-repeat;
}
.list01 li {
	float: left;
	margin-left: 20px;
}
.list01 li:first-child {
	margin-left: 0;
}

.table01 {
	margin-top: 20px;
	width: 100%;
	font-size: 134%;
}
.table01 th {
	padding: 10px 0;
	background-color: #a27e39;
	border: 1px solid #a27e39;
	border-bottom: 1px solid #000;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.table01 .td01 td {
	padding: 10px 0;
	background-color: #e6e7e7;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000;
}
.table01 td {
	vertical-align: top;
	padding: 15px;
	border-bottom: 1px #000 solid;
}
.table01 .td02 {
	border-left: 1px #000 solid;
}
.table01 .td03 {
	border-right: 1px #000 solid;
}

.frameArea03 {
	padding: 100px 0 40px 20px;
	background: url("../images/bg05.jpg") center top no-repeat #e5cf31;
}

.col02 {
	float: left;
	width: 800px;
}
.col03 {
	float: right;
	text-align: right;
}

.w01 {
	width: 25%;
}

.ti01 {
	margin-top: 50px;
	text-align: center;
}
.ti02 {
	margin-top: 60px;
	text-align: center;
}

.tx01 {
	margin-top: 15px;
}
.tx02 {
	margin-top: 20px;
}
.tx03 {
	margin-top: 30px;
}
.tx04 {
	font-size: 125%;
}
.tx05 {
	font-size: 82%;
	font-weight: normal;
}

.img01 {
	float: left;
	margin: 19px 0 0 10px;
}


/* columnLayout
*****************************************/
.columnLayout {
	clear:both;
}
.colLeft {
	float:left;
}
.colRight {
	float:right;
}



/* Clearfix */
.list01:after,
.frameArea01:after,
.frameArea03:after,
.columnLayout:after,
.wrap:after {
	content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.list01,
.frameArea01,
.frameArea03,
.columnLayout,
.wrap {
	*display: inline-table;
	*zoom: 1;
}
