@charset "shift_jis";
/* CSS Document */

@import url("common.css");

/*

■共用CSS定義ファイル

	1.タグ設定
	2.共用ボックス設定
	3.共用要素クラス、ID設定

---------------------------------------------------------------------------------------
1.タグ設定
--------------------------------------------------------------------------------------- */






/*
---------------------------------------------------------------------------------------
2.共用ボックス設定
--------------------------------------------------------------------------------------- */

div#header_outer {
	width:771px;
	height:183px;
	margin:10px 0 0 14px;
	background-image: url(../images/shoplist/header_base.gif);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

div#header {
	width:771px;
	height:181px;
	background-repeat: no-repeat;
	background-position: right 11px;
	background-image: url(../images/shoplist/kk_card.jpg);
}

div#listarea {
	background-color:white;
	width:705px;
	margin:0px;
	padding:10px 30px 30px 30px;
}

div#listarea_frame {
	margin:18px auto;
	width: 765px;
}

table#prefs {
	width:631px;
	margin: 10px 0 14px 32px;

}


table#prefs th, table#prefs td {
	font-size:14px;
	padding:4px 2px;
	border-bottom:1px solid #FBE2F1;
}


table#prefs th {
	color:#FF3333;
	text-align:left;
	padding:0 12px 0 0;
	white-space:nowrap;
}

table#prefs td {
	width:50px;
	text-align:left;
}

table#prefs a,table#prefs a:link,table#prefs a:visited {
	color: #0091F0;

}

table#prefs a:hover {
	color: #FF3333;

}


iframe { border:none margin-bottom:8px;}


img#logo {
	float:left;
	margin-left:10px;
	margin-right:11px;
}

img#title1 {
	margin:26px 0 0 0;
}

img#title2 {
	margin:2px 0 6px 0;
}

img#btn_index {
	margin-left:168px;
}
