@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td {
	margin:0px;
	padding:0px;
}
img { 
	border:0;
}
img {
	vertical-align: top;
}
ol,ul {
	list-style:none;
}
li img {
	vertical-align: top;
}
dl img {
	vertical-align: top;
}
.clear {
	clear: both;
}

body {
	padding-top: 20px;
	background-color: #145391;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.section {
	width: 950px;
	margin-bottom: 0x;
}
#flow {
	height: 916px;
	width: 950px;
	background: url(images/img_contents05.png) no-repeat;
	position: relative;
	overflow: hidden;
}
#contact {
	height: 226px;
	width: 950px;
	background: url(images/img_contact.png) no-repeat;
	position: relative;
	overflow: hidden;
}
.bt_contact a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 435px;
    background-image: url(images/bt_contact.png);
    padding-top: 72px;
    text-align: center;
    margin: 64px 22px;
}
.bt_contact a:hover {
    background-image: url(images/bt_contact_ov.png);
}
.bt_entry a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 950px;
    background-image: url(images/bt_entry.png);
    padding-top: 142px;
    text-align: center;
    margin: 48px 0;
}
.bt_entry a:hover {
    background-image: url(images/bt_entry_ov.png);
}
.bt_entry_s a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 496px;
    background-image: url(images/bt_entry_s.png);
    padding-top: 76px;
    text-align: center;
    margin: 132px 406px;
}
.bt_entry_s a:hover {
    background-image: url(images/bt_entry_s_ov.png);
}

.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
