@charset "utf-8";
/*
Template Name: 印刷用スタイルシート
*/

/* ==================================
基本CSS
================================== */
* {
	margin: 0;
	padding: 0;
	}
	
a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #000000; background: #FF3399; text-decoration: none;}

a img {
	border: none;
	}

body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	}

.display {
	display: none;
	}

.print{
	
	}


/*基本構造*/

#wrapper{
	margin: 0 auto;
	width:630px;
	border:1px solid #333333;
	}

#container_main{
	height:900px;
	padding:0 5px 0 5px;
	}

#main_contents{
	width:440px;
	float:left;
	}

#right_contents{
	width:180px;
	height:950px;
	background-color:#000000;
	float:right;
	color:#ffffff;
	}

#right_contents a{
	color:#ffffff;
	text-decoration: none;
	}

#right_contents a:link { color: #ffffff; text-decoration: none;}
#right_contents a:visited { color: #ffffff; text-decoration: none;}
#right_contents a:hover { color: #ffffff;  text-decoration: none;}

#print_header{
        position:relative;
	width:430px;
	height:70px;
	border-bottom:#333333 solid 1px;
	margin:0px 0 0 0;
	}

#print_header h1{
	float: left;
	}

#qrcode {
	position:absolute;
	top:5px;
	left:350px;
	}

#news_contenar {
	margin-top:10px;
	padding-bottom:10px;
	width:428px;
	border:solid #B4B4B4 1px;
	border-bottom-color:#696969;
	border-right-color:#696969;
	}


#news_contenar img{
	margin: 0 10px 10px 0px;
	float: left;
        padding: 1px;
	border: 1px solid #CCCCCC;  
	} 

#news_contenar p{
	margin: 5px;
	line-height: 1.3;
	font-size: 0.9em;
	}

#news_title{
	margin: 5px;
	font-size: 1.1em;
	border-left: 6px solid #000000;
	padding: 0 0 0 6px;
	font-weight: 600;
	}

#news_header{
	position:relative;
	clear: both;
	width:430px;
	height:30px;
	margin:5px 0 0 0;
	border-top:#333333 solid 1px;
	}

#news_time{
	border-left: 5px solid #000000;
	float: left;
	margin: 5px 0px 0 3px;
	text-indent: 6px;
	font-size: 0.8em;
	padding: 1px 0 0 0px;
	width:75px;
	}

#news_logo{
	position:absolute;
	top:-15px;
	left:320px;
	font-size:40pt;
	}

#visual_container {
	clear: both;	
	width:430px;
	text-align:center;
	}

#visual_container img {
	margin:0 2px;
	padding:0;
	}

#menu_header{
	position: relative;
	clear: both;
	width: 430px;
	margin-bottom: 5px;
	border-bottom: #333333 solid 1px;
	}

#menu_header h2{
	font-size:40pt;
	height: 25px;
	}

#menu_contenar{
	width:430px;
	border-bottom:#333333 solid 1px;
	}

#menu_contenar p {
	line-height: 1.3;
	border-bottom: 1px dashed #B4B4B4;
	font-size: 0.9em;
	padding: 2px;
}

#plan{
	margin:5px;
	font-size:0.9em;
	}


#plan th{
	width:330px;
	text-align:left;
	font-weight:normal;
	padding:5px 0;
	border-bottom:#B4B4B4 dotted 1px;
	}

#plan td{
	padding:2px 0;
	border-bottom:#B4B4B4 dotted 1px;
	width:100px;
	text-align:right;
	}

#mapL{
	margin:10px auto;
	width:425px;
	height:200px;
	text-align:center;
	}


#shop_data_titleP {
        padding: 0 0 4px 0;
        margin: 51px 0 2px 0px;
	border-bottom:#ffffff solid 1px;
}

#shop_data_titlePT {
	border-left: 6px solid #FFFFFF;
        padding: 0 0 0 4px;
        margin: 0 0 0 4px;
        font-size: 15pt;
	font-weight: 600;
}
	
table#shopdata{
	border-collapse: separate;
	border-spacing: 0px;
	width: 176px;
	margin: 0 0 6px 0;
	padding: 0 2px 0 2px;
}

table#shopdata th, td{
	border-bottom: 1px dashed #CCCCCC;
	padding: 6px 0px 6px 0px;
	line-height: 1.3;
}

table#shopdata th{
	width: 19px;
	padding: 0 2px 0 2px;
}

table#shopdata td{
	width: 157px;
	font-size: 0.9em;
}


table#shopdata a{
	color: #ffffff;
}

p#maptext{
	width:176px;
	text-align: center;
	padding: 5px 0 0 0px;
}

.shop_textbox{
	width: 168px;
	background-color: #ffffff;
	margin: 0 2px 0px 2px;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.3;
	padding: 4px;
	font-size: 0.9em;
}

p#couponP {
        padding: 6px 0 0 4px;
        font-size: 13pt;
	font-weight: 600;
	text-align:center;
	}

p#couponPT {
	text-align:center;
        padding: 2px;
	}



#container_foot{
	position:relative;
	}

#copyright {
	position: absolute;
	top:-15px;
	left:100px;
	}

#menutext{
	font-size: 0.8em;
        color: #909090;
	text-align: right;
}