@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-size:14px;
   color:#5A482B;
   border-top:5px solid #666666;
   background:#fff url("../image/bg_body.jpg") 0 190px repeat-x;
}

br {
   letter-spacing:normal;
}

a {
   color:#5A482B;
   text-decoration:none;
}

a:hover {
   color:#C94C00;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.clear {
   clear:both;
}

/* ======== strong color ========= */

.b_tomato {
   color:tomato;
   font-weight:bold;
}


/* ========TEMPLATE LAYOUT======== */
#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#FEF5CE url(../image/head_bg.jpg) repeat-x bottom;
}

#header {
	position:relative;
	width:787px;
	margin:0 auto;
}

#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
   text-align:right;
   margin-right:30px;
}

#menu {
   width:100%;
   float:left;
   background:url("../image/bg_menu.jpg") 0 0 repeat-x;
}

#icatch {
   width:787px;
   margin:0 auto ;
   background:#fff;
}


#contents {
   clear:both;
   width:767px;
   margin:0 auto;
   padding:0 10px 10px;
   background:#fff;
}

#main {
   width:767px;
}



#pageTop {
   clear:both;
}

#footMenu {
   width:787px;
   margin:0 auto;
}

#footer {
   background:#EDE3E2;
   border-bottom:5px solid #555;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding-top:35px;
   font-size:32px;
   color:#fff;
   line-height:50px;
}

#header h1 a {
   color:#9B0000;
}

#header h1 a:hover {
   color:#D30000;
}

#header #pr p {
   margin:0;
   font-size:14px;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   font-size:11px;
   margin-left:15px;
}

#header #gnavi li a {
   display:block;
}

#header #gnavi .tel {
   color:#C94C00;
   font-size:24px;
   font-weight:bold;
   letter-spacing:-1px;
   line-height:1.0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:156px;
   color:#5A482B;
   line-height:67px;
   border-right:1px solid #D8D8D8;
   font-family:Georgia,"'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif";
   color:#3F2A0F;
   font-weight:bold;
   font-size:16px;
}

/**メニューごとの背景**/

#menu li.home a {
	border-left:1px solid #D8D8D8;
	background-image: url(../image/topmenu/menu_top.jpg);
	background-repeat: no-repeat;
}

#menu li.home a:hover {
	border-left:1px solid #D8D8D8;
	background-image: url(../image/topmenu/menuover_top.jpg);
	background-repeat: no-repeat;
}

#menu li.menu a {
	background-image: url(../image/topmenu/menu_menu.jpg);
	background-repeat: no-repeat;
}

#menu li.menu a:hover {
	background-image: url(../image/topmenu/menuover_menu.jpg);
	background-repeat: no-repeat;
}

#menu li.kaisya a {
	background-image: url(../image/topmenu/menu_kaisya.jpg);
	background-repeat: no-repeat;
}

#menu li.kaisya a:hover {
	background-image: url(../image/topmenu/menuover_kaisya.jpg);
	background-repeat: no-repeat;
}

#menu li.gyoumu a {
	background-image: url(../image/topmenu/menu_gyoumu.jpg);
	background-repeat: no-repeat;
}

#menu li.gyoumu a:hover {
	background-image: url(../image/topmenu/menuover_gyoumu.jpg);
	background-repeat: no-repeat;
}

#menu li.toiawase a {
	background-image: url(../image/topmenu/menu_toiawase.jpg);
	background-repeat: no-repeat;
}

#menu li.toiawase a:hover {
	background-image: url(../image/topmenu/menuover_toiawase.jpg);
	background-repeat: no-repeat;
}

/*
#menu li a:hover {
   color:#C94C00;
   background:#fff url("../image/bg_menu.jpg") 0 -60px repeat-x;
   z-index:100;
}
*/

/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   margin-bottom:10px;
   font-size:11px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#9B0000;
}

#main a:hover {
   color:#C94C00;
   text-decoration:underline;
}

#main h2 {
   margin-top:0;
   margin-bottom:8px;
   padding:0 0 0 10px;
   color:#5A482B;
   font-family:Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
   font-size:15px;
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url("../image/bg_h2.gif") 100% 100% repeat-x;
}

#main h3 {
   margin-bottom:3px;
   padding-left:20px;
   font-size:14px;
   border-bottom:1px solid #999;
   background:url("../image/bg_h3.gif") 0 5px no-repeat;
}

#main h4 {
   margin-bottom:2px;
   padding:2px 10px;
   font-size:15px;
   background:#B4D35F;
   color:#fff;
}

#main h5 {
   margin-bottom:2px;
   font-size:12px;
   border-bottom:1px solid #5A482B;
}

#main h6 {
   margin-bottom:2px;
   font-size:12px;
}

#main p {
   margin:0 0 1em 0;
   font-size:14px;
}

#main ul,ol,dl {
   font-size:12px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   margin:0;
   padding:0;
}

.information {
   height:90px;
   overflow:auto;
}

#main dl.information dd {
   margin:5px 0;
   padding:0 0 0.5em 8em;
   background:url("../image/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#EBEADD;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:0px solid #ddd;
}

/* ========トップページの各ブロック======== */

#info {
   margin-bottom:30px;
   /*background:url(../image/news_bg.jpg) no-repeat;*/
}

.bannerblock {
   width:787px;
   margin:0 auto ;
}

.topblock {
   margin:7px 0 15px;
}

.topblock_l_left {
   width:338px;
   margin-right:11px;
   float:left;
}

.topblock_l_right {
	width:418px;
	float:left;
}

.topblock_s_left {
   width:373px;
   margin-right:21px;
   float:left;
}

.topblock_s_img {
   width:373px;
   margin:0 17px 0 18px;
   padding-bottom:10px;
}

.topblock_s_right {
   width:373px;
   float:left;
}

/* ========メニューページの各ブロック======== */

#menu_banner {
   width:787px;
   margin:8px auto ;
}
   
.menublock {
   width:757px;
   margin:10px 5px;
}

.menublock_header {
   background:url(../image/kadomaru/kadotop.jpg) no-repeat;
   line-height:39px;
}

.menublock_middle {
   background:url(../image/kadomaru/kadomid.jpg) repeat-y;
}

.menublock_wrap {
   padding:0 30px;
}

.menublock_title {
   margin:0 0 15px;;
   padding:10px 30px;
   font-size:25px;
   border-bottom:solid 1px #666;
}

.menublock_menutitle {
   font-size:24px;
   color:#c60;
   font-weight:bold;
}

.menublock_l_left {
   width:375px;
   margin:10px 20px 10px 5px;
   float:left;
}

.menublock_l_right {
	width:297px;
	margin-top:15px;
	margin-right:0px;
	float:left;
	padding-top: 50px;

}

.menublock_l_right table td {
    boder:0 solid #666;
}

.komeumai {

}

.menublock_footer {
   background:url(../image/kadomaru/kadobottom.jpg) no-repeat;
   line-height:39px;
}

/* ========メニューページの料理サムネイル======== */

.bento_block {

}

.bento_box {
    width:223px;
    margin:0 3px;
	float:left;
}

.bentobox_menutitle {
   padding:3px 5px;
   font-size:16px;
   color:#c60;
   font-weight:bold;
}

/* ========ハムオーダーページ商品画像サムネイル======== */

.ham-order_block {

}

.ham-order_box {
    width:223px;
    margin:0 3px;
	float:left;
}

.ham-order_menutitle {
   padding:3px 0 0 5px;
   font-size:16px;
   color:#c60;
   font-weight:bold;
}

.ham-order_kakaku {
   padding:3px 0 0 5px;
   font-size:16px;
}

.ham-order_yen {
   color:#CF2534;
   font-weight:bold;
}

.ham-order_h_kakaku {
   padding:0 0 0 5px;
}

.ham-order_text {
   margin:0 5px;
   padding-left:5px;
   border:1px solid #aaa;
}

/*　ハムオーダーフォームスタイル */
#ham_ordercontents{
	width:550px;
	margin:15px auto;
	padding:10px;
	color:#666;
	font-size:90%;
	border:0px solid #aaa;
}
table{
	border-collapse:collapse;
}
td{
	border:1px solid #ccc;
	padding:5px;
	font-size:90%;
	color:#666;
}
td.l_Cel{
	width:150px;
}

/* ========ハムオーダーページ特商法スタイル======== */

#toku_block {
   margin-top:15px;
}

#toku_table {
   margin-left:30px;
}

#toku_table table td {
   font-size:14px;
   border: 1px #808080 solid;
}

#souryou table {
   width:400px;
}

#souryou tr td {
   border: 1px #808080 solid;
}

.souryoutable_top {
   background:#F7CFAE;
}

.toku_table_left {
   width:100px;
   color:#f60;
   padding:10px;
}

/* ========会社案内の各ブロック（業務内容ページと共通）======== */

#companyblock {
   width:697px;
   padding-left:30px;
   font-size:16px;
}

.company_title {
	margin:0 0 15px;
	padding:10px 40px;
	font-size:25px;
	border-bottom:solid 1px #666;
	background-image: url(../image/icon_conpany_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#company_naiyou {
   padding:0 20px;
   line-height:30px;
}

#conpany_under {
   margin-top:15px;
   text-align:right;
}

#gaiyoutable {
   margin-left:30px;
}

#gaiyoutable table td {
   font-size:14px;
}

.gaiyoutable_left {
   width:60px;
   color:#f60;
   padding:10px;
}

.companyblock_header {
/*
   background:url(../image/kadomaru/kadotop.jpg) no-repeat;*/
   line-height:39px;
}

.companyblock_middle {
/*
   background:url(../image/kadomaru/kadomid.jpg) repeat-y;*/
}

.companyblock_footer {
/*
   background:url(../image/kadomaru/kadobottom.jpg) no-repeat;*/
   line-height:39px;
}

#map {
   margin-top:15px;
   margin-left:30px;
   border:1px solid #666;
   padding:10px;
}

/* ========業務内容ページの各ブロック======== */

.works_naiyou {
   padding:0 20px;
   line-height:32px;
   font-size:16px;
}



/* ========問い合わせの各ブロック======== */

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#9B0000;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   line-height:1.4;
   list-style:none;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:12px;
   background:url("../images/bg_list.gif") 0 6px no-repeat;
}


/* ========PAGEOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding-left:8px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background:url("../image/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:30px 0;
   font-size:11px;
   font-style:normal;
   color:#333;
   text-align:center;
}

/* ========NEWS CUSTOMIZE======== */

.news_block {
   margin:5px 30px 0px 30px;
   padding-bottom:30px;
   font-size:16px;
}

#main .news_block table tr td {
   font-size:16px;
}

.news_day {
   text-align:right;
   margin:5px 0;
}
