@charset "UTF-8";

/* -----------------------------------------------------------

	http://www.canon.com/camera-museum/
	
	File Name : base.css
	File Pass : /camera-museum/common/css/base.css
	Update : 2011.10.28

----------------------------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

body {
	line-height: 1;
	color: #101010;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#logo_area ul:after,
#new dl:after,
#bottom:after,
#bottom .banner:after,
#bottom .menu:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#new dl,
#bottom,
#bottom .banner,
#bottom .menu {
	width: 100%;
	overflow: hidden;
}

#wrapper {
	width: 980px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#cr2008GlobalNav {
	margin: 0 auto 0 !important;
	padding: 0;
}

#logo_area {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 24px 0 24px 0;
}

#logo_area ul {
	position: absolute;
	top: 7px;
	right: 14px;
}

#logo_area ul li {
	float: left;
	list-style-type: none;
	line-height: 0;
	margin: 0;
	padding: 0 5px;
}

#headerFlash {
	margin: 0 0 0 10px;
}

#main {
	margin: 0;
	padding: 45px 60px 0 59px;
}

#new {
	width: 100%;
	overflow: hidden;
}

#new h3 {
	float: left;
	width: 100px;
	
	background-color: #cccccc;
}

#new dl {
	float: right;
	width: 718px;
	border-left: 2px solid #e5e4e3;
	padding: 0 0 0 10px;
}

#new dl dt {
	clear: left;
	float: left;
	color: #7B7771;
	line-height: 1.5;
	font-size: 12px;
	padding: 0 0.5em 0.25em 0;
}

#new dl dd {
	color: #8798af;
	line-height: 1.5;
	font-size: 12px;
	padding: 0 0 0.25em 0;
}

#new dl dd a:visited,
#new dl dd a:link{
	color: #8798af;
	text-decoration: none;
}

#new dl dd a:hover {
	color: #0099cc;
	text-decoration: none;
}

#bottom {
	clear: both;
	margin: 0 0 0 0;
	padding: 60px 0 5px 0;
}

#bottom .banner {
	float: left;
	width: 408px;
}

#bottom .banner ul {

}

#bottom .banner ul li {
	float: left;
	list-style-type: none;
	width: 194px;
	margin: 0 10px 0 0;
}

#bottom .menu {
	float: right;
	width: 442px;
	text-align: right;
	padding: 24px 0 0 0;
}

#bottom .menu ul {

}

#bottom .menu ul li {
	display: inline;
	float: none !important;
	list-style-type: none;
	line-height: 1.5;
	font-size: 11px;
	margin: 5px 13px 5px 3px;
}

#bottom .menu ul li.last {
	margin-right: 0;
}

#bottom .menu ul li a {
	background: url(../img/top_icon.gif) no-repeat left center;
	padding: 0 0 0 13px;
}

#bottom .menu a:link {
	color: #7b7771;
	text-decoration: none;
}

#bottom .menu a:visited {
	color: #7b7771;
	text-decoration: none;
}

#bottom .menu a:hover {
	color: #0099cc;
}





