@charset "UTF-8";
@import url(../base/init.css);
@import url(../base/style.css);
@import url(../piece/style.css);


/*******************************************************************************
#1	メインイメージ
*******************************************************************************/
#headerLogo
{
	/* IE6対策 */
	height: 404px !important;
	height: 434px;
}
#headerLogo .img
{
	position: absolute;
	left: 0px;
	top: 115px;
}




/*******************************************************************************
#1	お知らせ
*******************************************************************************/
#topInfo
{
	margin-bottom: 2em;
	position: relative;
	width: 560px;
}
#topInfo .pieceBody
{
}

/* タイトル */
#topInfo h2
{
}

/* RSS */
#topInfo .rss
{
	position: absolute;
	right: 5px;
	top: 0;
}

/* 一覧 */
#topInfo ul
{
	list-style-type: none;
	margin: 0 0 0.5em 10px;
	padding: 0;
}
#topInfo ul li
{
	margin-bottom: 0.3em;
}
#topInfo ul li .wnew_day
{
	margin: 0 1em 0 0;
}

/* 全一覧リンク */
#topInfo .all
{
	text-align: right;
}




/*******************************************************************************
#1	トピックス
*******************************************************************************/
#topTopics
{
	margin-bottom: 2em;
	position: relative;
	width: 560px;
}
#topTopics .pieceBody
{
}

/* タイトル */
#topTopics h2
{
}

/* RSS */
#topTopics .rss
{
	position: absolute;
	right: 5px;
	top: 0;
}

/* 一覧 */
#topTopics ul
{
	list-style-type: none;
	margin: 0 0 0.5em 10px;
	padding: 0;
}
#topTopics ul li
{
	margin-bottom: 0.3em;
}
#topTopics ul li .wnew_day
{
	margin: 0 1em 0 0;
}

/* 全一覧リンク */
#topTopics .all
{
	text-align: right;
}




