@charset "utf-8";

*{margin:0; padding:0;}

body{
	margin: 0;
	padding: 0;
	text-align: left;	
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3;
	background-image: url(../../index/img/body_back01.gif);
	color: #333333;
	line-height: 1.5em;	
}
#main {
	width: 577px;
	padding-top: 0px;
	float: left;
	text-align: left;
}

#wrapper {
	width: 950px;
	margin: 0;
	padding: 0;
	border: 1px solid #6699CC;
	text-align: center;
}
#wrapper2 {
	background-color: #FFFFFF;
}
#wrapper3 {
	float: right;
	clear: right;
}



#header {
	margin: 0px;
	padding: 0px;
	width: 950px;
	background-color: #FFFFFF;
}
#header p {
	font-size: 12px;
	text-align: left;
	padding-left: 30px;
}
#header-body {
	height: 130px;
	width: 950px;
	background-image: url(../../wrap/header/header01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#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;
}


#leftside {
	width: 190px;
	float: left;
	background-color: #FFFFFF;
	clear: left;
}

#rightside {
	width: 183px;
	float: left;
}
#rightside .form  {
	margin-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 160px;
	margin-left: 10px;
	padding-bottom: 7px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}


#footer {
	width: 950px;
	height: 52px;
	background-image: url(../../wrap/footer/footer.gif);
	background-repeat: repeat;
	clear: both;
}
#footer  .footer_txt {
	width: 750px;
	height: 37px;
	margin-top: 15px;
	color: #FFFFFF;
	margin-left: 100px;
	float: left;
}
#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;
}



#wrapper .clear {
	clear: both;
}

