@charset "utf-8";

/* =========== IE用印刷設定CSS =========== */
/* 649(印刷での表示幅) ÷ (スクリーンでの表示幅) x 100 = （端数切り捨て）*/
body{
	_zoom:89%;
}
/* ======================================= */

/*-----------------------------------------------------
Ccontainer
-------------------------------------------------------*/
#Container{
	width:725px !important;
	margin:0 auto 0 auto;
}

/*-----------------------------------------------------
Header
-------------------------------------------------------*/
#Header{
	width:725px !important;
	height:185px;
	margin:0 auto 10px auto;
	position:relative;
}
/* header-inline
-------------------------- */
#Header div.header-inline{
	width:100%;
	overflow:hidden;
	padding:5px 0 5px 0;
	border-bottom:2px solid #DBDBDB;
}
/* top */
#Header div.header-inline p.top{
	display:none;
}
/* txt */
#Header div.header-inline p.txt{
	width:116px;
	float:right;
	display:inline;
	padding:13px 10px 0 10px !important;
	position:static !important;
	top:none !important;
	left:none !important;
}
/* logo */
#Header p.logo{
	width:131px;
	height:121px;
	position:absolute;
	top:45px !important;
	left:10px;
	
}
/* back */
#Header ul.back,
#Header ul.entry{
	display:none;
}

/*-----------------------------------------------------
Content
-------------------------------------------------------*/
#Content{
	width:725px;
}

/*-------------------------------------
Main
---------------------------------------*/
#Main{
	width:725px;
	display:block !important;
	float:none !important;
	margin:0 auto 0 auto !important;
}

#Main .pagetop{
	display:none !important;
}

/*-------------------------------------
Side
---------------------------------------*/
#Side{
	display:none !important;
}
#Side *{
	display:none !important;
}

/*-----------------------------------------------------
Footer
-------------------------------------------------------*/
#Footer{
	width:725px !important;
	height:auto !important;
	clear:both;
	overflow:hidden;
	margin:10px auto 0 auto;
	padding:10px 0 0 0 !important;
	border-top:2px solid #DBDBDB;
}
/* logo */
#Footer p.logo{
	width:34px;
	height:40px;
	float:right;
	display:inline;
	margin:0 10px 0 16px !important;
}
/* address */
#Footer address{
	width:322px;
	height:12px;
	float:right;
	margin:18px 0 0 0;
}
