﻿@charset "UTF-8";

/*===========================================
丸越ふとん店
==========================================-*/
div.logo_title {
	width: 250px;
	padding: 10px;
	text-align: center;
	border: solid 1px #b0c4de;
	margin: 25px auto;
}

#old {
	font-size: 20px;
	width:250px;
}

#logo_img {
	width:250px;
}

/*==========================================
カテゴリメニュー
==========================================*/
p.dottedFrame {
	border-top-width: 8pt;  
	border-bottom-width: 15pt;  
	padding-top: 1pt;	
	padding-bottom: 8pt;	
	padding-left: 1pt;
	border-style : dotted; 
	border-color : #ffc0cb;
	font-weight: bold ;
	font-size:16px;
}
/*==========================================
タイトル
==========================================*/
#heads {
	font-size:22px;
	color:#000000;
	background-color:#ffc0cb;
	text-align: center;
}
/*=========================================
見出し
==========================================*/
p.heads3 {
	font-size:20px;
	background-color:#feffdf;
	text-align: center;
}
/*=========================================
内容
==========================================*/
div.contents {
	margin:25px 25px;
	padding:10px;
	border: ridge;
	font-size:15px;
	background-color:#ffffff;

}

#rest {
	font-size: 16px;
	color:#ffffff;
	background-color:#dc143c;
}

#open_time {
	font-size: 16px;
	color:#ffffff;
	background-color:#0000ff;
}

#blog {
	font-size: 15px;
	color:#483d8b;
}
/*=========================================
項目
==========================================*/
p.heads4 {
	font-size:15px;
	background-color:#e0ffff;
}

/*thumbnaill================================*/
img.thumbnail {
	width: 64px;
	height: 48px;
}
/*===========================================
エンド
==========================================-*/
div.end_title {
	width: 250px;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	border: solid 1px #b0c4de;
	margin: 25px auto;
}

table {
	border-collapse: collapse;
}

table th {
	text-align:center;
	background:#feffdf;
	border: solid 1px black;
}

table td{
	border: solid 1px black;
}
