@charset "Shift-JIS";
/* CSS 毎日コミュニケーション */

*  { 
          padding : 0px ; 
          margin : 0px ; 
} 

body {
	background: url(../img/body_bg.gif) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	margin: 0 auto;
	text-align: center;
	}

p {
	line-height: 1.5em;
	padding: 5px 0;
	margin: 0;
	}
	
img {
	border: none;
	}


	
h1,h2,h3 {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	margin:0;
	padding: 0;
	}
	
a, a:link {
	color: #1177ee;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}

#wrapper {
	background: url(../img/wrapper_bg.gif) repeat-y;
	margin: 0 auto;
	width: 960px;
	}
	
#header {
	background: url(../img/header_bg.gif) repeat-x;
	height: 85px;
	text-align:right;
	}
	
#content {
	background:url(../img/content_bg.gif) repeat-x;
	}
	
#content_wrap {
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
	width: 800px;
	}

#content_cm {
	margin: 0 auto;
	padding: 8px 0 0 0;
	}
	
#footer {
	background: #1177ee;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	clear: both;
	}
	
/* =============== TEXT ================= */

.content_h2 {
	background:url(../img/title_bg.gif) no-repeat;
	padding: 20px 50px;
	height: 50px;
	}

#copy {
  padding-top: 6px;
  padding-bottom: 4px;
  line-height: 2em;
}


/* =============== HEADER ================= */

#head_logo {
	float: left;
	padding: 15px 0 0 15px;
	width: 225px;
	text-align:left;
	}
	
#header h1 {
	font-size: 14px;
	line-height: 1.2em;
	color: #1177ee;
	}

#header h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0;
	line-height: 1.5em;
	}
	
#head_right {
	float: right;
	width: 500px;
	padding: 10px;
	}
	
/* =============== MENU BAR ================= */
#menubar {
	margin: 0 auto;
	background: url(../img/menubar_bg.gif) repeat-x;
	height: 55px;
	}
	
#menubar_wrap {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	}
	
#menubar a {
	display: block;
	height: 40px;
	float: left;
	padding: 15px 0 0 15px;
/*	width: 145px; */
	width: 177px;
	}
	
*html #menubar a {/*IE6*/
/*	width: 144px; */
	width: 176px;
	}
	
#menubar a:hover {
	background-position: 0 -55px;
	text-decoration: none;
	}
	
.menu_a {
/*	background: url(../img/menu_btn_bg.gif) no-repeat; */
	background: url(../img/menu_btn_bg02.gif) no-repeat;
	}
	
.menu_b {
	background-image: url(../img/menu_btn_bg_b.gif);
	}

*html .menu_b {/*IE6*/
	background-image: url(../img/menu_btn_bg_b.gif) right;
	}

#menubar h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px;
	margin: 0;
	}	
	
/* =============== MAIN VIS================= */

#main_vis {
	margin: 0 auto;
	background: url(../img/main_vis_bg.gif) repeat-y center;
	}
	
/* =============== CONTENT LEFT ================= */
#content h2 {
	font-size: 12px;
	font-weight: normal;
	}

/* =============== Secondary page ================= */

#sec_content {
	margin: 20px auto;
	text-align: left;
	padding: 0 auto;
	width: 960px;
	font-size: 16px;
	clear: both;
	}
	

#sec_content h1{
        border: 1px solid #82c1ea;
	margin: 15px 0 20px 0;
	height: 20px;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 10px 10px;
	background: url(../img/title_bg.gif) repeat-x;
	clear: both;

}


.navi{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}


.company_info {
	margin-bottom: 15px; 
	}
	
.top_photo{
	width: 960px;
	margin: 0 0 10px 0;
	clear: both;
}

#footmenu{
	clear: both;
	margin: 20px auto;
}

.pagetop{
	clear: both;
	text-align: right;
	color: #1177ee;
}



/* =============== CONCEPT ================= */

div.concept div{
	display:table-cell;
	vertical-align:top;
	}

* html div.concept div{/* IE 6 */
	display:inline;
	zoom:1;
	}

*:first-child+html div.concept div{/* IE 7 */
	display:inline;
	zoom:1;
	}

.concept_text {
	padding-left: 20px;
	width: 420px;
	}
	
*html .concept_text {/*IE6*/
	width: 420px;
	}
	
.concept h2 {
	background: url(../img/ttl_concept_bg.gif) no-repeat;
	height: 50px;
	margin-bottom: 10px;
	padding: 10px 0 0 50px;
	}
	
.concept h3 {
	font-size: 13px;
	line-height: 1.5em;
	padding: 0 0 10px 40px;
	}
	
.concept p {
	padding: 0 40px;
	}
	
/* =============== CONTENT MENU ================= */

.pickup {
	font-size: 11px;
	}
	
.pickup h3,h4 {
	font-size: 12px;
	}
	
.pickup h3 {
	color: #d69583;
	}
	
div.pickup div{
	display:table-cell;
	vertical-align:top;
	}

* html div.pickup div{/* IE 6 */
	display:inline;
	zoom:1;
	}

*:first-child+html div.pickup div{/* IE 7 */
	display:inline;
	zoom:1;
	}	
	
.pickup_text {
	padding-left: 20px;
	width: 180px;
	}

*html .pickup_text {/*IE6*/
	width: 170px;
	}
	
*:first-child+html .pickup_text {/*IE6*/
	width: 170px;
	}
	
.pickup_row {
	margin-bottom: 20px;
	}

.contmenu_left {
	float: left;
	width: 375px;
	}
	
.contmenu_right {
	float: right;
	width: 375px;
	}
	
*html .pickup_left {/*IE6*/
	width: 370px;
	}

*html .pickup_right {/*IE6*/
	width: 370px;
	}
	
/* =============== FOOD MANU ================= */

.food_menu {
	line-height: 1.5em;
	}

.foodmenu_float {
	float: left;
	margin-right: 15px;
	width: 260px;
	}
	
.foodmenu_right {
	float: right;
	width: 248px;
	}


	
.food_menu h3 {
	color: #d69583;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 3px;
	}
	
/* =============== SHOP ================= */


.shop_info {
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 800px;
	}
	
.shop_img {
	margin-right: 10px;
	float: left;
	}
	
.shop_img_end {
	margin: 0;
	float: right;
	}
	
.shop_left {
	float: left;
	width: 450px;
	}
	
.shop_right {
	float: right;
	width: 310px;
	}
	
.shopinfo_h2 {
	background: url(../img/ttl_about_bg.gif) no-repeat;
	height: 60px;
	padding: 10px 50px;
	}


	
.map {
	border: 0px solid #333;
	}
		

/* =============== INFORMATION ================= */

#info{
	margin: 10px auto;
	width: 960px;
}




#info dl {

	margin: 10px 18px 0 18px;
	margin-bottom: 1em;
	padding: 0px;
	float: left;
	width: 204px;
	height: 205px;
	font-size: 14px;
	background: url(../img/info-back.gif) no-repeat;
	}
	
#info dt {

	margin:0px;
	padding:0px;

	}
	
#info dd {
	margin:0px;
	padding:4px 0.5em;

	}

/* =============== COMPANY ================= */
#company{

	width: 960px;
	margin: 0 auto;
	line-height: 2em;
}



#company h2{
	margin: 20px 0 15px 0;
	height: 18px;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	background-color: #82c1ea;
	clear: both;
}


#company_menu_g{
	float: left;
	margin: 0 0 30px 0;
	width:390px;
	clear: both;
}

#company_menu_e{
	float: left;
	margin: 0 0 30px 0;
	width: 390px;
	clear: both;
}

#company_mapl{
	float: left;
	margin: 0 0 20px 0;
	width: 700px;
	clear: both;
}

#company_mapr{
	float: right;
	width: 240px;

}

.company_text{
	float: right;
	width: 500px;
}

#company h3{
	text-align: center;
	margin: 10px auto;

}

#company table{
	width: 390px;
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 3px solid #1177ee;
	border-bottom: 3px solid #1177ee;

}


td.menu{
	width: 110px;
	align: left;
	valign: top;
	padding:5px 8px 5px 8px;
	background-color: #c7e1f5;
	border-bottom: 1px dashed #1177ee;

}

td.text{
	width: 280px;
	align: left;
	line-height: 1.2em;
	padding:8px;
	background-color: #eaf6fd;
	border-bottom: 1px dashed #1177ee;

}

/* =============== NEWS ================= */
#news{

	width: 960px;
	margin: 0 auto;
	line-height: 2em;
}

#news dt{
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 7.5em;
	border-left: solid 8px #82c1ea;
	padding-left: 5px;
	color: #000;

}

#news dd{
	margin-bottom: 0.8em;
	margin-left: 7.5em;
}


/* =============== PROMOTION ================= */
#promo{
	width: 750px;
	margin: 0 auto;
	clear: both;
}


#promo p{
	font-size: 18px;
	line-height: 2em;
	padding: 17px 0 5px 0;
}


#promo_left{
	width: 270px;
	height: 1010px;
	float: left;
	clear: both;
}

#promo_right{
	width: 480px;
	float: right;
	margin: 0 auto;
}


#promo_dm{
	width: 960px;
}

#promo dl {
	margin:10px 18px 0 18px;
	margin-bottom:1em;
	padding:0px;
	float:left;
	width:335px;
	font-size:14px;
	}
	

#promo dt {
	margin:0px;
	padding:0px;
	}
	

#promo dd {
	margin:0px;
	padding:4px 0.5em;
	}


/* =============== QUALITY ================= */

#qua{
	margin: 10px auto;
	width: 960px;
	line-height: 1.6em;

}




#qua dl {

	margin: 10px 18px 0 18px;
	margin-bottom: 1em;
	padding: 0px;
	float: left;
	width: 444px;
	height: 410px;
	background: url(../img/qua-back.gif) no-repeat;
	}
	
#qua dt {

	margin:0px;
	padding:0px;

	}
	
#qua dd {
	margin:10px 20px 0px 20px;

	}


/* =============== PRIVACY POLICY ================= */

.policy{
	width: 760px;

}

p.m1{
	line-height: 1.8em;
}
p.m2{
	line-height: 1.8em;
	position:relative; left:16px;
}

p.m3{
	font-size: 12px;
}

.policy h2{
	margin: 10px 0 0 0;
	height: 18px;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	background-color: #82c1ea;
	clear: both;
}

.policy h3{
        border: 1px solid #1177ee;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 10px 10px;
	line-height: 1.8em;
	clear: both;

}

.policy td{
	align: left;
	line-height: 1.5em;
	padding:5px;

}

/* =============== CONTACT ================= */

#contact{
	margin: 10px auto;
	width: 960px;
	font-size: 18px;
}


#contact_left{
	float: left;
	margin-bottom: 20px;
	padding: 0px 20px 20px 0px;
	width:459px;
	clear: both;
}


#contact_right{
	float: right;
	margin-bottom: 20px;
	padding: 0px 0px 20px 20px;
	width:459px;
	border-left: 2px solid #1177ee;
}

#contact h2{
	margin: 10px 0 10px 0;
	height: 18px;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	background-color: #82c1ea;
	clear: both;
}

#contact h3{
        border: 1px solid #1177ee;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0 10px 10px;
	line-height: 1.8em;
	clear: both;

}

#contact p.sm{
	margin: 5px 0 10px 0;
	font-size: 16px;
}
