@charset "utf-8";
/* -----------------------------------------------

You Me & Cookies INDEX CSS
FILE DATA: index.css

----------------------------------------------- */

/* ------------------------------------------- * /
/* header h1 */
div#header h1 a{
	display:block;
	background:url(../../share/images/logo.gif) no-repeat;
	width:270px;
	height:45px;
	text-indent:-99999em;
	float:left;
	padding:0 30px 0 0;
}
/* ------------------------------------------- * /
/* flasharea */
div#flasharea{
	width:650px;
	margin:0 0 20px 0;
}

/* ------------------------------------------- * /
/* newsarea */
div#newsarea{
	width:450px;
	float:left;
}
div#newsarea h2{
	background:url(../images/topnewtitle.gif) no-repeat;
	width:70px;
	height:20px;
	text-indent:-99999em;
}
div#newsarea ul{
	margin:5px 0 0 0;
	font-size:93%;
}
div#newsarea ul li{
	margin:8px 0 0 0;
}
div#newsarea ul li a{
	text-decoration:none;
	color:#666;
}
div#newsarea ul li a span{
	color:#00A99D;
	padding:0 10px 0 0;
	letter-spacing:0.2em;
}
p#newslist{
	width:94px;
	float:right;
}
p#newslist a{
	display:block;
	background:url(../images/news_list.gif) no-repeat;
	width:94px;
	height:11px;
	text-indent:-999999em;
}

/* ------------------------------------------- * /
/* bannerarea */
div#bannerarea{
	width:180px;
	float:right;
}
div#bannerarea ul li{
	margin:0 0 10px 0;
}

