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

@import"reset.css";

.clear{clear: both;}

/*
-----------------------------------------------
base link color
-----------------------------------------------*/
a{
	color:#0066cc;
	font-weight:bold;
	text-decoration:underline;
}
a:visited{
	color:#0066cc;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#0066cc;
	font-weight:bold;
	text-decoration:none;
}

/*
-----------------------------------------------
layout
-----------------------------------------------*/

body{
	margin:0;
	padding:0;
	background:url(../img/bg.gif) repeat-x;
	background-color:#e2eff3;
}

#wrap{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
/*	background-color: #fff;*/
}

#top{
	background:#2a6b98;
	color:#fff;
	font-size:13px;
}

#hdr{
	background:url(../img/hdr-bg.gif);
	background-repeat:no-repeat;
	height:76px;
}

#hdr #hdrContact{
	padding-left:185px;

}

#hdr img {
	padding-top:15px;
	vertical-align: bottom;
}

#mainImage{
	vertical-align:bottom;

}

#container{
	margin-top:0;
	width:780px;
	background:url(../img/container-bg.gif);
	background-repeat:repeat-y;
}

.nextPage{
	position:relative;
	top:20px;
	margin-top:3em;
	margin-bottom:2em;
	padding:5px;
	float:right;
	border:#d0ebf3 2px solid;
	background:#eaf5f8;
	font-size:0.8em;
	width:auto;
}

.nextPage:before{
	content: ">>"
}



.nextPage a{
	padding:5px;
	margin-left:5px;
	background:url(../img/nextlink-bg.png);
	background-repeat:repeat-x;


}

.nextPage a:hover{
	text-decoration:none;
}


/*
-----------------------------------------------
side
-----------------------------------------------*/

#side{
	width:196px;
	padding:12px;
	background:#b5b09a;
	float:left;
}

#nav li#home{
	background:url(../img/menu-ttl.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:60px;
} 

#nav{
	background:url(../img/nav-end.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:7px;
}

#nav li img{
	vertical-align:bottom;
}

.sBanner{
	padding-top:10px;
	margin-bottom:5px;
}

.sBanner li{	
	line-height:2;
}

#info{
	background-image:url(../img/info-bg.png);
	background-repeat:repeat-y;
	margin-top:20px;
	padding:10px;
	margin-bottom:1.4em;

}
#info strong,#info em{
	font-weight:bold;

}

/*
-----------------------------------------------
main
-----------------------------------------------*/

#main{
	float:left;
	padding:20px 22px 0px 26px;
	width:512px;
	line-height:1.4;
}


#btmContact{
	margin-top:20px;
	margin-bottom:3em;
	clear:both;
}

p.forTop{
	clear:both;

}

/*
-----------------------------------------------
footer
-----------------------------------------------*/

#footer{
	font-size:1em;
	background:url(../img/ftr-bg.gif);
	background-color:#2a2a2a;
	color:#fff;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:10px;
}

#footer a{
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
#footer a:hover{
	text-decoration:underline;
	font-weight:normal;
}
#footer ul{
	margin:auto;
	width:630px;
	padding-top:10px;
	height:inherit;
	text-align:center;
}
#footer ul li{
	display:inline;
	margin-right:4px;
	padding-left:8px;
	border-left:1px solid #fff;
	list-style-type:none;
	line-height:2;
}

#footer ul li.ftrHome{
	padding-left:0;
	border-left:none;
}

#footer .copyright{
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.1em;
}

/*
-----------------------------------------------
印刷用
-----------------------------------------------*/
@media print {

#top{
	display:none;
}

#forTop{
	display:none;

}
#footer{
	display:none;

}

#hdr{
	display:none;
}

#side{
		display:none;
}
	
#container{
		background:none;
	}
	
iframe{
		display:none;
}

* html body{
		zoom:0.7;
}