@charset "utf-8";

/*** SITE :サイト全体指定 ****/

*{margin:0;padding:0;}
div,p,span,a,input,select,textarea,form,ul,ol,li,dl,dt,dd,tr,td,table {font-size:100%;}
body {
	font-size:small;
	*font-size:small;
	*font:x-small;
	color:#333333;
	background-color:#FFFFFF;
	font-family:verdana,"ＭＳ Ｐゴシック","Osaka‐等幅";
	text-align:center;
}
em,i {font-style:normal;}
hr {display:none;visibility:hidden;}
form {font-size:12px;}
input,select {font-size:13px;}
label {cursor:pointer;}
img {margin:0;padding:0;vertical-align:middle;}
a img {border:none;text-decoration:none;text-align:left}
a {cursor:pointer;}
a:link,a:visited,a:active {color:#333;text-decoration:none;}
a:hover {
	color:#000;
	background-color:#fdbdd1;
	background-image:url("../img/hover_pink.gif");
	background-repeat:repeat;
	text-decoration:underline;
}
ul,ol,dl {list-style:none;}
p {line-height:1.2em;}
fieldset {border:none;}
legend {display:none;}
h1,h2,h3 {color:#000;font-size:16px;font-weight:normal;text-align:left;}
h4,h5,h6 {color:#000;font-size:14px;font-weight:normal;text-align:left;}

/*** block element *****************/

div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address {display:block;}

/*** inline element *****************/

a,abbr,acronym,bdo,big,cite,code,dfn,em,img,kbd,q,samp,small,span,strong,sub,sup,var {display:inline;}

/*** HTML :IE用スクロールバー設定*/

html {
	*scrollbar-arrow-color:#999;
	*scrollbar-base-color:#fff;
	*scrollbar-track-color:#fff;
	*scrollbar-face-color:#fff;
	*scrollbar-3d-light-color:#fff;
	*scrollbar-darkshadow-color:#fff;
	*scrollbar-highlight-color:#999;
	*scrollbar-shadow-color:#999;
}

/*共通設定 *****************/

.noPdd {padding:0 !important;}
.pdd5 {padding:5px !important;}
.pddT5 {padding-top:5px !important;}
.pddR5 {padding-right:5px !important;}
.pddB5 {padding-bottom:5px !important;}
.pddL5 {padding-left:5px !important;}
.pdd10 {padding:10px !important;}
.pddT10 {padding-top:10px !important;}
.pddR10 {padding-right:10px !important;}
.pddB10 {padding-bottom:10px !important;}
.pddL10 {padding-left:10px !important;}
.pdd20 {padding:20px !important;}
.pddT20 {padding-top:20px !important;}
.pddR20 {padding-right:20px !important;}
.pddB20 {padding-bottom:20px !important;}
.pddL20 {padding-left:20px !important;}
.noMrg {margin:0 !important;}
.Mrg5 {margin:5px !important;}
.MrgT5 {margin-top:5px !important;}
.MrgR5 {margin-right:5px !important;}
.MrgB5 {margin-bottom:5px !important;}
.MrgL5 {margin-left:5px !important;}
.Mrg10 {margin:10px !important;}
.MrgT10 {margin-top:10px !important;}
.MrgR10 {margin-right:10px !important;}
.MrgB10 {margin-bottom:10px !important;}
.MrgL10 {margin-left:10px !important;}
.Mrg20 {margin:20px !important;}
.MrgT20 {margin-top:20px !important;}
.MrgR20 {margin-right:20px !important;}
.MrgB20 {margin-bottom:20px !important;}
.MrgL20 {margin-left:20px !important;}

/*** float clear *****************/

.pkg:after {
	content:"";
	display:block;
	height:0.1px;
	clear:both;
}
.pkg {
	display:inline-block;
}
/*** no ie mac \*/

* html .pkg {height:1%;}

.pkg {display:block;}

.clear {clear:both;}

#cat:after,
#meta:after,
.pankuz:after,
.log-url:after {
	content:".";
	visibility:hidden;
	clear:both;
	display:block;
	height:0;
}

#cat,
#meta {
	zoom:1;
	margin-bottom:3em;
}

.pankuz,
.log-url {
	zoom:1;
}
/*** menu *****************/

#menu-bar {
	white-space:nowrap;
	background-color:#EEEEEE;
	display:block;
}
#menu-in {
	padding:3px 5px 0 10px;
	float:left;
}

#menu-in h1 strong,
#menu-in h2 strong {
	font-weight:normal !important;
}

#menu-in h1 ,
#menu-in h2  {
	font-size:12px !important;
	display:block !important;
	float:left;
	margin-right:10px;
}

#menu-out {
	font-size:12px !important;
	text-align:right;
	padding:3px 5px 3px 10px;
}

#navigation {
	white-space:nowrap;
	padding-left:50px;
	height: 34px;
	background: url("../img/bg_menu.gif") top left repeat-x #D01F3C;
	overflow:hidden;
}

#navigation li {
	  height: 34px;
	  float: left;
	  border-right:1px solid #fff;
}

#navigation li.start {
	  border-left:1px solid #fff;
}

#navigation li a {
	  display: inline-block;
	  padding: 7px 15px;
	  line-height: 20px;
	  height: 34px;
	  text-align: center;
	  border: none;
	  color: #FFF;
	  font-weight: bold;
}

#navigation li > a {
	  display: block;
}

#navigation li a:hover,
#navigation li.focus {
	background:url("../img/bg_menu_rollover.gif") top left repeat-x;
}
/*** seach *****************/

input.searchField {
	padding:2px 2px 2px 18px;
	background:#fff url("../img/search.gif") no-repeat 3px 5px;
	border:3px solid #ccc;
	font-size:14px;
	_font-size:15px;
	width:300px;
}
select.searchSelect {
	padding:2px;
	_margin-bottom:1px;
	border:1px solid #000;
	font-size:14px;
	_font-size:15px;
}
/***  *****************/


#masterbody {
	margin-right:auto;
	margin-left:auto;
	margin-top:auto;
	margin-bottom:auto;
}

#container {
	width:964px;
	color:#4d4c4c;
	margin:0 auto 0 auto;
}

#minicontainer {
	width:750px;
	color:#4d4c4c;
	margin:0 auto 0 auto;
}

#header {
	height:92px;
	margin:0 auto 0 auto;
	background-color:#000;
	border-top:3px solid #666;
	border-bottom:10px solid #666;
}

#header_body {
	float:left;
	width:900px;
	height:92px;
	margin:0 20px;
}

#header_body #header_left {
	float:left;
}

#header_body #header_right {
	float:left;
	color:#FFF !important;
	margin-top:30px;
	margin-left:20px;
	_margin-left:40px;
	text-align:left;
}

#header_right a:link,
#header_right a:visited,
#header_right a:active,
#menu-bar a:hover {
	color:#fff !important;
	background:#000;
	text-decoration:underline;
}
#container h2 {
	background:url("../img/bg_h2.gif") top left no-repeat;
	margin-bottom:10px;
	padding-left:40px;
}
#container h2 em {
	font-size:10px;
}

#container h3 {
	font-size:12px;
}
#wrap {
	float:left;
	margin-bottom: 10px;
}
#content {
	margin-left:180px;
	_margin-left:175px;
	margin-right:269px;
	_margin-right:265px;
}
#sidebar-left {
	float:left;
	width:160px;
	margin-right:-180px;
}

#static-left {
	width:160px;
	text-align:left;
}

#movable-left {
	width:160px;
}

#sidebar-right {
	display:block;
	float:right;
	width:251px;
	margin-left:-251px;
	text-align:left;
}

#static-right {
	width:250px;
}

#movable-right {
	width:250px;
	height:1px;
	text-align:center;

}

#content .column {
	width:515px;
	float:left;
}

.widget {
	background-color:#fff;
	background:url("../img/bg_menu_gray.gif") repeat-x;
	border:1px solid #e6e6e6;
	padding:8px;
	margin-bottom:10px;
}
.widget ul {
	line-height:18px;
	text-align:left;
}

#sidebar-left li img {
	margin:0 5px 0 0;
}
.bg_gray {
}
/*** cate *****************/

.fL {
	display:block;
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}

.fR {
	display:block;
	float:right;
	text-align:right;
	margin:0;
	padding:0;
}

ol.itemList {
	display:block;
	text-align:left;
	margin-top:20px;
}

li.itemList {
	clear:both;
	border-bottom:2px dotted #ccc;
	padding:10px 10px 13px 10px;
	margin:5px 0;
}

.log_main {
	display:block;
	margin-left:140px;
	padding:0;
}

.log-count {
	margin:0;
}

.log-count table {
	margin-top:10px;
	background-color:#DDDDDD;
	text-align:center;
}

.log-count table td {
	padding:3px;
	background-color:#FFFFFF;
}

.log-count .countHead {
	background-color:#EEEEEE;
}
.log-rank-num {
	font-size:14px;
	margin:0 0 10px 0;
}
/*** ランキング順位 *****************/

.log-num {
	font-size:12px;
	display:block;
}
/*** ランキング順位 *****************/

.log-rank-num em,
.log-num em {
	font-size:x-small;
	*font-size:xx-small;
	/*IE*/
}

.log-ttl {
	display:block;
	text-align:left;
	font-size:18px;
	padding:0 0 3px 0;
}
/*** タイトル *****************/
.log-cate {
	background-color:#f8f4e6;
	margin-top:3px;
	padding:5px;
	text-align:left;
}
/*** カテゴリ *****************/
.log-comme {
	display:block;
	float:left;
	width:100%;
	font-size:12px;
	padding:2px;
	margin:2px 0;
	line-height:17px;
	_line-height:16px;
	height:70px;
	overflow:hidden;
	border:2px solid #eee;
	background:url("../img/bg_comme.gif") repeat;
}
/*** 紹介文 *****************/
.ranking-3 {
	padding:3px;
	margin:3px 0;
	border:2px solid #eee;
	background:url("../img/bg_comme.gif") repeat;
}
/*** 紹介文 *****************/
.log-url {
	margin:5px 0 0 0;
	text-align:left;
	line-height:160%;
}
/*** url *****************/
.log-url img {
	margin:0 0 3px 0;
}

.log-url em {
	color:#1F9105;
}

/*** 日付 *****************/
.log-date {
	margin:0;
	text-align:left;
}

.pick a ,
.pick a:visited{
	text-decoration:underline;
}

.hover_red a:link,
.hover_red a:visited,
.hover_red a:active {
	margin:0 2px;
	padding:1px 3px;
	color:#fff;
	background-color:#fc2341;
	text-decoration:underline;
}

.hover_red a:hover {
	color:#fff;
	background:#fc2341 url("../img/hover_red.gif") repeat;
}

.hover_grey a {
	padding:1px 3px;
	color:#333;
	background-color:#fff;
	text-decoration:underline;
}

.hover_grey a:hover {
	background:url("../img/hover_grey.gif") repeat;
}
.come {
	font-size:10px;
	float:left;
	width:75%;
	_width:53%;
	font-size:10px;
	font-family:arial,helvetica,sans-serif;
	color:#333333;
	text-align:left;
	margin-top:10px;
	padding:10px;
	border:1px solid #ccc;
}
p.chek {
	color:#444444;
	margin-top:10px;
	padding:3px 10px 0 10px;
}
p.hide {
	color:#444444;
	border:1px solid #ccc !important;
	margin:5px 0 !important;
	padding:10px !important;
}
.siteimg {
	display:block;
	float:left;
	width:220px;
	height:165px;
	margin:0 10px 0 0;
	background:transparent;
}

.topimg {
	display:block;
	float:left;
	width:120px;
	height:90px;
	margin:0 10px 0 0;
	background:transparent;
}

.topimg a:link,
.topimg a:visited,
.topimg a:active,
.topimg a:hover,
.siteimg a:link,
.siteimg a:visited,
.siteimg a:active,
.siteimg a:hover {
	display:block;
	background:transparent;
}

.thumbimg {
	width:120px;
	height:90px;
	overflow:visible;
	font-size:10px;
	text-align:left;
}

.sitethumbimg {
	width:220px;
	height:165px;
	overflow:visible;
	font-size:10px;
	text-align:left;
}

.dispNone {display:none;visibility:hidden;}

.cnt {
	width:100%;
	clear:both;
	text-align:center !important;
	line-height:150%;
}

.mgpd {
	margin:80px 0;
	padding:0;
	clear:both;
	display:inline;
}

.error {
	font-weight:bold;
	color:#fb2a65;
	font-size:1em;
}

.red {
	font-weight:bold;
	color:#fe3a3a;
	font-size:1em;
}

img.mark {
	vertical-align:middle;
}
strong.yes {
	font-weight:bold;
	background-color:#333;
	color:#fff;
	padding:1px 2px;
}
.underline {
	padding-bottom:2px;
	background:url("../img/hr_dot_x.gif") bottom repeat-x;
}

.line {
	width:auto;
	margin:0;
	border-bottom:2px dotted #ccc;
	clear:both;
}
.form_line {
	clear:both;
	background:url("../img/hr_dot_x.gif") repeat-x;
	height:1px;
	margin:10px auto;
}
.strobo {
	padding:5px;
	background:url("../img/strobo.gif") left repeat-x;
}
.amzn {
	padding:15px 0;
	background-color:#fff;
}

.amzn ul.navi li{
	margin:0;
}



/*** cate list *****************/

.cat {
	margin: 20px;
	text-align:left;
}

#cat ,
#meta {
	margin:0 20px;
	_margin:0;
}

#cat ul ,
#meta ul {
	margin:0 10px;
}
#cat li ,
#meta li {
	float:left;
	display:inline;
	width:9em;
	_width:10em;
	height:16px;
	margin:3px 10px;
	_margin-left:10px;
}

#cat em {
	font-size:9px;
	padding:0 0 0 3px;
}

#cat li img {margin:0 5px 0 0;}

/*** pankuz *****************/

.pankuz {
	padding:0 10px 5px 10px;
	margin:10px 0;
	text-align:left;
	border-bottom:1px solid #e6e6e6;
	line-height:140%;
}
.pankuz a,
.pankuz a:visited {
	margin:0 5px;
	text-decoration:underline;
}

.pankuz h1 {
	margin:5px 5px 0 0;
}
.pankuz em {
	font-size:10px;
}
.pankuz strong {
	font-size:16px;
}
/*** pageNavigation *****************/

.page {
	clear:both;
	font-size:10px;
	padding:10px 5px;
	text-align:center;
	line-height:180%;
}
.page b {
	color:#fff;
	padding:1px 5px;
	margin:1px 3px;
	background:#333;
	border:1px solid #333;
	font-weight:normal;
}
.page a:link,
.page a:visited,
.page a:active {
	color:#999;
	background:#fff;
	border:1px solid #999;
	margin:1px 3px;
	padding:1px 5px;
}
.page a:hover {
	color:#fff;
	background:#333;
	border:1px solid #333;
	margin:1px 3px;
	padding:1px 5px;
}
/*** box *****************/

#box {
	padding:1px 0;
	margin:10px 0;
	background-image:url("../img/dot.gif");
	width:100%;
	text-align:left;
	display:block;
}
#box .inbox {
	margin:10px;
	padding:20px 10px;
	background-color:#FFFFFF;
	line-height:160%;
}
.inbox strong {
	font-size:14px;
}

.inbox i {
	font-size:12px;
	color:#fc5fad;
}

.inbox em {
	border-width:0 0 1px 0;
	border-style:solid;
}

.inbox b {
	font-size:18px;
	font-weight:bold;
}
.inbox ul {
	margin:10px;
	padding:5px 30px;
	color:#666666;
}
.inbox ul strong {
	font-size:14px;
}
.inbox ol {
	margin:10px;
	padding:10px 30px 0 30px;
}
.inbox ol li {
	margin:0 0 0 30px;
	list-style-type:decimal;
}
.inbox h3 {
	font-size:12px;
	font-weight:bold;
	padding:10px;
}
.inbox p {
	font-size:12px;
	color:#333333;
	margin:0 30px 0 30px;
	padding:0;
}
.inbox ul li img {
	vertical-align:baseline;
	padding:0;
	margin:0 5px 0 0;
}
form.inbox {text-align:center;}

/*** textarea *****************/

textarea[id="comment"] {
	font-size:12px;
}
textarea[id="comment-text"] {
	font-family:Verdana,
Arial,
sans-serif;
}
textarea {
	font-size:12px;
}
/*** inline navi *****************/

ul.navi li,
ul.sPon li {
	display:inline;
	margin:0 5px;
	padding:0;
	border:none;
}
ul.submit {
	margin-right:5px;
}

ul.submit li {
	display:inline;
	margin:0 5px;
	padding-left:10px;
	border-left:1px solid #e6e6e6;
}
ul.submit li:first-child {
	border-left:none;
}
ul.sPon {
	margin:0 10px;
	padding:0;
}

ul.sPon li {
	display:inline;
	margin:0;
}
.anc {
	text-align:right;
	margin:0 10px 0 0;
	clear:both;
}

/*** footer *****************/

#footer {
	clear:both;
	color:#999;
	padding:10px 0 10px 0;
	border-top:8px solid #e3e3e3;
	margin-top:10px;
	height:100%;
	background: url("../img/bg_footer.gif") repeat;
}

#footer .link strong {
font-weight:nomal !important;
}

.bbs7{
	position:absolute;
      left:10px;
}

