/*
=========================
全ページ共通
=========================
*/

/*HTML要素*/

body,p,ul,li{
	margin:0px;
	padding:0px;
}

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

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

img{
	margin:0px;
	padding:0px;
	border:0px;
}

a{
	color:#0033CC;
	text-decoration:underline;
}

div.clear{
	clear:both;
}

/*基本要素*/
div.base{
	text-align:left;
	font-size:small;
	width:771px;
	margin:0px auto;
}

table.base{
	text-align:left;
	font-size:small;
}

.shop_base{
	text-align:left;
	font-size:small;
	width:700px;
}

.line{
	background-image:url(../common_image/line01_shop.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.dot_line{
	background-image:url(../common_image/line_dot.gif);
	background-repeat:repeat-x;
	background-position: center;
}

.dot_line02{
	background-image:url(../common_image/line_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


float.clear{
	clear:both;
}

.marg_padd_0{
	margin:0px;
	padding:0px;
}

/*テキスト*/
.txt_cc0000_b{
	color:#CC0000;
	font-weight:bold;
}

.txt_ff6b08{
	color:#FF6B08;
}

.txt_link01{
	color:#FF6600;
	text-decoration:underline;
}


/*店舗ページアイコン*/
.shopdata_icon{
	padding-right:5px;
	padding-top:5px;
	width:65px;
}

/*フットテキスト*/
div.foot_text{
	width:771px;
	margin:20px auto 0px;
	font-size:70%;
	font-weight:normal;
	color:#663300;
	text-align:right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*clearfix*/
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac\*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Hides from IE-mac */



