@charset "utf-8";

/* *****************************************
/*+  トップページ  +************************
/***************************************** */
/* 全体
----------------------------------------------------------*/


/*ニュース*/
#newsArea {
	float:left;
	width:383px;
}
/*メインイメージ*/
#mainImg {
	float:right;
	width:586px;
	text-align:right;
}




/*ワンストップサービス*/
#oneStop {
	margin-bottom:5px;
}
#oneStop p{
	background:url(../images/top/onestop_bg.gif) no-repeat 0 0;
	padding:5px 47px 40px 25px;
	letter-spacing:0.1em;
}
* html #oneStop p{
	padding:8px 47px 45px 25px;
}


#twitterBox{
	padding:0 0 10px 0;
}



/*ユゲノートBLOG新着記事*/
.news {
	padding:0 0 15px 0;
	background:url(../images/top/news_bg.gif) no-repeat 0 5px;
}
.news h2{
	margin-bottom:5px;
}
.news ul{
	padding:0px 0px 0px 10px;
	width:335px;
	height: 157px;
	overflow: auto;
	color:#0066CC;
}
.news li{
	margin-bottom:10px;
}
.news li span.date{
	margin-right:20px;
}












