@charset "utf-8";

@import url("print_base.css");


*{
	font-family: verdana, osaka , “ＭＳ Ｐゴシック”,sans-serif;
}

body {
	background-image: none;
	margin: 0px;
	padding: 0px;
}


h1{
	background-image: url(../images/h1_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 211px;
	float: left;
	padding: 0px;
	margin: 0px;
}

h2{
	background-image: url(../images/h2_top.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 211px;
	text-indent: -9999px;
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
}

a:link,a:visited{
	color: #003399;
	text-decoration: none;
}



/* layout id class
------------------------------------------------------------------------*/


#container{
	height: 100%;
	width: 100%;
}
#contents{
	background-image: url(../images/top_contents_back.jpg);
	background-repeat: no-repeat;
	height: 626px;
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	line-height: 1.8;
	color: #333333;
	padding-top: 40px;
}
#header{
	width: 721px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#flash{
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
	margin-bottom: 0px;
	background-image: url(../images/flash.jpg);
	background-repeat: no-repeat;
	height: 354px;
}




/* footer layout id class
------------------------------------------------------------------------*/


#footer{
	width: 721px;
	background-image: url(../images/footer_logo_print.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 70px;
	margin: auto;
}
address{
	font-style: normal;
	font-size: 75%;
	line-height: 2;
	color: #333333;
}





#top_menu{
	padding: 0px;
	height: 75px;
	width: 734px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top_menu ul{
	margin: 0px;
	padding: 0px;
}
#top_menu li{
	display: inline;
}
#top_menu li a{
	display: block;
	float: left;
}
#top_menu li.bt_01 a{
	background-image: url(../images/bt_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 188px;
}
#top_menu li.bt_02 a{
	background-image: url(../images/bt_02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 180px;
	display: block;
}
#top_menu li.bt_03 a{
	background-image: url(../images/bt_03.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 180px;
	display: block;
}
#top_menu li.bt_04 a{
	background-image: url(../images/bt_04.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 186px;
}


#top_menu li.bt_01 a:hover{
	background-image: url(../images/bt_01o.jpg);
	background-repeat: no-repeat;
}
#top_menu li.bt_02 a:hover{
	background-image: url(../images/bt_02o.jpg);
	background-repeat: no-repeat;
}
#top_menu li.bt_03 a:hover{
	background-image: url(../images/bt_03o.jpg);
	background-repeat: no-repeat;
}
#top_menu li.bt_04 a:hover{
	background-image: url(../images/bt_04o.jpg);
	background-repeat: no-repeat;
}
