@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Takuro Toyama
 Style Info:     個別レイアウト
----------------------------------------------------------- */


/*---------------------------
 //// メインエリア
---------------------------*/
.mainImage {
	margin-bottom: 10px;
}






/*  tab  */

.tabberlive .tabbertabhide {
	display:none;
}

ul.tabbernav{
	width: 650px;
	color: #333333;
}
ul.tabbernav li {
	float: left;
	width: 160px;
	margin-right: 3px;
	line-height: 31px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
ul.tabbernav li a{
	display: block;
	color: #833b60;
	background: url(../images/tab_heading_bg2.gif) no-repeat center top;
}
ul.tabbernav li a:link {
	background: url(../images/tab_heading_bg2.gif) no-repeat center top;
}
ul.tabbernav li a:visited {
	background: url(../images/tab_heading_bg2.gif) no-repeat center top;
}
ul.tabbernav li a:hover{
	background: url(../images/tab_heading_bg2on.gif) no-repeat center top;
	text-decoration: none;
	color: #833b60;
}
ul.tabbernav li.tabberactive a {
	background: url(../images/tab_heading_bg1.gif) no-repeat center top;
	color: #FFF;
}
ul.tabbernav li.tabberactive a:hover{
	color: #FFF;
}


.tabberlive .tabbertab {
	float: left;
	clear: both;
	width: 650px;
	margin-bottom: 15px;
	background: url(../images/tab_body_bg.gif) repeat-x left top;
	border-bottom: #f23c86 3px solid;
}




.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}






/*  News  */
div.news {
	width: 648px;
}
div.news dl {
	margin: 18px 0 0 10px;
}
div.news dl dt{
   padding-left: 10px;
   background:url(../images/news_icon_01.gif) no-repeat left center;
   float: left;
}
div.news dl dd{
    margin-left: 90px;
	padding: 0 10px 10px 70px;
    _height: 15px;
}
div.news dl dd.newsNews {
	background: url(../images/news_icon_news.gif) no-repeat left top;
}
div.news dl dd.newsNailst {
	background: url(../images/news_icon_nailst.gif) no-repeat left top;
}
div.news dl dd.newsItem {
	background: url(../images/news_icon_item.gif) no-repeat left top;
}
div.news dl dd.newsEtc {
	background: url(../images/news_icon_etc.gif) no-repeat left top;
}






/*  new item  */

div.newItem {
}
div.newItem dl {
	float: left;
	width: 600px;
	padding: 15px;
	position: relative;
	font-size: 88%;
}
div.newItem dl dt{
	width: 530px;
	margin: 0;
	padding: 0 0 0 70px;
	position: relative;
	line-height: 1.2;
	display: block;
	font-size: 120%;
	color: #666;
}
div.newItem dl dt img {
	top: 0px;
	left: 0px;
	position: absolute;
	border: #CCCCCC 3px double;
}
div.newItem dl dt a {
	color: #ff0066;
	font-weight: bold;
}
div.newItem dl dt span {
	padding: 0 10px;
	color: #FF0000;
}

div.newItem dl dd{
	padding: 5px 10px 5px 70px;
	min-height: 38px;
    _height: 38px;
	_width:530px;
}

.whatasNail {
	padding: 25px;
}
.whatasNail p {
	line-height: 2;
}



div#pickup {
	float: left;
	clear: both;
	width: 656px;
}
* html div#pickup  {
	width: 650px;
}

div#pickup h3 {
	width: 635px;
	height: 28px;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../images/pickup_heading_bg.gif) no-repeat left top;
	line-height: 28px;
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
}



div#pickup div.list {
	float: left;
	width: 154px;
	margin: 0 9px 3px 1px;
	padding: 0 0 20px 0;
	background: url(../images/topics_bg.gif) repeat-x left bottom;

}
* html div#pickup div.list  {
	margin: 0 3px 3px 4px;
}
div#pickup div.list p.id {
	margin: 0;
	line-height: 1;
	font-size: 80%;
}
div#pickup div.list p.id span.price {
	margin: 0 0 0 5px;
	letter-spacing: 0.1em;
	text-align: right;
	color: #FF0000;
}

div#pickup div.list p {
	margin: 0;
	padding-bottom: 3px;
	color: #999999;
}
div#pickup div.list div {
	border: #CCC 1px solid;
	padding: 2px;
}
div#pickup div.list div a {
	color: #333;
}
div#pickup div.list div a img {
	margin: 1px 0 2px;
	padding: 0;
	background: #ff0658;
	border: #333333 1px solid;
}
div#pickup div.list div a:hover img {
	background: #ff0658;
	border: #ff0658 1px solid;
}
div#pickup div.list div p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	color: #333;
}
div#pickup div.list div p.title {
	text-align: center;
}
div#pickup div.list div p.title a {
	padding: 3px 0;
	display: block;
	background: #CCC;
}
div#pickup div.list div p.title a:hover {
	background: #ff0658;
	text-decoration: none;
	color: #FFF;
}
div#pickup div.list div p.title a {
	color: #666666;
}
