/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
   

body * {line-height:1.22em;}
/* body * {line-height:1.22em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/



/* --- Reset End --- */


body {
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height:170%;
	background-color:#E6C97F;
	color:#333333;
	margin: 0px;
	padding: 0px;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin: 0px 5px 0px 15px;
	}

a:link    { color:#eb5050;text-decoration:none;}
a:visited { color:#eb5050;text-decoration:none;}
a:active  { color:#eb5050;text-decoration:none;}
a:hover   { color:#ff7a21;text-decoration:none; }




/* ************************************************ 
 *	レイアウト枠組み
 * ************************************************ */

div#header {
	margin:5px auto;
	width:100%;
	background: url(http://img06.shop-pro.jp/PA01177/192/etc/topbg.gif?20120706111649) repeat-x center top;
	}

div#wrapper {
	width: 995px;
	margin:5px auto;
	padding: 5px;
	background-color: #FFF;
}

div#page {
	width: 990px;
	background: url(http://img06.shop-pro.jp/PA01177/192/etc/mainbg.gif?20120706140835) repeat-y center;
	margin: 5px auto;
	padding: 5px;
	overflow: auto;
}

div#sidebar {
	width: 210px;
	margin: 10px auto;
	float: left;
}

div#maincontents {
	width: 770px;
	margin: 10px auto;
	float: right;
}

/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

h1.title {
	width:900px;
	height:85px;
	color: #ffffff;
	font-size: 18px;
	font-weight:bold;
	background:url(http://img06.shop-pro.jp/PA01177/192/etc/head.jpg?20120706112156) no-repeat left top;
        margin:10px auto 0 auto;
	padding: 10px 0 0 100px;
	letter-spacing: 0.3em;
	}

h1.title span {
	font-size: 22px;
	letter-spacing: 0.4em;
}

h1.title div span {
	font-size: 40px;
}

.title a {color: #ffffff;}
.title a:link    {color: #ffffff;text-decoration: none;}
.title a:visited {color: #ffffff;text-decoration: none;}
.title a:active  {color: #ffffff;text-decoration: none;}
.title a:hover   {color: #ffffff;text-decoration: none;}

ul#headmenu {
	background: url(http://img06.shop-pro.jp/PA01177/192/etc/menubg.gif?20120706113044) repeat-x left top;
	width: 1000px;
	height: 45px;
	margin: 0 auto 10px auto;
	overflow: auto;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

ul#headmenu li {
	width: 120px;
	height: 26px;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #FFF;
	margin: 2px 0;
	padding-top: 15px;
	float: left;
	display: block;
}

ul#headmenu li a {
	color: #FFF;
	text-decoration: none;
}

ul#headmenu li a:hover {
	color: #FFFF33;
}

ul#headmenu li.safety {
	width: 260px;
}

ul#headmenu li.last {
	border: none;
}

div#header p.topimg {
	width: 1000px;
	margin: 10px auto;
}

/*ホーム・マイアカウント・お問合せリンク*/
p.headadd {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 12px;
	overflow: auto;
        line-height: 200%;
}

p.headadd img {
	float: right;
	margin-left: 10px;
}

a#linkHome,
a#linkMyAccount {
	margin-right:25px;
}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */

div#sidebar p.side_titlebn {
	text-align: center;
	margin: 20px auto 0 auto;
	width: 180px;
}

div#sidebar dl dt dd {
	margin: 0;
	padding: 0;
}

div#sidebar dl {
	width: 180px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
}

div#sidebar div.sidemenu {
	width:180px;
	color:#333333;
	margin: 10px auto;
	}

.side_title {
	height:30px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

div#sidebar ul.side_text {
	width: 180px;
	margin: 10px auto;
	padding-bottom: 10px;
}

div#sidebar ul.side_text li {
	margin-top: 10px;
	list-style: none;
}

div#sidebar ul.side_text li a {
	color: #000000;
}

div#sidebar ul.side_text li a:hover {
	color: #FFB6C1;
}

div#sidebar p.side_bn {
	width: 180px;
	margin: 10px auto 5px auto;
}

div#sidebar table.sidemenu {
	width: 180px;
	margin: 0 auto;
}

div#sidebar td.side_text li {
	list-style: none inside url(http://img06.shop-pro.jp/PA01177/192/etc/side_list.gif?20120720161913);
	margin-top: 10px;
}

div#sidebar td.side_text li a {
	color: #000;
}

div#sidebar td.side_text li a:hover {
	color: #FFB6C1;
}


/* ------------------------------------- 
 *	商品カテゴリ
 * ------------------------------------- */

div#sidebar ul.side_cat {
	width: 180px;
	margin: 10px auto;
	padding-bottom: 10px;
}

div#sidebar ul.side_cat li {
	margin-top: 10px;
	list-style: inside url(http://img06.shop-pro.jp/PA01177/192/etc/side_list.gif?20120706135501);
}

.side_cat a {color: #eb5050;}
.side_cat a:link    {color: #eb5050;text-decoration: none;}
.side_cat a:visited {color: #eb5050;text-decoration: none;}
.side_cat a:active  {color: #eb5050;text-decoration: none;}
.side_cat a:hover   {color: #ff7a21;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #dacdb9;
	border-right: 3px solid #dacdb9;
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	font-size:80%;
	}
	
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	padding-top:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout {
	text-align:center;
	}
#btn_members_signup {
	padding:7px 0px 0px;
	margin:10px 0px 0px;
	border-top:#dacdb9 dotted 1px;
	text-align:center;
	}
#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding-bottom:3px;
	text-align:center;
	}

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

dl#footer {
	width: 1000px;
	color: #432A16;
	font-size:80%;
	text-align: center;
	margin: 30px auto 15px auto;
}
dl#footer dt dd {
	margin: 0;
	padding: 0;
}

dl#footer dt {
	text-align:center;
	margin-bottom: 5px;
	}

dl#footer dd {
	text-align:center;
	color:#333333;
	}

#footer a {color: #432A16;}
#footer a:link    {color: #432A16;text-decoration: none;}
#footer a:visited {color: #432A16;text-decoration: none;}
#footer a:active  {color: #432A16;text-decoration: none;}
#footer a:hover   {color: #FF7F50;text-decoration: none;}



/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


p.main_title {
	width:710px;
	height:35px;
	background: url(http://img06.shop-pro.jp/PA01177/192/etc/ind_rankbg.gif?20120706160505) no-repeat;
	color:#000;
	margin-bottom:15px;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 24px;
	font-weight:bold;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
	margin:0px;
}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#ff0000;
}

/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

.info_bg {
	background:transparent url(http://img.shop-pro.jp/tmpl_img/26/info_bg.jpg) 0px 0px repeat-y;
	padding:0px 0px 5px;
	width:565px;
	}

.info_title {
	background:transparent url(http://img.shop-pro.jp/tmpl_img/26/info_top_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	font-weight:bold;
	padding:7px 15px;
	margin:0px;
	}

.info_text {
	color:#333333;
	padding:0px 15px;
	}
	
.info_text_bottom {
	margin-top:10px;
	}
	
.info_block {
	width:550px;
	margin:0px auto;
	padding:15px 0px 0px;
	background:#ffffff;
}
	
.info_bottom {
	background:transparent url(http://img.shop-pro.jp/tmpl_img/26/info_bottom_bg.jpg) 0px 0px no-repeat;
	height:5px;
	margin-bottom:20px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#333333;
	margin-bottom: 15px;
	}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 564px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	background: url(http://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_all {
	padding:0px;
	margin:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size:80%;
	background: url(http://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_search {
	padding:0px;
	margin:0px;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 564px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	background: url(http://img.shop-pro.jp/tmpl_img/26/pagenavi_bg.gif) no-repeat;
	margin-bottom: 15px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 188px;
	text-align: center;
	padding:5px 0px 30px;
	}


.product_item {
	text-align:center;
	width:175px;
	margin:0px auto;
	}

.product_item img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}

.product_item .expl {
	color: #999;
	font-size:80%;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:120px;
	padding:0 8px 0 12px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:90px;
	border: 1px solid #DACDB9;
	padding: 4px;
	margin-bottom:3px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width: 564px;
	color: #333333;
	margin-bottom: 15px;
	}

.footstamp a {color: #eb5050;}
.footstamp a:link    {color: #eb5050;text-decoration: none;}
.footstamp a:visited {color: #eb5050;text-decoration: none;}
.footstamp a:active  {color: #eb5050;text-decoration: none;}
.footstamp a:hover   {color: #ff7a21;text-decoration: none;}

.txt-f10 {
	font-size:10px;
}

.footstamp img {
	vertical-align:middle;
}

.footstamp .bg {
	width: 564px;
	}

.footstamp .bg .middle {
	margin: 0;
	padding: 5px 0 0 0;
	}

.footstamp .bg .middle .pankuzuline {
	margin:0;
	padding:0 15px 2px;
	}

.footstamp .bottom {
	width: 564px;
	height:5px;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	margin-bottom:40px;
	}

/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	text-align:center;
	color:#333333;
	margin-top: 10px;
	}

#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

#detail .main_img {
	padding: 4px;
	border:1px #dacdb9 solid;
	}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
	}

#detail .sub img {
	width: 160px;
	padding: 4px;
	border:1px #dacdb9 solid;
	}

#detail .table {
	width: 400px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/26/detail_table_bg.jpg) left top repeat-y;
	text-align:left;
	margin:20px auto 30px;
	}

#detail .table .cell_1 {
	width: 130px;
	height: 28px;
	color: #6d2916;
	font-weight:bold;
	border-right: 2px #ffffff solid;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	color: #6d2916;
	background:#f2ebe0;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:5px 0px 0px;
	margin:0px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
	margin:0px;
	color:#ff0000;
	font-weight:bold;
}

.discount_rate_detail {
	padding:0px 0px 5px;
	margin:0px;
	color:#ff0000;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	padding:5px 10px;
	background:#f9f4eb;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

#together img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;

	}

#trackback .tb_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	}


#trackback .tb_url {
	font-size:11px;
	padding:10px 13px;
	background:#f9f4eb;
	color:#6d2916;
	}

#trackback .tb {
	margin:0px 0px 5px;
	border:1px solid #dacdb9;
	}

#trackback .tb_date {
	font-size:80%;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	padding: 0px 10px 10px 10px;
	color:#6d2916;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #dacdb9;
	border-bottom: 1px dotted #dacdb9;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:5px;
	border-left: 1px solid #dacdb9;
	border-top: 1px solid #dacdb9;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
	margin:0px;
}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#ff0000;
}

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 564px;
	color:#333333;
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}


#ShopKeeper th {
	width: 160px;
	padding:10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:10px;
	text-align:left;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#f6eddf;
	border-bottom:#ffffff solid 1px;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#f6eddf;
	}

.txt-search strong,
.txt-hitNum strong {
	color:#6d2916;
	font-weight:bold;
	}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}

/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	color:#333333;
	margin-bottom: 15px;
	}

.pe_title {
	color: #432A16;
	border-top: 1px solid #dacdb9;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}


/* ************************************************ 
 *	フリーページ
 * ************************************************ */

h1.pagetitle {
	background: url(http://img06.shop-pro.jp/PA01177/192/etc/pagetitle.gif?20120711114407) no-repeat left top;
	width: 760px;
	height: 40px;
	font-size: 22px;
	margin: 0 auto;
	padding-top: 10px;
	text-indent: 60px;
	vertical-align: center;
}

h1.pagetitle a:hover {
	color: #000;
}

h2.subtitle {
	background-color: #2EA7E0;
	color: #FFF;
	font-size: 26px;
	width: 740px;
	margin: 10px auto;
	padding: 5px 10px;
}

h2.sub2title {
	background-color: #79BD28;
	color: #FFF;
	font-size: 26px;
	width: 740px;
	margin: 10px auto 0 auto;
	padding: 5px 10px;
}

dl#pagetxt {
	width: 760px;
	margin: 10px auto;
	padding: 0;
	overflow: auto;
}

dl#pagetxt dt {
	width: 490px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 170%;
}

dl#pagetxt dd {
	width: 255px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

p.pagetxt {
	width: 760px;
	margin: 20px auto;
	line-height: 170%;
	font-size: 14px;
}

p.pagetxt span {
	color: #E60012;
}

p.pagetxt_title {
	width: 760px;
	margin: 20px auto;
	font-size: 16px;
	font-weight: bold;
}	

dl.pagepic {
	width: 760px;
	margin: 10px auto;
	overflow: auto;
}

dl.pagepic dt {
	width: 360px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	line-height: 170%;
}

dl.pagepic dd {
	width: 320px;
	float: left;
	margin: 0;
	padding: 0;
}

ul.pagetable {
	width: 760px;
	margin: 20px auto;
	padding: 0;
	overflow: auto;
	font-size: 12px;
	line-height: 170%;
}

ul.pagetable li {
	width: 250px;
	float: left;
	margin-right: 30px;
}

ul.pagetable li div {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}

ul.pagetable li.linkbn {
	width: 415px;
	float: right;
}

ul.pagetable li.linkbn img {
	padding-bottom: 5px;
}

/* 施設と設備 */
ul#shisetsu_img {
        background: url(http://img06.shop-pro.jp/PA01177/192/etc/shisetsu_color.jpg?20120712111604) no-repeat center;
        width: 605px;
        height: 505px;
        margin: 10px auto;
        overflow: auto;
}

ul#shisetsu_img li {
        width: 400px;
        margin-top: 430px;
        float: right;
}

/* 会社案内 */
dl#cominfo_top {
	width: 700px;
	margin: 10px auto 0 auto;
	padding: 0;
	overflow: auto;
}

dl#cominfo_top dt {
	width: 115px;
	float: left;
	margin: 0;
	padding: 0;
}

dl#cominfo_top dd {
	width: 570px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 170%;
}

dl#cominfo_top dd div {
	color: #727171;
	font-size: 18px;
	font-weight: bold;
	border-left: 6px solid #B5B5B6;
	padding: 5px 0 5px 3px;
}

div.cominfo_topu {
	width: 700px;
	margin: 5px auto;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #B5B6B6;
}

p.cominfo_rinen {
	width: 600px;
	margin: 10px auto;
	padding: 10px;
	font-size: 16px;
	line-height: 200%;
	font-family: "ＭＳ　Ｐ明朝","ＭＳ　明朝",serif;
	text-align: center;
	background-color: #F2F8ED;
	border: 1px solid #B2D68F;
}

p.cominfo_rinen span {
	color: #006934;
	font-size: 20px;
	font-weight: bold;
	font-family: "ＭＳ　Ｐゴシック","ＭＳ　ゴシック",sans-serif;
	line-height: 200%;
}

table.cominfo_table {
	width: 650px;
	margin: 10px auto;
	padding: 5px;
	font-size: 14px;
}

table.cominfo_table tr td {
	border-bottom: 1px solid #B5B5B6;
	padding: 5px;
	line-height: 170%;
}

table.cominfo_table td.left {
	width: 100px;
	padding-right: 10px;
	vertical-align: top;
}

table.cominfo_table td.last {
	border: none;
}

p.cominfo_addtitle {
	font-size: 24px;
	font-weight: bold;
}

ul.cominfo_add {
	width: 740px;
	margin: 10px auto;
	padding: 5px 10px;
	border: 1px solid #C9CACA;
	overflow: auto;
	vertical-align: top;
}

ul.cominfo_add li {
	width: 185px;
	margin-left: 5px;
	float: left;
	font-size: 14px;
	line-height: 170%;
}

ul.cominfo_add li.add {
	width: 330px;
	margin: 0;
}

ul.cominfo_add li.add p {
	background: url(http://img06.shop-pro.jp/PA01177/192/etc/com_list.gif?20120717140803) no-repeat left center;
	font-size: 18px;
	line-height: 170%;
	padding-left: 20px;
}


/* 4つのこだわり */
dl.kodatxt {
	width: 760px;
	margin: 10px auto;
	padding: 0;
	overflow: auto;
}

dl.kodatxt dt {
	width: 190px;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}

dl.kodatxt dt p {
	font-size: 22px;
	line-height: 170%;
	margin-top: 10px;
}

dl.kodatxt dd {
	width: 550px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 170%;
	float: right;
}

dl.kodatxt dd span {
	color: #C3000C;
	font-weight: bold;
	line-height: 170%;
}

dl.kodatxt dd a {
	color: #110B79;
	text-decoration: none;
	line-height: 170%;
}

dl.kodatxt dd a:hover {
	color: #F39800;
}

h2.imgtitle {
	margin-top: 30px;
}

/* 稲作農業 */
h2.inetitle {
	margin-top: 20px;
	color: #237D26;
	font-size: 18px;
	font-weight: bold;
}

div.inename {
	width: 760px;
	margin: 10px auto;
	font-size: 14px;
	text-align: right;
	line-height: 170%;
}