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

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

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

	mainImgArea

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

/* mainImgArea -------------*/
#mainImgArea {
	margin-bottom: 20px;
}

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

	whatsNewArea

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

/* whatsNewArea -------------*/
#whatsNewArea {
	background-image: url(../_img/index/wn_bg_1.jpg);
	background-repeat: no-repeat;
	padding-top: 13px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#whatsNewArea h2 {
	padding-left: 10px;
}
#whatsNewArea ul {
	background-image: url(../_img/index/wn_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#whatsNewArea ul li {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D0D0D0;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-color: #D0D0D0;
}
#whatsNewArea ul li.first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}
#whatsNewArea ul li span {
	display: block;
	float: left;
}
#whatsNewArea ul li span.date {
	width: 80px;
	padding-left: 10px;
}
#whatsNewArea ul li span.category {
	width: 50px;
}
#whatsNewArea ul li span.text {
	width: 480px;
}
#whatsNewArea ul li span.text a {
	color: #EB63A3;
	text-decoration: none;
}
#whatsNewArea ul li span.text a:hover {
	color: #FFCC00;
}

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

	subInfoArea

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

/* subInfoArea -------------*/
#subInfoArea {
	width: 670px;
}
#subInfoBtArea {
	float: left;
	width: 320px;
}
#subInfoBtArea li {
	margin-bottom: 10px;
}
#holidayInfoArea {
	float: right;
	width: 330px;
	background-color: #FFFFFF;
	background-image: url(../_img/index/holiday_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#holidayInfoArea p {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


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