/* CSS Document */
body{
	background-color:#FFFFFF;
}

.d_main{
	width:800px;
	
}

.contents{
	width:800px;
	background-color:#ffffff;
	text-align:center;
}

.border1BL{
	width:800px;
	border:1px solid black;
}

.fontB{
	color:#0000FF;
}

.button{
	width:100px;
}

.text_x{
	width:350px;
	ime-mode:active;
	
}

.text_9{
	width:350px;
	ime-mode:disabled;
}

.text_deco_non{
	background-color:#FF9933;
	
}

.upload_table{
	padding:5px;
	margin:0px;
}

/* 店舗情報ブロック */
.titleimg{
	background-image:url(images/image_red.gif);
}

.tenpo{
	width:800px;
	text-align:left;
	margin-top:5px;
}

.tenpo_tbl{
	background-color:pink;
	border:1px solid gray;
}

.tenpo_tbl_td{
	background-color:mistyrose;
	border:1px solid gray;
}

.BT{
	border-top:1px solid gray;
}
.BB{
	border-bottom:1px solid gray;
}
.BL{
	border-left:1px solid gray;
}
.BR{
	border-right:1px solid gray;
}



.title h1{
	font-size:x-large;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	height:28px;
	border:1px solid gray;
}

.address1{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:mistyrose;
}

.address2{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:lavenderblush;
}

.shopimage{
	float:left;
}

/* 基本情報ブロック */
.block{
	width:800px;
	text-align:left;
	background-color:#FFFFFF;
	margin-top:5px;
}

.block_tbl{
	background-color:pink;
	border:1px solid gray;
}

.block_tbl_td{
	background-color:mistyrose;
	border:1px solid gray;
}

.b_type1_1{
	float:left;
}

.b_type1_2{
	float:left;
}

.b_type1_3{
	float:left;
}

.b_type2_1{
	float:right;
	text-align:right;
}

.b_type2_2{
	float:right;
	text-align:right;
}

.b_type2_3{
	float:right;
	text-align:right;
}

.b_type3_1{
	float:left;
}

.b_type3_2{
	float:right;
	text-align:right;
}

.b_type3_3{
	float:left;
}

.b_type4_1{
	float:right;
	text-align:right;
}

.b_type4_2{
	float:left;
}

.b_type4_3{
	float:right;
	text-align:right;
}

.b_info{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}


/* 共通 */

.size_xs{
	font-size:x-small;
}

