/****************************************

共通

*****************************************/
html{
	overflow-y:scroll;
/*	height: 100%;*/
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*	height: 100%;*/
	font-size: 14px;
	xfont-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'メイリオ', Meiryo, sans-serif, osaka;
	color: #231815;
	background-repeat: repeat;
	font-family: 'メイリオ',Meiryo,osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif ;
	background-color: #f7f4eb;
}
/*IE7ハック*/
*:first-child+html body{
	font-size: 14px;
}
/*IE6ハック*/
*html body{
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dt,dl,dd,
form,fieldset,input,textarea,button,table,embed,object,bgsound{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	list-style-type: none;
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 1000px;
	margin:0 auto;
	padding: 5px 20px 0;
	background-color: #ffffff;
	text-align: center;
}

body > #container {
        height: auto;
}
a:visited{
}
a:link{
}
a {
	color: #231815;
	text-decoration: none
}
a:hover {
	color: #e60012;
	text-decoration: none
}
/*画像リンクの外枠の線をなくす*/
a img{
	border:0;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}
.hidden {
	visibility: hidden;
	text-decoration: none;
	font-size:10px;
}
.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.H10{
	height:10px;
	font-size: 10px;
	clear: both;
}
.H15{
	height:15px;
	font-size: 15px;
	clear: both;
}
.H20{
	height:20px;
	font-size: 20px;
	clear: both;
}
.H50{
	height:50px;
	font-size: 50px;
	clear: both;
}
.H100{
	height:100px;
	font-size: 50px;
	clear: both;
}
.red{							/*赤を出す*/
	color:#E72318;
}
.black{							/*黒を出す*/
	color:#343434;
}
.under {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* --------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------- */
/* FontWeight = fw */
.fwb { font-weight: bold; }
.fwn { font-weight: normal; }

/* TextAlign = ta */
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

/* FontSize = fs */
/* Relative FontSize = fsr */
.fsr10 { font-size: 77%; }
.fsr11 { font-size: 85%; }
.fsr12 { font-size: 92%; }
.fsr13 { font-size: 100%; }
.fsr14 { font-size: 107%; }
.fsr15 { font-size: 114%; }
.fsr16 { font-size: 122%; }
.fsr17 { font-size: 129%; }
.fsr18 { font-size: 136%; }
.fsr19 { font-size: 144%; }
.fsr20 { font-size: 152%; }
.fsr21 { font-size: 159%; }
.fsr22 { font-size: 167%; }
.fsr23 { font-size: 174%; }
.fsr24 { font-size: 184%; }
.fsr25 { font-size: 189%; }
.fsr26 { font-size: 197%; }

/* Keyword FontSize = fsk */
.fskxxs { font-size: xx-small; }
.fskxs { font-size: x-small; }
.fsks { font-size: small; }
.fskm { font-size: medium; }
.fskl { font-size: large; }
.fskxl { font-size: x-large; }
.fskxxl { font-size: xx-large; }
/* --------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------- */
/* Padding = pd */
/* Padding (top + right + bottom + left) = pd */
.pd02 { padding: 2px; }
.pd05 { padding: 5px; }
.pd08 { padding: 8px; }
.pd10 { padding: 10px; }
.pd15 { padding: 15px; }
.pd20 { padding: 20px; }
.pd25 { padding: 25px; }
.pd30 { padding: 30px; }
.pd35 { padding: 35px; }
.pd40 { padding: 40px; }
.pd45 { padding: 45px; }
.pd50 { padding: 50px; }
.pd55 { padding: 55px; }
.pd60 { padding: 60px; }

/* Padding (top + bottom) = pdtb */
.pdtb05 { padding-top: 5px; padding-bottom: 5px; }
.pdtb10 { padding-top: 10px; padding-bottom: 10px; }
.pdtb15 { padding-top: 15px; padding-bottom: 15px; }
.pdtb20 { padding-top: 20px; padding-bottom: 20px; }
.pdtb25 { padding-top: 25px; padding-bottom: 25px; }
.pdtb30 { padding-top: 30px; padding-bottom: 30px; }
.pdtb35 { padding-top: 35px; padding-bottom: 35px; }
.pdtb40 { padding-top: 40px; padding-bottom: 40px; }
.pdtb45 { padding-top: 45px; padding-bottom: 45px; }
.pdtb50 { padding-top: 50px; padding-bottom: 50px; }
.pdtb55 { padding-top: 55px; padding-bottom: 55px; }
.pdtb60 { padding-top: 60px; padding-bottom: 60px; }

/* Padding (right + left) = pdrl */
.pdrl05 { padding-right: 5px; padding-left: 5px; }
.pdrl10 { padding-right: 10px; padding-left: 10px; }
.pdrl15 { padding-right: 15px; padding-left: 15px; }
.pdrl20 { padding-right: 20px; padding-left: 20px; }
.pdrl25 { padding-right: 25px; padding-left: 25px; }
.pdrl30 { padding-right: 30px; padding-left: 30px; }
.pdrl35 { padding-right: 35px; padding-left: 35px; }
.pdrl40 { padding-right: 40px; padding-left: 40px; }
.pdrl45 { padding-right: 45px; padding-left: 45px; }
.pdrl50 { padding-right: 50px; padding-left: 50px; }
.pdrl55 { padding-right: 55px; padding-left: 55px; }
.pdrl60 { padding-right: 60px; padding-left: 60px; }

/* Padding (top) = pdt */
.pdt05 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }
.pdt25 { padding-top: 25px; }
.pdt30 { padding-top: 30px; }
.pdt35 { padding-top: 35px; }
.pdt40 { padding-top: 40px; }
.pdt45 { padding-top: 45px; }
.pdt50 { padding-top: 50px; }
.pdt55 { padding-top: 55px; }
.pdt60 { padding-top: 60px; }
.pdt110 { padding-top: 110px; }

/* Padding (right) = pdr */
.pdr05 { padding-right: 5px; }
.pdr10 { padding-right: 10px; }
.pdr15 { padding-right: 15px; }
.pdr20 { padding-right: 20px; }
.pdr25 { padding-right: 25px; }
.pdr30 { padding-right: 30px; }
.pdr35 { padding-right: 35px; }
.pdr40 { padding-right: 40px; }
.pdr45 { padding-right: 45px; }
.pdr50 { padding-right: 50px; }
.pdr55 { padding-right: 55px; }
.pdr60 { padding-right: 60px; }

/* Padding (bottom) = pdb */
.pdb05 { padding-bottom: 5px; }
.pdb10 { padding-bottom: 10px; }
.pdb15 { padding-bottom: 15px; }
.pdb20 { padding-bottom: 20px; }
.pdb25 { padding-bottom: 25px; }
.pdb30 { padding-bottom: 30px; }
.pdb35 { padding-bottom: 35px; }
.pdb40 { padding-bottom: 40px; }
.pdb45 { padding-bottom: 45px; }
.pdb50 { padding-bottom: 50px; }
.pdb55 { padding-bottom: 55px; }
.pdb60 { padding-bottom: 60px; }

/* Padding (left) = pdl */
.pdl05 { padding-left: 5px; }
.pdl10 { padding-left: 10px; }
.pdl15 { padding-left: 15px; }
.pdl20 { padding-left: 20px; }
.pdl25 { padding-left: 25px; }
.pdl30 { padding-left: 30px; }
.pdl35 { padding-left: 35px; }
.pdl40 { padding-left: 40px; }
.pdl45 { padding-left: 45px; }
.pdl50 { padding-left: 50px; }
.pdl55 { padding-left: 55px; }
.pdl60 { padding-left: 60px; }
/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */
/* Margin = mg */
/* Margin (top + right + bottom + left) = mg */
.mg02 { margin: 2px; }
.mg05 { margin: 5px; }
.mg08 { margin: 8px; }
.mg10 { margin: 10px; }
.mg15 { margin: 15px; }
.mg20 { margin: 20px; }
.mg25 { margin: 25px; }
.mg30 { margin: 30px; }
.mg35 { margin: 35px; }
.mg40 { margin: 40px; }
.mg45 { margin: 45px; }
.mg50 { margin: 50px; }
.mg55 { margin: 55px; }
.mg60 { margin: 60px; }

/* Margin (top + bottom) = mgtb */
.mgtb05 { margin-top: 5px; margin-bottom: 5px; }
.mgtb10 { margin-top: 10px; margin-bottom: 10px; }
.mgtb15 { margin-top: 15px; margin-bottom: 15px; }
.mgtb20 { margin-top: 20px; margin-bottom: 20px; }
.mgtb25 { margin-top: 25px; margin-bottom: 25px; }
.mgtb30 { margin-top: 30px; margin-bottom: 30px; }
.mgtb35 { margin-top: 35px; margin-bottom: 35px; }
.mgtb40 { margin-top: 40px; margin-bottom: 40px; }
.mgtb45 { margin-top: 45px; margin-bottom: 45px; }
.mgtb50 { margin-top: 50px; margin-bottom: 50px; }
.mgtb55 { margin-top: 55px; margin-bottom: 55px; }
.mgtb60 { margin-top: 60px; margin-bottom: 60px; }

/* Margin (right + left) = mgrl */
.mgrl05 { margin-right: 5px; margin-left: 5px; }
.mgrl10 { margin-right: 10px; margin-left: 10px; }
.mgrl15 { margin-right: 15px; margin-left: 15px; }
.mgrl20 { margin-right: 20px; margin-left: 20px; }
.mgrl25 { margin-right: 25px; margin-left: 25px; }
.mgrl30 { margin-right: 30px; margin-left: 30px; }
.mgrl35 { margin-right: 35px; margin-left: 35px; }
.mgrl40 { margin-right: 40px; margin-left: 40px; }
.mgrl45 { margin-right: 45px; margin-left: 45px; }
.mgrl50 { margin-right: 50px; margin-left: 50px; }
.mgrl55 { margin-right: 55px; margin-left: 55px; }
.mgrl60 { margin-right: 60px; margin-left: 60px; }

/* Margin (top) = mgt */
.mgt05 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt25 { margin-top: 25px; }
.mgt30 { margin-top: 30px; }
.mgt35 { margin-top: 35px; }
.mgt40 { margin-top: 40px; }
.mgt45 { margin-top: 45px; }
.mgt50 { margin-top: 50px; }
.mgt55 { margin-top: 55px; }
.mgt60 { margin-top: 60px; }

/* Margin (-top) = mgt */
.mgt-05 { margin-top: -5px; }
.mgt-10 { margin-top: -10px; }
.mgt-15 { margin-top: -15px; }
.mgt-20 { margin-top: -20px; }
.mgt-25 { margin-top: -25px; }
.mgt-30 { margin-top: -30px; }
.mgt-35 { margin-top: -35px; }
.mgt-40 { margin-top: -40px; }
.mgt-45 { margin-top: -45px; }
.mgt-50 { margin-top: -50px; }

/* Margin (right) = mgr */
.mgr05 { margin-right: 5px; }
.mgr10 { margin-right: 10px; }
.mgr15 { margin-right: 15px; }
.mgr20 { margin-right: 20px; }
.mgr25 { margin-right: 25px; }
.mgr30 { margin-right: 30px; }
.mgr35 { margin-right: 35px; }
.mgr40 { margin-right: 40px; }
.mgr45 { margin-right: 45px; }
.mgr50 { margin-right: 50px; }
.mgr55 { margin-right: 55px; }
.mgr60 { margin-right: 60px; }

/* Margin (bottom) = mgb */
.mgb05 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb15 { margin-bottom: 15px; }
.mgb20 { margin-bottom: 20px; }
.mgb25 { margin-bottom: 25px; }
.mgb30 { margin-bottom: 30px; }
.mgb35 { margin-bottom: 35px; }
.mgb40 { margin-bottom: 40px; }
.mgb45 { margin-bottom: 45px; }
.mgb50 { margin-bottom: 50px; }
.mgb55 { margin-bottom: 55px; }
.mgb60 { margin-bottom: 60px; }

/* Margin (left) = mgl */
.mgl05 { margin-left: 5px; }
.mgl10 { margin-left: 10px; }
.mgl15 { margin-left: 15px; }
.mgl20 { margin-left: 20px; }
.mgl25 { margin-left: 25px; }
.mgl30 { margin-left: 30px; }
.mgl35 { margin-left: 35px; }
.mgl40 { margin-left: 40px; }
.mgl45 { margin-left: 45px; }
.mgl50 { margin-left: 50px; }
.mgl55 { margin-left: 55px; }
.mgl60 { margin-left: 60px; }

#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#header .logo {
	display: inline;
	float: left;
	width: 260px;
}
#header .catch {
	text-align: left;
	display: inline;
	float: left;
	width: 340px;
	margin-left: 20px;
	margin-top: 25px;
}
#header .catch h1 {
	line-height: 1.5;
	margin-top: 5px;
	font-weight: normal;
}
#header .info {
	text-align: left;
	display: inline;
	float: right;
	width: 280px;
	margin-top: 25px;
}
#header .info .top {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/header_info_back_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 280px;
}
#header .info .middle {
	background-color: #f2e7db;
	margin: 0px;
	padding: 0px;
	width: 280px;
}
#header .info .bottom {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/header_info_back_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 280px;
}
#header .info table {
	background-color: #f2e7db;
	padding: 0px;
	width: 260px;
	margin-left: 10px;
}
#header .info table td{
	padding-top: 5px;
	padding-bottom: 5px;
}
#header .info table .td_list01{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/header_info_list01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	width: 75px;
}
#header .info table .td_list02{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/header_info_list02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#top_image {
	width: 1000px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
	z-index: 20;
}
#top_image2 {
	width: 1000px;
	clear: both;
	margin: 25px 0; 20px
}

/*************************************

コンテンツ

**************************************/
#contents {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/*パンくず*/
#contents #bc {
	margin-bottom: 20px;
	padding-left: 30px;
	text-align: left;
}
#contents #bc ul {
	margin: 0px;
	padding: 0px;
}
#contents #bc ul li {
	letter-spacing: 0.05em;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

/*左ナビ*/
#contents #side_nav {
	display: inline;
	float: left;
	width: 250px;
}
#contents #side_nav .nav01 {
	width: 230px;
	margin-top: 10px;
	margin-left: 0px;
	text-align: left;
}
#contents #side_nav .nav01 ul {
	margin: 0px;
	padding: 0px;
}
#contents #side_nav .nav01 ul li{
	font-size: 18px;
	padding: 5px 0;
	width:230px;
	height:30px;
	display: block;
}
#contents #side_nav .nav01 ul li span{
	position: relative;
	top: 2px;
}
#contents #side_nav .nav01 ul .this_site{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/side_nav_list01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
	color: #e60012;
	width:230px;
	height:30px;
	display: block;
}
#contents #side_nav .nav01 ul li a{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/side_nav_list02.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
	color: #00479d;
	text-decoration: none;
	width:230px;
	height:30px;
	display: block;
}
#contents #side_nav .nav01 ul li a:hover{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/side_nav_list01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 35px;
	color: #e60012;	
	width:230px;
	height:30px;
	display: block;
}

/*右コンテンツ*/
#contents #main_top,#contents #main {
	display: inline;
	float: right;
	width: 630px;
}
#contents #main_top .top_table01 {
	width: 630px;
	margin-bottom: 30px;
}
#contents #main_top .top_table01 th {
	text-align: left;
	vertical-align: top;
	width: 250px;
}
#contents #main_top .top_table01 td {
	text-align: left;
	width: 380px;
}
#contents #main_top .top_table01 .td01 p {
	line-height: 1.5;
	margin-top: 15px;
}
#contents #main_top .top_table01 .td02 {
	text-align: right;
	vertical-align: bottom;
}

/* アワセそばのこだわり */
.kodawari_waku {
}
.kodawari_top {
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 630px;
}
.kodawari_body {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_back.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 630px;
	text-align: left;
}
.kodawari_body ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
	top: 10px;
	left: 60px;
}
.kodawari_body ul .li01 a {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list01_off.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 284px;
	display: block;
}
.kodawari_body ul .li01 a:hover {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list01_on.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 284px;
	display: block;
}
.kodawari_body ul .li02 a {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list02_off.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 301px;
	display: block;
}
.kodawari_body ul .li02 a:hover {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list02_on.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 301px;
	display: block;
}
.kodawari_body ul .li03 a {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list03_off.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 188px;
	display: block;
}
.kodawari_body ul .li03 a:hover {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list03_on.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 188px;
	display: block;
}
.kodawari_body ul .li04 a {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list04_off.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 415px;
	display: block;
}
.kodawari_body ul .li04 a:hover {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list04_on.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 415px;
	display: block;
}
.kodawari_body ul .li05 a {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list05_off.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 226px;
	display: block;
}
.kodawari_body ul .li05 a:hover {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_kodawari_list05_on.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 226px;
	display: block;
}
.kodawari_body ul .li01 {
	margin-bottom: 21px;
}
.kodawari_body ul .li02 {
	margin-bottom: 21px;
}
.kodawari_body ul .li03 {
	margin-bottom: 21px;
}
.kodawari_body ul .li04 {
	margin-bottom: 21px;
}

/*人気商品*/
#contents .item {
	width: 300px;
	overflow: hidden;
	margin-left: 10px;
	float: left;
	margin-bottom: 30px;
}
#contents .item .left {
	display: inline;
	float: left;
	width: 150px;
}
#contents .item .right {
	text-align: left;
	display: inline;
	float: left;
	width: 140px;
	margin-right: 10px;
}
#contents .item .right h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 18px;
	padding-left: 10px;
}
#contents .item .right p {
	line-height: 1.5;
	margin-top: 10px;
	margin-left: 10px;
}
#contents .item .btn {
	text-align: right;
	clear: both;
}
#contents .item .btn span a{
	display:block;
	width:66px;
	height:22px;
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_item_detail_btn_off.gif);
	background-repeat: no-repeat;
	float: right;
}
#contents .item .btn span a:hover{
	display:block;
	width:66px;
	height:22px;
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_item_detail_btn_on.gif);
	background-repeat: no-repeat;
	float: right;
}


/*ブログ*/
#contents #main_top .blog_table {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_blog_line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#contents #main_top .blog_table th {
	text-align: left;
	vertical-align: top;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#contents #main_top .blog_table td {
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	width: 470px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#contents #side_nav .cart_inner {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
#contents #side_nav .cart_inner td {
	line-height: 1.5;
	color: #666464;
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_blog_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 1.1em;
}
/*************************************

フッタ

**************************************/
#footer_banner01 {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	height: 197px;
}
#footer_banner01 th {
	width: 710px;
}
#footer_banner01 td {
	width: 210px;
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/footer_banner_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	padding-bottom: 30px;
}
#footer_banner01 td li {
	margin-left: 20px;
}
#footer_banner01 td .li01 a{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/footer_banner_btn01_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 170px;
	margin-bottom: 15px;
}
#footer_banner01 td .li01 a:hover{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/footer_banner_btn01_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 170px;
	margin-bottom: 15px;
}
#footer_banner01 td .li02 a{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/footer_banner_btn02_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 170px;
}
#footer_banner01 td .li02 a:hover{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/footer_banner_btn02_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 170px;
}

#footer_menu01 {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_blog_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-top: 20px;
}
#footer_menu01 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_menu01 ul li {
	display: inline;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666464;
}
#footer_menu01 ul li:after {
	border-right: none;
}
#footer_menu02 {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 0.8em;
}
#footer_menu02 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_menu02 ul li {
	display: inline;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666464;
}
#footer_menu02 ul li:after {
	border-right: none;
}
#footer_info {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#footer_info .tr_top td {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/footer_waku_top.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 920px;
	padding: 0px;
	background-position: bottom;
}
#footer_info .tr_bottom td {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/footer_waku_bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 920px;
	padding: 0px;
}
#footer_info .tr01 {
	background-color: #f2e7db;
	width: 100px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#footer_info .tr02 {
	width: 770px;
	background-color: #f2e7db;
	text-align: left;
	line-height: 1.6;
	color: #666464;
	font-size: 0.9em;
}
#copyright {
	font-size: 0.9em;
	color: #666464;
	width: 920px;
	margin: 5px auto;
	letter-spacing: 0.05em;
}
/*************************************

ページ共通

**************************************/
/*メニュー紹介ボタン*/
#contents .menu_btn {
	text-align: right;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-right: 10px;
}
#contents .menu_btn ul {
	margin: 0px;
	padding: 0px;
}
#contents .menu_btn ul .li01 a{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/menu_btn01_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 165px;
	float: right;
}
#contents .menu_btn ul .li01 a:hover{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/menu_btn01_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 165px;
	float: right;
}
#contents .menu_btn ul .li02 a{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/menu_btn02_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 165px;
	float: right;
}
#contents .menu_btn ul .li02 a:hover{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/menu_btn02_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 165px;
	float: right;
}
#contents .menu_btn ul .top_btn {
	margin-top: 10px;
}

/****************************************

フリーページ

*****************************************/
/*食堂の紹介*/
#main .intro_shop_image {
	width: 610px;
	margin: 30px auto;
	overflow: hidden;
}
#main .intro_shop_image .left {
	display: inline;
	float: left;
	width: 290px;
}
#main .intro_shop_image .right {
	display: inline;
	float: right;
	width: 290px;
}
#main .intro_table {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_blog_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}
#main .intro_table th {
	width: 40px;
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/header_info_list02.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left center;
}
#main .intro_table .td01 {
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#main .intro_table .td02 {
	width: 440px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	text-align: left;
}
/*メニューの紹介*/
#main .menu_waku_top {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/menu_waku_top.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 8px;
	width: 610px;
	background-position: bottom;
}
#main .menu_waku_bottom {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/menu_waku_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 8px;
	width: 610px;
	background-position: top;
}
#main .menu_title {
	background-color: #f3e1cb;
	width: 580px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#main .menu_title ul {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#main .menu_title ul .li_menu01{
	margin-bottom:10px;
}
#main .menu_title ul li a {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/arrow_list_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display:block;
	width:130px;
}
#main .menu_title ul li a:hover {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/arrow_list_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display:block;
	width:130px;
}
#main .menu_item {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}
#main .menu_item .left {
	display: inline;
	float: left;
	width: 280px;
	margin-bottom: 30px;
}
#main .menu_item .left h4 {
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#main .menu_item .left table {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_blog_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 280px;
}
#main .menu_item .left table th {
	width: 75%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/arrow_list_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
}
#main .menu_item .left table td {
	width: 25%;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
#main .menu_item .left table.sobaMenuTbl th {
	width: 60%;
}
#main .menu_item .left table.sobaMenuTbl td {
	width: 40%;
}

/*アワセそばのこだわり*/
#main .sen01, #main .sen02 {
	width: 590px;
	overflow: hidden;
	margin: 0 auto;
}
#main .sen01 .left {
	display: inline;
	float: left;
	width: 280px;
}
#main .sen01 .right {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/kodawari_note_line.gif);
	background-repeat: repeat-y;
	text-align: left;
	display: inline;
	float: right;
	width: 290px;
	line-height: 28px;
	margin-top: 5px;
}
#main .sen01 .right p{
	font-size:16px;
	margin-right: 10px;
	margin-left: 10px;
}
#main .sen02 .right {
	display: inline;
	float: right;
	width: 280px;
}
#main .sen02 .left {
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/kodawari_note_line.gif);
	background-repeat: repeat-y;
	text-align: left;
	display: inline;
	float: left;
	width: 290px;
	line-height: 28px;
	margin-top: 5px;
}
#main .sen02 .left p{
	font-size:16px;
	margin-right: 10px;
	margin-left: 10px;
}
/*商品一覧*/
.item_list {
	overflow: hidden;
	margin-bottom: 20px;
}
.item_list .items {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.item_list .items .p_title{
	font-size: 16px;
	color: #6d2916;
}

#header-top {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 20px;
  text-align: left;
  color: #FFF;
  background-color: #231815;
}
#header-top h1 {
  display: inline-block;
  color: #FFF;
  font-size: 90%;
}
#header-top ul {
  float: right;
}
#header-top ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 90%;
}
#header-top ul li a {
  color: #FFF;
}
#header-top ul li a:before {
  content: '';
  padding-left: 15px;
  background: url(https://img16.shop-pro.jp/PA01098/798/etc/arrow.png) left center no-repeat;
}

#header_table {
	width: 1000px;
	margin-bottom: -70px;
}
#header_table .tr01 th {
  width: 260px;
	vertical-align: top;
}
#header_table #header-logo {
  margin-top: -10px;
}

#header_table .tr01 .td01,#header_table .tr02 .td01{
	vertical-align: top;
	text-align: left;
}
#header_table .tr02 .td01 {
	width: 298px;
	padding-right: 10px;
}
#header_table .tr02 .td01 h1 {
	line-height: 1.5;
	margin-top: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 0.85em;
}
#header_table .tr02 .td02 {
	width: 490px;
	vertical-align: top;
  text-align: right;
}
#header_table .tr02 .td03 {
	width: 155px;
	vertical-align: top;
}
#header_table .tr02 .td03 .human{
	position: relative;
	z-index: 10;
	left: 0;
	top: -45px;
}
.header_tel{
	text-align: left;
	vertical-align: middle;
}
#header-tel-box {
  display: inline-block;
  padding-top: 15px;
}
#header-tel-box .shop-holiday {
  display: inline-block;
  margin-left: 0.5em;
  padding: 2px 10px;
  vertical-align: top;
  color: #FFF;
  background-color: #e60012;
}
#header-tel-box .header-open-time {
  padding-top: 5px;
  font-weight: bold;
}
.header_tel{
	text-align: left;
	vertical-align: middle;
}
.header_tel em{
	font-style: normal;
	position: relative;
	top: -7px;
}
/*TOPにもどるボタン*/
.top_return_btn{
	text-align: right;
}
.top_return_btn li{
	float: right;
}
.top_return_btn li a{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_btn_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 188px;
}
.top_return_btn li a:hover{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_btn_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 188px;
}
/*サイトマップ*/
.sitemap{
	text-align: left;
	padding-left: 20px;
	font-size: 1.1em;
}
.sitemap dt {
	margin-bottom: 10px;
}
.sitemap dt a{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/arrow_list_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display:block;
	width:130px;
}
.sitemap dt a:hover{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/arrow_list_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display:block;
	width:130px;
}
.sitemap dd {
	margin-bottom: 10px;
	margin-left: 10px;
}
.sitemap dd a{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/arrow_list_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display:block;
	width:190px;
}
.sitemap dd a:hover{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/arrow_list_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display:block;
	width:190px;
}

/*20100927 左ナビ　ブログバナー*/
.blog_bnr{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/blog_banner.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 227px;
}
.blog_bnr a{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/blog_banner.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 227px;
}
.blog_bnr a:hover{
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/blog_banner.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 227px;
	background-position: left bottom;
}
/*3個以上のご注文*/
.attention01{
	line-height: 1.6;
	color: #F00;
	width: 520px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}
.attention01 a{
	color: #F00;
	text-decoration: underline;
}
.attention01 a:hover{
	color: #F00;
	text-decoration: none;
}

/*20101210 お知らせ　（http://awasesoba-syokudo.com/?tid=2&mode=f8）*/
.board_table{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.board_table th{
	width: 180px;
}
.board_table .td01{
	width: 400px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	height: 26px;
}
.board_table .td02{
	text-align: right;
	padding-bottom: 5px;
}
.board_table td .h3_board_title{
	font-size: 18px;
	margin-bottom: 10px;
	color: #e61919;
}
.board_table .td03 {
	vertical-align: top;
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
}
.board_table .td03 p{
	line-height: 1.6;
}
.board{
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://img16.shop-pro.jp/PA01098/798/etc/top_blog_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 30px;
}
.board p{
	line-height: 1.6;
}

.board_table2{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.board_table2 .td01{
	text-align: left;
	vertical-align: top;
	height: 26px;
}
.board_table2 .td02{
	text-align: right;
	vertical-align: top;
	padding-bottom: 5px;
}
.board_table2 td .h3_board_title{
	font-size: 18px;
	margin-bottom: 10px;
	color: #e61919;
}