@charset "UTF-8";
/* ================================================================ *
	M.Arashima 2007/12/10
	会社概要設定用 CSS
 * ================================================================ */

@import url("base.css");
@import url("common.css");
@import url("textset.css");

body{
}

/* container -------------------------------------------------------*/

#container{
	/* border: 1px solid #ff0000;/* debug */
}


/* Header ----------------------------------------------------------*/

#header{
	/* border: 1px solid #ff0000;/* debug */
}

#header h1{
}

#header p{
}


/* navi ------------------------------------------------------------*/

#navi{
	margin-bottom: 1px;
	/* border: 1px solid #ff0000;/* debug */
}

#navi img{
}

#navi #navi-right{
}

#navi:after{
}


/* headernavi ------------------------------------------------------------*/

#headernavi{
}


/* main ------------------------------------------------------------*/

#main{
	background: transparent url("../img/contents_bg.jpg") repeat-x right top;
	/* border: 1px solid #ff0000;/* debug */
}


#main:after{
}


/* sidenavi --------------------------------------------------------*/

#sidenavi{
}

/* ---------- バグ対策 ----------- */

/*[id="sidenavi"]#sidenavi{
	margin-top: 10px;
}

html:lang(ja) #sidenavi{
	margin-top: 10px;
}*/


/* sidebox ---------------------------------------------------------*/

#sidebox{
	width: 240px;
	margin-top: 50px;
	margin-right: 10px;
	/* border: 1px solid #ff0000;/* debug */
}

#sidebox ul{
	margin: 0px;
	padding: 0px;
}

#sidebox ul li{
	display: block;
	margin: 0px;
	padding: 0px;
}

/* contents --------------------------------------------------------*/

.contents{
	/* border: 1px solid #ff0000;/* debug */
}

.contents h2{
	padding-top: 30px;
}

.contents #pic01.imgbox{
	position: absolute;
	top: 50px;
	left: 640px;
}

.contents #pic02.imgbox{
	margin-top: 18px;
	margin-left: 278px;
}

.contents .textbox{
	padding: 30px 0;
}

.contents .textbox table{
	width: 510px;
	border-top: 2px solid #b2dcff;
	border-bottom: 1px solid #b2dcff;
}

.contents .textbox table th,
.contents .textbox table td{
	padding: 4px 8px;
	border-bottom: 1px solid #b2dcff;
}

.contents .textbox table th{
	width: 9em;
	border-right: 1px solid #b2dcff;
}

.contents #map01,
.contents #map02{
	float: left;
	width: 380px;
	height: 300px;
}

.contents #map02{
	margin-left: 20px;
}

#marker-info p{
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#marker-info p em{
	color: #ff0000;
}


/* imgbox --------------------------------------------------------*/

.imgbox{
}


/* sidebox imgbox ------------------------------------------------*/

#sidebox .imgbox{
	padding: 2px 4px;
	background: #404040;
	border-top: 1px solid #202020;
	text-align: center;
}


/* sidenavi imgbox ------------------------------------------------*/

#sidenavi .imgbox{
}


/* sidenavi freebox ----------------------------------------------*/

#sidenavi .freebox{
}

#sidenavi .freebox:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* footer --------------------------------------------------------*/

#footer{
}

#footer #footer-navi{
}

#footer ul{
}

#footer ul li{
}

