@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 0000-00-00
	---------------------------------------------------------------------------------------------*/


@import url(jqtransform.css);
@import url(reset.css);
@import url(common.css);
@import url(page_common.css);


/* ================================================

	index

=================================================*/

#mainImgArea { background:url(../_img/index/main_bg.png) center 0 no-repeat; height:510px; margin-bottom:20px;}
#mainImgInner { width:960px; margin:0 auto; position:relative;}
#mainImgInner p#indexMap { position:absolute; top:194px; left:515px;}

/* a -------------*/

#indexSec { width:960px; margin:0 auto;}
#indexSec ul { margin-bottom:20px;}
#indexSec ul li { float:left;}
#indexSec p { width:410px; margin:0 auto;}
#indexSec p a { margin-bottom:20px;}

.indexMapOv { display:none; position:absolute; top:194px; left:635px;}


/* clearfix
---------------------------------------------------------------------------------------------*/
#indexSec ul:after
 { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#indexSec ul
 { display: inline-table; min-height: 1%; }
/* Hides from IE-mac \*/
* html #indexSec ul
 { height: 1%; }
#indexSec ul
 { display: block; }
/* End hide from IE-mac */
