@charset "UTF-8"; 

/* ------------------------------- common -------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p,a{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
}

h1,h2,h3,address,em,strong,p,dl,li,a{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1;
}

ol,ul{
	list-style: none;
}

table{
     border-collapse: collapse;
     border-spacing: 0;
}

caption,th {
     text-align: left;
}

img{
	border: 0;
	vertical-align: bottom;
}

a{
	text-decoration: none;
	overflow: hidden;
}

/* ------------------------------- link ------------------------------- */

a:link{
	color: #4D7CC4;
	text-decoration: underline;
}

a:visited{
	color: #810081;
	text-decoration :none;
}

a:hover{
	color: #E18700;
	text-decoration: underline;
}

/* ------------------------------- base ---------------------- */

body{
	background-color: #FFFFFF;
	background: url(../img/site-bg.jpg) repeat-x left top;
}

	#wrap{
		width: 1090px;
		margin: 0px auto;
	}

/* ------------------------------- container ------------------------------- */

#container{
	overflow: hidden;
}

	#header{
		width: 1090px;
		height:12px;
		overflow: hidden;
		float: left;
	}
	
		h1{
			margin-top : 1px;
			color : #fff;
			font-size: 9px;
			float: right;
		}
	
		p.head{
			color : #fff;
			font-size: 8px;
			float: right;
		}
	
	#main{
		clear: both;
		width: 1090px;
		overflow: hidden;
	}

/* ------------------------------- footer ------------------------------- */

#footer{
	width: 1090px;
	padding-bottom: 10px;
	background: url(../img/bg-middle.gif)  no-repeat left bottom;
}

	#entrance{
		width: 1090px;
		padding-top: 5px;
		background: url(../img/bg-top.jpg) no-repeat;
		}

		#btn{
			width: 616px;
			height: 102px;
			margin: 20px auto;
		}

		#entrance p.btn1{
            margin: 0 5px 0 0;
			width: 252px;
			float: left;
			display: inline;
		}

		#entrance p.btn2{
			width: 252px;
			float: right;
			display: inline;
		}

			#entrance p.btn1 a,
			#entrance p.btn2 a{
				width: 252px;
				height: 102px;
				display: block;
				text-indent: -9999em;
				background: url(../img/btn-1.jpg) no-repeat;
			}
	
			#entrance p.btn2 a{
				background: url(../img/btn-2.jpg) no-repeat;
			}
	
				#entrance p.btn1 a:focus,
				#entrance p.btn1 a:hover{
					background: url(../img/btn-1.jpg) no-repeat 0 -102px;
				}
	
				#entrance p.btn2 a:focus,
				#entrance p.btn2 a:hover{
					background: url(../img/btn-2.jpg) no-repeat 0 -102px;
				}

		#entrance p.kin18 {
			width: 100px;
			float: right;
			display: inline;
		}

		#entrance p.center,
		#entrance p.center a {
            margin: 15px 0 0;
        	font-size: 14px;
       		font-weight: bold;
			text-align: center;
			clear: both;
		}

	#job{
		width: 1090px;
		margin: 20px 0 0;
	}

		#job p.center,
		#job p.center a {
			text-align: center;
			clear: both;
		}

	address,
	address a {
		padding-bottom: 20px;
       	font-size: 16px;
  		font-weight: bold;
		text-align: center;
	}

/* ------------------------------- banner ------------------------------- */

    #banner{
    	width: 920px;
    	margin: 20px auto;
    }

        #banner img{
            margin:0 1px;
        	border: 1px solid #dddddd;
        }

