@charset "UTF-8";

body {
	background-image: url(../images/top/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img { behavior: url(iepngfix.htc); }

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* safariでpadding指定 */
body:first-of-type {
padding-left: 1px;
}

#container {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/container_bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content {
	width: 650px;
	margin-left: 10px;
	margin-top: 12px;
	float: left;
	display: inline;
	padding: 0px;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar {
	float: right;
	display: inline;
	width: 214px;
	margin-top: 0px;
	margin-right: 8px;
	padding: 0px;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 880px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}


#kakaku {
	border: 1px solid #afbdd0;
}
.td-line {
	font-size: 12px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 30px;
}
.catch {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../../../common/images/top/orange_bg.gif);
	background-position: center center;
	height: 48px;
	text-align: left;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 7px;
}
