@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg.gif) repeat left top;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF url(images/shadow.jpg) no-repeat center 110px;
	padding: 0 20px;
	float: left;
	height: 130px;
	margin: 0px;
}
.twoColFixLtHdr #container #header #head_link {
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	width: 960px;
	color: #666666;
	height: 15px;
}
.twoColFixLtHdr #container #header #head_link a {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #container #header #head_link a:hover {
	text-decoration: underline;
	color: #663300;
}
.twoColFixLtHdr #container #header #h_hosoku {
	margin-left: 20px;
	height: 60px;
	float: left;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	float: left;
	background-color: #FFFFFF;
	clear: both;
} 
.twoColFixLtHdr #container #footer #foot_link td {
	width: 120px;
	background-image: url(images/gray1p.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.twoColFixLtHdr #container #footer #foot_link p a {
	color: #666633;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer #foot_link p {
	font-size: 10px;
	padding-left: 8px;
	margin: 0px;
	padding-bottom: 8px;
	line-height: 1.8em;
}
.twoColFixLtHdr #container #footer #foot_link {
	float: left;
	width: 960px;
	background-image: url(images/shadow.jpg);
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	margin: 0px;
}
.twoColFixLtHdr #container #footer #copy_box {
	float: left;
	width: 960px;
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #footer #foot_link p a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer #foot_link h6 {
	font-size: 11px;
	padding-left: 8px;
	margin: 0px;
	padding-bottom: 8px;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer #foot_link h6 a {
	color: #663333;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer #foot_link h6 a:hover {
	text-decoration: underline;
	color: #996600;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header #head_logo {
	width: 296px;
	margin-bottom: 20px;
	float: left;
}
.twoColFixLtHdr #container #header #head_txt {
	margin-left: 20px;
	float: left;
	width: 296px;
	height: 60px;
}
.twoColFixLtHdr #container #header #since_txt {
	width: 263px;
	float: left;
	height: 60px;
	text-align: right;
	margin-left: 85px;
}
.twoColFixLtHdr #container #header #since_txt p {
	font-size: 11px;
	font-weight: normal;
	color: #663300;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #header #head_txt h1 {
	font-size: 12px;
	color: #663300;
	margin: 0px;
	padding: 30px 0px 0px;
	letter-spacing: 0.1em;
}
.twoColFixLtHdr #container #mainContent #main_box #swf_box {
	height: 395px;
	width: 750px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container #mainContent #main_box #topic_box h3 {
	font-size: 12px;
	color: #663333;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent #right_box {
	width: 750px;
	clear: right;
	float: right;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.twoColFixLtHdr #container #mainContent {
	float: left;
	padding-bottom: 30px;
}
.twoColFixLtHdr #container #mainContent #sidebar {
	width: 190px;
	margin-top: 0px;
	padding-left: 20px;
	float: left;
	clear: left;
}
.twoColFixLtHdr #container #mainContent #main_box {
	padding-right: 20px;
	float: left;
	width: 750px;
	padding-left: 20px;
}

.twoColFixLtHdr #container #mainContent #main_box li {
	line-height: 1.8em;
	font-size: 12px;
	padding-top: 10px;
	letter-spacing: 0.1em;
}

.twoColFixLtHdr #container #mainContent #main_box #title_box {
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #main_box #topic_box {
	width: 750px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(images/tate750.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


.twoColFixLtHdr #container #mainContent #main_box #topic_box .feedburnerFeedBlock ul{
margin:0 0 0 10px;
padding:0;
list-style:none;
width:740px;
}

.twoColFixLtHdr #container #mainContent #main_box #topic_box .feedburnerFeedBlock li {
list-style:none;
	margin: 0;
	padding: 0;
	float: left;
	width:730px;
	}

.twoColFixLtHdr #container #mainContent #main_box #topic_box .feedburnerFeedBlock li .headline a{
 float:right;
	margin: 0;
	padding: 0 ;
	width: 620px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}

.twoColFixLtHdr #container #mainContent #main_box #topic_box .feedburnerFeedBlock li p .date{
 float:left;
	margin: 0px 0px 0px 10px;
	padding: 0;
	width: 80px;
	font-size: 10px;
	color: #663333;
	font-weight: bold;
	}

.twoColFixLtHdr #container #mainContent #main_box #sub_swf_head {
	height: 270px;
	width: 750px;
}
.twoColFixLtHdr #container #mainContent #main_box #sub_swf_body {
	width: 750px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container #mainContent #main_box #sub_swf_foot {
	height: 300px;
	width: 750px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container #mainContent #main_box #sub_swf_title {
	width: 750px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container #mainContent #main_box #shop_list {
	width: 750px;
}
.twoColFixLtHdr #container #mainContent #main_box #shop_list td {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC9966;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-left-color: #CC9966;
}
.twoColFixLtHdr #container #mainContent #main_box #sub_swf_foot470 {
	height: 470px;
	width: 750px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container #mainContent #main_box p {
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin: 0px;
}
.mgn_f20 {
	margin-bottom: 20px;
}
.mgn_l20 {
	margin-left: 20px;
}
.red {
	font-weight: bold;
	color: #CC0000;
}

.mgn_r20 {
	margin-right: 20px;
}
.twoColFixLtHdr #container #mainContent #main_box #shop_list h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #996600;
	letter-spacing: 0.1em;
}

