@charset "UTF-8";

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	text-align:center;
	color:#625A3D;
	font-family:sans-serif;
	background: url(img/main/body.jpg) repeat top left;
}

#main-container-back {
	width:820px;
	text-align:center;
	margin:0 auto;
	background:url(img/main/content_back.png) repeat-y center;
}

#main-container {
  width:800px;
	margin:0 auto;
	background:url(img/main/content_back_f.jpg) no-repeat bottom center;
}

img{
	border: none;
}

a {
	text-decoration:none;
	color:#CAA74E;
}

a:hover {
	color:#CAA74E;
	text-decoration:underline;
}


fieldset { padding:10px; }

/* ---------- body_end ---------- */

#main-content {
	background:none;
	width:800px;
	text-align:left;
	margin:0 auto;
}

div#wrapper{
	padding:0 20px 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
/* ---------- header ---------- */

#header {
	padding:5px 0px 0px 0px;
	text-align:left;
	background:#B9B05A;
	font-weight:normal;
}

#header img {
    vertical-align: bottom;
	}


/* ---------- header_end ---------- */

/* ---------- main ---------- */


.content { padding:15px 0;
    width:560px;
	float:right;
	text-align:left;
	}

.main {
   text-align:left;
    }
	
.content ul li { list-style:none; font-size:80%; }

.content p { font-size:80%;line-height:160%; margin-bottom:5px}

.content p.navi {
          font-size:70%;
	  margin: 0px 0px 15px 0px; 
	  padding: 2px 3px 2px 3px ;
	  background:#F1F3C4;
	  border-bottom:1px dashed #8B6222;
	  border-top:1px dashed #8B6222;
	  }

.content blockquote {
	font-size:80%;
	padding:10px 60px 10px 10px ;
	background:url(http://www.asayama-sushi.jp/img/blockquote_bg.gif) no-repeat center right #F9F9E0;
	margin:10px 0;
	border: 3px double #A47633;
}

h1 {
    padding-left:5px;
	text-align:left;
	font-size:80%;
	margin:5px 0px;
	font-weight:normal;
}

h1 a {
	color:#625A3D;
	}

h1 a:hover {
	color:#625A3D;
	}

h2 {
    padding-left:5px;
	color:#625A3D;
	text-align:left;
	font-size:80%;
	margin:5px 0px;
	font-weight:normal;
}

.content h3 {
    width:560px;
	height:30px;
	line-height:30px;
	color:#51370D;
	font-size:90%;
	font-weight:bold;
	text-indent:20px;
	background:url(img/main/h3.jpg) no-repeat;
	margin:0px 0px 10px 0px;
}

.content h3 a {
	color: #51370D;

}

.content h4 {
    height:16px;
	line-height:16px;
	color:#333333;
	font-size:80%;
	font-weight:bold;
	text-indent:25px;
	background:url(img/main/h4.jpg) no-repeat;
	margin:0px 0px 10px 0px;
}

.content h5 {
	color: #51370D;
	font-size:80%;
	padding:5px 0 5px 25px;
	font-weight:normal;
	background:url(http://www.asayama-sushi.jp/img/h5_bg.gif) no-repeat top left;
	margin:0px 0px 10px 0px;
}

.content h6 {
	color: #A81207;
	font-size:80%;
	padding:5px 0 5px 25px;
	font-weight:normal;
	background:url(http://www.asayama-sushi.jp/img/h6_bg.gif) no-repeat top left;
	margin:0px 0px 10px 0px;
}

.entry-info {
	background:url(http://www.asayama-sushi.jp/img/entry_info_bg.gif) no-repeat;
	margin-top:10px;
	padding: 5px 0 20px 0;
}

.entry-info ul { list-style-type: none; }

.entry-info li {
	color:#666666;
	font-size:70%;
	display:inline;
	margin-right: 5px;
}


/* ---------- sidebar ---------- */

#sidebar {
	width:200px;
	float:left;
	text-align:left;
	}

div.side-form {
	padding-bottom:20px;
	}

div.side-form a img {
    border:none;
	}
	
div.side-form p{
	font-size:80%;
    margin:0 10px;
	overflow:hidden;
	line-height:140%;
	padding-bottom:5px;
	}

div.side-form p.font-bold{
    font-weight:bold;
	}

/* ---------- main-menu ---------- */
.main-menu h3 {
	text-decoration: none;
	display: block;
	width: 200px;
	height: 43px;
	text-indent: -700em;
	background:url(img/main/content_menu.jpg) no-repeat;
}
.main-menu ul {
    list-style-type: none;
	}
	 
.main-menu li { margin:0px; text-align:left;}

.main-menu li a {
    width:200px;
	height:37px;
	font-size:80%;
	color:#ffffff;
	display:block;
	line-height:37px;
	text-indent:40px;
	background:url(img/main/menu_back.jpg) no-repeat;
	}

.main-menu li a:hover {
    text-decoration:underline;
	color:#ffffff;
	}

/* ---------- main-menu_end ---------- */

/* ---------- footer ---------- */

.footer {
    width:800px;
	display:block;
}

.footer-inner {
    margin-left:200px;
    width:600px;
	display:block;
	border-top:1px solid #8B6222;
	background:#ffffff;
	padding:5px 0;
	font-size:80%;
}

.footer p {
	text-align:center;
	padding-bottom:5px;
}

.footer ul {
    text-align:center;
	}
	
.footer ul li {
    list-style-type:none;
	display:inline;
	}


/* ---------- footer_end ---------- */

/* entry
==========================================================*/
div.entry{
	padding-bottom:0;
	}
	
div.entry-body{
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.txt_310_l{
	width: 310px;
	float:left;
	margin:0 0 10px;
}

.txt_310_r{
	width: 310px;
	float:right;
	margin:0 0 10px;
}
.txt_270_r{
	width: 270px;
	float:right;
	margin:0 0 10px;
}

.photo-left{
	float:left;
}
.photo-left_m11{
	float:left;
	margin: 0 11px;
}

.m_lr10{
	margin: 0 15px;
}

/* ---------- news ---------- */

.content h3.whats-new-tit {
	margin:0px;
	text-decoration: none;
	font-size: 2px;
	display: block;
	padding:0px;
	height: 24px;
	text-indent: -700em;
	background: url(http://www.asayama-sushi.jp/img/new_tit_bg.gif) no-repeat top left;
}

.new-txt {
	margin:0px;
	padding:10px;
	background:#F1F3C4;
	border-top:1px solid #A47633;
	border-bottom:1px solid #A47633;
}

.new-txt p {
	font-size:80%;
	color:#51370D;
	margin:0px;
	padding:3px 0px;
	border-bottom:1px dashed #CBBB70;
}


/* ---------- news_end ---------- */

/* ---------- archive_list ---------- */

.archive-list {
	margin:0px;
	padding:10px;
	background:#F1F3C4;
	border-top:1px solid #A47633;
	border-bottom:1px solid #A47633;
}

.archive-list-item {
	font-size:80%;
	color:#51370D;
	margin:0px;
	padding:3px 0px;
	border-bottom:1px dashed #CBBB70;
}

/* ---------- archive_list_end ---------- */

/* ---------- sub-menu ---------- */

#sub-menu {
	padding:5px;
	margin:0px 0px 20px 0px;
	border-bottom:2px solid #A47633;
}
#sub-menu h3 { display:none; }
#sub-menu ul { list-style:none; }
#sub-menu li { display:block;font-size:80%;margin-right:15px;float:left; }
#sub-menu li a {
          background:url(http://www.asayama-sushi.jp/img/sub_li_icon.gif) no-repeat 0px 2px;
	  padding-left:15px; 
	  }
 #sub-menu li a:hover {
          color:#D53F11;
	  text-decoration:underline;
	  }

.clear { clear:both; }
/* ---------- sub-menu_end ---------- */

/* ---------- trackback ---------- */
#trackback_url {
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

fieldset { margin-top:20px; }

legend {
	font-size:80%;
}

#comment-author {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-email {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-url {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-text {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}

#comment-preview,#comment-post,#comment-cancel  {
	width:100px;
	font-size:80%;
}

ul.comments-open-footer  {
	padding-top: 15px;
}

.comments-open-footer li {
	display:inline;
	list-style-type: none;
	margin-right: 15px;
}

.comments-post label {
	font-size:80%;
	margin:10px 0;
}

.cclicense { margin:10px 0px;padding:3px; border:1px solid #999BB4;background:#D3D5FA;}

.cclicense p { font-size:60%; }


/* ---------- pagetop ---------- */
div.pagetop{
	width: 560px;
	padding: 3px 10px 3px 3px;
	margin: 0 0 30px;
	text-align: right;
	font-size: 80%;
	background: #b8b159;
}

div.pagetop a{
	color: #fff;
}

div.pagetop a:hover{
	color: #fff;
	text-decoration:underline;
}



/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix{ display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix{ height: 1% }
.clearfix{display:block;}
/* end MacIE5 */

/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }




/* ---------- menu ---------- */
div.entry_m{
	margin: 0;
	padding: 0;
}

div.entry_m h5{
	margin-top: 15px;
} 
#mn_01{	margin: 0; padding: 0;}
#mn_02{	margin: 0; padding: 0;}
#mn_03{	margin: 0; padding: 0;}
#mn_04{	margin: 0; padding: 0;}

div.menu_navi{
	margin: 0;
	padding: 0;
}

div.menu_navi ul{
	width: 560px;
	height: 30px;
	background:url(http://www.asayama-sushi.jp/img/menu/menu_navi.jpg) no-repeat;
}
div.menu_navi ul li{
	float: left;
	width: 140px;
	height: 30px;
}

div.menu_navi ul li a{
	display: block;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
}
div.m_box{
	padding-bottom: 10px;
}
div.m_box02{
	margin-bottom: 0px;
}

div.m_box table{
	width: 360px;
	border-collapse: collapse;
	float: left;
	font-size:80%;
	color:#51370D;
}

div.m_box table tr th{
	text-align: left;
	padding: 5px;
	border:#d9d4b6 solid 1px;
	background: #f6f2bd;
	font-weight: normal;
	border-collapse: collapse;
}

div.m_box table tr td{
	padding: 5px;
	border:#d9d4b6 solid 1px;
	text-align: right;
	border-collapse: collapse;
}

div.m_box div.img-right{
	width: 180px;
	float: right;
	margin:0 10px 10px 0;
}

div.m_box table.w_560{
	width: 560px;
}
div.m_box img{
	margin-bottom: 10px;
}	

div.m_box .m_txt_r{
	width: 360px;
	vertical-align: text-bottom;
	text-align: left;
}

div.box {
    width:560px;
	clear:both;
	margin-bottom:20px;
	}

div.box-l02 {
    float:left;
	width:340px;
	}
	
div.box-r02 {
    float:right;
	width:220px;
	}

table.tbl-staff {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	font-size:80%;
	margin-bottom:20px;
	}
	
table.tbl-staff th{
	padding:5px;
	text-align:center;
	line-height:120%;
	letter-spacing:1px;
	font-weight:normal;
	border-top:2px solid #fff;
	background:#ECE4DD;
	}
	
table.tbl-staff td{
	padding:5px;
	line-height:120%;
	letter-spacing:1px;
	border-bottom:1px solid #9D7F65;
	border-left:5px solid #fff;
	}


/* ---------- shop ---------- */
div.s_box{
	margin-bottom: 10px;
}

div.s_box .img-left{
	width:210px;
	float:left;
	margin:0 10px 10px 0;
}

div.s_boxmap{
	text-align: right;
	margin: 0 20px 20px 0;
	font-size: 85%;
}

div.s_box div.annai_box{
	float:left;
	width: 220px;
}

img.m_lr30{
	margin: 0 30px;
}

/* ---------- shop ---------- */
div.m_box ul{
	margin: 15px 0;
}

div.m_box ul li{
	margin: 10px 0;
	line-height: 2em
}



