@charset "utf-8";
/* CSS Document */
/**
 *
 *  トップページ
 *
 */

/* -------------------------------------------------
   overwrite
------------------------------------------------- */

body {
	background:#000
}


/* -------------------------------------------------
   Content
------------------------------------------------- */

/* mv
--------------------------------------- */
#Content .mv{
	margin-bottom:30px;
}

/* -------------------------------------------------
   Main
------------------------------------------------- */
#Main{
	width:550px;
	float:left;
}

/* news
--------------------------------------- */
#Main .news h2{
	margin-bottom:30px;
}
#Main .news .news-list{
	width:550px;
	height:245px;
	overflow: auto;
}
#Main .news .news-list ul li{
	margin-bottom:28px;
	overflow:hidden;
}
#Main .news .news-list ul li span.date{
	width:90px;
	margin-right:25px;
	padding:5px 0;
	text-align:center;
	background:url(../shared/images/bg_news_day.gif) repeat;
	font-size:84%;
	float:left;
	line-height:100%;
}
#Main .news .news-list ul li .txt-box{
	overflow:hidden;
}
#Main .news .news-list ul li .txt-box span{
	display:block;
}
#Main .news .news-list ul li .txt-box .title{
	color:#F42761;
	font-weight:bold;
}

/* -------------------------------------------------
   Side
------------------------------------------------- */
#Side{
	float:right;
	width:324px;
	padding-top:51px;
}
#Side iframe{
	margin-bottom:30px;
}

