/*

 * Style.css	2001/12/08, 1.0

 *

 * Copyright (c) 2001Romuald Rousseau

 */

 

BODY {

	margin: 10px 10px 10px 10px;

        font-family:'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif !important;

	font-size: 8pt;

	background-color: #FFFFFF;

	background-image: url("/common/images/background.gif");

	background-repeat: no-repeat;

	background-attachement: fixed;

	scrollbar-base-color: #ECE9D8;

}



A {

	color: #333399;

	font-size: 11pt;

	text-decoration: none;

}



A:hover {

	color: #6666CC;

	font-size: 11pt;

	text-decoration: underline;

}



INPUT {

	font-size: 9pt;

}



INPUT.button {

	background: #ECE9D8;

	cursor: hand;

}



TABLE {

	font-size: 10pt;

}



TABLE.panel {

	color: #000000;

	border: #CDCDCD 1 solid;

	border-right: thin none;

	border-top: thin none;

}



TABLE.panel TH {

	text-align: left;

	color: #333399;

	border-bottom: #FFCC33 1 solid;

}



TABLE.panel TD {

}



TABLE.report {

	font-size: 9pt;

	border-color: #99CC33;

	border-width: 1px;

	border-style: solid;

	border-spacing: 0px;

	border-collapse: collapse;

}



TABLE.report TH {

	background: #DDEEAA;

	border-color: #99CC33;

	border-width: 1px;

	border-style: solid;

}



TABLE.report TD {

	border-color: #99CC33;

	border-width: 1px;

	border-style: solid;

}



P.separator1 {

	background-image: url("/common/images/bar.gif");

	background-repeat: no-repeat;

	height: 2px;

	margin-top: 4px;

}



P.separator2 {

	border-bottom: 2px #FFCC33 solid;

}



P.title {

	font-size: 20pt;

	font-weight: bold;

	color: #9C65CE;

}



P.warning {

	color: #FF0000;

}

