@charset "utf-8";

/*=================================

	base settings [ base.css ]

=================================*/

/* base common setting
=================================*/

body {
	background: #626262 url(/JP/images/ja/nav/com_bg001.gif) repeat-x 0 0;
	text-align: center;
	font-size: 83%;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"メイリオ", sans-serif;
}
img {
	vertical-align:bottom;
}
hr {
	display:none;
}
em {
	font-style:normal;
}
strong {
	font-weight:bold;
}
a:link {
	color: #3377bb;
	text-decoration: none;
}
a:visited {
	color: #8080CC;
	text-decoration: none;
}
a:hover {
	color: #E30000;
	text-decoration: underline;
}
a:active {
	color: #e30000;
	text-decoration:underline;
}
sub {
	vertical-align:bottom;
}
sup {
	vertical-align:top;
}
ins {
	text-decoration: none;
}
