@charset "utf-8";

/*
Site Name: 
Description: parts style
*/

/* header
----------------------------------------- */
p#mainlogo{
	margin-top: 60px;
	margin-left: 50px;
}

.logoposition{
	margin: 0 !important;
	position: relative;
	top : 50px;
	left : 20px;
}

.porcpulet-logoposition{
	margin: 0 !important;
	position: relative;
	top : 70px;
	left : 90px;
}

.artism-logoposition{
	margin: 0 !important;
	position: relative;
	top : 80px;
	left : 90px;
}

p#logo2{
	margin-top: 80px;
	margin-left: 140px;
}
/* footer
----------------------------------------- */
#footer p{
	color: ##656565;
	font-family: Verdana;
	text-align: left;
	padding: 0px 15px 0px 15px;
}

#footer a{
	font-size: 11px;
}

#footer a.footer_top{
	float: right;
	padding-top: 5px;
}

/* copyright
----------------------------------------- */
#copyright p{
	color: #999999;
	font-size: 14px;
	font-family: Verdana;
}
/* topicpath
----------------------------------------- */
#topicpath #t-path{
	padding: 18px 0 2px 0;
	margin-right: 10px;
	font-size: 85%;
	float: right;
}

#topicpath #t-path li{
	float: left;
	margin: 0px 0px 0px 5px;
	background: url(../img/topicpath.gif) no-repeat left center;
	list-style: none;
	padding: 0px 0px 0px 10px;
}

#topicpath #t-path li a{
	margin: 0px 5px 0px 0px;
}

#topicpath #t-path li.home{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image:none;

}
/* content
----------------------------------------- */

#content p,
#content td,
#content li{
	line-height: 1.5;
}
/* main
----------------------------------------- */

#main p.headimg{
    margin: 0;
	padding: 0;
}

#main p.p-top{
	text-align: right;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	margin-bottom: 5px;
	clear: both;
}

#contents #main h1,
#home #main h2{
	padding: 8px 0px 3px 30px;
	margin: 5px 0px 10px 0px;
	font-size: 150%;
	font-weight: 800;
	color: #343434;
	background-image: url(../img/h2_bg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #DDDDDD;
}

#contents #main h2,
#home #main h3{
	padding: 5px;
	margin: 10px 0px 10px 0px;
	font-size: 130%;
	font-weight: 800;
	color: #343434;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF4100;
}

#contents #main h3,
#home #main h4{
	padding: 5px;
	margin-top: 20px;
	font-size: 115%;
	font-weight: 800;
	color: #343434;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #752919
}

#contents #main h4,
#home #main h5{
	padding-left: 10px;
	margin-top: 15px;
	font-weight: 800;
	color: #343434;
}

#main ul,
#main ol,
#main p{
	padding: 0.5em 10px;
}

#main ul li{
	padding: 2px 0px 0px 10px;
	margin: 5px 0px;
	list-style-type: none;
	background:url(../img/list_img.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	color: #656565;
	
}

#main ol li{
	margin-left: 25px;
	list-style-type: decimal;
}

#main table{
	font-size: 100%;
	margin: 1em 10px;
}

#main table th,
#main table td{
	padding: 5px 10px 5px 10px;
}


#main .table-01{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
}

#main .table-01 th{
	background-color: #FF4100;
	color: #FFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}

#main .table-01 td{
	color: #656565;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}

#main .table-02{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
}

#main .table-02 th{
	background-color: #752919;
	color: #FFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}


#main .table-02 td{
	color: #656565;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}


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

#sub #menu{
	width: 200px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#sub #menu li a{
	text-decoration: none;
	font-size: 100%;
	display: block;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #5F0000;
	zoom: 1;
}

p.banner{
	margin-bottom: 10px;
}

#sub address strong#add{
	font-size: 10px;
}

#sub address{
	margin-top: 20px;
	line-height: 1.5;
	font-size: 12px;
}


/* home css----------------------- */
.blog_right{
	float: right;
	clear: both;
	margin: 10px 0px 0px 0px;
}

dl.blog{
	margin: 10px 0px 10px 0px;
}

.blog dt{
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
}

.blog dd{
	margin: 0px 0px 0px 85px;
	padding: 5px 0px 5px 15px;
	background-image: url(../img/blog_dd.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 13px;
	/*letter-spacing: -0.1em;*/
}

/* company css----------------------- */
dl.company{
	margin-top: 15px;
}

.company dt{
   width: 6em;
   float: left;
   color: #FF4100;
   font-weight: bold;
}

.company dd{
    margin-left: 8em;
    _height: 1%;
	color: #656565;
}

dd.company2{
	margin-top: 10px;
}

/* shop css----------------------- */
#shop-information{
	width: 700px;
	_width: 680px;
	clear: both;
	position: relative;
	top : 0px;
	left : 0px;
	overflow: hidden;
	_zoom: 1;
}

.banner-box{
	float: right;
	width: 300px;
	margin-right: 70px;
	_margin-right: 20px;
}

ul.banner{
	padding: 0 !important;
	overflow: hidden;
	_zoom: 1;
 }  

ul.banner li{
	margin: 0px 0px 10px 0px !important;
	_margin: 0px 0px 10px 0px !important;
	padding: 0 !important;
	background: none !important;
}

.shop{
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

.shopadd{
	font-size: 14px;
}

.shop-photo{  
	width: 670px; 
	margin: 40px 0;
	_margin: 10px 0;
	clear: both;
}

ul.photo{
	width: 675px;
	_width: 673px;
	padding: 0 !important;
	margin: 0 -5px 0 0 !important;
	_margin: 0 -2px 0 0 !important;
	overflow: hidden;
	_zoom: 1;
 }  

ul.photo li{
	float: left;
	margin: 0 5px 0 0 !important;
	_margin: 0 2px 0 0 !important;
	padding: 0 !important;
	background: none !important;
} 

p.concept{
	margin-top: 20px;
}


/* shop menu css----------------------- */
.lunch-box{
	margin-top: 20px;
	overflow: hidden;
	zoom: 1;
	clear: both;

}

p.menu-photo{
	float: left;
	margin-right: 20px;
}

dl.lunch-menu dt{
	margin: 10px 0px 20px 240px;
	padding-bottom: 5px;
	background-image: url(../img/menu-bottom_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 16px;
	color: #656565;
}

dl.lunch-menu dd{
	color: #656565;
}

dl.menu-bottom,
dl.menu{
	clear: both;
	overflow: hidden; 
	_zoom: 1; 
	margin-top: 10px;
	margin-right: -35px;
	_margin-right: -18px;
}

dl.menu dt{
	float: left;
	margin-right: 35px;
	_margin-right: 18px;
}

dl.menu-bottom dt{
	float: left;
	width: 320px;
	margin-right: 35px;
	_margin-right: 18px;
	padding-bottom: 5px;
	background-image: url(../img/menu-bottom_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	color: #656565;
}

dl.menu2{
	clear: both;
	overflow: hidden; 
	_zoom: 1; 
	margin-top: 10px;
	margin-right: -20px;
}

dl.menu2 dt{
	float: left;
	margin-right: 20px;
}

dl.menu-bottom2 dt{
	float: left;
	width: 200px;
	margin: 10px 20px 20px 0px;
	padding-bottom: 5px;
	background-image: url(../img/menu-bottom_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #656565;
}

p.line{
	margin-bottom: 10px;
	background-image: url(../img/menu-bottom_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.menu-box{
	float: left;
	width: 320px;
	overflow: hidden; 
	_zoom: 1; 
	margin-right: 30px;
	margin-bottom: 20px;
	background-image: url(../img/menu-bottom_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.menu-box2{
	float: left;
	width: 320px;
	overflow: hidden; 
	_zoom: 1;
	margin-bottom: 20px;
	background-image: url(../img/menu-bottom_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

ul.menu-list{
	float: left;
	margin-left: 20px;
}

img.menu-left {
	float: left;
	clear: both;
	margin-right: 30px;
}


/* contact css----------------------- */

p.privacy{
	padding: 10px 0px 10px 0px;
	background-color: #752919;
	color: #FFF;
}