/* ページの基本デザイン用CSS */

body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-color: #e1f0ff;
}

.contents {
	width: 800px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	position: relative;
}

.main {
	width: 480px;
	padding:10px;
	position: relative;
	left: 150px;
}

h1 {
	background-image : url(header.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	lineheight: 100px;
}
	
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	color: #666666;
	font-size: 75%;
	text-align:right;
	margin:1.5em 0px;
}

h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	color: #42649b;
	font-size: 90%;
	text-align: left;
	margin: 0px;
	border: solid 1px #AAAAAA;
	border-left:solid 8px #005bcc;
	padding: 3px;
	padding-left: 10px;
}

ul {
	font-family: "ＭＳ Ｐゴシック", Osaka;sans-serif;
              color: #666666;
	font-size: 75%;
	line-height: 120%;
}

p img {
              float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #AAAAAA;
}

img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;

}

p {
              clear: bith;
	font-family: "ＭＳ Ｐゴシック", Osaka;sans-serif;
              color: #666666;
	font-size: 75%;
	line-height: 120%;
}

a {
	text-decoration: none;
}

a:link {
	color: #42649b;
}

a:visited {
	color: #64a5d9;
}

a:hover {
	color: #0c315f;
}

a:active {
	color: #0c315f;
}

.side1 {
	position: absolute;
	width: 140px;
	padding: 5px;
	top: 119px;
	left: 5px;
	text-align: right;
}

.side2 {
	width: 150px;
	padding: 0px;
	position: absolute;
	top: 160px;
	margin-left: 645px;
	text-align: left;
}

.clear {
	clear: both;
}

.navbar {
	background-color: #0b70bb;
	padding: 0px;
	width: 506px;
	position: absolute;
	top: 119px;
	left: 150px;
	border-bottom: solid 1px #0b70bb;
	border-top: solid 1px #0b70bb;
}

.navbar h2{
	width: 100px;
	float: left;
	text-align: center;
	background-color: #00789f;
	margin:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
              background-image : url(nav_bk01.gif);
	line-height: 1.5em;
	border-right: solid 1px #FFFFFF;
}

.navbar h2 a{
	color: #FFFFFF;
	display:block;
	width: 100px;
}

address {
              clear: boht;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: normal;
              color: #666666;
	text-align:center;
	padding-top: 5px;
	margin-top: 15px;
}



