/*ベースになるスタイルシート*/
BODY {
	font-size:9pt ;
	background-color:white ;
}
#header {
	width:600px ;
}
#contents {
	width:750px ;
}
#main {
	width:600px ;
	float:left;
}
#menu {
	font-size:10pt ;
	width:150px ;
	float:right;
	background:#EEEEEE;
}
#menu ul li {
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
	list-style-type:none;
}
h1 {
	font-size:12pt ;
	font-weight:normal ;
	color:black ;
	vertical-align:middle;
	text-align:left;
	line-height:25px;
	width:600px ;
	height:30px ; 
	border-bottom:solid 1px navy ;
	border-left:solid 10px navy ;
	padding-left:2%;
	margin:10px 0px;
	background-image:url(../img/investech_logo.gif);
	background-repeat:no-repeat;
	background-position:center right;
}
h2 {
	font-size:11pt ;
	font-weight:normal ;
	text-align:center ;
	line-height:20px;
	color:navy ;
	background-color:white ;
	border-top:solid 1px blue ;
	border-bottom:solid 1px blue ;
	width:600px ;
	height:20px ; 
	margin:10px 0px;
}
h3 {
	font-size:9pt ;
	font-weight:normal ;
	color:darkred ;
	background-color:white ;
	width:600px ;
	margin:10px 0px;
}
h4 {
	font-size:9pt ;
	font-weight:normal ;
	color:navy ;
	background-color:white ;
	width:600px ;
	margin:5px 0px;
}
h5 {
	font-size:9pt ;
	font-weight:normal ;
	text-align:right ;
	color:navy ;
	background-color:white ;
	width:600px ;
	margin:0px 0px;
}
p {
	font-size:9pt ;
	font-weight:normal ;
	color:black ;
	background-color:white ;
	width:600px ;
	border-bottom:dotted 1px gray ;
	margin:10px 0px;
}
.normal {
	font-size:9pt ;
	font-weight:normal ;
	color:slategray ;
	background-color:white ;
	width:600px ;
	border-bottom:dotted 1px gray ;
	margin:10px 0px;
}
.big {
	font-size:11pt ;
	font-weight:normal ;
	color:black ;
	background-color:white ;
	width:600px ;
	border-bottom:dotted 1px gray ;
	margin:10px 0px;
}

p img {
	float: left;
	margin-right: 5px;

}
TABLE {
	font-size:9pt ;
	background-color:white ;
	margin:5px 0px;
}
.item1 {
	font-size:9pt ;
	background-color:lavender ;
	color:black ;
	font-weight:normal ;
	/*border-top:solid 1px navy ;
	border-bottom:solid 1px navy ;*/
}
.item2 {
	font-size:9pt ;
	background-color:gainsboro ;
	color:black ;
	font-weight: ;
}
.data1 {
	font-size:9pt ;
	background-color:white ;
	color:black ;
	font-weight:normal ;
	border-bottom:dotted 1px gray ;
}
.data2 {
	font-size:9pt ;
	background-color:whitesmoke ;
	color:black ;
	font-weight: ;
	border-bottom:dotted 1px gray ;
}

a {
	color:midnightblue;
	text-decoration: none;
}
a:hover {
	color:midnightblue;
	font-weight:; 
	background-color:lightsteelblue ;
	text-decoration: underline;
}

