@charset "utf-8";
#wrap1/* CSS Document */

 {
	background-color: #000000;
	border: 1px solid #999999;
}
#wrap2 {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #E3E3E3;
}
#wrap3 {
	background-color: #666666;
	border: 1px solid #999999;
	color: #FFFFFF;
}



#header {
	width: 902px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header   #tel {
	position: absolute;
	right: 0px;
	width: 250px;
}

#menu {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul {
	width: 902px;
}

#menu li {
	float: left;
}
#maingraphic {
	background-image: url(../images/maingraphic01.jpg);
	background-repeat: no-repeat;
	height: 271px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	clear: both;
}
#maingraphic2 {
	background-image: url(../images/maingraphic02.jpg);
	background-repeat: no-repeat;
	height: 271px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	clear: both;
}

#contener {
	width: 860px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#footer ul {
	width: 862px;
	padding-bottom: 50px;
}
#footer li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#contents {
	float: left;
	width: 580px;
}
#sidebar {
	float: right;
	width: 250px;
}
#sidebar ul {
	padding-bottom: 10px;
}

#sidebar li {
	margin-bottom: 10px;
}
