@charset "utf-8";



/*
$Date: 2013-04-09 09:42:59 +0900 (火, 09 4 2013) $
$Rev: 1028 $
*/



/* general
--------- --------- --------- */
body {
	line-height: 1.33;
	color: #333;
	font-size: 75%;
}
/*
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,form {
	margin: 0;
	padding: 0;
}
/*
body,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
*/
address,em {
	font-style: normal;
}

img {
	border: none;
}

a:link {
	color: #1a5c9a;
	text-decoration: none;
}
a:link:hover ,
a:link:focus ,
a:link:active {
	color: #3285d3;
	text-decoration: underline;
}
a:visited {
	color: #794bac;
	text-decoration: none;
}
a:visited:hover ,
a:visited:focus ,
a:visited:active {
	color: #956ac5;
	text-decoration: underline;
}







