@charset "utf-8";

@import url("high.css");

/********************************************/
/*	基本設定		*/
/********************************************/
body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	background-image:url(/img/back_top.gif);
}

img{ border:0px;}

a:link {
	padding:0px 0px 0.05em 0px;
	color:#003366;
	text-decoration:underline;
	line-height:1.35em;
}

a:visited {
	padding:0px 0px 0.05em 0px;
	color:#003366;
	text-decoration:underline;
	line-height:1.35em;
}

a:hover,
a:active {
	padding:0px 0px 0.05em 0px;
	color:#003366;
	text-decoration:none;
	line-height:1.35em;
}