@charset "utf-8";

/*
 * ================================================================
 *	小売パートナー用基本CSS
 *	【注意！！】
 *		ここから、『ここまで基本CSS』のコメントまでの定義は
 *		一切触れない事！！
 *		コンテンツ幅・背景等サイト別の定義は『ここまで基本CSS』
 *		以下にある定義で指定。
 * ================================================================
 */


/*
 * 汎用セレクタ
 */
*, body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
}


#outline {
	margin: 0 auto;
	background-image: url(images/back_re.jpg);
	background-repeat: repeat-x;
	background-position: 100% 414px;

}

.clear {
	clear: both;
}


/* --------------------------------
 * ヘッダ
 */
#headerarea {
	width: 900px;
	margin: 0px auto 20px auto;
}

#header {
	width: 960px;
}

#header h1 {
	padding-left: 10px;
	font-weight: normal;
	font-size: 11px;
}


/* --------------------------------
 *	３カラム用設定
 */

/*
 * サイドメニュー（左カラム）
 */
#left_3column {
	width: 200px;
	float: left;
}

/*
 * メインコンテンツ１（中カラム）
 */
#center_3column {
	width: 500px;
	float: left;
}

/*
 * メインコンテンツ２（右カラム）
 */
#right_3column {
	width: 200px;
	float: left;
}

/* --------------------------------
 *	２カラム用設定
 */
#left_2column {
	width: 200px;
	float: left;
}

#center_2column {
	width: 700px;
	float: left;
}

/* --------------------------------
 *	１カラム用設定
 */

#center_1column {
	width: 960px;
	margin: auto;
}
/*
 * ================================================================
 *	ここまで基本CSS
 * ================================================================
 */



/*
 * ================================================================
 *	ここからサイト別定義
 */

body {
	color: #333333;
	font-family: verdana, sans-serif;
	background-color: #d3d0c1;
	border-top: 2px solid #e60012;
	font-size: 12px;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:active,
a:hover {
	color: #666666;
}

.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
  }

.left_box {
	float: left;
}

/*
 * コンテンツ幅はここで定義
 */

/* --------------------------------
 *	h1,h2,h3,h4,h5
 */

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	background: url(images/titlebar.jpg) no-repeat;
	color: #000000;
	height: 24px;
	padding: 5px 0px 0px 16px;
	font-size: 12px;
	margin: 0px 0px 6px 0px;
}

h4 {
	margin: 0px 0px 10px 20px;
	text-align: left;
}

h5 {
	font-size: 12px;
	padding: 4px 0px 4px 6px;
	margin: 20px 10px;
	text-align: left;
	background-color: #e9e7e1;
}

/* --------------------------------
 *	link
 */

a { text-decoration: none; }
a:link { color: #333333; } 
a:active { color: #333333; }
a:visited { color:#333333; }
a:hover { color:#333333; }


/* --------------------------------
 * ヘッダ
 */
table #header {
	height: 80px;
	margin-top: 20px;
}

table #header input {
	margin-left: 10px;
}

table #header .btn {
	width: 108px;
	padding-left: 2px;
}

table #menu td {
	padding: 10px 49px 0px 49px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: 100% 90%;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	/* border-right: 1px #979797 dotted; */
}

table #menu .subname {
	font-weight: normal;
	font-size: 10px;
}

/* --------------------------------
 * フッター
 */

table #footer {
	padding: 5px 10px 0px 0px;
	background-color: #c7c4b5;
	color: #333333;
	height: 50px;
	font-size: 10px;
	text-align: center;
	border-top: 1px #535353 solid;
	width: 100%;
	margin-top: 50px;
}

table #footer address {
	font-style: normal;
}

table #footerarea {
	width: 900px;
	font-size: 10px;
	margin: 50px auto 0px auto;
}

table #footerarea img {
	padding-right: 5px;
}


/* --------------------------------
 *	３カラム用設定
 */

/*
 * サイドメニュー（左カラム）
 */
#left_3column {
	width: 200px;
	padding: 0px 10px 0px 10px;
}

/*
 * メインコンテンツ１（中カラム）
 */
#center_3column {
	width: 460px;
	padding: 0px 0px 0px 0px;
}

/*
 * メインコンテンツ２（右カラム）
 */
#right_3column {
	width: 200px;
	padding: 0px 10px 0px 10px;
}

/* --------------------------------
 *	２カラム用設定
 */
#left_2column {
	width: 200px;
}

#center_2column {
	width: 670px;
	padding-left: 30px;
}

#mainarea {
	width: 900px;
	margin:auto;
}

/* --------------------------------
 *	メインコンテンツ
 */
table #maincontents {
	width: 960px;
	margin: 10px 0px;
}

table #submenu {
	background-image: url(images/menubar02.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 960px;
	margin-bottom: 20px;
}

table #submenu td {
	padding: 19px 10px 0px 30px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: 96% 80%;
	font-weight: bold;
	line-height: 12px;
}

table .item {
	text-align: center;
	margin-left: 26px;
}

table .item img {
	border: 1px solid #8d8d8d;
}

em {
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
}

/* --------------------------------
 *	２カラム：サイドメニュー
 */
 
 /* -------ログイン------- */

table #login a {
	color: #e70719;
}

table #login {
	width: 100%;
	margin-bottom: 10px;
	font-size: 10px;
}

table #login .name {
	width: 80px;
}

table #login .form {
	width: 130px;
	margin-left: 3px;
}

table #login img {
	margin: 5px auto;
}

table .error {
	color: #ff0000;
}
 /* -------カテゴリメニュー------- */

table .place {
	text-decoration: underline;
}

table .notice {
	font-size: 10px;
	line-height: 12px;
}

table #categorymenu {
	width: 100%;
	font-weight: bold;
	line-height: 16px;
	background-image: url(images/categorybar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px;
	margin-bottom: 4px;
}

table #categorymenu td {
	padding: 0px 0px 0px 6px;
}

table #sub_categorymenu .subname {
	font-weight: normal;
}

table #sub_categorymenu td {
	padding: 0px 0px 2px 6px;
}

table #searcharea {
	margin-bottom: 10px;
}

table #searcharea .textarea {
	width: 148px;
	margin-right: 5px;
}

table .bnr {
	margin-bottom: 10px;
}

 /* -------カレンダー------- */

#calendar .holiday {
	font-style: normal;
	background-color: #ed888d;
}

.r_holiday {
	color: #ed888d;
}

#calendar {
	border: 1px #333333 solid;
	background-color: #FFFFFF;
	width: 180px;
	margin: 0px auto 10px auto;
}

#calendar td {
	padding: 2px 5px;
}

#calendar .week {
	font-weight: bold;
}

.month {
	border-top: 1px #333333 solid;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px;
	background-color: #faf4e4
}

.notes {
	padding: 0px 0px 10px 0px;
	text-align: left;
}

#calendar .sat {
	color: #0000ff;
}

#calendar .sun {
	color: #cc0000;
}


.contentsarea {
	background-color: #ffffff;
	border-left: 2px #c6c3b4 solid;
	border-right: 2px #c6c3b4 solid;
	margin: auto;
	padding-bottom: 10px;
}

.goods_list_style {
	background-color: #ffffff;
	border-left: 2px #c6c3b4 solid;
	border-right: 2px #c6c3b4 solid;
	margin: auto;
	padding-bottom: 10px;
}

.news_list_style {
	background-color: #ffffff;
	border-left: 2px #c6c3b4 solid;
	border-right: 2px #c6c3b4 solid;
	margin: auto;
	padding-bottom: 10px;
}

.news {
	border-bottom: 1px #979797 dotted;
	width: 640px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.news td {
	padding-bottom: 2px;
}

.date {
	font-weight: bold;
}

.bottom {
	margin-bottom: 20px;
}

 /* -------詳細ページ------- */
table #details {
	width: 100%;
	text-align: center;
}

table #details .btn {
	margin-top: 10px;
}

table #list {
	border: 1px #c6c3b4 solid;
	width: 500px;
	margin: 15px auto 0px auto;
	border-collapse: collapse;
	text-align: left;
}

table #list .name{
	background-color: #e9e7e1;
	width: 160px;
}

table #list td {
	border: 1px #c6c3b4 solid;
	background-color: #ffffff;
	padding: 5px;
}

table #image {
	width: 635px;
	margin: auto;
}

table #image img {
	border: 1px solid #8d8d8d;
}

table #image .photo_4 {
	padding-right: 5px;
}

table #details .img img {
	border: 1px solid #8d8d8d;
}

