@charset "utf-8";
/* CSS Document */
p, a, table, ul, dl, ol, h1, h2, h3, h4 {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* set default value */
form {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
}
 body {
	font-size:9pt;
	line-height: 1.5em;
	color:#333;
	margin:0;
	padding:0;
	background-image: url(../bin/com/body.png);
	background-repeat: repeat-x;
  background-position:bottom;
	background-color:#FFF;
	font-family:sans-serif;
	}

/* body {
	font-size:9pt;
	line-height: 1.5em;
	color:rgb(102,102,102);
	margin:0;
	padding:0;
	background-image: url(../bin/com/body.png);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	background-color:rgb(204,204,204);
	font-family:sans-serif;
} */

input, textarea, select {
	font-size:9pt;
	line-height: 1.5em;
}

/* ----------------------------- */

div#setWidth, p#pHeader, p#pFooter {
	width:962px;
}

div#setWidth {
	margin:0 auto;
	background-color:rgb(255,255,255);
	border-color:rgb(0,102,0);
	border-style:none solid solid;
	border-width:0 1px 5px;
	background-image: url(../bin/com/setwidth.png);
	background-repeat: repeat-y;
}


/* -- header -- */
p#pHeader {
	height: 80px;
	margin:0;
	padding:0;
	background: url(../bin/com/pheader.png);
	background-repeat:no-repeat;
}
p#pHeader a {
	overflow:hidden;
	text-indent:-9999px;
}
a#btnLogo {
	width: 220px;
	height: 70px;
	float: left;
}
a#btnPolicy {
	float: left;
	height: 20px;
	width: 126px;
	margin-left: 505px;
	margin-top: 50px;
}
a#btnMap {
	float: left;
	height: 20px;
	width: 83px;
	margin-top: 50px;
}

/* -- dropdown menu -- */
div.ddMenu {
	float:left;
	width:120px;
	border-bottom:2px solid rgb(0,0,0);
	margin:0 0 1px;
}

div.ddMenu p {
	margin:0;
	padding:0;
}

div.ddMenu p a {
	display:block;
	width:120px;
	height:28px;
	overflow:hidden;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

div.ddMenu p a:active, div.ddMenu p a:hover {
	background-position:0 -28px;
}

a#menu01 {
	background-image:url(../bin/com/menu01.png);
}
a#menu02 {
	background-image:url(../bin/com/menu02.png);
}
a#menu03 {
	background-image:url(../bin/com/menu03.png);
}
a#menu04 {
	background-image:url(../bin/com/menu04.png);
}
a#menu05 {
	background-image:url(../bin/com/menu05.png);
}
a#menu06 {
	background-image:url(../bin/com/menu06.png);
}
a#menu07 {
	background-image:url(../bin/com/menu07.png);
}
a#menu08 {
	background-image:url(../bin/com/menu08.png);
}

div.ddMenu ul {
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0;
	margin:0;
	padding:0;
	list-style:none;
	background-color:rgb(255,255,255);
	width:200px;
}

div.ddMenu ul li a {
	display:block;
	height:12px;
	width:200px;
	line-height:14px;
	padding:4px 18px 6px;
	margin:0;
	white-space:nowrap;
	text-decoration:none;
	color:rgb(255,255,255);
	background-image:url(../bin/com/floatmenu.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

div.ddMenu ul li a:active, div.ddMenu ul li a:hover {
	background-position:0 -22px;
}




/* -- footer -- */
p#pFooter {
	clear:both;
	height: 19px;
	margin:0;
	padding:25px 0 0 0;
	background-image: url(../bin/com/pfooter.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size: 90%;
}

p#cretbird {
	font-size:8pt;
	line-height:1em;
	text-align:center;
	margin:0.5em 0;
	padding:0;
}
p#cretbird a {
	color:rgb(62,62,62);
	text-decoration:none;
}



/* -- contents area -- */

div#contents {
	margin:0;
	width: 960px;
	clear:left;
}

div#main {
	margin:30px;
}

div#main h2 {
	height: 20px;
	padding:4px 0 0 18px;
	margin:0 0 20px;
	line-height:14px;
	font-size: 14px;
	color:rgb(255,255,255);
	background-image:url(../bin/com/h2.png);
	background-repeat:no-repeat;
	clear:both;
}

div#main h3 {
	font-size:1em;
	padding:0.25em 0 0.1em 1em;
	margin: 1.5em 0 1em;
	border-left: 5px solid rgb(102,102,102);
	border-bottom: 1px solid rgb(204,204,204);
}

div#main p.contact {
	text-align:center;
	clear:both;
	margin:0 auto !important;
	padding:14px 0 !important;
}
p.jishin{
	color:#333;
	font-size:15px;
	text-align:center;
	}
