﻿/* default setup
---------------------------------------------------- */
body {
	margin: 0px auto;
	font: 100%/150% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../img/bg.jpg) repeat-y center top;
	
}
html,ul,h1,h2,h3 {
    padding:0;
	margin:0;
}

html {
    height: 100%;
}
ul {
	list-style: none;
}

th,td {
	font: 100%/150% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	 
	zoom: 1;
}
img {
 border: none;
 vertical-align:bottom;
}

#wrapper {
	width: 1056px;
	margin: 0px auto;
	height: 100%;
	text-align: center;
	position: relative;
 
}
#wrapper:after {
	clear: both;
 
}
#b-bg {
	width: 1056px;
	background: url(../img/bg2.jpg) no-repeat;
	height : 2500px;
 
}

/* header
---------------------------------------------------- */
#header {
	width: 1000px;
	height: 105px;
	margin: 0px auto;
	position: relative;
}

h1{
	font-size: 13px;
	position: absolute;
	left: 47px;
	top: 15px;
}
/*h1{
	font-size: 13px;
	position: absolute;
	left: 44px;
	top: 9px;
}*/
h2 {
	 
	width: 1030px;
	margin: 0px 0px 0px 26px;
}
h3 {
	margin: 0px 0px 20px;
}


/* navigation
---------------------------------------------------- */
#navi {
	width: 912px;
	height: 60px;
	margin: 0px auto;
}

#navi li {
	margin:0;
	float:left;
}




/* common link
---------------------------------------------------- */
a:link {
	color: #3877CD;
	text-decoration: underline;
}
a:visited {
	color: #3877CD;
	text-decoration: underline;
}
a:hover {
	color: #3877CD;
	text-decoration: none;
}


/* contents
---------------------------------------------------- */
.to-form {
	width: 856px;
	margin: 30px auto;
	clear: both;
}
.to-form:after {
	clear: both;
}

.contents1 {
	width: 838px;
	margin:0px auto;
}

.contents1-l {
	width: 418px;
	float: left;
}
.contents1-r {
	width: 420px;
	float: left;
}
.contents2 {
	width: 926px;
	margin:0px auto;
}

.contents2-l,
.contents2-r {
	width: 463px;
	float: left;
}
#company {
	width: 912px;
	margin: 0px auto 50px;
	background: url(../img/img14.jpg) no-repeat right 10px;
	text-align: left;
	padding-top: 45px;
}
#company table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#company table th {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	background: #DBEDFD;
}
#company table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
.contents3 {
	width: 912px;
	height: 190px;
	margin: 0px auto 30px;
	overflow-y: scroll;   /* スクロール表示 */
	text-align: left;
	font-size: 90%;
	border: 1px solid #E8E8E8;
}
.contents3 .inner  {
	margin: 10px;
}
.contents3 .inner ul {
	list-style: disc;
	margin-left: 20px;
}
.contents3 .inner ul li {
	margin-left: 0px;
}
.contents3 .inner ol {
	margin-left: -1em;
	#margin-left: 26px;
}

/* ハナコアラ
---------------------------------------------------- */

#koala1 {
	width: 133px;
	height: 149px;
	position: absolute;
	left: 921px;
	top: 449px;
	background: url(../img/koara1.png) no-repeat;
}
#koala2 {
	width: 97px;
	height: 160px;
	position: absolute;
	left: -7px;
	top: 759px;
	background: url(../img/koara2.png) no-repeat;
}
#koala3 {
	width: 141px;
	height: 161px;
	position: absolute;
	left: 805px;
	top: 2551px;
	background: url(../img/koara3.png) no-repeat;
}
#koala4 {
	width: 100px;
	height: 161px;
	position: absolute;
	left: 18px;
	top: 3989px;
	background: url(../img/koara4.png) no-repeat;
}
#koala5 {
	width: 171px;
	height: 134px;
	position: absolute;
	left: 907px;
	top: 4937px;
	background: url(../img/koara5.png) no-repeat;
}
#koala6 {
	width: 118px;
	height: 123px;
	position: absolute;
	left: 0px;
	top: 5572px;
	background: url(../img/koara6.png) no-repeat;
}


/* footer
---------------------------------------------------- */

#footer {
	width : 1089px;
	margin: 0px auto;
	clear: both;
}


/* other
---------------------------------------------------- */
.clear{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}
.mt-10{
	margin-top: -10px;
}
.mt30{
	margin-top: 30px;
}
.mb20{
	padding-bottom: 20px;
}
.mt19{
	margin-top: 19px;
}
