/* CSS Document */
@charset "shift_jis";

@import "common/css/default.css";
@import "common/css/header.css";
@import "common/css/footer.css";


/*===================================================================     
                     　　   トップページ
---------------------------------------------------------------------

1. 共通指定
2. what's new・BLOG 指定 (LEFT)
2. エントリー・バナー 指定  (RIGHT)

===================================================================*/



/* 1. 共通指定
-------------------------------------------------------------------*/


/* 2. what's new・BLOG 指定 (LEFT)
-------------------------------------------------------------------*/
#update{
	line-height:125%;
	margin: 10px 0 0 0;
	float: left;
	width: 470px;
	text-align: left;
	font-size: 12px;
	}	
#update dl.newsBox{	width: 470px;}
#update dl.newsBox dd,
#update dl.newsBox dt{
	border-left: 5px solid #E1E1E1;
	margin: 0 0 0 5px;
	}
#update dl.newsBox dt{
	color:#E70101;
	padding: 2px 0 0 5px;
}
#update dl.newsBox dd{
	padding: 0 0 2px 5px;
	}
#update .line{
	margin:5px 0 5px 5px;
	clear: both;
	}
#update #whatsnew {
	margin:0 0 5px 0;
	width: 470px;
	}
#update #blog {
	margin:15px 0 5px 5px;
	}

#update ul {
	float:right;
	margin-top:3px;
	_margin-top:1px;
}

#update li {
	background:url(message/images/icon_essey01.gif) no-repeat 0 3px;
	padding-left:14px;
}


/* インラインフレーム用指定 */
#frame{
	float:left;
	width: 470px;
}
#update a {
	color:#000066;
	}


	
/* 3. エントリー・バナー 指定  (RIGHT)
-------------------------------------------------------------------*/
#entry {
	float:right;
	width:221px;
	margin: 10px 0 0 0;
	}
#entry img {
	margin:10px 0;
	}
#entry #detail{
	float:right;
	margin:0 3px 0 0;
	width: 95px;
	}
#entry p{
	text-align:left;
	font-size:10px;
	line-height:135%;
	padding: 0 3px;
	}
	
/*エントリーボタン指定*/
#entry ul#btn{
	list-style:none;
	width: 221px;
}
#entry ul#btn li{
    list-style:none;
    float:left;
    width:221px;
}
#entry ul#btn a{
    display:block;
    width:221px;
    height:56px;
    text-indent:-9999px;
    overflow:hidden;
}
#entry a.entry-btn{
    background-image:url(images/btn_entry.gif);
		background-repeat:no-repeat;
}
#entry a:hover.entry-btn{
    background-position:0px -58px;
}
