/* 基本レイアウト */
html {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
}
a img {
	border: 0;
}/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}/* リンク色（ページ全体） */
a {
	color: #36414d;
	text-decoration: underline;
}
a:hover {
	color: #a3b8cc;
}/* リンク色（サイトタイトル） */
#banner a {
	color: #FFF;
	text-decoration: none;
}
#banner a:hover {
	color: #093;
}/* リンク色（サイドメニュー） */
.module-content a {
	color: #36414d;
}
.module-content a:hover {
	color: #a3b8cc;
}/* 表示補助 */
.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg {
	display: inline-block;
}/* no ie mac \*/
* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}/* ページレイアウト */
body {
	min-width: 780px;
	text-align: center; /* center on ie */
	font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック", "osaka", sans-serif;
	margin: 0px;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	background: url(img/bg01.jpg);
	background-repeat: repeat-x;
	line-height: 1.5;
}
#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#container-inner {
	position: static;
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
}/* ヘッダー（レイアウト） */
#banner {
	position: relative;
	width: 780px; /* necessary for ie win */
	height: 250px;
	background: url(img/b01.jpg) no-repeat;
}
#banner-inner {
	position: static;
	height: 100%;
}/* ヘッダー（サイトタイトル） */
#banner-header {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	text-align: right;
}/* ヘッダー（検索ボックス） */
#banner-search {
	color: #ffffff;
	position:absolute;
	bottom:5px;
	left:10px;
}/* ヘッダーその他（変更不要） */
#banner-description {
	display: none;
}/* メインコンテンツ全体 基本レイアウト*/
#pagebody {
	position: relative;
	width: 100%;
	text-align: center;
	letter-spacing: .1em;
}
#pagebody-inner {
	position: static;
	width: 100%;
	text-align: left;
}
#alpha {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}
#beta {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
}
#alpha-inner, #beta-inner {
	position: static;
}/* メインコンテンツ基本レイアウト（記事部分） */
#alpha {
	width: 528px;
}
#alpha-inner {
	padding: 10px;
}/* メインコンテンツ基本レイアウト（サイドメニュー） */
#beta {
	width: 240px;
	background: #f0e8c8;
}
#beta-inner {
	padding: 10px;
}/* 記事部分レイアウト *//* 記事部分見出し */
.search-results-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header {    /* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 5px 0;
	border-left: 5px solid #0099ff;
	padding: 3px 0 3px 8px;
	color: #fff;
	background: #aa8975;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25;
	clear: both;
}
.module-header a, .module-header a:hover, .trackbacks-header a, .trackbacks-header a:hover, .comments-header a, .comments-header a:hover, .comments-open-header a, .comments-open-header a:hover.archive-header a, .archive-header a:hover {
	color: #fff;
}/* 記事部分コンテンツ */
.date-header, .entry-content {
	position: static;
	clear: both;
}
.entry, .trackbacks, .comments, .archive {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.entry-content, .trackbacks-info, .trackback-content, .comment-content, .comments-open-content, .comments-closed, .entry-excerpt, .entry-body, .entry-more-link, .entry-more {
	clear: both;
}
.entry-body, .entry-more {
	margin: 10px 0;
}
.entry-more-link {
	text-align: right;
}
.comments-open-footer, .archive-content {
	clear: both;
	margin: 5px 10px 20px 10px;
}
.comments-open label {
	display: block;
}
#comment-author, #comment-email, #comment-url, #comment-text {
	width: 240px;
}
#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
}
.comments-open-header {
	clear: both;
}
#comment-post {
	font-weight: bold;
}
.date-header {
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.entry-header {
	margin-top: 10px;
	border-left: 5px solid #5f3c3a;
	padding: 0 0 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.entry-header a {
	text-decoration: none;
}
.entry-content, .comment-content, .trackback-content {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
	text-justify:inter-ideograph;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.entry-footer, .comment-footer, .trackback-footer {
	margin: 5px 10px 0 0;
	border-top: 1px dotted #dae0e6;
	padding: 5px 0;
	color: #666;
	font-size: 10px;
	text-align: right;
}
.comment-content, .trackback-content, .comment-footer, .trackback-footer {
	margin-left: 10px;
}
.content-nav {
	margin: 5px 0;
	text-align: center;
}
.content-nav-bread {
	position: relative;
	margin: 5px 0;
	text-align: left;
}
#trackbacks-info {
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 0 10px;
	color: #292e33;
	font-size: 11px;
	text-align: center;
	background: #e6ecf2;
}
.comments-open-footer {
	margin: 10px 0;
}
.gotop {
	text-align: right;
	clear: both;
}
.img {
	float: left;
	margin-right: 5px;
	text-align: center;
}/* フッター */
#footer {
	position: relative;
	width: 780px;
	height: 80px;
	background: url(img/f01.jpg) no-repeat;
}
#footer-inner {
	line-height: 58px;
	font-size: 0.8em;
	text-align: center;
	color: #333;
}
#footer-inner a {
	color: #666;
	text-decoration: none;
}
#footer-inner a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-navi {
	width: 778px;
	background: #FEEBEB;
	font-size: 0.8em;
	text-align: center;
	line-height: 20px;
	clear: both;
}/* サイドメニュー内部 */
.module-header {    /* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	border-left: 5px solid #0099ff;
	padding: 5px;
	color: #fff;
	background: #957068;
	line-height: 1.25;
	margin: 0px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}
.module {
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding-bottom: 5px;
	background: #ffdcb9;
}
.module-content {
	position: relative;
	margin: 0;
	padding: 0;
}
.module-content p {
	padding: 0 5px;
}
.module-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#beta-inner li a {
	padding-bottom: 0px;
	background: #cccccc;
	text-indent: 15px;
	display: block;
	font-size: 0.8em;
	line-height: 1.25;
	padding: 5px 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #36414d;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffdcb9;
}
#beta-inner li a:hover {
	background-color: #5F3C3A;
	color: #fff;
}
#beta-inner li li a {
	padding-bottom: 0px;
	background-image: url(img/menu_arrow.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	display: block;
	font-size: 0.8em;
	line-height: 1.25;
	padding: 5px 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #36414d;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #cccccc;
	background-position: 10px center;
}
#beta-inner li li a:hover {
	background-color: #5F3C3A;
	background-image: url(img/menu_arrow_hover.gif);
	border-bottom: 1px solid #fff;
	color: #fff;
}
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#beta-inner ul {
	font-weight: normal;
	text-indent: 10px;
}
/* その他 */
.entry-tags {
	margin: 15px 0;
	clear: both;
}
.entry-tags ul {
	padding-left: 10px;
	margin:10px 0px;
	list-style : disc;
}
.entry-tags li {
	float: left;
	padding-left: 15px;
	display: block;
}
.mt-search-results .search-results-header {
	color: #fff;
	background: #aa8975;
}
.mt-search-results .search-results-container {
	margin-left:10px;
}
.mt-search-results form#search-form {
	width: 400px;
	margin: 0px auto 0px auto;
}
.mt-search-results form#search-form input#search {
	width: 80%;
}
.mt-search-results form#search-form p#search-options {
	text-align:center;
}
.main-index .date-header {
	display: none;
}
form textarea#comment-text {
	width:400px;
}
.module-welcome p {
	font-size: 12px;
}
.module-content p.first {
	margin-top:0px;
}
.master-archive-index #archive-title, .individual-entry-archive #archive-title, .date-based-archive #archive-title, .category-archive #archive-title {    /* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	border-left: 10px solid #cc0000;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	background: #666666;
}/* 物販用おすすめ・ピックアップ部分 */
.pickup {
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #9999cc;
	line-height: 1.5;
}
.pickup1 {
	width: 47%;
	height: 190px;
	margin: 5px 0;
	padding: 5px;
	line-height: 1.5;
	float: left;
	text-align: justify;
	text-justify:inter-ideograph;
}
.pickup2 {
	width: 47%;
	height: 190px;
	margin: 5px 0;
	padding: 5px;
	line-height: 1.5;
	float: right;
	text-align: justify;
	text-justify:inter-ideograph;
}/* two-column-left tweaks */
.layout-two-column-left #alpha {
	float: left;
}
.layout-two-column-left #beta {
	float: left;
}/* information tweaks */
.top-layout-information #alpha-showcase {
	display: none;
}/* showcase tweaks */
.top-layout-showcase #alpha-information {
	display: none;
}
.top-layout-showcase #alpha-inner {
	padding-top: 5px;
}
.ad336 {
	width: 300px;
	padding-left: 20px;
}
.ad336 td {
	height: 60px;
	font-size: x-small;
	text-align: left;
}
.ad336 title {
}
.ad336 comment {
}
.ad336 site {
	color: #009933;
}
.ad336 a {
	font-size: small;
	color: #0000FF;
}
.ad243 {
	width: 468px;
}
.ad243 td {
	height: 60px;
	font-size: x-small;
	text-align: left;
	width: 234px;
}
.ad243 title {
}
.ad243 comment {
}
.ad243 site {
	color: #009933;
}
.ad243 a {
	font-size: small;
	color: #0000FF;
}
/* 比較テーブルCSS */
.tbl_Pr,.tbl_Sp,.tbl_Ra,.tbl_It {
	width: 465px;
	background-color: #CCCCCC;
	font-size: 13px;
}
.tbl_Pr a img,.tbl_Sp a img,.tbl_Ra a img,.tbl_It a img {
	border: 0;
}
.tbl_It {
	background-color: #FFFFFF;
}
.tbl_Pr th,.tbl_Sp th, .tbl_Ra th {
	text-align:center;
	background-color: #2079CB;
	color: #FFFFFF;
	text-align: center;
}
.tbl_Ra .rnk {
	width: 40px;
}
.tbl_Pr td,.tbl_Sp    td,.tbl_Ra  td,.tbl_It td {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.tbl_Sp .free1,.tbl_Sp .free2,.tbl_Sp .free3 {
	width: 90px;
}
.tbl_Pr .price {
	font-size: 15px;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
}
.tbl_Sp .price {
	color: #FF0000;
	font-weight: bold;
}
.tbl_Pr .rnk {
	background-color: #EBEBEB;
	font-weight: bold;
}
.tbl_Ra .rnk {
	background-color: #2079CB;
	width: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.tbl_Ra .rnkdesc {
	width: 200px;
	text-align: left;
	vertical-align: top;
}
.tbl_Ra td {
	margin: 10px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #DAEBFA;
}
.tbl_Ra .rnkitem {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.tbl_Ra .rnkitem img {
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}
.tbl_It td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

.tbl_It .rnkdesc {
	padding-bottom: 15px;
	vertical-align: top;
}
.rank_tbl {
	width: 550px;
	background-color: #EBEBEB;
	margin:10px auto;
}
.rank_tbl td {
	color: #333333;
	background-color: #FFFFFF;
	width: auto;
	font-size: 90%;
	text-align: center;
}

.rank_tbl th {
	background-color: #CC0000;
	color: #FFFFFF;
	text-align: center;
}
.rank_tbl .sh,.rank_tbl .pr {
	text-align: left;
}
.rank_tbl .ra{
	background-color:#F5F5F5;
	font-weight: bold;
}
.rank_tbl .sh {
	width: 200px;
}