@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(../img/template/bg_tree.png);
	background-repeat:repeat-x;
	font-family:Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	color:#222;
	text-decoration:none;
}

a:hover{
	color:#FF480A;
	text-decoration:underline;
}


h1{
	background-image:url(../img/default/h1.png);
	background-repeat:no-repeat;
	font-size:16px;
	color:#333;
	height:30px;
	padding-left:35px;
	padding-top:5px;
}

h2{
	background-image:url(../img/default/h2.png);
	background-repeat:no-repeat;
	font-size:16px;
	color:#333;
	height:30px;
	padding-left:45px;
	padding-top:5px;
	margin-bottom:0;
}

p{
	font-size:14px;
	line-height:140%;
	margin:0 20px;
}

img{
	border:none;
}

div#head{
	width:850px;
	height:122px;
	margin:0 auto;
	padding:0;
	background-image: url(../img/template/bg_border.png);
}

div#head .left{
	float:left;
}

div#head .right{
	float:right;
}

div#head .rMenu{
	text-align:right;
	font-size:12px;
	color:#222;
	margin:15px 15px 25px 0;
}

div#menu{
	clear:both;
	width:850px;
	margin:0 auto;
	padding:0;
}


/* -- define "div#headMenu Area"  -- */
div#headMenu {
	width:850px;
	height:54px;
	margin:0 auto 10px;
	padding:0;
	clear:both;
}

/* top Menu */
ul#headLink {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#headLink li {
	margin:0;
	padding:0;
	display:inline;
}

ul#headLink a {
	display:block;
	height:54px;
	padding:0;
	overflow:hidden;
	float:left;
	background-image:url(../img/template/menu.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}


a#link1 {
	width:142px;
	background-position:0 0;
}
a#link2 {
	width:142px;
	background-position:-142px 0;
}
a#link3 {
	width:142px;
	background-position:-284px 0;
}
a#link4 {
	width:142px;
	background-position:-426px 0;
}
a#link5 {
	width:141px;
	background-position:-568px 0;
}
a#link6 {
	width:141px;
	background-position:-709px 0;
}

a#link1:hover {
	background-position:0 -54px;
}
a#link2:hover {
	background-position:-142px -54px;
}
a#link3:hover {
	background-position:-284px -54px;
}
a#link4:hover {
	background-position:-426px -54px;
}
a#link5:hover {
	background-position:-568px -54px;
}
a#link6:hover {
	background-position:-709px -54px;
}

div#fM {
	margin:0;
	padding:0;
	position:relative;
	clear:both;
	z-index:1000;
}

div#fM div {
	height: 0px;
}
div#fM div.hideMenu {
	position:relative;
	overflow:hidden;
}
div#fM div.dispMenu {
	overflow:hidden;
}
div#fM > div.dispMenu {
	overflow:visible;
}

@media print { 
	div#fM div {
		display:none;
	}
}

div#fM ul {
	margin:0;
	padding:0;
	position: relative;
	top:-1px;
	width: 200px;
	font-size:12px;
}

div#fM li {
	margin-top:0;
	display:inline;
}
div#fM a {
	padding:5px 2px 5px 18px;
	margin:0;
	display:block;
	text-decoration:none;
	color:rgb(255,255,255);
	background-image:url(../img/template/floatmenu.png);
	background-position:0 0;
	background-repeat:no-repeat;
	line-height:20px;
	height:20px;
}

div#fM a:active, div#fM a:hover {
	background-position:0 -30px;
}

div#pdM01 ul {
	left:0px;
}

div#pdM03 ul {
	left:282px;
}

div#pdM04 ul {
	left:423px;
}

div#pdM05 ul {
	left:564px;
}

/* pankuzu */
div#pankuzu {
	width:850px;
	margin:0 auto;
	padding:0 0 2px;
	font-size:10px;
	line-height:10px;
}
div#pankuzu ul {
	margin:0;
	padding:0;
	height:10px;
	list-style-type:none;
}
div#pankuzu li {
	margin:0;
	padding:0;
	display:inline;
}

div#pankuzu a {
	display:block;
	float:left;
	overflow:hidden;
	height:10px;
	text-indent:14px;
	text-decoration:none;
	background-image:url(../img/template/pankuzu.png);
	background-repeat:no-repeat;
	background-position:0 0;
	color:rgb(6,70,67);
}
div#pankuzu a:hover {
	background-position:0 -10px;
	color:rgb(255,153,0);
}

/* -- define "div#main Area"  -- */
div#main{
	width:850px;
	margin:0 auto;
	padding:0;
	color:rgb(51,51,51);
}


/* foot links */
div#footLinks {
	padding:18px 0 0;
	border-top:1px dashed rgb(51,51,51);
	color:rgb(77,96,127);
	clear: both;
}

div#footLinks p {
	text-align:center;
	width:850px;
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:1.5em;
}
div#footLinks a {
	color:rgb(77,96,127);
}
div#footLinks a:hover {
	color:rgb(33,50,201);
}

/* footer */
div#foot{
	height:120px;
	background-image:url(../img/template/footBg.png);
	background-repeat:repeat-x;
	background-color:#D5D5D5;
}

div#foot p{
	width:850px;
	margin:0 auto;
	padding:0;
}

div#foot p.copy{
	text-align:right;
	padding:103px 0 0 0;
	font-size:12px;
	height:12px;
	line-height:12px;
	overflow:hidden;
}

