@charset "UTF-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: トップ                                                                     */
/* 作成日: 2011-11-17                                                               */
/* 最終更新日: 2011-11-22       　                                                  */
/*                                                                                  */
/* ################################################################################ */

html,
body,
.container{
	height: 100%;
	min-height:870px;
}

.container{
	*width:950px;
	*background:#fff url(../images/bg.gif) repeat-y top left;
	position:relative;
}

/* ニュース */
.container .subContents h2.news{
	margin:45px 0 9px 13px;
}
.container .subContents dl.news{
	padding:0 2px 30px 16px;
	border-bottom:#E1E1E1 dotted 1px;
}
.container .subContents dl.news dt{
	font-weight:bold;
	color:#003894;
	padding:0 0 4px 9px;
	margin-bottom:7px;
	border-bottom:#4A679D dotted 1px;
	background:url(../images/listmark.png) left 0.2em no-repeat;
}
.container .subContents dl.news dd{
	margin-bottom:35px;
}

/* flash */
.container #flashMovie{
	height:100%;
	min-height:870px;
	position:absolute;
	left:219px;
}
