@charset "UTF-8";

/*基本タグ*/
body {
	background: #E0DAC2;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	line-height: 1.5em;
	color: #333333;
}

a img {
	border-style: none;
}
a:link {
	color: #DC241F;
	text-decoration: underline;
}
a:visited {
	color: #DC241F;
	text-decoration: underline;
}
a:hover {
	color: #DC625F;
	text-decoration: none;
}

/*基本レイアウト*/
#base {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/base_bg_01.gif) repeat-y;
}
#base_inner {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	padding-top: 10px;
	padding-left: 14px;
	padding-bottom: 8px;
}
#main {
	padding: 17px 14px;
	overflow: auto;
}
#fmenu {
	font-size: .8em;
	padding: 20px 14px 10px;
	text-align: right;
	clear: left;
}
#fmenu a {
	background: url(../images/base_arw_01.gif) no-repeat;
	padding-left: 22px;
}
#footer {
	background: url(../images/footer_img_01.jpg) no-repeat top;
	height: 55px;
	text-align: center;
	font-size: .8em;
	color: #FFFFFF;
}
#footer .flogo {
	float: right;
	padding-right: 12px;
}
#footer .flogod {
	float: left;
	padding-left: 12px;
}
#footer p {
	margin: 0px;
	padding-top: 15px;
}
.right_img img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*インデックス*/
.index #main_left {
	float: left;
	width: 488px;
}
.index #main_left .inner {
	width: 475px;
}
.index #main_right {
	float: left;
	width: 282px;
}
.ind_lang {
	background: url(../images/ind_bdr_01.jpg) repeat-x top;
	padding: 10px;
}
.ind_about {
	border-bottom: 1px dotted #999999;
	width: 280px;
}

/*トップ*/
.index #main_left p img.newbtn {
	position:relative;
	top: 3px;
}
