/* CSS Document */

/* すべての要素のマージンを0に */
/*
* {
	margin: 0px;
	padding: 0px;
}
*/
/* 全体をセンタリング */
/* body { text-align:center; } */

#container { width:900px; margin-left:auto; margin-right:auto; text-align:left; }

#leftmenu {
	width:190px;
	float:left;
	background-image: url(images2/bg_menu.gif);
	background-repeat: repeat-y;
	background-color: #F7DEC4;
	text-align: left;
}
#mainbox {
	width:700px;
	float:left;
	text-align: left;
}

#DoubleColumn {
	width: 700px;
	text-align: left;
}

#contents {
	/* width:700px; */
	text-align: left;
	clear: left;
}

#contents td { text-align: left; }

#footer {
	width:700px;
	text-align: left;
	clear: left;
}

#Lmargin {
	padding-left: 5px;
	text-align: left;
}
#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;
	background-image: url(images2/bg_menu.gif);
	background-repeat: repeat-y;
}
#header {
	width: 900px;
}
#centerArea {
	float: left;
	width: 490px;
}
#rightBanner {
	float: left;
	width: 200px;
}

/* 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; } */
