@charset "Shift_JIS";

/************************************************************************/
/*　FLASH　　　　　　 　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div#flash
{
	width:780px;
}



/************************************************************************/
/*　サブメニュー　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div#sMenu
{
	width:780px;
}

div#sMenu li
{
	list-style-type:none;
	float:left;
	padding:5px 20px 10px 0px;
}



/************************************************************************/
/*　コンテンツ　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div.contentsLeft
{
	width:369px; /* 384px - 15px */
	padding:10px 0px 0px 15px;
	float:left;
}

div.contentsCenter , div.contentsRight
{
	width:187px; /* 195px - 8px */
	padding:10px 0px 0px 8px;
	float:left;
}


/************************************************************************/
/*　トピックス　&　リンク　 　　　　　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div.topics
{
	width:355px;
}

div.topicsHeader
{
	width:355px;
	height:36px;
	background:url(../images/topics.jpg) no-repeat;
}

div.topicsHeader a
{
	width:70px;
	height:28px;
	text-indent:-1000em;
	display:block;
	overflow:hidden;
	margin-left:285px;
}

div.topics dl
{
	padding-bottom:5px;
}

div.topics dt
{
	background:url(../images/arrow.jpg) 5px 7px no-repeat;
	padding:3px 0px 0px 17px;
}

div.topics dd
{
	padding:0px 0px 3px 5px;
	border-bottom:solid 1px #ccc;
}

div.topLink
{
	width:173px;
}

div.topLinkHeader
{
	padding-top:6px;
}

div.topLinkTxt
{
	padding:5px 2px 0px 2px;
}

div.topLink li
{
	list-style-type:none;
	background:url(../images/arrow.jpg) 5px 4px no-repeat;
	padding-left:17px;
	font-size:8pt;
}



/************************************************************************/
/*　インフォメーション　&　リンク　 　　　　　　　　　　　　　　　　　　*/
/************************************************************************/
div.infoBg
{
	width:780px;
	background-color:#e1eaed;
	margin-top:10px;
	padding:5px 0px 15px 0px;
}

div.info
{
	width:355px;
}

div.infoLeft , div.infoRight
{
	float:left;
}

div.infoRight
{
	padding-left:10px;
	font-size:8pt;
}

div.infoTxt
{
	padding-left:3px;
	line-height:1.4;
}

div.infoLink
{
	background:url(../images/arrow2.jpg) 5px 3px no-repeat;
	padding-left:17px;
	margin-top:2px;
}

