@charset "utf-8";

/*-------------------------------------------------<全タグに反映されます>-------*/
* {
	padding:0px;
	margin:0px;
}
img {
	border:0;
}

a {
	color: #c40505;
}

/*-------------------------------------------------<共通クラス>-------*/

/*floatクリア*/
.clear{
	clear:both;
}

/*取り消し線*/
.none_line {
	text-decoration: line-through;
}

/*点線ボーダー*/
.border {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D1D1D1;
}
/*文字サイズ小*/
.small {
	font-size: 85%;
	line-height: 120%;
}
/*太字*/
.bold {
	font-weight: bold;
}
/*------------------------------------------------<はじまり>---------*/
body {
	background-image: url(../images/bg.gif);
	font-size: 80%;
	color: #8b8b8b;
	letter-spacing: 0.04em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
}
#wrap {
	background-image: url(../images/bg2.png);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}

/*------------------------------------------------<ヘッダー>---------*/
#header {
	background-image: url(../images/header_bg.gif);
	height: 57px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	position: relative;
	padding-right: 20px;
}
#logo {
	background-image: url(../images/header_title.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 26px;
	padding-top: 10px;
	float: left;
	font-size: 130%;
	font-weight: bold;
}
h1 {
	font-size: 80%;
	font-weight: normal;
	float: right;
	position: relative;
	text-align: right;
	top: -10px;
}
#header img {
	position: absolute;
	top: 35px;
	left: 880px;
}

/*------------------------------------------------<メニュー>---------*/
#menu {
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	background-image: url(../images/top_menu.gif);
	background-repeat: repeat-x;
}
#menu li {
	font-size: 120%;
	font-weight: bold;
	float: left;
	list-style-type: none;
	background-image: url(../images/top_menu_line.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}
#menu li a {
	color: #8B8B8B;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 17px;
	padding-bottom: 17px;
	line-height: 20px;
}
#menu li a.hit {
	background-image: url(../images/top_menu_on.gif);
	background-repeat: repeat-x;
	margin-right: 2px;
	padding-right: 28px;
}

#menu li a:hover {
	background-image: url(../images/top_menu_on.gif);
	background-repeat: repeat-x;
	margin-right: 2px;
	padding-right: 28px;
}

/*------------------------------------------------<メインコンテンツ　はじまり>---------*/

#main {
	padding: 20px;
}

/*------------------------------------------------<左コンテンツ>---------*/
#LeftContents {
	float: left;
	width: 653px;
}

/*H2タグ*/
h2.top {
	background-image: url(../images/title_mark.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 120%;
	background-position: 0px 3px;
}
h2.sub {
	background-image: url(../images/top_65.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	font-size: 120%;
	height: 25px;
	padding-top: 7px;
}

/*動画*/
.youtube {
	border: 5px solid #d1d1d1;
	margin-top: 1px;
	width: 640px;
}
/*評価*/
.hyoka {
	padding: 10px;
	float: left;
	line-height: 15px;
}
/*再生回数*/
.play {
	padding: 10px;
	float: right;
}

.waku_txt {
	padding: 10px;
	border: 1px solid #d1d1d1;
}
.link {
	background-image: url(../images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	float: right;
	margin-top: 15px;
	margin-bottom: 30px;
}
.inner {
	margin-top: 15px;
	float: none;
}
.inner_sub {
	float: left;
	margin-right: 10px;
	width: 315px;
}
.inner_sub img {
	padding: 1px;
	border: 1px solid #cdcdcd;
	float: left;
}
.inner_sub table {
	float: left;
	margin-left: 5px;
	width: 185px;
}
.inner_sub td.title {
	padding-bottom: 10px;
}
.inner_sub td {
	text-align: left;
}
.inner_sub .waku {
	border: 1px solid #CDCDCD;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.inner_sub td.right {
	float: right;
}
.inner_sub img.border_clear {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Ｑ＆Ａ質問*/
.qa_q {
	background-image: url(../images/qa_q.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
}
p.qa_q_txt {
	padding: 10px;
}
p.qa_q_txt a {
	color: #0000FF;
}
/*Ｑ＆Ａ解答*/
.qa_a {
	background-image: url(../images/qa_a.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 15px;
	margin-top: 15px;
}
.qa_a a {
	color: #0000FF;
}
.qa_a p {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C50505;
	padding-left: 10px;
}

/*ニュース＆ブログ*/
ul.news_blog {
	padding-left: 10px;
}
li.blog {
	background-image: url(../images/icon_blog.gif);
	background-repeat: no-repeat;
	padding-left: 55px;
	list-style-type: none;
	margin-bottom: 5px;
}
li.news {
	background-image: url(../images/icon_news.gif);
	background-repeat: no-repeat;
	padding-left: 55px;
	list-style-type: none;
	margin-bottom: 5px;
}


/*------------------------------------------------<右コンテンツ>---------*/
#RightContents {
	float: right;
	width: 250px;
}
#RightContents h2 {
	font-size: 90%;
	color: #FFFFFF;
	background-image: url(../images/right_menu_top.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 7px;
	padding-left: 10px;
}
.h2_bg {
	background-image: url(../images/right_menu_top_bg.gif);
	background-repeat: repeat-y;
	min-height:33px;
	height: auto !important;
	height:33px;
}
.right_inner {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-left-color: #dcdcdc;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.input_search {
	margin-top: 7px;
}
.input_search input {
	float: left;
}
.search {
	background-image: url(../images/right_menu_search_input.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	padding-top: 6px;
	padding-left: 6px;
	margin-right: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #8B8B8B;
}
.border2 {
	height: 1px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D1D1D1;
	margin-bottom: 10px;
}

/*タグクラウド*/
#tagcloud ul.tag {
	padding: 5px 10px 10px 10px;
	margin:0px;
	list-style-type: none;
}
#tagcloud ul.tag li {
	line-height: 1.3;
	display: inline;
	margin:3px;
	font-size: 8.5px; /* ここで相対的に文字サイズを変更 */
	list-style-type: none;
}

#tagcloud ul.tag li a {
	position: relative;
	text-decoration: none;
	text-align: center;
}

#tagcloud ul.tag li.level1 a {
	z-index: 6;
	font-size: 300%;
	color: #7a7a7a;
}

#tagcloud ul.tag li.level2 a {
	top: 5px;
	z-index: 5;
	font-size: 250%;
	color: #7a7a7a;
}

#tagcloud ul.tag li.level3 a {
	font-size: 200%;
	color: #7a7a7a;
	z-index: 4;
}

#tagcloud ul.tag li.level4 a {
	top: 5px;
	z-index: 3;
	font-size: 150%;
	color: #7a7a7a;
}

#tagcloud ul.tag li.level5 a {
	font-size: 120%;
	color: #7a7a7a;
	z-index: 2;
}


/* オンマウス */
#tagcloud ul.tag li a:hover {
	z-index: 10;
	color: #FFFFFF;
	padding: 2px;
	background-color: #666666;
	border: 1px solid #8B8B8B;
}

/*新着の質問*/
.new_q li {
	background-image: url(../images/right_menu_search_q.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: none;
	background-position: 0px 2px;
	padding-bottom: 5px;
}

/*ついったー*/
.twitter img {
	float: left;
	border: 1px solid #ababab;
	margin-right: 7px;
}
.right_waku {
	margin-bottom: 15px;
}
.pweredby {
	float: left;
}
.link2 {
	float: right;
	background-image: url(../images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
.gray_title {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/right_menu_pr.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 90%;
}
.gray_arrow li {
	background-image: url(../images/gray_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-bottom: 10px;
	padding-left: 15px;
	list-style-type: none;
}
.gray_arrow a {
	color: #8B8B8B;
}

/*------------------------------------------------<フッダー>---------*/
#pagetop {
	font-size: 85%;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 77px;
}
address {
	text-align: center;
	font-style: normal;
	padding-top: 20px;
	font-size: 85%;
}


/*-----------------------------------------------<２階層目>-------*/
#pankuzu {
	font-size: 85%;
	padding-bottom: 10px;
}

/*カテゴリ*/
.category {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
}
.category th {
	width: 20px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #AFAFAF;
	line-height: 14px;
	padding: 5px;
}
.category td a {
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #d0d0d0;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.category td:hover {
	background-color: #ffffcc;
}
.category .hit2 {
	background-color: #ffffcc;
}

/*オークション*/
.auctionInner th {
	background-color: #f7f7f7;
	font-weight: normal;
	padding: 7px;
}
.auctionInner td {
	padding-right: 7px;
	padding-left: 7px;
}

.auctionInner td .border {
	padding: 0px;
}

.kakaku {
	font-weight: bold;
	color: #0066CC;
	text-align: right;
}
/*画像枠*/
img.waku {
	padding: 1px;
	border: 1px solid #cdcdcd;
}

/*ページ番号*/
.number a {
	margin-left: 5px;
	border: 1px solid #E0DFE3;
	padding: 5px;
	text-align: center;
	font-size:10px;
}
.number a:hover {
	margin-left: 5px;
	border: 1px solid #E0DFE3;
	padding: 5px;
	color:#FFFFFF;
	background-color:#AFAFAF;
	font-size:10px;
}
.numberHit {
	padding: 3px;
	margin-left: 5px;
	font-weight: bold;
	border: 1px solid #E0DFE3;
	background-color: #E0DFE3;
	font-size:10px;
}
.next a {
	background-image: url(../images/gray_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 15px;
	height: 18px;
	line-height: 18px;
	color: #C50505;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
}
.pre a {
	margin: 0 10px 0 15px;
	background-image: url(../images/gray_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: 18px;
	line-height: 18px;
	padding-left: 15px;
	color: #C50505;
}

.return a {
	margin: 0 10px 0 15px;
	background-image: url(../images/gray_arrow3.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: 18px;
	line-height: 18px;
	padding-left: 15px;
	color: #C50505;
}

/*DVD*/
.dvdInner th {
	background-color: #f2f2f2;
	text-align: left;
	padding: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
}
.imgSpace {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.arrow_g {
	background-image: url(../images/gray_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-left: 20px;
}
.arrow_g a {
	color: #8B8B8B;
}
.teika {
	text-decoration: line-through;
	text-align: right;
}

/*詳細ボタン*/
.shosai_bt {
	background-image: url(../images/shousai_bt.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 30px;
	width: 102px;
	text-align: center;
	padding-top: 8px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
}
.shosai_bt:hover {
	background-position: bottom;
	text-decoration: underline;
}
.red_txt {
	font-size: 120%;
	font-weight: bold;
	color: #C50505;
	margin-right: 10px;
	margin-left: 10px;
}
.top_spacer {
	padding-top: 10px;
}
.review {
	padding: 10px;
}
.sub_title {
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	background-color: #f2f2f2;
	padding: 7px;
	margin-top: 30px;
}
.box {
	font-size: 85%;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #cbcbcb;
	letter-spacing: 0.01em;
}
.dvdInner td {
	padding-left: 7px;
	padding-right: 7px;
}
.auctionInner td.no_pad {
	padding: 0px;
}
.img_waku {
	padding: 1px;
	border: 1px solid #D6D6D6;
	height: 170px;
	width: 170px;
}
.inner .picInner th {
	padding: 7px;
	font-weight: normal;
	background-color: #F8F8F8;
}

.picInner td.no_pad {
	padding: 0px;
}
.img_waku2 {
	padding: 1px;
	border: 1px solid #D6D6D6;
	width: 430px;
}

.img_waku3 {
	border: 1px solid #D6D6D6;
	background-image: url(../images/red_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.img_waku4 {
	border: 1px solid #D6D6D6;
	background-image: url(../images/red_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 1px;
}

/*動画タイトル*/
h3.top {
	background-image: url(../images/title_mark.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 120%;
	background-position: 0px 3px;
	margin-top: 15px;
	margin-bottom: 10px;
}
/*ブログ・ニュース*/
.auctionInner p {
	margin-top: 10px;
	margin-bottom: 10px;
}
p.news {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/*Ｑ＆Ａ検索*/
.input_search .txt {
	float: right;
}
.red_box {
	font-size: 85%;
	color: #FFFFFF;
	background-color: #C50505;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.inner_in {
	margin-right: 10px;
	margin-left: 10px;
}


/*-----------------------------------------<QA_search>----------*/

.subtext2 {
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
	line-height:110%;
	color: #666666;
}

.searchEnter2 {
	background-color: #245511;
	width: 540px;
}

.td01 {
	padding: 7px 0 7px 7px;
	width: 150px;
}

.txt01 {
	height: 18px;
	width: 144px;
	padding: 3px;
	font-size: 14px;
	color: #696969;
}
.td02 {
	width: 50px;
	padding-left: 5px;
}

.linkUp {
	background-image: url(../images/QA_08-05.gif);
	background-repeat: no-repeat;
	padding-left: 130px;
	padding-top: 2px;
	min-height:22px;
	height: auto !important;
	height: 22px;
	margin-top: 10px;
	line-height: 130%;
	font-size:80%;
}

.linkUp a {
	color: #0066cc;
}

.result {
	background-image: url(../images/QA_12.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 29px;
	padding-left: 155px;
	color: #cc0000;
	padding-top: 2px;
	line-height: 130%;
	font-size:80%;
}

.resultInner p {
	padding: 5px 0 0 0;
	line-height: 130%;
	font-size:80%;
}
.resultInner {
	margin-bottom: 20px;
}
.imgSpacer {
	padding-right: 10px;
}
a.resultTitle {
	color: #1486be;
	font-size: 100%;
	font-weight: bold;
	line-height: 24px;
}
.date {
	color: #B3B3B3;
	font-size: 75%;
	margin-left: 10px;
}
.siteLink {
	color: #2ba700;
}

.resultTitle .highlight {
	padding: 2px;
	background-color: #bcf0ff;
	text-decoration: underline;
}
 
.highlight {
	padding: 2px;
	background-color: #bcf0ff;
}

.linkBottom {
	background-image: url(../images/QA_19-09.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 117px;
	font-size: 80%;
	line-height: 130%;
	margin-top: 25px;
}
.linkBottomBox {
	background-color: #e5f2ff;
	border: 1px solid #0066cc;
	padding: 10px;
	font-size: 80%;
	line-height: 130%;
}

.linkBottomBox a {
	color: #0066cc;
}
