/*********************************************************************/
/* 全アクタ共通のCSS                                                 */
/* レイアウト、その他の全アクタ共通の設定のみ記述可能                */
/* 色の指定などは各アクタのCSSで記述すること                         */
/*********************************************************************/
/*********************************************************************/
/* 画面全体共通                                                      */
/*********************************************************************/
* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border:0;
}
h1 {
	width:400px;
	font-size: 12px;
	height: 66px;
	padding: 5px 0px 5px 300px;
	background: #E7F0F0 url(../image/h1_image.jpg) no-repeat;
	float:right;
	margin: 0px;
}
h2 {
	width: 555px;
	font-size: 18px;
	padding: 10px 0px 10px 15px;
	color: #000000;
}
h3 {
	width: 190px;
	font-size: 14px;
	padding: 5px 0px 5px 10px;
}
h4 {
	width: 150px;
	font-size: 14px;
	padding: 5px 0px 5px 10px;
}
body {
	height: 100%;
	background: url(../image/background.gif) repeat-x;
	background-attachment: fixed;
}
#container {
	margin: 0 auto;
	width:950px;
	font-size: 12px;
	background: #ffffff;
}
#login_container {
	margin: 0 auto;
	width:790px;
}
li {
	list-style-type: none;
	margin-bottom: 10px;
}
/********** メニュー共通 */
ul.menu {
	margin-bottom: 5px;
	padding: 10px 0px 10px 0px;
	border: 5px double #CCCCCC;
}
ul.menu li {
	clear: both;
}
ul.menu li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
ul.menu li a:link {
}
ul.menu li a:visited {
}
ul.menu li a:hover {
}
/********** 金額の表示 */
span.price {
	font-weight: bold;
}
/********** 仕切り線 */
hr {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding: 0;
}

/*********************************************************************/
/* ヘッダ                                                            */
/*********************************************************************/
#header {
	width:950px;
	height: 180px;
	background-image: url(../image/header.jpg);
	background-repeat: repeat-x;
}
/*********************************************************************/
/* 左サイドバー                                                      */
/*********************************************************************/
#left_sidebar {
	float: left;
	width: 200px;
	padding: 10px 0px 10px 0px;
}
ul.left_menu {
	width: 190px;
}
ul.left_menu li a{
	width: 170px;
	height: 18px;
}
ul.category {
}
ul.articles {
}
ul.ranking {
}

.delivery_prices
{
	font-size: 12pt;
	padding: 10px;
}

.delivery_prices_cell
{
	padding: 4px;
	margin: 4px;
}



/*********************************************************************/
/* コンテンツ部                                                      */
/*********************************************************************/
#contents {
	float: left;
	width: 570px;
	padding: 10px 10px 10px 10px;
}

/*
	オーダー用画面
*/
#contents_order {
	font-size: 13pt;
	float: left;
	width: 570px;
	padding: 10px 10px 10px 10px;
}


/********** エラーメッセージ */
#error_message {
	width: 558px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	border: 1px solid #CC0000;
	background-color: #FFDDDD;
}
#error_message li {
	color: #CC0000;
}

/********** 検索エリア */
div.search_area {
	width: 550px;
	height: 20px;
	padding: 10px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}

/********** ページャ */
page_item_number {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
div.pager_area {
	width: 100%;
	height: 20px;
	text-align: center;
}
div.page_prev {
	height: 20px;
	width: 100px;
	float: left;
	text-align: left;
}
div.pages {
	width: 300px;
	height: 20px;
	float: left;
	margin: 0 auto;
/*	margin: 0px 24px 0px 24px;*/
	text-align: center;
}
div.pages span {
	margin-left: 10px;
}
div.page_next {
	height: 20px;
	width: 100px;
	float: right;
	text-align: right;
}

/********** 商品一覧（TOPページ） */
div.new_item_area {
	width: 548px;
	padding: 10px 10px 10px 10px;
	border-width: 1px;
	border-style: solid;
	clear: both;
}
/* 一覧行 */
div.new_item_line {
	width: 548px;
	margin-bottom: 10px;
	clear: both;
}
div.new_item {
	width: 100px;
	margin-right: 12px;
	float: left;
}
div.new_item_last {
	width: 100px;
	margin-right: 0px;
	float: left;
}
/* 商品画像 */
img.item_img {
	height: 90px;
	width: 90px;
	border-width: 5px;
	border-style: ridge;
}
/* 商品情報 */
div.item_info {
	width: 100px;
	margin-top: 10px;
	clear: both;
}
/* 提供者 */
div.donor_info {
	width: 100px;
	margin-top: 10px;
	clear: both;
}
/* 価格 */
div.item_price {
	width: 100px;
	margin-top: 10px;
	clear: both;
}
/********** 入力・確認用テーブル */
table.input_table {
	width: 570px;
	border-style: double;
	border-width: 5px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.input_table th {
	width: 190px;
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
}
table.input_table td {
	width: 360px;
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
}
table.input_table caption {
	text-align: left;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
/********** 一覧用テーブル */
table.list_table {
	width: 570px;
	border-style: double;
	border-width: 5px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.list_table th {
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
}
table.list_table td {
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	text-align: center;
}
table.list_table caption {
	text-align: left;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
/********** テーブル共通  */
/* 幅指定 */
th.w_20 {
	width: 20px;
}
th.w_30 {
	width: 30px;
}
th.w_40 {
	width: 40px;
}
th.w_50 {
	width: 50px;
}
th.w_60 {
	width: 60px;
}
th.w_70 {
	width: 70px;
}
th.w_80 {
	width: 80px;
}
th.w_90 {
	width: 90px;
}
th.w_100 {
	width: 100px;
}
th.w_110 {
	width: 110px;
}
th.w_120 {
	width: 120px;
}
th.w_130 {
	width: 130px;
}
/* 高さ指定 */
tr.h_20 {
	height: 20px;
}
tr.h_30 {
	height: 30px;
}
tr.h_40 {
	height: 40px;
}
tr.h_50 {
	height: 50px;
}
tr.h_60 {
	height: 60px;
}
tr.h_70 {
	height: 70px;
}
tr.h_80 {
	height: 80px;
}
tr.h_90 {
	height: 90px;
}
tr.h_100 {
	height: 100px;
}
tr.h_110 {
	height: 110px;
}
/********** 入力フォーム */
table.input_table input.w_360 {
	width: 360px;
}
table.input_table textarea.w_360 {
	width: 360px;
}
table.input_table textarea.h_200 {
	height: 200px;
}
table.input_table font.info {
	font-size: 10px;
	color: #666666;
}
/********** 必須マーク(colorについて必要であれば、各アクタのCSSでオーバーライドすること) */
font.require {
	color: #ff0000;
}
/********** ボタンエリア */
div.button_area {
	width: 570px;
	height: 30px;
	text-align: center;
}
div.left_button {
	float: left;
	width: 100px;
	height: 30px;
	text-align: left;
}
div.right_button {
	float: right;
	width: 100px;
	height: 30px;
	text-align: right;
}
/********** メッセージ記述部（「完了しました」など） */
div.info_area {
	width: 550px;
	padding: 10px 9px 10px 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
}
.info_area2 {
	width: 900px;
	padding: 10px 9px 10px 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
    border-color: #CCCCCC;
	background-color: #FFFFFF;}
/*********************************************************************/
/* 右サイドバー                                                      */
/*********************************************************************/
#right_sidebar {
	float: right;
	width: 160px;
	padding: 10px 0px 10px 0px;
}
ul.right_menu {
	width: 150px;
	text-align: center;
}
ul.right_menu li a{
	width: 130px;
	height: 18px;
}

/*********************************************************************/
/* ランキング                                                            */
/*********************************************************************/
#ranking {
clear:both;
margin-bottom:10px;
overflow:hidden;
}

#ranking_no {
float:left;
margin:0pt 7px 0pt 0pt;
width:16px;
}


#ranking_img {
float:left;
margin:0pt 7px 10px 0pt;
width:60px;
}

#ranking_txt {
float:left;
margin:0pt 0pt 10px;
width:94px;
}

#ranking_menu {
float:left;
margin:0px;
padding:0px;
text-align:center;
width:100%;
}

#ranking_more {
float:left;
margin: 0px 0px 8px 0px;
padding: 0px;
text-align:right;
width:100%;
}

/*********************************************************************/
/* ランキング一覧                                                            */
/*********************************************************************/
div.ranking_list {
	width: 548px;
	padding: 10px 10px 10px 10px;
	border-width: 1px;
	border-style: solid;
	clear: both;
}
#ranking_list_rec {
	width: 100%;
	height: 100px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
}
div.ranking_list_no {
	width: 35px;
	height: 100px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
}
.ranking_list_img {
	height: 90px;
	width: 90px;
	border-width: 5px;
	border-style: ridge;
	margin: 0px;
	float: left;
}
div.ranking_list_item {
	width: 380px;
	height: 100px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}

/*********************************************************************/
/* フッタ                                                            */
/*********************************************************************/
#footer {
	width:930px;
	margin-top: 10px;
	padding: 50px 10px 10px 10px;
	clear: both;
	height: 10px;
	text-align: center;
	background: url(../image/footer.jpg) no-repeat;
	color: #CCCCCC;
}
.footer1 {
	margin-top: 10px;
	padding: 10px;
	clear: both;
	height: 10px;
	font-family: "ＭＳ Ｐゴシック";
	text-align: center;
	color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}