@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
    background: #fff;
}

a img {
    border-width: 0;
}

a:link {
    color: #76a6d4;
}

a:visited {
    color: #9999b0;
}

a:hover,
a:focus {
    color: #ff8800;
}

strong,
em {
    font-weight: normal;
	font-style: normal;
}

div#container {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	width: 900px;
	margin: 0 auto;
}

/*header����*/

div#header h1 {
	font-size: 0.825em;
	color: #777;
	margin-top:3px;
}

div#header h2 a{
	background: url(../images/header.jpg) no-repeat left top;
	text-indent: -9999px;
	height: 70px;
	width: 900px;
	display: block;
	float: left;
	text-decoration: none;
}

div#header ul#menu {
	clear: both;
	width: 900px;
	font-size: 0.925em;
	margin-left:0;
	padding-left:0;
	font-weight: bold;
	height: 35px;
	background: url(../images/menu.gif) no-repeat left top;
}

div#header ul#menu li {
    list-style-type: none;
	float: left;
}

div#header ul#menu li a {
    display: block;
	width: 140px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: url(../images/menu.gif) no-repeat left top;
	border-right: solid 1px #fff;
}

div#header ul#menu li a:hover {
	background: url(../images/menu_over.gif) no-repeat left top;
}
#header ul#menu li#on a {
	background: url(../images/menu_over.gif) no-repeat left top;
}

/*main部分*/

div#main h3 {
	clear:both;
	font-size: 1.5em;
	color: #266f87;
	margin-top: 30px;
	margin-bottom: 15px;
}

/*宣伝部分*/

div#contact {
	clear: both;
	width: 900px;
	height: 71px;
	padding-top: 20px;
}

div.s {
	float: left;
	width: 225px;
}

h4#a a{
	display: block;
	text-indent: -9999px;
	width:223px;
	height:71px;
	background:url(../images/sapo-to.jpg) no-repeat;
}

h4#a a:hover{
	background:url(../images/sapo-to_b.jpg) no-repeat;
}

h4#b a{
	display: block;
	text-indent: -9999px;
	width:223px;
	height:71px;
	background:url(../images/contact.jpg) no-repeat;
}

h4#b a:hover{
	background:url(../images/contact_b.jpg) no-repeat;
}
h4#c a{
	display: block;
	text-indent: -9999px;
	width:223px;
	height:71px;
	background:url(../images/contact_c.jpg) no-repeat;
}

h4#c a:hover{
	background:url(../images/contact_d.jpg) no-repeat;
}

h4#d a{
	display: block;
	text-indent: -9999px;
	width:223px;
	height:71px;
	background:url(../images/dsb_2.jpg) no-repeat;
}

h4#d a:hover{
	background:url(../images/dsb_2_hover.jpg) no-repeat;
}
/*link����*/

div#link {
	clear: both;
	height: 12px;
	padding-top: 15px;
	margin-bottom: 5px;
}

div#link ul li {
    float: left;
	font-size: 0.875em;
	padding-right: 8px;
	list-style-type: none;
}

div#link ul li a{
	text-decoration: none;
}

/*footer����*/

div#footer {
    clear: both;
	height: 40px;
	background: url(../images/menu.gif) no-repeat left top;
}
div#footer div.section {
	float: right;
	width: 450px;
	margin-top: 12px;
}

address {
	font-size: 0.725em;
	font-style: normal;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 1px;
}

div#footer div.section p {
	font-size: 0.85em;
	font-weight: bold;
	color: #fff;
	text-align: right;
	margin-right: 5px;
}

p {
	font-size: 0.75em;
	color: #999;
	margin-top: 1px;
}