@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: top.css
Description	: Style for Kanou Zouen
Version		: 1.0
Modified	: 09/06/16
Content		:
	* Main Visual(Flash)
	* Contents List
	* News
========================================================================= */

@import "_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */

/* ---------------------------------------------------------------------- */
/* メインビジュアル */
/* ---------------------------------------------------------------------- */
div#main-visual
{
	margin-bottom: 20px;
}

div#main-visual object /* トップページフラッシュ */
{
	width: 920px;
	height: 300px;
}


/* ---------------------------------------------------------------------- */
/* ご提案 */
/* ---------------------------------------------------------------------- */
div#proposal
{
	margin-bottom: 1.5em;
	border: solid 1px #80A152;
}

div#proposal h2
{
	margin-bottom: 0;
	height: 35px;
	font-size: 1.4em;
	background-image: url(_images/h2_proposal.gif);
	background-position: -1px -1px;
}

div#proposal h2 strong
{
	padding-top: 5px;
}

div#proposal object#advice
{
	margin-bottom: 10px;
}

div.messageBox{
	height: 155px;
	width: 695px;
}

#Mfade1,#Mfade2{
	display: none;
}



/* ---------------------------------------------------------------------- */
/* News */
/* ---------------------------------------------------------------------- */
div#news
{
	margin-bottom: 1em;
	border: solid 1px #C8C8C8;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", monospace;
	}

div#news dl
{
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-bottom: 0.5em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", monospace;
	font-size: 1.2em;
	background-color: #FFFFFF;
}

div#news dt
{
	clear: left;
	float: left;
	width: 9em;
	text-align: right;
	background-image: url(_images/arrow_green.gif);
	background-position: 4px 3px;
}


div#news dt span
{
	font-size: 0.8em;
}

div#news dd
{
	margin-left: 10em;
}

div#news dd a
{
	color: #000000;
}



