BODY {
	color : #10187B;
}

A:LINK {
	color : #FF0000;
	text-decoration : none;
}

A:VISITED {
	color : #FF0000;
	text-decoration : none;
}

A:HOVER {
	color : #FF0000;
	text-decoration : underline;
}


/*-------------------- top logo --------------------*/

.top-logo {
	width : 700px;
	height : 100px;
}


/*-------------------- left menu --------------------*/


.left-menu {
	color : #FFFFFF;
	font-size : 80%;
	background-color : #10187B;
	width : 120px;
	height : 25px;
	text-indent : 10px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #D0D2E5;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #9FA3CA;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #040722;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #000000;
}

/* no border version
.left-menu {
	color : #FFFFFF;
	font-size : 80%;
	background-color : #10187B;
	width : 120px;
	height : 25px;
	text-indent : 10px;
}
*/

.left-menu-link:link {
	color : #FFFFFF;
	text-decoration : none;
}

.left-menu-link:visited {
	color : #FFFFFF;
	text-decoration : none;
}

.left-menu-link:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

.left-menu-foot {
	width: 120px;
	background-image : url(wallppr01.gif);
}

/*-------------------- page title --------------------*/

.page-title {
	width : 580px;
	height : 50px;		/* left-menu : height x 2 */
	text-align : center;
	border-bottom-width : 1px;
	border-bottom-style : dashed;
	border-bottom-color : #10187B;
}

.page-title-none {
	width : 580px;
	height : 50px;		/* left-menu : height x 2 */
}

/*-------------------- main area --------------------*/

.main-area {
	width : 580px;
	vertical-align : top;
}

/*-------------------- table --------------------*/

.table-style01 {
	margin-left : 15px;
}

.table-style02 {
	margin-left : 15px;
	white-space : pre-wrap;
}

.cell-style01 {
	width : 280px;
	text-align : center;
}

.cell-style02-R {
	width : 280px;
	text-align : center;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #10187B;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #10187B;
}

.cell-style02-L {
	width : 280px;
	text-align : center;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #10187B;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #10187B;
}

/*-------------------- image --------------------*/
.img-top-logo {
	width : 700px;
	height : 100px;
}

.img-gallery01 {
	width : 400px;
	height : 300px;
}

.img-gallery02 {
	width : 280px;
	height : 210px;
}
