@charset "utf-8";
/* CSS Document */


 h1 {
font-size:18px;
font-weight:bold;
color: #333366;
}

 h2 {
	font-size:14px;
	font-weight:bold;
	color:#333366;
	padding: 10px 0 0 0;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color: #666;
}
	

.fontfooter {
	color:#333;
	padding-top:210px;
	padding-left:10px;
}

.fontlinktop{
	font-size:10px;
}

.image{
	border-style:outset;
	border-color: #B3E4FF;
	border-width:10px;
      }

a:link {color:#333366; text-decoration:underline;}
a:visited {color:#333366; text-decoration:underline;}

a.fontlinktop:link {color:#666; text-decoration:underline}
a.fontlinktop:visited {color:#666; text-decoration:underline}

/******************** box *******************************/

.bl {background: url(../images/box_bl.gif) 0 100% no-repeat #b2e5ff; width: 200px;}
.br {background: url(../images/box_br.gif) 100% 100% no-repeat}
.tl {background: url(../images/box_tl.gif) 0 0 no-repeat}
.tr {background: url(../images/box_tr.gif) 100% 0 no-repeat; padding:5px}
.clear {height: 1px} 

.txt_box {
	color:#333;
}

.box_h1 {
	color:#333;
	font-size:16px;
	font-weight:bold;
}



