@charset "utf-8";

/* -------------------------------------------------------
    webronza.asahi.com archive css
------------------------------------------------------ */

/* base
==================== */
* {
	margin: 0;
	padding: 0;
}
html {
	min-width: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow-y: scroll;
}
body {
	min-width: 640px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 11pt;
	color: #000;
	letter-spacing: 3px !important;
	line-height: 1.6 !important;
	background: #FFF;
	text-align: center;
}

/* Header
==================== */
#header div.wrap {
	width: 700px;
	height: 80px;
	border-bottom: 3px solid #4b555f;
}
#header .logo img {
	width: 280px;
	height: 70px;
}
/* Layout
==================== */
#container {
	padding: 0;
}
#container #containerInner,#breadcrumb{
	width: 700px;
	margin: 0 auto;
	min-height:10px;
}
#contents {
	float: none;
	width: auto;
	padding: 0;
	overflow: visible;
}

/* Footer
==================== */
#Footer {
	clear: both;
	width: 640px;
	margin: 0 auto;
	padding: 0;
	background: none;
	//border-top:none!important;
}
#Footer #FooterInner {
	width: 640px;
	margin: 0 auto;
	padding: 15px 0 20px;
	background: none;
	//border-top: 1px solid #D7D7D0!important;
	border-top: none!important;
}
#Footer .AboutSite {
	width: 640px;
	margin: 0;
	padding: 0;
}
#Footer .AboutSite .Copyright {
	margin: 0;
	padding: 0;
}
#Footer .AboutSite .Copyright p {
	color: #000;
	margin: 0;
	padding: 0;
}
