@charset "UTF-8";
/*formatting style
------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 90%;
	line-height: 1.6;
	font-family: Helvetica, Arial, Tahoma, osaka, 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	text-align:justify;
	text-justify:inter-ideograph; 
	word-break: normal;
}
hr {
	display: none;
}
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none ! important;
}
a:visited {
	color: #333333;
	text-decoration: none ! important;
}
a:hover {
	color: #9F9FA0;
	text-decoration: underline ! important;
}

a:active {
	color: #9F9FA0;
	text-decoration: underline ! important;
}
#container {
	background-color: #FFFFFF;
	width: 478px;
	margin: 0px auto;
	padding: 30px;
}
address {
	font-size: 75%;
}
li{
	list-style-type: none;
	line-height: 1.6;
}
