/* CSS Document */
body	{
	background:#271D12 url(../common_img/back.gif) top left repeat-x;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: ＭＳ Ｐゴシック,Osaka;
	color:#333333;
	line-height:170%;
	letter-spacing:2px;
}
td	{
	font-size:12px;
	font-family: ＭＳ Ｐゴシック,Osaka;
	color:#333333;
	line-height:170%;
	letter-spacing:2px;
}
/* 基本構成 *****************************/
#wrap	{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#271D12;
	text-align:center;
}
#head	{
	background-color:#1C140D;
	width:800px;
	text-align:center;
}
#navi	{
	background-color:#271D12;
	width:800px;
	text-align:left;
}
#body	{
	background:#ffffff;
	width:800px;
}
#submenu   {
	margin-bottom:2px;
}
#footnavi	{
	width:800px;
	background:#ffffff;
	text-align:right;
}
#foot	{
	background:#1C140D url(../common_img/foot_back.gif) repeat-x;
	text-align:center;
}
/* リンク **********/
a	{
	color:#0033cc;
	text-decoration:none;
}
a:hover	{
	color:#990033;
	text-decoration:underline;
}
/* */
.go_top	{
	text-align:right;
	padding:10px 10px 0px 0px;
}
.go_top	a	{
	color:#333333;
	font-size:10px;
	text-decoration:none;
}
.go_top	a:hover	{
	color:#999999;
	text-decoration:underline;
}
/* 段落タグ　初期値 **********/
div,p,form	{
	margin:0px;
	padding:0px;
}
/* テキストフォント */
.f12_red	{
	color:#ff0000;
	font-size:12px;
}
.f10	{
	font-size:10px;
	line-height:120%;
}
