@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++
++    Copyright (c) 2007 Eye Movic.
++                  All Rights Reserved.
++
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* charset */

/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/* ++++ 初期化 ++++ */
*	{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅";
	font-size: 13px;
	line-height: 130%;
}
/* +++++++++++++++ */
body	{
	text-align: center;
	background-color: #000000;
}

#container {
	width: 780px;
	background-color: #ffffff;
	border: solid 1px #fff;
	margin: 0 auto;
}

#header {
	width: 780px;
}

#main {
	border: solid 4px #970909;
	width: 772px;
}

#left {
	text-align: left;
	background-color: #F7F1E7;
}

#center {
	text-align: left;
}

#right {

}

#footer {

}

/* ++++++ その他 ++++++ */

/* ++++++++++++++++++++++++ 共通設定 ++++++++++++++++++++++++ */
/* ++++++ ブログボディ部分のデザイン ++++++ */
#blog_body {
	margin-top: 20px;
	margin-bottom: 30px;
	}

#blog_body table {
	padding-top: 16px;
	}

#blog_body img {
	padding: 0px;
	margin: 0px;
	}

#blog_body a:link { 
	}
#blog_body a:visited { 
	color: #970909;
	}
#blog_body a:active { 
	}
#blog_body a:hover { 
	}

/* ++++++ 左部メニューのデザイン ++++++ */
.list_recent ul {
	padding: 0px;
	margin: 0px 10px;
	list-style-type: none;
	}

.list_recent li {
	padding: 10px;
	margin: 0px;
	border-bottom: 1px dashed #D5CDBA;
	}

/* ++++++ 内容のデザイン ++++++ */
.top_box {
	margin: 15px 0px;
	line-height: 150%;
}

.top_head {
	padding-bottom: 15px;
	border-bottom: 1px dashed #666666;
}

.top_head p {
	padding: 15px 5px 0px 5px;
	line-height: 150%;
}

.top_box_menu {
	margin: 15px 0px;
	padding-bottom: 20px;
	line-height: 150%;
	border-bottom: 1px dashed #666666;
}

.top_box_info {
	padding-top: 10px;
	width: 480px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #666666;
}

.top_box_info p {
	padding: 15px 5px 0px 5px;
	line-height: 150%;
}

/* ++++++ 記事部分のデザイン ++++++ */
.entry h1 {
	font-size: 18px;
	color: #970909;
	line-height:150%;
	border-bottom: 1px dashed #666666;
	padding: 5px 5px;
}

.entry div {
	padding: 20px 0px;
	border-bottom: 1px dashed #666666;
}

.entry p {
	line-height:150%;
}

.entry p {
	line-height:150%;
}

.back_top {
text-align: right;
padding: 5px;
}

/* ++++++++++++++++ ヘッダーデザイン部分設定 ++++++++++++++++ */
#header .top_header_bg	{
	background-image: url(blogparts/img_header_rightspace.jpg);
	background-repeat: no-repeat;
	}

#header .top_header_bg p	{
	font-size: 12px;
	}

#header p	{
	color: #ffffff;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	margin-top: 0px;
	}

#header p.header_link	{
	margin: 0;
	padding-top: 26px;
	padding-right: 5px;
	font-size: 12px;
	}

#header p.header_link a	{
	color: #fff;
	font-size: 12px;
	}

#header img	{
	border: 0px;
	}

/* ++++++++++++++++ 各ページデザイン部分設定 ++++++++++++++++ */
/* ++++ （ページ名）設定 ++++ */
/* ++++++++++++++++ フッターデザイン部分設定 ++++++++++++++++ */
#footer	{
	background-color: #000000;
	padding-bottom: 8px;
	color: #ffffff;
	}

#footer p	{
	margin: 0;
	padding-left: 8px;
	color: #ffffff;
	text-align: left;
	}

/* ++++++++++++++++ 追加CSS　店舗紹介 ++++++++++++++++ */

.top_box_info2 {
    color: #000;
	width: 98%;
	text-align: center;
    font-size: 14px;
	margin:  15px 0px 15px 0px;
	font-weight: bold; 
	border: dotted 1px #970909;
	padding: 10px 0px 10px 0px; 

}
