@charset "utf-8";

/* トップページに適用するスタイルを指定 */

/* 全ページに共通する要素のスタイルを読み込む */

@import"common.css";


/* メインコンテンツ全体の設定 */

#indexContents {
	clear: both;
	padding: 0 8px;
}


/* 左コンテンツ全体の設定 */

#main {
	float: left;
	width: 612px;
	border-bottom: 1px solid #ccc;
}


/* NEWS&TOPICSの設定 */

#news_topics {
	width: 612px;
	margin-top: 18px;
}

#news_topics h3 {
	width: 612px;
	height: 12px;
	margin-bottom: 7px;
	background: url(../images/news_title.gif) no-repeat;
	font-size: 10px;
	text-indent: -9999px;
}

#news_topics iframe {
	border: 1px solid #ccc;
}


/* GOODS SHOPPINGの設定 */

#goods {
	width: 612px;
	margin: 18px 0 12px 0;
}

#goods h3 {
	width: 612px;
	height: 12px;
	background: url(../images/shop_title.gif) no-repeat;
	font-size: 10px;
	text-indent: -9999px;
}

#goods table {
	margin: 14px 0 0 24px;
	font: 12px "ＭＳ ゴシック", "Osaka－等幅";
}

#goods p#title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}


/* INFORMATIONの設定 */

#info {
	float: right;
	width: 292px;
	padding: 10px 8px 0 0;
}

#info h3 {
	width: 292px;
	height: 12px;
	background: url(../images/info_title.gif) no-repeat;
	font-size: 10px;
	text-indent: -9999px;
}

#info table {
	margin: 4px 0 0 6px;
}

#info img {
	margin: 0 0 5px 0;
}

/* 商品納期 */
.shipping_date {
	width: 610px;
	margin-top:20px;
	margin-bottom:10px;
	padding:2px 2px 2px 0px;
	background-color: #FFFFFF;
	line-height: 2;
}
.shipping_date .list{
	border: 1px solid #F894F8;
}
.shipping_date h4 {
	padding: 0 0 0 10px;
	color: #333333;
	font-size: 14px;
	line-height: 2.2;
	background-image:url(../images/back-title.jpg);
}
.shipping_date .today{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	padding:5px 0px 0px 5px;
}
.shipping_date .warning{
	padding:0px;
	color:#FF0000;
}
.shipping_date h3 {
	width: 612px;
	height: 12px;
	background: url(../images/shipping_date.gif) no-repeat;
	font-size: 10px;
	text-indent: -9999px;
	margin-bottom:5px;
	padding:0px;
}

.shipping_date .middle_row{
	padding:5px 5px 0px 5px;
}

.shipping_date .top_row{
	padding:0px 5px 0px 5px;
}

.shipping_date .bottom_row{
	padding:5px 5px 10px 5px;
}


