@charset "utf-8";
/* CSS Document */

body, form, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, tr, th, td, p {
	margin			:	0;
	padding			:	0;
}

img {
	border			:	0;
}

body {
	text-align		:	center;
	color			:	#333333;
	font-size		:	12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

hr {
	display			:	none;
	height			:	0;
}

/***/
.clear {
	clear			:	both;
	height			:	0;
}

#contents {
}
address {
	font-size: 10px;
	font-style: normal;
}
td {
	text-align: left;
	font-size: 12px;
	line-height: 150%;
}
#base {
	margin: 0px auto;
	height: 100%;
	width: 900px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	padding: 0px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {

	color: #003366;
	text-decoration: none;
}
a:visited {

	color: #025364;
	text-decoration: underline;
}
.head-tel {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}
.head-logo {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
}
#header {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 8px;
	margin: 0px;
	display: block;
	height: 90px;
}
.footer1 {
	background-image: url(../images/common/f_back1.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.footer2 {
	background-image: url(../images/common/f_back2.jpg);
	background-repeat: repeat-x;
	height: 77px;
	padding-top: 10px;
	padding-left: 10px;
}
address {
	color: #FFFFFF;
}
#footer {
	width: 900px;
	margin: 35px 0px 0px;
	background-color: #438432;
}

