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

/*basic*/
body, td, p, div { font-size: 12px; }

td{ padding-right:2%; }
table{ width:70%; }

a { font-size: 12px; text-decoration: none; }
a:link { 
	text-decoration:none; 
	color:#274a78;
	} 
a:visited { 
	text-decoration:none;
	color:#507ea4;
	} 
a:hover{ color:#752100; }

h1 { font-size: 12px; font-weight: normal; }

#contents { 
	width:80%;
	max-width:1000px;
	margin:0 auto;
	text-align:left;
	}
	
#contents02 { 
	width:80%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	}
	
.title { margin-left: 2%; }

.re_top{ 
	width:100%;
	text-align:right;
	padding:2% 0 10% 0;
	}

