/* CSS Document */

/* すべての要素のマージンを0に */
/*
* {
	margin: 0px;
	padding: 0px;
}
*/
/* 全体をセンタリング */
/* body { text-align:center; } */

#container { width:900px; margin-left:auto; margin-right:auto; text-align:left; }
#mainbox {
	width:900px;
}
#contents {
	text-align: left;
}

#contents td { text-align: left; }

#footer {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
#borderBG {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F76200;
	border-right-color: #F76200;
	border-bottom-color: #F76200;
	border-left-color: #F76200;
	overflow: auto;
	width: 900px;
	text-align: left;
}
#header {
	width: 900px;
}

/* CSS Document */
.font10 {font-size: 10px ; line-height:12px; }
.font11 {font-size: 11px ; line-height:13px ; }
.font12 {font-size: 12px ; line-height:15px ;}
.font13 {font-size: 13px ; line-height:16px ;}
.font14 {font-size: 14px ; line-height:17px ;}
.bfont10 {font-size: 10px ; line-height:13px ; font-weight: bold ; }
.bfont11 {font-size: 11px ; line-height:13px ; font-weight: bold ; }
.bfont12 {font-size: 12px ; line-height:15px ; font-weight: bold ; }
.bfont13 {font-size: 13px ; line-height:15px ; font-weight: bold ; }
.bfont14 {font-size: 14px; line-height:17px ; font-weight: bold ; }
.cfont12 {font-size: 12px ; line-height:13px ; color: #333333}
.date {font-size: 10px ; line-height:12px ; color: #FF9933}
A:link { color: #3C3647;}
A:visited { color: #3C3647;}
A:hover { color : #330000;background-color : #FFFF80; text-decoration:none;}
A:active { color: #FF0000;}
.cellimg {font-size: 1px ; line-height:1px; }
