/* ##### ページ全体の定義 ##### */
body { 
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	height: 100%;
	text-align: center;
	background-color: #CCCCCC;	/* 背景色 */
	font-size:10pt;				/* 文字サイズ */
	color: #000000;				/* 文字色 */
	float: center;
} 


/* ##### アンカータグの定義 ##### */
a {
	text-decoration: underline;	/* 文字装飾 */
}

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

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

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

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

strong {
	font-weight: normal;	/* 強調はするがボールドせず */
}


/* ##### コンテナの定義 ##### */

#container { 
	margin: 0px auto; width: 786px; text-align: center;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

#container h1 { 
	margin: 10px 0px 20px 20px;
	color: #000000;
	text-decoration: none;
	font-size:11pt;
	text-align: left;
}

/* ##### バナーの定義 ##### */
#banner {
	text-align: left;
	background-color: #FFFFFF;
	width: 780px; 
	height: 110px;
	background-repeat: no-repeat;
}
/** 	background-image: url(images/BannerSky.jpg); **/
 

/* ##### ブログタイトル ##### */
#banner h1 { 
	margin: 5px 0px 0px 20px;
	color: #000000;
	text-decoration: none;
	font-size:9pt;
}


/* ##### ブログサブタイトル ##### */
#banner h2 { 
	margin: -20px 0px 0px 150px;
	font-size:10pt;
} 

/* ##### お気に入り ##### */
#favorite {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#favorite input {
	/*border-style:none;
	border-width:1px;
	border-color:#000000;
	background:#DDDDDD;*/
	font-size:10pt;
	color:#000000;
}

/* ##### ナビボタン ##### */
.navi {
	clear: both;
	background-color: #FFE000;
/*	border-bottom: 1px solid #CCCCCC; */
	color: #000000;
	text-align: center;
	padding: 2px;
}

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

.navi a:link, .navi a:visited, .navi a:active {
	color: #000000;
/*	font-weight: bold; */
}

.navi a:hover {
	color: #0000CC;
}

/* ##### ナビボタン2(AdSence) ##### */
.navi2 {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	text-align: center;
	padding: 2px;
	font-size: 10px;
	background-color: #FFE000;
}

/* GoogleAds 03 */
.gads03t {
	padding-top:10px;
	position:relative;
	top:15px;
	left:100px;
	color:white;
	font-size:8pt;
}

.gads03 {
}

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

/* ##### メルマガフォーム ##### */
.maga {
	clear: both;
	text-align: left;
	margin: 10px 5px;
	background-image: url(images/maga_back.png); width: 736px;
	background-repeat: repeat-x;
	border: 1px dotted #000000;
	font-size:10pt;
}

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

/* ##### メイン ##### */
#main_part {
	float: left;
	margin-left: 3px;
	width: 550px;

}


/* ##### 右側部 ##### */
#right_part {
	float: left;
	margin-left: 8px;
	width: 200px;
}

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

/* ##### トップのエントリーへのリンクテーブル ##### */
.EntryLinkTable {
	padding-left:25px;
	font-size:9pt;
}

/* ##### お買い物情報 ##### */
#shop_info {
	clear: both;
	margin: 20px 5px 5px 5px;
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid #000000;
	text-align: left;
}

.side_header, #shop_info_header {
	width:175px;
	background-color: #3333FF;
	border-bottom: 1px solid #CCCCCC;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

.side_body {
	padding: 5px;
	background-image: url(images/side_back.png); width: 188px;
	background-repeat: repeat-y;
}

.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;
	/*border: 1px solid #000000;*/
	text-align: left;
	padding: 5px;
}

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

.blog_body h2 {
	margin-top: 20px;
	padding: 4px 0px 2px 4px;
	border-top: 1px dotted black;
	border-bottom: 1px solid black;
	font-size: 14px;
}


.blog_body h3 {
	margin-top: 20px;
	padding: 4px 0px 2px 4px;
	font-size: 12px;
}

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

.blog_body blockquote {
	background:#FFF;
	margin : 5px 2em;
	padding : 5px;
	border: dashed 2px #001037;
	width: auto;
}

/* ##### 詳細 ##### */
.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;
}



/* ##### フッター ##### */
#footer {
	margin: 5px;
	font-size:10pt;
	color: #333333;
}

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

.pr {
	text-align: right;
	font-size:8pt;
	color: #333333;
}

#powered_by {
	float: left;
	margin: 10px 0px 0px 10px;
	font-size: 10px;
	color: #999999;
}

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




/* ##### ホバーウィンドウ ##### */
#dropin {
	padding: 20px;
	position:absolute;
	visibility:hidden;
	left:200px;
	top:50px;
	width:350px;
	height:150px;
	background-color:#CCFFCC;
}

#maga_setumei {
	text-align: left;
}

#txt_right {
	text-align: right;
}
