@charset "utf-8";
/* CSS Document */

#swf {
	height: 398px;
	width: 728px;
	background-image: url(../images/index_bg_01.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	clear: both;
}
#outside {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #7F9FBC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#outside #inside {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
#outside #inside h2 {
	height: 30px;
	width: 670px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
/*
#outside #inside dl {
	padding: 0px;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#outside #inside dt {
	float : left;
	width : 72px;
	line-height: 23px;
	background-image: url(../images/border_dot_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 23px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	clear: both;
}

#outside #inside dd {
	margin-left : 72px;
	line-height: 23px;
	background-image: url(../images/border_dot_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
}
*/
#outside #inside .article {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	width: 670px;
	background-image: url(../images/border_dot_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
}

/*記事一覧の最後に付加。下マージン調整用
------------------------------------------*/
.last {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px!important;
	margin-left: auto;

}


#outside #inside .article th {
	color: #003366;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	font-weight: normal;
	width: 72px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#outside #inside .article td {
	vertical-align: top;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
