/*-----------------------------------------------------------
mainArea
------------------------------------------------------------*/
#mainimgArea{
	background:url(../images/mainimg_bg.jpg) repeat-x center;
	height:336px;
	margin-bottom:20px;
}
#mainimgArea .left{
	float:left;
	width:537px;
}
#mainimgArea .right{
	float:left;
	padding:15px 0 0 15px;
}
#mainimgArea .right .r-box{
	background:#2f2f2f;
	border-left:1px solid #4e4e4e;
	border-right:1px solid #4e4e4e;
	padding:0 10px;
	width:371px;
}
#mainimgArea .right .r-box dt{
	float:left;
	width:123px;
}
#mainimgArea .right .r-box dd{
	float:left;
}

/*----------------------------------------------------------
追加
-----------------------------------------------------------*/
#mainimgArea .right .r-box  .text_box{
	float:left;
	width:253px;
	font-size:11px;
}
#mainimgArea .right .r-box  .photo_box{
	float:left;
	width:108px;
	margin-left:5px;
}
#mainimgArea .right .r-box .text_box .name{
	font-size:14px;
	margin-bottom:5px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb24{
	margin-bottom:24px;
}
/*----------------------------------------------------------
ここまで
-----------------------------------------------------------*/

#mainimgArea .right .r-box strong{
	font-size:14px;
}
#mainimgArea .right .r-box span{
	display:block;
	margin-top:10px;
}
#mainimgArea .right p{
	margin-bottom:10px;
}
#mainimgArea .right h2{
	margin-bottom:14px;
}
#mainimg{
	background:#252525;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:960px;
	margin:0 auto;
	height:329px;
}

/*-----------------------------------------------------------
content
------------------------------------------------------------*/
#content{
	margin:0 auto;
	width:960px;
}
#content .box{
	background:url(../images/area_bg_top.gif) top no-repeat;
	padding-top:5px;
	width:470px;
	float:left;
	margin-bottom:20px;
}
#content .left{
	margin-right:20px;
}
#content .areabg-btm{
	background:url(../images/area_bg_btm.gif) bottom no-repeat;
	padding-bottom:5px;
	width:470px;
}
#content .area{
	background:#2f2f2f;
	border-left:1px solid #4e4e4e;
	border-right:1px solid #4e4e4e;
	position:relative;
	padding:5px;
}
#content .area .en{
	position:absolute;
	width:100px;
	text-align:right;
	left: 360px;
	top: 7px;
}
#content .area .en img{
	display:inline;
}
#content .area .shop{
	padding-top:10px;
}	
#content .area .left{
	float:left;
	width:191px;
	border:3px solid #ffffff;
	margin-right:10px;
}
#content .reporter .area .left{
	width:118px;
}
#content .area .right{
	float:left;
	width:245px;
	text-align:left;
}
#content .reporter .area .right{
	width:320px;
}
#content .area .right dt{
	border-bottom:1px dotted #ffffff;
	margin-bottom:5px;
}

#content .area .right dt a{
	background:url(../common/images/icon01.gif) no-repeat 0 6px;
	padding:2px 0 0 15px;
	display:inline-block;
	height:20px;
	font-size:14px;
	font-weight:bold;
}
#content .area .right dd{
	line-height:18px;
}
#content .reporter dd{
	font-size:11px;
	line-height:14px;
}

