@charset 'UTF-8';

/*
	font-sizeは指定しない
*/
body  { background-color: #ffffff; margin: 0px }
a { text-decoration: underline; color: #000099;}
a:hover { text-decoration: underline; color:#990000;}
.style1 {
/*	font-size: 12px;*/
	color:#000066;
}
.USAGE { color: white; font-weight: bold; /*font-size: 10pt*/ }
.style2 { /*font-size:80%;*/
          color:#333333;
		  line-height:150%;
}
.style3 { /*font-size:80%;*/
          color:#ffffff;
}
.style4 { /*font-size:80%;*/
          color:#666666;
		  line-height:150%;
}
.default  { color: black; /*font-size: 10pt*/ }

table.image_title{
	width:100%;
	border-collapse: collapse;

}

table.item_table{
	/*font-size: 12px;*/
	color:#000066;
}
tr.item_main{
}
td.first{
}
td.prev{
}
td.space{
}
td.cnt{
}
td.title1{
}
td.title2{
}
td.next{
}
td.last{
}












