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


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

	flashArea

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

/* flashArea -------------*/
div#flashArea {}


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

	contentsArea

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

/* contentsArea -------------*/
div#contentsArea {
	background-image: none;
}
div#contentsArea div.qrArea {
	float: left;
}
div#contentsArea div.qrArea img { /*100428add*/
	margin-bottom: 5px;
}
div#contentsArea div.newsArea {
	float: right;
	background-color: #000000;
}
div#contentsArea div.newsArea_inner {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#contentsArea div.newsArea ul {
	width: 590px;
/*	height: 84px;*/
/*	height: 154px;*/
	height: 304px; /*100712add*/
	overflow: auto;
	scrollbar-arrow-color: #C80056;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #C80056;
}
div#contentsArea div.newsArea ul li {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C40352;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
div#contentsArea div.newsArea ul li span {
	float: left;
	color: #FFFFFF;
	display: block;
}
div#contentsArea div.newsArea ul li span a {
	color: #FFFFFF;
	text-decoration: none;
}
div#contentsArea div.newsArea ul li span a:hover {
	color: #C80056;
}
div#contentsArea div.newsArea ul li span.date {
	width: 80px;
}
div#contentsArea div.newsArea ul li span.text {
	width: 480px;
}

/* ニュースエリアのスクロールバー色 */
html,body {

}


div#contentsArea div.partnerArea {
	clear: both;
	width: 830px;
	padding-top: 20px;
}
div#contentsArea div.partnerArea ul {
	margin-top: 10px;
}
div#contentsArea div.partnerArea ul li {
	display: inline;
}
div#contentsArea div.partnerArea ul li img {
	margin-right: 20px;
	margin-bottom: 20px;
}
div#contentsArea div.partnerArea ul li.last img {
	margin-right: 0px;
}






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