/* スタイルシートのマージンはOperaで理解されない為、Body属性にも記述を
入れています */


body {
    color: #444444;
    background-repeat:no-repeat;
    background-color:#ffffff;
    margin:10px;
}

a:link{color:#ff9900;}
a:visited{color:#996633;}
a:activ{color:#996633;}
a:hover{color:#000000;}



.toptxt{
	font-size:12px;
	line-height:15px;
}

.download{
	line-height:150%;
	text-decoration: none;
}

.submenu{
	font-size:12px;
}

.item{
	font-weight:800;
}

.txt{
	font-size:86%;
}

.note{
	font-size:78%;
}

.star{
	font-size:86%;
	color:#FF9900;
}

address{
	font-size:10px;
	text-align:right;
	text-decoration:none;
	font-style:normal;
}
address a{
	text-decoration:none;
}

h1{
	clear:both;
	color: #003399;
	margin-top: 15px;
}

h2 {
    color: #0056A9; 
    clear: both;
    margin-top: 45px;
    margin-bottom: 5px;
}


h3, h4, h5, h6 {
    margin-top: 1.6em;
    color:#004466;
    clear: both;
}

em{
	font-weight:500;
	color:#cc0000;
	font-style:normal;
}

strong{
	font-weight:700;
	color:#ff3300;
	font-style:normal;
}



h1,h2,h3,h4,h5,h6 {margin-bottom: 0.5em}/* Mozilla */

p{
	clear:both;
}


