@charset "utf-8";

/*=========================================================
	[ top_site.css ]
	Site top design
	date - creation:2013-01-21 // update:2013-02-08
=========================================================*/

/*=========================================================
	index
		1. main image
		2. content
		3. side
=========================================================*/

/* for all */
@import "reset.css";
@import "layout.css";
/* for navigation */
@import "nav_global.css";
@import "nav_common.css";
@import "nav_local.css";
/* for module */
@import "m_heading.css";
@import "m_text.css";
@import "m_box.css";
@import "m_list.css";
@import "m_table.css";

/* 1. content
=========================================================*/
#main{
	background:transparent url(/images/index/bg_main.jpg) repeat-x 0 0;
}
#mainInner{
	height:0;
	padding-top:269px;
	overflow:hidden;
	line-height:2;
	background:transparent url(/images/index/main.jpg) no-repeat 50% 0;
}

/* area
---------------------------------------------------------*/
#areaSearch{
	position:relative;
	width:650px;
	height:500px;
	background:transparent url(/images/index/bg_map.gif) no-repeat 0 0;
}
#areaSearch dl{
	position:absolute;
	display:block;
	width:70px;
}
#areaSearch dt{
	height:0;
	overflow:hidden;
}
#areaSearch li{
}
#areaSearch li{
	display:block;
	margin-bottom:2px;
}
#areaSearch a:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
}

#area01{
	top:138px;
	left:470px;
}
#area02{
	top:42px;
	left:195px;
}
#area03{
	top:42px;
	left:555px;
}
#area04{
	top:101px;
	left:555px;
}
#area05{
	top:42px;
	left:280px;
}
#area06{
	top:365px;
	left:470px;
}
#area07{
	top:42px;
	left:110px;
}
#area08{
	top:213px;
	left:110px;
}
#area09{
	top:42px;
	left:25px;
}
#area10{
	top:268px;
	left:25px;
}
