@charset "Shift_JIS";
@import url(decorate.css);
@import url(common.css);

body {
	font-family: Osaka, Tahoma, Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Arial, Helvetica, sans-serif;
	text-align:center;
	line-height: 1.4;
	color:#232323;
}


#full_back{
	padding-top:5px;
	background: url(images/back_main_regular_ol.png) no-repeat center top;
}


#header {
	width900px;
	background-image: url(images/header_back.gif);
	background-repeat: no-repeat;
	text-align:left;
	margin:0;
	padding:0;
}

#header .logo {
	margin-left:-15px;
	_margin-left:-30px;
	margin-right:20px;
	_margin-right:35px;
}

#header img.arrow {
	margin:0 5px 0 5px;
}

.main_area {
	/* nakarai add 08.0401*/
	width: 850px;
	margin: 0 auto;
	/* ----- */
	text-align:left;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:3px;
/*
	background-image:url(images/main_back.gif);
*/
}

.left_span{
	float:left;
	width:200px;
	height:100%;
	margin:0;
	padding:0;
}

.info_title{
	font-size:small;
	color:#6666ff;
	font-weight:bold;
	border-left:5px solid #6666ff;
	border-bottom:1px dotted #6666ff;
	margin:0 0 0 10px;
	padding:0 0 0 5px;
}

.center_span{
	width:610px;
	height:100%;
	float:right;
	padding:0 5px 0 0;
	margin:0;
}

.center_span2{
	height:100%;
	margin:0;
}

.xtitle {
	display:none;
}

.back_link{
	margin:20px;
	text-align:right;

}

.map{
	width:600px;
	margin:0 auto;
	padding: 10px 20px;
}

/* clearFix
==========================================*/
div#contentsArea div.section div.subsection:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#contentsArea div.section div.subsection {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html div#contentsArea div.section div.subsection {
	height:1px;
}

div#contentsArea div.section div.subsection {
	display:block;
}
/* End hide from IE-mac */