@charset "utf-8";

/* init */
body, form, fieldset,p {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 80%;
    line-height: 1.5em;
}
a img{
	border: none;
	}
a:link{
	color: #39F;
	}
a:visited{
	color: #39F;
	}
a:hover{
	}

/* レイアウト */
#main_wrapper{
	width: 900px;
	margin: 0 auto;
	background: url(../images/bg_main.jpg) repeat;
	position: relative;
	padding-top: 620px;
}


/* パーツ */

.logoHead{
	position: absolute;
	left: 24px;
	top: 32px;
	}
.mainImg{
	position: absolute;
	left: 158px;
	top: 10px;
	}
.btnPdf{
	position: absolute;
	left: 665px;
	top: 521px;
	}
.table01{
	border-collapse: collapse;
	margin: 0 auto 45px;
	}
.table01 th,.table01 td{
	width: 135px;
	text-align: left;
	vertical-align: top;
	}	
.table01 th.last,.table01 td.last{
	width: 115px;
	}
.table01 td.position{
	position: relative;
	}
.table01 div.position img.tochimaru{
	position: absolute;
	z-index: 5;
	left: 441px;
	top: 865px;
	}
.foot{
	position: relative;
	padding-bottom: 30px;
	}
.cr{
	position: absolute;
	left: 511px;
	top: 13px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	}

/* padding margin */
.maL20{
	margin-left: 20px;
	}
.maL35{
	margin-left: 35px;
	}

/* テキスト装飾 */
.small{
	font-size: 80%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
	
	
/*その他 */
.clear{
	clear: both;
	}
.center{
	text-align: center;
	}

	
	
	
