@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_index.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2010-04-28
	---------------------------------------------------------------------------------------------*/

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

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

	imgArea

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

/* imgArea -------------*/
#imgArea {
	background-image: url(../_img/index/main_img_bg.jpg);
}
#imgArea .inner {
	background-image: url(../_img/index/main_img.jpg);
}
#imgArea .inner2 {
	height: 300px;
}

/* menuArea -------------*/
#menuArea {
	background-image: url(../_img/index/menu_i_bg.jpg);
}

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

	picupContents

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

/* picupContents -------------*/
#picupContents {
	width: 850px;
	overflow: hidden;
	margin-top: 20px;
}
#picupContents ul {
	width: 860px;
	overflow: hidden;
}
#picupContents li {
	width: 205px;
	background-image: url(../_img/index/contents_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
}
#picupContents li .photo {
	margin-left: 10px;
	margin-bottom: 5px;
}
#picupContents li span {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.4em;
	color: #666;
}





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


/**/

