
/***** 各ページ共通CSS *****/

body{
	background-color:#989800;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	line-height:1.3em;
}
a img{
	border-style:none;
}
a{
	color:#663300;
	text-decoration:none;
}
a:hover{
	color:#3333FF;
}

/***** メイン部分 *****/
#page{
	display:block;
	width:810px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../../img/commom_img/page_back.jpg");
	background-repeat:repeat-y;
}
/***** インデックス以外のメニュー *****//*
.header .other_header_menu{
    clear:both;
    margin-bottom:8px;
}
.header .other_header_menu .menu_button{
    width:700px;
    height:31px;
}
.header .other_header_menu .link{
	width:138px;
	height:31px;
	float:left;
	margin-right:2px;
	padding:0px;
}
.header .other_header_menu .menu_button a{
	display:block;
	text-decoration:none;
}
.header .other_header_menu .menu_button a img{
	visibility:hidden;
	border-style:none;
}
.header .other_header_menu .menu_button a.other_menu01{
	background-image:
}*/

/***** コピーライト *****/
#footer{
	width:700px;
	border-top:1px solid #cc0000;
	text-align:center;
	color:#666666;
	font-size:11px;
	padding-top:5px;
	margin-top:5px;
}
