@charset "utf-8";
#main {
	width: 950px;
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
}
.clear {
	clear: both;
}
#header {
 margin: 0px;
 padding: 0px;
 width: 950px;
 background-color: #FFFFFF;
}
#header-body {
	height: 130px;
	width: 950px;
	background-image: url(img/header01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header p {
 font-size: 12px;
 text-align: left;
 padding-left: 30px;
}
#header-img {
 margin: 0px;
 padding: 0px;
 height: 130px;
 width: 240px;
 float: left;
}

#header-txt {
 height: 30px;
 width: 400px;
 float: right;
 padding-top: 0px;
 margin-top: 95px;
 color: #FFFFFF;
 text-align: right;
 padding-right: 20px;
}
#header-txt a:link {
 color: #FFFFFF;
 text-decoration: none;
}
#header-txt a:visited {
 color: #FFFFFF;
 text-decoration: none;
}
#header-txt a:hover {
 color: #FFCC00;
}
#header1 {
	height: 390px;
	width: 950px;
	background-image: url(img/indeximg01.jpg);
}
#header1  img {
	float: right;
	margin-top: 310px;
	background-color: #CCCCCC;
}

#left {
	width: 475px;
	float: left;
}
#left-body {
	height: 227px;
	width: 460px;
	background-image: url(img/indeximg06.jpg);
	float: right;
}
#left-body  div {
	margin-left: 80px;
	margin-top: 10px;
}




#right {
	width: 475px;
	float: right;
}
#right-body {
	height: 227px;
	width: 460px;
	background-image: url(img/indeximg07.jpg);
	float: left;
}
#right-body div {
	margin-left: 80px;
	margin-top: 10px;
}

h1 {
	font-size: 12px;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
h2 {
	font-size: 16px;
	margin-top: 50px;
	margin-left: 85px;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin-bottom: 0px;
}
h3 {
	width: 215px;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 45px;
	line-height: 17px;
	margin-bottom: 0px;
}


#what {
	height: 150px;
	width: 800px;
	float: right;
	font-size: 12px;
	line-height: 2em;
	margin-right: 80px;
}
#what p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#footer {
	width: 950px;
	background-image: url(img/footer.gif);
	background-repeat: repeat;
	height: 52px;
}
#footer  .footer_txt {
	width: 750px;
	height: 37px;
	color: #FFFFFF;
	margin-left: 100px;
	float: left;
	margin-top: 15px;
	text-align: center;
}
#footer .footer_txt a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footer_txt a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footer_txt a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#footer img {
	float: right;
	margin-right: 54px;
	margin-top: 2px;
}
p {
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3;
	background-image: url(img/body_back01.gif);
	color: #333333;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #73A4EC;
	text-decoration: none;
}

a:visited {
	color: #993399;
	text-decoration: none;
}

