f@charset "utf-8";
/* CSS Document */
body,div,p,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,address {
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}
img {
	border:none;
	margin:0;
	padding:0;
	display:inline;
}
ul {
	list-style: none;
}
body {
	font-size: 84.5%;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
	color: #333333;
	background-color: #FFF;
	background-image: url(../img/back_img.gif);
	background-repeat: repeat-x;
	background-position: top;
}


*{
	border:none;
	margin:0;
	padding:0;
}



a:link {
	color:#000099;
	text-decoration: underline;
}   
a:visited {   
    color:purple; 
	text-decoration: underline;  
}   
a:hover {   
	color:#000099;   
	text-decoration: none;  
}   
a:active {   
	color:#000099;   
	text-decoration: none;  
}  

