@charset "utf-8";

body {
	background: url(../img/body_bg.gif) repeat-x top;
	background-attachment: fixed;
	background-color: #e5e5e5;
	text-align: center;
	font-size: 82%;
	line-height: 1.5;
	color: #333333;
	font-family:Verdana,Helvetica,sans-serif,Georgia,Arial; 
}

/*content---------------------------------------------------------
----------------------------------------------------------------*/
div#content {
	width: auto;
	margin: 0 auto;
	background: url(../img/content_bg.gif) repeat-y center;
	text-align: left;
}

/*header----------------------------------------------------------
----------------------------------------------------------------*/
div#header {
	display: none;
}

/*over head-----------------------------------------------------*/
div#overhead {
	display: none;
}

/*navi------------------------------------------------------------
----------------------------------------------------------------*/
div#navi {
		display: none;
}

/*main------------------------------------------------------------
----------------------------------------------------------------*/
div#main {
	width: auto;
}
div#main h2 {
	display: none;
}
div#main h3{
	display: none;
}

/*post----------------------------------------------------------*/
div#main div.post {
	margin: 14px;
	clear: both;
}

/*company info---------------------------------------------------*/
div.post dl{
	width: 495px;
	padding-left: 10px;
}
div.post dl dt{
	width: 100px;
	margin: 2px 0px;
	padding: 7px;
	color: #ca0932;
	background-color: #eeeeee;
	border-bottom: solid 1px #e0e0e0;
	float: left;
}
div.post dl dd{
	width: 358px;
	margin: 2px 0px;
	padding: 7px;
	background-color: #f4f4f4;
	border-bottom: solid 1px #e5e5e5;
	float: left;
}

/*access---------------------------------------------------------*/
img.map {
	margin-top: 20px;
}
p.map_btn {
	display: none;
}

/*contact_bottom-------------------------------------------------*/
div#contact {
	display: none;
}

/*sidebar---------------------------------------------------------
----------------------------------------------------------------*/
div#sidebar {
	display: none;
}

/*footer----------------------------------------------------------
----------------------------------------------------------------*/
div#footer {
	display: none;
}

/*subnavi-------------------------------------------------------*/
div.subnavi{
	display: none;
}

/*over foot-----------------------------------------------------*/
div#overfoot {
	display: none;
}

