/* CSS Document */
/* base
────────────────────────────────────────── */
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #fffaf0;
	font-size: 13px;
	line-height: 1.4;
	}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../imags/bg-body.gif) repeat-y;
	}
#wrapper-tail {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../imags/bg-tail.gif) no-repeat;
	}
#contentsarea {
	width: 778px;
	margin: 0;
	padding: 10px 11px;
	background-color: #FFFFFF;
	text-align: left;
	}
#breadcrumb {
	clear: both;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0px 0 0px 5px;
	line-height: 20px;
	}

#breadcrumb a {
	text-decoration: underline!important;
	}

table#itemthumbs {
	width: 778px;
	}

/* commons
────────────────────────────────────────── */
a img {
	border: none;
	}
ul {
	list-style: none;
	margin: 0; padding: 0;
	}
table {
	border: none;
	border-collapse: collapse;	
	}
table td {
	vertical-align: top;
	}
.attention {
	color: #B10000;
	font-size: 11px;
	}
p {
	margin: 0.5em 0 1em 0;
	}

/* リンク
────────────────────────────────────────── */
a {
	overflow: hidden;
	outline: none;
	}
a:link {
	color: #AF400A;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #AF400A;
	}
a:hover {
	text-decoration: underline;
	color: #669933;
	}
a:active {
	text-decoration: none;
	color: #669933;
	}


/* 催事バナー
────────────────────────────────────────── */
img.eventbtn {
	margin: 10px 0 0 20px;
	}

.lead {
	width: 700px;
	margin: 2em 39px 10px;
	line-height: 1.4;
	background: url(../img_for_annualevent/bg_lead.gif) no-repeat top left;
	}
.lead p {
	margin: 10px 0 0;
	_margin: 0px 0 0;
	}

/* 角丸
────────────────────────────────────*/
.rcbox {
	margin: 10px 0;
	padding: 0px 10px;
	}
.rcbox .rctop {
	margin: 0 -10px;
	height: 4px;
	background: url(../img_for_annualevent/rc_upper_w700.gif) no-repeat top left;
	}
.rcbox .rcbottom {
	margin: 0 -10px;
	height: 4px;
	background: url(../img_for_annualevent/rc_bottom_w700.gif) no-repeat bottom left;
	}


/* その他
────────────────────────────────────────── */
.gototop {
	margin: 1em 0;
	font-size: 10px;
	text-align: right;
	}


/* clearfix
────────────────────────────────────*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */