@charset "utf-8";


/* ------------------------------------
基本情報
-------------------------------------*/
body{
	color: #404040;
	background: #FFFFFF url(none) repeat-x center top;
}
div#container{
	background: #FFFFFF url(none) repeat-y center top;
}
div#wrapper{
	background: url(none) no-repeat center top;
}
div#content{
	background: url(none) no-repeat center bottom;
}



/* ------------------------------------
footer
-------------------------------------*/
div#footer{
	color: #333333;
}
div#footer p.c_name{
	background: url(none) no-repeat 0px 0px;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	text-decoration:none;
	text-indent:0px;
}
div#footer p.tel{
	background: url(none) no-repeat 0px 0px;
	text-decoration:none;
	text-indent:0px;
	display:block;
	height: auto;
	width: auto;
	margin-top: 5px;
}
div#footer ul{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #666666;
	width:auto;
}
div#footer ul li{
	display:inline;
	padding-right: 8px;
	border-right: 1px solid #CCCCCC;
	margin-right: 8px;
}
div#footer ul li a:link,
div#footer ul li a:visited {
	color: #333333;
	text-decoration: none;
}
div#footer ul li a:hover,
div#footer ul li a:active {
	color: #D50000;
	text-decoration: underline;
}


div#footer .yokohama{
display:none;
	position: absolute;
	top: 0px;
	right: 10px;
	height: 30px;
	width: 160px;
}
div#footer .yokohama a{
	height: 30px;
	width: 160px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}

div#footer div.copyright{
	text-align: center;
	width: 100%;
	top: 120px;
	position: absolute;
}
div#footer div.copyright p{
	width:880px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 3px;
	font-size: 10px;
}

