@charset "utf-8";

/* 基本構成
------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) left top repeat-x #E1F5FC;
	color:#333;
    font-family: "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5;
	font-size: 78%;
	_text-align: center;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,em,address{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal; 
}

strong {
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
ul li {
    list-style-type:none;
}
img {
	display: block;
}
a img { border:0; }
a:link {
   color: #06c;
   text-decoration:none;
}
a:visited {
   color:#06c;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#999;
}

#header {
	width: 709px;
	_width: 741px;
	height: 708px;
	_height: 709px;
	padding: 1px 16px 0 16px;
	background: url(../images/header_bg.jpg) no-repeat;
	overflow: hidden;
	margin: 0 auto;
}

h1{
	width: 709px;
	height: 250px;
	font-size: 0.9em;
	text-indent: -9999em;
	background: url(../images/mainimage01.jpg) no-repeat;
}

#header h2 {
	width: 709px;
	height: 250px;
	font-size: 0.9em;
	text-indent: -9999em;
	background: url(../images/mainimage02.jpg) no-repeat;
}

#header h3 {
	width: 709px;
	height: 209px;
	font-size: 0.9em;
	text-indent: -9999em;
	background: url(../images/mainimage03.jpg) no-repeat;
}

#container {
	width: 691px;
	_width: 741px;
	padding: 0 25px;
	background: url(../images/container_bg.jpg) repeat-y;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	width: 691px;
	overflow: hidden;
}

h2.title {
    width: 691px;
	height: 76px;
	background: url(../images/img_01.jpg) no-repeat;
	text-indent: -9999em;
}
h3.img_02 {
    width: 691px;
	height: 290px;
	background: url(../images/img_02.jpg) no-repeat;
	text-indent: -9999em;
}

.box_01 {
    width: 691px;
	padding-bottom: 20px;
}
.box_01 dl {
    width: 619px;
	margin-left: 25px;
	font-size: 1.1em;
	line-height: 180%;
}
.box_01 dt {
	width: 133px;
	_width: 219px;
	padding-left: 86px;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	float: left;
	clear: both;
}
.box_01 dd {
	width: 400px;
	float: right;
	border-bottom: 1px dotted #666;
	_clear: both;
}

.box_02 {
    width: 691px;
	background: url(../images/img_05.jpg) left bottom no-repeat;
}
.box_02 dl {
    width: 619px;
	margin-left: 25px;
	font-size: 1.1em;
}
.box_02 dt {
	font-weight: bold;
	color: #0066CC;
	padding-left: 86px;
}
.box_02 dd {
	padding-left: 86px;
}

#footer {
	clear: both;
	width: 691px;
	height: 90px;
	_height: 120px;
	padding-top: 30px;
	font-size: 0.9em;
}

#footer ul {
    width: 438px;
	/*_width: 564px;*/
	margin-left: 136px;
	display: block;
}

#footer li {
    float: left;
	padding-right: 19px;
}

address {
    clear: both;
	color: #666;
	padding-top: 20px;
	text-align: center;
}
