@charset "UTF-8";
/* stylesheet スタイルシート */
/* 全般設定 */
body {
	clear: both;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #442222;/*#FFDD99*/
	text-align: center;
	font-family: "ＭＳ Ｐゴシック" ,sans-serif, Arial;
}
.Clear {
	clear: both;
}
img {
	border-style: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFDD99;
	background-color: #663300;
}

#CONTAINER {
	margin: 0 auto 0 auto;
	width: 770px;
	padding: 0;
	color: #555555;
	background: #FFFFFF;
	text-align: left;
	font-size: 92%;
}

/* ヘッダ */
#HEADER {
	margin: 0;
	width: 100%;
	height: 70px;
	overflow: hidden;
	padding: 0;
	color: inherit;
	background: #000000 url(images/headbg.jpg) top right no-repeat;
}
#HEADER .Logo {
	margin: 0;
	width: 240px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 0px;
	color: #FF9933;
	background-color: transparent;
	font-size: 44px;
	font-weight: bold;
}
#HEADER .Logo a {
	text-decoration: none;
}
#HEADER .Logo a:hover {
	background-color: transparent;
}
#HEADER .Description {
	margin: 0;
	width: 490px;
	float: right;
	overflow: hidden;
	padding: 40px 10px 0 0;
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* ナヴィゲート・バー */
#NAVIGATEBAR {
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: inherit;
	background: #FFEE99 url(images/navibar_bgr.png) no-repeat;
	line-height: 28px;
	font-size: 13px;
}
#NAVIGATEBAR form {
	margin: 0 4px 0 0;
	width: 200px;
	float: right;
	text-align: right;
}
#NAVIGATEBAR form input {
	color: #777777;
	font-size: 10px;
}

/* コンテンツ */
#CONTENT {
	margin: 0 10px 0 0;
	width: 540px;
	float: right;
	padding: 0;
	color: #550000;
	background-color: transparent;
}
#CONTENT h1 {
	margin: 0;
	height: 48px;
	padding: 0 0 0 20px;
	color: #FF7733;
	background: #FFEE99 url(images/h1bgr.png) no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	line-height: 48px;
	font-size: 20px;
	font-weight: bold;
}
#CONTENT h1 span {
	font-size: 15px;
}
#CONTENT h2 {
	margin: 2em 0 0 0;
	height: 32px;
	padding: 0 0 0 20px;
	color: #FF7733;
	background: #FFEE99 url(images/h2bgr.png) no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	line-height: 32px;
	font-size: 15px;
	font-weight: bold;
}
#CONTENT p {
	margin: 1.5em 2em 0 3em;
	padding: 0;
	line-height: 2;
}
#CONTENT .Notes {
	margin: 3em 2em 0 3em;
	padding: 0;
	color: #777777;
	background-color: transparent;
	line-height: 3;
	font-size: 85%;
}
#CONTENT .BBox {
	margin: 2em 2em 0 3em;
}
#CONTENT .List1 {
	line-height: 2.5;
	font-weight: bold;
}
#CONTENT .List2 {
	font-weight: bold;
	list-style: none;
}
#CONTENT .List2 li {
	margin: 8px 0 0 0;
	color: inherit;
	background: transparent url(images/listbgr.png) no-repeat;
	line-height: 28px;
	text-indent: 2.5em;
}
#CONTENT .List2 a {
	display: block;
	color: #FFDD99;
	background-color: transparent;
}
#CONTENT .List2 a:visited {
	text-decoration: none;
}
#CONTENT .List2 a:hover {
	display: block;
	color: #FF3300;
	background-color: transparent;
	text-decoration: none;
}
#CONTENT .List3 {
	font-weight: bold;
	list-style: none;
}
#CONTENT .List3 li {
	margin: 8px 0 0 0;
	color: inherit;
	background: transparent url(images/listbgr.png) no-repeat;
	line-height: 28px;
	text-indent: 2.5em;
}
#CONTENT .List3 a {
	display: block;
	color: #FFDD99;
	display: block;
}
#CONTENT .List3 a:visited {
	text-decoration: none;
}
#CONTENT .List3 a:hover {
	display: block;
	color: #FF3300;
	background-color: transparent;
	text-decoration: none;
}
#CONTENT .List4 {
	font-weight: bold;
	list-style: none;
}
#CONTENT .List4 li {
	margin: 8px 0 0 0;
	color: inherit;
	background: transparent url(images/listbgr.png) no-repeat;
	line-height: 28px;
	text-indent: 2.5em;
}
#CONTENT .List4 a {
	display: block;
	color: #FFDD99;
	display: block;
}
#CONTENT .List4 a:visited {
	text-decoration: none;
}
#CONTENT .List4 a:hover {
	display: block;
	color: #FF3300;
	background-color: transparent;
	text-decoration: none;
}
#CONTENT .List5 {
	line-height: 2.5;
	font-weight: bold;
}
#CONTENT dl {
	margin: 1em 2em 0 3em;
	padding: 0;
	line-height: 2;
}
#CONTENT dt {
	margin: 1em 0 0 0;
	padding: 0;
	font-weight: bold;
}
#CONTENT .NBox {
	margin: 3em 0 0 0;
	line-height: 1;
}
#CONTENT .Navi1 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
#CONTENT .Prev {
	margin: 0;
	width: 260px;
	float: left;
	padding: 0;
}
#CONTENT .Next {
	margin: 0;
	width: 260px;
	float: right;
	padding: 0;
	text-align: right;
}
#CONTENT .Links {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	line-height: 2;
	font-size: 85%;
}
#CONTENT .Links span {
	white-space: nowrap;
	font-weight: bold;
}
#CONTENT .Links a {
	white-space: nowrap;
}
#CONTENT .NoFollow {
	color: #999999;
	background-color: transparent;
	font-weight: normal;
}
#CONTENT .Result li {
	line-height: 2;
}
/*----------------------------------------*/
#CONTENT .Adsense {
	margin: 1em auto 1em auto;
	width: 468px;
	text-align: center;
}
#CONTENT .Goods {
	margin: 3em auto 1em auto;
	width: 468px;
	text-align: center;
}
#CONTENT .Amazon {
	margin: 2em auto 1em auto;
	width: 468px;
	text-align: center;
}
/*----------------------------------------*/

/* 左ボックス */
#LEFTBOX {
	margin: 0 0 0 6px;
	width: 182px;
	float: left;
	padding: 0;
	overflow: hidden;
	color: #555555;
	background-color: transparent;
}

/* カテゴリ・メニュー */
#CATEGORY {
	margin: 0;
	padding: 0;
	list-style: none;
}
#CATEGORY li {
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	color: #FFDD99;
	background: #993300 url(images/menubgr.png) no-repeat;
	overflow: hidden;
	white-space: nowrap;
	line-height: 28px;
	text-indent: 10px;
	font-size: 13px;
	font-weight: bold;
}
#CATEGORY li.TopPage {
	text-align: center;
	text-indent: 0;
}
#CATEGORY li.Active {
	color: #FFCC66;/*#336633*/
	background: #CC7733 url(images/menubgr_a.png) no-repeat;
}
#CATEGORY li.Sub {
	color: #FFDD99;
	background: #993300 url(images/menubgsr.png) no-repeat;
	line-height: 22px;
	text-indent: 20px;
	font-size: 12px;
	font-weight: normal;
}
#CATEGORY li.SubActive {
	color: #FFCC66;
	background: #CC7733 url(images/menubgsr_a.png) no-repeat;
	line-height: 22px;
	text-indent: 20px;
	font-size: 12px;
	font-weight: normal;
}
#CATEGORY li a {
	display: block;
	color: #FFDD99;
	background-color: transparent;
}
#CATEGORY li a:visited {
	text-decoration: none;
}
#CATEGORY li a:hover {
	display: block;
	text-decoration: none;
	color: #FF3300;
	background-color: transparent;
}
#CATEGORY li.NoFollow {
	color: #999999;
	background-color: transparent;
}
#CATEGORY li.SubNoFollow {
	color: #999999;
	background: #993300 url(images/menubgsr.png) no-repeat;
	line-height: 22px;
	text-indent: 20px;
	font-size: 12px;
	font-weight: normal;
}
#QRCODE {
	margin: 2em 0 0 0;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
}
#QRCODE {
	margin: 2em 0 0 0;
	font-size: 12px;
}
#LINKS {
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
}
/*----------------------------------------*/
#LEFTBOX .Adsense {
	margin: 1em auto 1em auto;
	width: 160px;
	text-align: center;
}
#LEFTBOX .LiveAdsS {
	margin: 1em auto 1em auto;
	width: 160px;
	text-align: center;
}
#LEFTBOX .YAuction {
	margin: 1em auto 1em auto;
	width: 160px;
	text-align: center;
}
#LEFTBOX .YAuction p {
	margin: 0;
	border: 1px solid #FF7733;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 12px;
}
#LEFTBOX .YAuction p a {
	display: block;
	color: #FFFFFF;
	background-color: #FF7733;
}
#LEFTBOX .YAuction p a:hover {
	color: #FF7733;
	background-color: #FFFFFF;
}
#LEFTBOX .Amazon {
	margin: 1em auto 1em auto;
	width: 160px;
	text-align: center;
}
/*----------------------------------------*/


/* フッタ */
#FOOTER {
	margin: 72px 0 0 0;
	width: 100%;
	border-top: 2px solid #CCCCCC;
	padding: 1.5em 0 1.5em 0;
	color: #999999;
	background-color: transparent;
	line-height: 2;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#FOOTER p {
	margin: 0;
	font-weight: normal;
}
