body {
	background: #F3F3F3 url(../imgs/bg_light.jpg) no-repeat center top;
	background-attachment: fixed;
}
#bg_img {
position: fixed;
z-index: -3;
}
#bg_img {
height: 100%;
min-height: 100%;
overflow: hidden;
width: 100%;
}
#bg_img img {
display: none;
min-width: 1260px;
min-height: 902px;
}

/**
 * center
 */
#center {
	float: left;
	width: 597px;
}
#brandpanelArea {
	height: 205px;
}
#brandpanelArea p {
	padding: 0;
}

#topicsArea .title {
	margin-bottom: 10px;
}
#topicsArea .content {
	background: transparent url(../imgs/topics-bg.png) no-repeat left top;
	height: 69px;
	padding:5px;
	font-size: 10px;
}
#topicsArea .small-text ul {
	font-size:9px;
}
#topicsArea .medium-text ul {
	font-size:10px;
}
#topicsArea .large-text ul {
	font-size:12px;
}
#topicsArea #topicsScrollArea {
	height:59px;
	overflow:hidden;
}
#topicsArea #topicsScrollArea a {
  color: #000000;
  text-decoration: none;
}
#topicsArea #topicsScrollArea a:hover {
  color: #000000;
  text-decoration: underline;
}
#topicsArea .content ul {
	padding:0 10px;
	color: #000000;
}
#topicsArea .content li {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom:3px;
	padding-bottom:3px;
	zoom:1;/*for IE 5.5-7*/
}
#topicsArea .content li:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#topicsArea .content li .date {
	float:left;
	display:block;
	font-family: Verdana, sans-serif;
	width:60px;
	margin-right: 25px;
	_margin-right: 12px;
}
#topicsArea .content li .body {
	float:left;
	display:block;
	width:470px;
	padding-top:1px;
}
#pickupArea .box-wrapper .box .content {
	background-color:#bb8d62;
}
#pickupArea .title a,
#pickupArea .title a:visited {
	text-decoration:none;
	color:#fff;
}
#pickupArea .title a:hover {
	text-decoration:underline;
}
#tokyoArea .title a,
#tokyoArea .title a:visited,
#kanagawaArea .title a,
#kanagawaArea .title a:visited,
#chibaArea .title a,
#chibaArea .title a:visited,
#saitamaArea .title a,
#saitamaArea .title a:visited {
	text-decoration:none;
	color:#000;
}
#tokyoArea .title a:hover,
#kanagawaArea .title a:hover,
#chibaArea .title a:hover,
#saitamaArea .title a:hover {
	text-decoration:underline;
}


/**
* right
*/
#right {
	float: right;
	width: 180px;
}
#proudclubArea {
	position: relative;
	margin-bottom: 25px;
}
#proudclubArea .nav {
	position: absolute;
	top: 73px;
	left: 10px;
	line-height: 10px;
}
#proudclubArea .nav li {
	margin-bottom: 5px;
}
#rightContentArea {
	margin-bottom:10px;
}
#rightContentArea h3 {
	margin-bottom: 9px;
}
#right-content {
	background: #ffffff;
	font-size:9px;
	padding: 6px;
}
html:not(:target) #right-content {
	font-size:10px;
}
#rightContentArea .small-text {
	font-size: 8px;
}
html:not(:target) #rightContentArea #right-content.small-text {
	font-size: 9px;
}
#rightContentArea .medium-text {
    font-size:9px;
}
html:not(:target) #rightContentArea #right-content.medium-text {
    font-size:10px;
}
#rightContentArea .large-text {
	font-size: 12px;
}
html:not(:target) #rightContentArea #right-content.large-text {
	font-size: 12px;
}
#right-content .box {}
#right-content .box .thumb {
	margin-bottom: 5px;
}
#right-content .box .title {
	margin-bottom: 5px;
	line-height: 1px;
}
#right-content .box .content {
	margin-bottom: 15px;
	color: #999999;
}
#rightBannerArea {
}
#rightBannerArea .bnrs {
	padding:8px 0 0;
	background: #ffffff;
}
#rightBannerArea .bnrs ul {
	width:162px;
	margin:0 auto;
	padding:8px 0 8px;
	background: transparent url(../imgs/right-border.gif) no-repeat left top;
}
#rightBannerArea .bnrs li {
	margin-bottom: 8px;
	padding-bottom: 5px;
	background: transparent url(../imgs/right-border.gif) no-repeat left bottom;
}

/**
* .box
*/
.box-wrapper {
	margin-left:-3px;
	_margin-left:-6px;
}
/* clearfix */
.box-wrapper{ zoom:1; }
.box-wrapper:after{ content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.box-wrapper .box {
	float: left;
	width: 147px;
	margin-left: 3px;
	margin-bottom: 3px;
}
.box-wrapper .content {
	padding: 0 6px;
	font-size:10px;
}
.box-wrapper .box .title {
	color: #000000;
	line-height: 1.2;
	font-weight: bold;
	margin: 5px 0;
}
.box-wrapper .box .body {
	color: #666666;
	line-height: 1.5;
}
.box-wrapper .box .pickupimg {
	line-height: 1px;
	margin-bottom: 5px;
}
.box-wrapper .box .small-text .title {
	font-size:9px;
}
.box-wrapper .box .small-text .body {
	font-size:8px;
}
html:not(:target) .box-wrapper .box .small-text .body {
	font-size:9px;
}
.box-wrapper .box .medium-text .title {
	font-size:10px;
}
.box-wrapper .box .medium-text .body {
	font-size:9px;
}
html:not(:target) .box-wrapper .box .medium-text .body {
	font-size:10px;
}
.box-wrapper .box .large-text .title,
.box-wrapper .box .large-text .body {
	font-size:12px;
}

#pickupArea .box .content {
	background-image:url(../imgs/box-bg-pickup.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color: #cccccc;
}
#pickupArea .box .title {
	color: #ffffff;
}
#pickupArea .box .body {
	color: #ffffff;
}
#tokyoArea .box .content {
	background: #f1efff;
}
#kanagawaArea .box .content {
	background: #caffff;
}
#chibaArea .box .content {
	background: #fffee3;
}
#saitamaArea .box .content {
	background: #bcffc9;
}

#center .header {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}
/* clearfix */
#center .header{ zoom:1; }
#center .header:after{ content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#center .header .title {
	float: left;
	padding-right: 10px;
}
#center .header .description {
	line-height: 21px;
	color: #ffffff;
}
* html #center .header .description { /* IE6 */
	font-size: 9px;
}
* html #center .header .small-text { /* IE6 */
	font-size: 8px;
}
* html #center .header .medium-text { /* IE6 */
	font-size: 9px;
}
* html #center .header .large-text { /* IE6 */
	font-size: 10px;
}
*:first-child+html #center .header .description { /* IE7 */
	font-size: 9px;
}
*:first-child+html #center .header .small-text { /* IE7 */
	font-size: 8px;
}
*:first-child+html #center .header .medium-text { /* IE7 */
	font-size: 9px;
}
*:first-child+html #center .header .large-text { /* IE7 */
	font-size: 10px;
}
html>/**/body #center .header .description { /* IE8 */
	font-size: 9px;
}
html>/**/body #center .header .small-text { /* IE8 */
	font-size: 8px;
}
html>/**/body #center .header .medium-text { /* IE8 */
	font-size: 9px;
}
html>/**/body #center .header .large-text { /* IE8 */
	font-size: 10px;
}
html:not(:target) #center .header .description {
	font-size: 10px;
}
html:not(:target) #center .header .small-text { /* IE8 */
	font-size: 9px;
}
html:not(:target) #center .header .medium-text { /* IE8 */
	font-size: 10px;
}
html:not(:target) #center .header .large-text { /* IE8 */
	font-size: 12px;
}
#center .header ul {
	position: absolute;
	right: 0px;
	top: 0;
}
#center .header ul li {
	float: left;
	margin-left: 5px;
}

.pagetop {
	text-align: right;
	margin-bottom: 40px;
	margin-top: 10px;
}


/*110311*/
.temporaryTxt {
	font-size:16px;
	font-weight:bold;
	line-height:1.7;
	width:567px;
	background-color:#FFF;
	color:#F00;
	margin:0 0 10px;
	padding:10px 15px;
}
.temporaryTxt a {
	color:#F00;
	text-decoration:none;
}
.temporaryTxt a:hover {
	color:#F00;
	text-decoration:underline;
}
