/*----------------------*/
/* 全体の設定           */
/*----------------------*/

body {
	font-size: 12px;
	color: #222222;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	background-color:#FAFCF8;
}
#wrap { 
	margin: 0 auto;
	width : 860px; 
	height: 100%;
}
.clear { 
	clear:both;
}
a img {
    	border-style:none;
	float: left;
}
.to_top { 
	float: right;
	text-decoration:none;
	color: #555555;
	background:url("../images/top.gif") left 5px no-repeat;
	text-indent: 14px;
	padding: 4px;
}

/*----------------------*/
/* Headerの設定         */
/*----------------------*/
#header_logo { 
	width : 860px; 
	height: 59px;
	float: left;
	margin: 0 auto;
}
ul.top_menu {
	margin-left: 35px;
	margin-top: 64px;
	padding: 0;
	list-style-type: none;
}
ul.top_menu li {
	float: left;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
}
a.top_menu_current {
	text-decoration:none;
}
#detail{
	margin-top:24px;
}

/*----------------------*/
/* Footerの設定         */
/*----------------------*/
#footer { 
	float: left;
	height: 70px;
	text-align : center;
	margin: 20px 0px 00px 0px;
}
hr {
	margin: 0px 0px 20px 0px;
}
#footer_line {
	float: left;
	width : 860px; 
	height : 1px; 
	border-top:1px solid #CCCCCC;
}
#footer_copyright {
	float: left;
	width : 640px; 
	margin: 20px 0px 0px 0px;
}
#footer_link {
	float: right;
	width : 220px; 
	margin: 20px 0px 0px 0px;
}
