@charset "UTF-8";

/* default */
body {
	font-size:90%;
	margin:0px;
	padding:0px;
	line-height:1.4;
	background:#EEEEEE url(images/body_bg.jpg) repeat-x left top;
}
h1,
p,
ul,
li {
	margin:0px;
	padding:0px;
}
li {
	line-height:1.2;
}
img {
	border:none;
}
a:link {
	color:#003377;
}
#wrapper {
	background:url(images/main_bg.jpg) no-repeat left top;
	padding-left:60px;
}
/* header */
#header {
	padding-top:15px;
	margin-bottom:7px;
}
/* main */
#main {
	margin-bottom:40px;
}
#language {
	padding:10px 14px 3px;
	width:245px;
	background:url(images/idx_lang_bg.jpg) no-repeat left top;
	font-size:1%;
	line-height:0.1;
}
#language_ttl {
	margin-bottom:7px;
}
#language_cnt ul {
	list-style:none;
}
#language_cnt ul li {
	margin-bottom:12px;
}
/* footer */
#footer {
	color:#666666;
	padding-bottom:10px;
}
#footer_logo {
	float:left;
	margin-right:10px;
}
address{
	font-style:normal;
	font-weight:bold;
}

