/* □■ ページ全体の定義 ■□ */

body { 
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: top center ;
	background-repeat: repeat-y ;
	background-color: #ffffff;	/* □■ 背景色の設定 ■□ */
	font-size:10pt;			/* □■ 文字サイズの設定 ■□ */
	color: #555555;			/* □■ 文字色の設定 ■□ */

} 

table {
	font-size:10pt;
	color: #555555;
	margin: 4px;
}

li {
	color: #ff0000;
}

h1 { 
	text-align: left;
	font-size:10pt;			/* □■ 文字サイズの設定 ■□ */
	color: #555555;			/* □■ 文字色の設定 ■□ */

} 

h2,h4 { 
	margin-top: 8px;
	border-top: 2px dotted #800080;
	border-bottom: 2px dotted #800080;
	text-align: center;
	font-size:11pt;			/* □■ 文字サイズの設定 ■□ */
	color: #000080;			/* □■ 文字色の設定 ■□ */

} 

h3 { 
	margin: 5px 5px;
	color: #ffff00;
	text-decoration: none;
	font-size:10pt;
} 


/* □■ アンカータグの定義 ■□ */

/* □■ 文字装飾 ■□ */
a {
	text-decoration: underline;
	}

/* □■ 通常のリンクの色 ■□ */
a:link {
	color: #0000FF;
	}

/* □■ 読み込み済みのリンクの色 ■□ */
a:visited {
	color: #0000CC;
	}

/* □■ クリックされた瞬間のリンクの色 ■□ */
a:active {
	color: #0000FF;
	}

/* □■ マウスを上に乗せた時の色 ■□ */
a:hover {
	color: #CC0000;
	}


/* □■ コンテナの定義 ■□ */
#container { 
	width: 820px;
	background-image: url(images/bg.jpg);
	background-color: #FF00FF;
	margin-right: auto;
	margin-left: auto;
}

#container1 {
	width: 800px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}


/* □■ バナーの定義 ■□ */
#banner_up {
	text-align: left;
	background-color: #ffffff;
	height: 24px;
	background-repeat: no-repeat;
}

#banner_up h2 { 
	margin: 6px 6px;
	color: gray;
	font-size:10pt;
} 

#banner {
	text-align: left;
	background-color: #ffffff;
	height: 116px;
	background-image: url(images/header.jpg);
	width: 800px; height: 116px;
	background-repeat: repeat-x;
}

#subbanner {
	text-align: center;
	font-size: 8pt;
	color: #555555;
	background-color: #ffffff;
	height: 20px;
	background-image: url(images/navi.jpg);
	width: 800px;
	padding: 6px;
	background-repeat: repeat-x;
}


/* □■ ブログタイトル ■□ */

#banner h1 { 
	margin: 5px 5px;
	color: #ffffff;
	text-decoration: none;
	font-size:10pt;
}

#banner a { 
	color: #ffffff;
	text-decoration: none;
}

/* □■ ブログサブタイトル ■□ */

#banner h2 { 
	margin: -40px 0px 0px 5px;
	color: #ffffff;
	font-size:10pt;
} 


/* □■ ナビボタン ■□ */

#navi {
	clear: both;
	background-color: #ffffff;
	border-bottom: 1px solid #CCCCCC;
	width: 800px;
	height: 30px;
	background-image: url(images/navi.jpg);
	color: #808080;
	text-align: right;
	font-size:9pt;
	padding: 8px;
}

.navi img, .side_header img, #shop_info_header img {
	margin: 0px 10px;
}

.navi a:link, .navi a:visited, .navi a:active {
	color: #0000ff;
}

.navi a:hover {
	color: #FF0000;
}


/* □■ フッター ■□ */

#footer {
	clear: both;
	font-size:10pt;
	color: #d4d4d4;
	background-color: #ffffff;
	text-align: center;
	background-image: url(images/footer.jpg);
	width: 800px; height: 48px;
	background-repeat: repeat-x;
}

#footer a { 
	color: #d4d4d4;
	text-decoration: none;
}


/* □■ メイン ■□ */

#main_part {
	float: left;
	margin-left: 3px;
	width: 570px;
}

#main_part1 {
	float: left;
	margin-left: 3px;
	width: 780px;
}


/* □■ 右側部 ■□ */

#right_part {
	float: left;
	margin-left: 8px;
	width: 210px;
	padding-top: 4px;
}

.side {
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid #000000;
	text-align: left;
}

.side_header {
	background-color: #000000;
	background-image: url(images/sideber.jpg);
	border-bottom: 1px solid #CCCCCC;
	color: #ffff00;
	text-align: center;
	padding: 6px;
	height: 24px;
}

.side_body {
	padding: 5px;
	background-color: #ffffff;
}

.side_body p {
	margin-top: 0px;
}

.side_body form {
	margin-bottom: 0px;
}

.#shop_info_body {
	padding: 5px;
}


.side_body img, #shop_info_body img {
	margin: 1px 0px 1px 5px;
	vertical-align: middle;
}


/* □■ ブログエントリー ■□ */

.blog_body {
	clear: both;
	margin-top:10px;
	text-align: left;
	padding: 5px;
}

.blog_body p img {
	float: left;
	margin: 0px 10px 0px 0px;
}

.blog_body h2 {
	margin-top: -5px;
	color: #000080;
	padding: 4px 0px 2px 4px;
	border-left: 4px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	text-align: left;
	font-size: 14px;
}

.blog_body h3 {
	margin-top: -5px;
	padding: 4px 0px 2px 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 12px;
}

.blog_body p {
	margin-top: 0px;
}


/* □■ 詳細 ■□ */

.detail {
	float: right;
	margin-right: 10px;
}

.midashi {
	margin-top: 5px;
	font-weight: bold;
}


/* □■ パンくず ■□ */

#pankuzu {
	margin: 0px;
	padding: 3px 15px;
	background-color: #FAFAFA;
	text-align: left;
}

#powered_by {
	float: right;
	margin: 10px 0px 0px 10px;
	font-size: 10px;
	color: #999999;
	background-color: #00ffff;
}

#powered_by a {
	color: #999999;
	font-weight: bold;
}

.style1 {color: #FF9900}
.style2 {color: #CC0000}

