/*  
Theme Name: タコヤキューブ
Theme URI: http://www.plussys.com/te2ya/
Description: タコヤキューブ te2yaカスタム
Author: te2ya
Author URI: http://www.plussys.com/te2ya/
Version: 1.0
*/

/* all */
* {
    margin: 0;
    padding: 0;
/*    font-family: Verdana, Arial, sans-serif; */
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* *, x:-moz-broken { letter-spacing:-1.0px; }	*/ /* Fx3.0以降に適用 */
/* *:first-child+html * { letter-spacing:0px; }	*/ /* IE7に適用 */

br { letter-spacing: 0; }  /* IE用改行バグ対策 */

body {
    font-size: 100%;
}

html>body {
    font-size: 12pt;
}


/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;

}


/* heading */
h1, h2, h3, h4,h5, h6 {
    font-weight: normal;
}

h1 {
	font-size: 100%;
	line-height: 1.7em;
}


h2, h3, h6 {
	font-size: 108%;
	font-weight: bold;
}


/* anchor */
a,
a:link,
a:visited {
    color: #04a;
    text-decoration: none;
}
a:hover {
    color: #06d;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 158px;
}

/* banner title */
/* #header {
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #4e4e4e;
    color: #999;
    background: #839dbf;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("image/header_back.gif");
    text-align: left;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}


*/

.tmenuebtn a img {
        padding: 0;
        margin: 0;
	border: 3px;
}

/* description of blog */
/*
.blog-description {
    color: #ffffff;
    background: transparent;
    font-size: 12px;
    line-height: 1.2;
}
*/


/* article */
.blog {
/*    background: #fff; */
    padding: 10px 15px 5px;
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
}


/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
/*    background: #8fabbe; */
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url("http://www.plussys.com/te2ya/image/article_date_grd.gif");
/*    border: 1px solid #666;*/
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
/*    color: #36414d; */
/*    background: #fff;
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    background-repeat: no-repeat;
    font-size: 83.3%;
    line-height:1.7;
    word-break: break-all;
}

.entry-body {
    color: #36414d;
}

.entry img {
	margin-bottom: 7px;
}

.entry a img {
	border: 2px solid #ccc;
}

.entry a:hover img {
	border: 2px solid #01b0f0;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 10px;
}
.entry textarea {
    width: 97%;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 5px 0px;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    margin: 5px 0 0;
    padding: 6px 10px;
    background: #5a5a5a;
    background-position: bottom; 
    background-repeat: repeat;
    background-image: url("images/entry-header-back.jpg");
    border: 1px solid #2a2a2a;
    color: #f9f9f9;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
}

#ent-title a,
#ent-title a:link,
#ent-title a:visited {
    color: #f9f9f9;
}
#ent-title a:hover {}
#ent-title a:active {}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
/*    font-size: 83.3%; */
}

.entry-footer { width: 468px; }	/* IE7に適用 */

.entry-footer img {
    border: none;
    vertical-align: -9px;
}


.entry-footer a img {
    border: none;
}

.entry-footer a:hover img {
    border: none;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.nav-text {
    font-size: 12px;
    padding: 10px 5px;
}

.content-nav {
    font-size: 83.3%;
    margin: 10px 0px 10px 0px;
    text-align: center;
    border: 1px solid #999;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 83.3%;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 83.3%;
}



/* サイドバー枠 =================================================== */

.sidebar_waku {
    width: 182px;
    margin-bottom: 14px;
    border-collapse:collapse;
    background-image: url("images/sidebar_waku.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.sidebar_waku ul {
    margin: 7px 15px 18px;
}

.sidebar_search {
    padding: 5px 10px 18px;
}

.sidebar_list li {
    list-style: none;
    background: url(images/lmark2.gif) no-repeat 0 0.3em;
    padding-left: 12px;
    margin-bottom: 3px;
    font-size: 9.5pt;
    line-height: 1.4;

}

#links-left ul li,
#links-right ul li {
    list-style: none;
}

/* menu list of sidebar */
/*
#links-left ul,
#links-right ul {
    color: #444;
}

#links-left ul li,
#links-right ul li {
    margin: 0 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/lmark2.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    padding: 4px 10px 14px 10px;
}
*/
/* title of menu list */
/*
#links-left ul li h2,
#links-right ul li h2 {
    margin: 0px ;
}

html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 0px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 9.5pt;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 70%;
}
*/
/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    background: #f3f3f3;
    border: 1px solid #707070;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
/*    font-size: 83.3%; */
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 25px;
    margin-bottom: 10px;
}

.trackback-footer,
.comment-footer {
    padding-bottom: 20px;
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 3 columns */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 0px;
    text-align: center;
    background: #f3f3f3;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 0px;
}
.layout-three-column #box {
    width: 912px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0 0 0 0;
    border-bottom: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
    text-align: left;
    background-color: #fff;
}

/* footer */
#footer {
　　 clear: both;
    margin: 0px 0;
    padding: 0 0 0 0;
    background-position: right top;
    background-repeat: no-repeat;
/*    background-image: url("http://www.plussys.com/te2ya/image/header_back.gif"); */
    text-align: left;
}

.tcy3_footer {
 　 clear: both;
    width: 912px;
    height: 136px;
/*    height: 146px; */
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0 0 0 0;
/*    border-bottom: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
    background-color: #fff;
    background-image: url("images/footer.jpg"); */
}

.tcy3_footer { _width: 910px; } /* IE6用 Hack*/

.footer_logo {
/*    margin:85px 0 0 0;  */
    margin:73px 0 0 685px;
}


#footer p {
    margin: 5px 0;
    font-size: 10px;
    text-align: center;
    color: #444;
}
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer,
.layout-one-column-liquid #footer {
    display: none;
}

.layout-one-column #footer {
    text-align: center;
}

/* for 3 columns liquid layout */
/*
.layout-three-column-liquid #content {
    margin: 0 185px;
    border-bottom: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
}
.layout-three-column-liquid #links-left {
    position: absolute;
    width: 155px;
    top: 103px;
    _top: 102px;
    left: 15px;
    color: #fff;
}
.layout-three-column-liquid #links-right {
    position: absolute;
    width: 155px;
    top: 104px;
    _top: 100px;
    right: 15px;
    color: #fff;
}
*/


/* for IE7 */
*:first-child+html .layout-three-column-liquid #links-left,
*:first-child+html .layout-three-column-liquid #links-right,
*:first-child+html .layout-two-column-liquid-right #links-right,
*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}

/* for 3 columns fixed layout */
.layout-three-column #content {
    float: left;
    width: 510px;
    margin: 0px 0px 0px 0px;
/*
    border-bottom: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
*/
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 198px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 0px 0px 9px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

#box::after {
    height: 0;
    display: block;
    content: " ";
    visibility: hidden;
    clear: both;
}
#box {
    width: 100%
    /*\*/*/
    overflow: hidden;
    /**/
    background-image: url("images/footer.jpg");
    background-repeat: no-repeat; background-position:bottom;
}

/* サイドバー */
.side {
    font-size: 10px;
    line-height: 1.2;
}

/* アスキーアート */
.ascii-art{
  font-size:10pt;
  line-height:14px;
  font-family: "Mona","IPA MONAPGOTHIC","MS PGothic","ＭＳ Ｐゴシック","MS Pｺﾞｼｯｸ","MS Pゴシック",sans-serif;
}


/* about */

.about-pic {
    margin: 10px 0 0 0;
    text-align:center
}

.about-item {
    margin: 0 0 0px 14px;

}

.about-comt {
    width: 420px;
    margin: 0 0 0 28px;
}

.about-mail {
    margin: 0 0 0 28px;
}

/* トップメニュー */
.topmenu {
    width:  500px;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

.topmenubtn1 {
    width:  100px;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

.topmenubtn2 {
    margin: 0px;
    padding: 10px 0px 0px 0px;
}


/* フッター */
.footer_box {
    margin: 70px 0px 0px 0px; 
    padding: 0px 0px 0px 310px;
    float:  left;
}


/* レビュー一覧 */

#rmenu a img,
a:hover img {
    border: none;
}

.revcont1 a:hover img {
    border: none;
}


.rmenu-title {
    font-size: 12px;
    padding: 4px 0 0 10px;
    text-align: left;
    vertical-align: top;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("images/menu-bar-back.gif");
}

.rmenu-detail {
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 0 0 10px;
    text-align: left;
    vertical-align: top;
}

.rmenu-option {
    margin: 8px 0 0 0;
    vertical-align: bottom;
}

.rmenu-imgback {
    text-align: center;
    background: #3e3e3e;
}

.rmenu-t4c-cast {
    background: url(images/lmark2.gif) no-repeat 1em 0.5em;
    padding-left: 23px;
    margin: 0;
}




#review {
    width:  450px;
    font-size: 12px;
    line-height: 1.2;
    padding: 0px 0px 0px 10px;
}

#review1 {
    width:  158px;
    font-size: 11px;
    line-height: 1.2;
}


.img_bottom {
    vertical-align: bottom;
}

.review {
    font-size: 10px;
    line-height: 1.3;
    padding: 3px;
}

.review2 {
    background-color: #4e4e4e;
    margin: 6px 0px 0px 0px;
}

.revtblue {
    width:  440px;
    height: 32px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-image: url("images/menu-bar-back.gif");
/*    background-image: url("http://www.plussys.com/te2ya/image/rvt_blue.gif") */
}

.revtgreen {
    width:  440px;
    height: 32px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.plussys.com/te2ya/image/rvt_green.gif")
}

.revtred {
    width:  440px;
    height: 32px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-image: url("http://www.plussys.com/te2ya/image/rvt_red.gif")
}

.revtitle {
    margin: 0px;
    padding: 6px 0px 0px 8px;
}

.revpic1 {
    width:  168px;
    float: left;
}

.revpic2 {
    margin: 0px;
    padding: 0px 10px 0px 0px;
}

.revcont1 {
    float: left;
}

.revcont1 a img {
    border: none;
}

.revcont1 a:hover img {
    border: none;
}

.revfont {
    font-size: 11px;
    line-height: 1.4;
}

/* ソフマップ */
#sofmap {
    font-size: 10px;
    line-height: 1.2;
}

/* アマゾン */
#amazon {
    font-size: 10px;
    line-height: 1.2;
}

.affont {
    font-size: 10px;
    line-height: 1.2;
}

p.nedan {
    color: #900;
}

.fun9num{
	color:#900;
	font-weight:bold;
}

/* kanren */
.kanren {
    width:  auto;
    margin: 15px 0px 0px 0px;
    padding: 15px 30px;
    border: 1px solid #4e4e4e;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 1.5;
}

.kanren-item {
    font-weight: bold;
}

.kanren-link {
    background: url(images/lmark2.gif) no-repeat 1em 0.5em;
    padding-left: 23px;
    margin: 0;
}

.feedsize {
    font-size: 75%;
}

/* レビュー製品データ */
.rev-data table {
    color: #36414d;
    line-height: 1.5;
}

.jisseki-data table {
    color: #36414d;
    line-height: 1.5;
}

.jisseki-data td {
    padding: 5px;
}

.rev-line {
    padding: 0px 5px 0px 5px;
    border-bottom: 1px solid #fff;
}

.rev-item {
    padding: 0px 5px 0px 5px;
}

.rev-option {
    margin: 3px 3px 0 0;
    text-align: right;
}

/* アフェリエイト */
.aff-data {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.3;
    background: #fff;
/*    border: 1px solid #9e9e9e; */
}

.aff-data a img {
	border: none;
}

.aff-data a:hover img {
	border: none;
}

.item-title {
    font-size: 10px;
}

.price {
    font-size: 11px;
    color: #900;
}

.shop	{
    color: #282;
    font-size: 9px;
}

.itemlk-ctgr {
    width: auto;
    margin: 10px 5px 0px;
    padding: 2px 8px 0px;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    color: #555;
}

.itemlk-new {
    width: auto;
    margin: 5px 7px 0px;
    padding: 2px 8px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #a90;
}

.itemlk-detail {
    font-size: 10px;
    line-height: 1.3;
    margin: 0px;
    padding-right: 5px;
}


.kanrenkiji {
    border-left: 10px solid #9b9;
    border-bottom: 1px solid #9b9;
    padding-left: 5px;
    line-height: 1.2;
    color: #484;
}

.k-link {
    margin-top: 5px;
    margin-bottom: 15px;
}

.k-link a img {
	border: 1px solid #999;
	vertical-align: middle;
	margin: 0 7px 5px 7px;
}

.k-link a:hover img {
	border: 1px solid #ccc;
}

.responce a img {
	border: 2px solid #ccc;
}

.responce a:hover img {
	border: 2px solid #01b0f0;
}

.author {
    color:#555555;
}

.command {
    font-weight: bold;
}



/* リンク */

.tcy3_link_1 {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0px;
}

.tcy3_link_1_2 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0px;
}

.tcy3_link_2 {
    text-align: left;
    font-size: 75%;
    background: url(images/lmark2.gif) no-repeat 9px 0.5em;
    padding-top: 2px;
    padding-left: 20px;
    margin: 0;
}

.tcy3_aff_banner {
    text-align: center;
    margin: 0px 0 10px;
}

.tcy3_aff_banner img {
    margin-bottom:5px;
}


.tcy3_table table {
    line-height: 1.5;
}

.tcy3_table td {
    padding-left: 2px;
}


.tcy3_caption {
    font-size: 83.3%;
    padding-bottom: 5px;
    text-align: center;
}


/* エントリー内テーブル調整 */

.cp_center {
    width: auto;
    text-align: center;
}

.entry-body img {
    vertical-align:bottom;
}


/* Xbox360 実績 */

.jisseki_wrap {
    width: 468px;
    padding: 0px;
    margin: 0 0 6px;
    border-collapse:collapse;
    border:0px;
}

.jisseki_left {
    border: 1px solid #bbb;
    background: url(images/jisseki-back.gif);
}

.jisseki_right {
    width: 60px;
    border: 1px solid #bbb;
    text-align: center;
    background: url(images/jisseki-back.gif);
}

.jisseki_naka {
	border-collapse:collapse;
	border:0px;
}

.jisseki_naka img {
	margin-right: 8px;
	margin-bottom: 0px;
}

.jisseki_naka td {
	line-height: 1.2;
}

.jisseki_name {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 105%;
	color: #444;
}

.jisseki_space {
    width: 5px;
}

.jisseki_g {
    padding-left: 14px;
    background: url(images/jisseki-g.gif) no-repeat 12px 1px;
}


/* 画像段組 */

.pic_dangumi {
    width: 468px;
    padding: 0px;
    margin: 0px;
    border-collapse:collapse;
    border:0px;
}

.pic_center {
    width: 168px;
    text-align: center;
}

.pic_left {
    width: 234px;
    text-align: left;
}

.pic_right {
    width: 234px;
    text-align: right;
}

.pic_top {
    padding-bottom: 4px;
}

.pic_bottom {
}

.mr2 { margin-right:2px; }
.mr3 { margin-right:3px; }
.mr4 { margin-right:4px; }
.mr6 { margin-right:6px; }
.mr8 { margin-right:8px; }

.mb4 { margin-bottom:4px; }
.mb6 { margin-bottom:6px; }



/* 下段ナビ */

#under_navi {
    width: 468px;
    padding: 0px;
    margin: 0 0 0 5px;
    border-collapse: collapse;
    border: 0px solid #16c5f5;
    background-color: #fff;
}

#under_navi td {
    padding: 15px 5px;
}



/* レビュー */

.review_box {
    width: 460px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border: 0px;
}

.review_pic {
    width: 180px;
    padding: 1px;
    background: #3e3e3e;
}

.review_text {
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 0 0 10px;
    text-align: left;
    vertical-align: top;
}

.review_text a {
    font-weight: bold;
}


/* 商品リンク =================================================== */

.itemlink_02 {
    width: 182px;
    text-align: left;
    padding-top:10px;
    background-image: url("images/wk_side.gif");
/*    border-right: 1px solid #4e4e4e ;
    border-left: 1px solid #4e4e4e ; */
    background-repeat: repeat-y;
}

.itemlink_03 {
    width: 182px;
    height: 7px;
    background-image: url("images/wk_bottom.gif");
    background-repeat: no-repeat;
}







/* 関連記事＆リンク =================================================================== */

.kanren_e,
.kanren_l {
	margin-bottom: 12px;
	padding-bottom: 6px;
}

.kanren_l {
	border-bottom: 1px solid #3eaf99;
}


.kanren_e h6,
.kanren_l h6 {
	color: #2d7f6f;
	padding-left: 6px;
	margin-bottom: 5px;
	border-left: 10px solid #3eaf99;
	border-bottom: 1px solid #3eaf99;
}

.kanren_e ul {
	margin: 5px;
	padding: 0;
	list-style-type: none;
}

.kanren_e li {
	border-bottom: 1px dotted #999;
}

.kanren_e img {
	margin: 4px 10px 4px 12px;
	vertical-align: middle;
}

.kanren_l iflame {
	border: none;
	margin: 0;
	padding: 0;
}

.kanren_l table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}



/* 本文中定義リスト ================================================================== */

.entry dl {
	margin: 10px 20px 10px 20px;
	padding: 5px 20px 15px 20px;
	border: solid 1px #ccc;
	background-color: #f5f5f5;
}

.entry dt {
	margin-top: 10px;
	font-weight: bold;
}

.entry dd {
	margin-left: 30px;
}

/* =================================================================================== */


/* PayPal住所表記 ================================================================== */

.paypal_address {
	margin: 10px 20px 10px 20px;
	padding:15px 20px 0px 20px;
	border: solid 1px #d5d5d5;
	background-color: #f5f5f5;
}

.paypal_address dl {
	margin: 15px 0 10px;
	padding: 10px 15px 0px 15px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.paypal_address dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 9.5em;
	margin: 0 0 0.8em;
	border-bottom: solid 1px #e5e5e5;
}

.paypal_address dd {
	margin: 0 0 0.8em;
	border-bottom: solid 1px #e5e5e5;
}

/* =================================================================================== */



/* 右サイドバーiframe設定 ============================================================= */

#links-right iframe {
	border: none;
	width: 180px;
}


/* 続きを読むボタン =================================================================== */


.btn_more {
    background: url(images/btn_more.gif);
    width:120px;
    height:24px;
    display: block;
    cursor:pointer;
    margin-top:20px;
    text-indent: -9999px
    }
 
.btn_more:hover{
    background-position:left bottom;
    }



/* ゲームメニューページ =============================================================== */

.game_menu_top {
	text-align: right;
	padding-right: 6px;
	border-bottom: 1px dotted #666;
}

.game_menu_bottom {
	border-top: 1px dotted #666;
	padding-top: 10px;
}

.game_menu1 {
	font-size:80%;
	line-height: 1.6;
	clear: both;
	padding-left: 6px;
}

	.game_menu1 a {
		color: #fff;
		text-decoration:none;
	}

	.game_menu1 a:hover {
		color: #eee;
	}

	.game_menu1 a img {
		margin-bottom: 0px;
	}

	.game_menu1 p {
		margin: 0 0 3px 0px;
		padding: 1px 0 1px 0px;
		font-weight: bold;
		font-size:13px;
	}

.gmenu_img {
	float: left;
	margin-right: 1em;
}

	.gmenu_img img {
		width: 180px;
		height: 80px;
	}

.gmenu_rgt {
	margin-left: 188px;
	height: 82px;
	background-color: #f2f2f2;
	margin-bottom: 0px;
}

	.gmenu_rgt p {
		line-height: 1.3;
		padding-top:4px;
		padding-bottom:4px;
	}

	.gmenu_rgt img {
		vertical-align: -2px;
		margin-left: 5px;
	}

	.gmenu_rgt a img {
		border: none;
		vertical-align: -2px;
	}

	.gmenu_rgt a:hover img {
		border: none;
	}



.gmenu_wii {
	border: 1px solid #01baff;
}

	.gmenu_wii p {
		background-color: #01baff;
	}


.gmenu_xbox360 {
	border: 1px solid #75a862;
}

	.gmenu_xbox360 p {
		background-color: #75a862;
	}

.gmenu_toys {
	border: 1px solid #888;
	margin-bottom: 5px;
}

	.gmenu_toys p {
		background-color: #888;
	}

.game_menu2 {
	padding-left: 6px;
}

	.game_menu2 img {
		width: 80px;
		height:40px;
		vertical-align: middle;
		margin-right: 8px;
		margin-bottom: 0px;
	}

	.game_menu2 p {
		margin: 4px 0 4px 0;
	}

.gmenu_small {
	border-bottom: 1px dotted #ccc;
	padding: 0px;
}



/* TOPへボタン ======================================================================== */

.to_top_box {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
}

a.to_top {
  background: url(images/to_top.gif) left top no-repeat;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 70px;
  height: 18px;
}
a.to_top img {
  border: none;
}
a.to_top:hover img {
  position: relative;
  top: -18px;
  border: none;
}



/* 最近の記事 ========================================================================= */

.r_entry {
	width: 182px;
}

.r_entry a img {
	vertical-align: bottom;
	width: 180px;
	height: 80px;
	border: 1px solid #4e4e4e;
	border-bottom: none;
}

.r_entry_text {
	font-size: 10px;
	padding: 5px;
	background-color: #e2e2e2;
	border: 1px solid #4e4e4e;
	margin-bottom: 8px;
	line-height: 1.4;
}



/* 補足 =============================================================================== */

.supplement {
	border: 2px dotted #999;
	padding: 6px 10px;
	background-color: #fdfded;
/*	background-color: #fcfce3; */
}

.supplement2 {
	border: 2px dotted #999;
	padding: 6px 10px;
	background-color: #f4f4f4;
/*	background-color: #fcfce3; */
}


/* ヘッダー ============================================================================ */
.tcy3_header {
    width: 912px;
    height: 120px;
    border-bottom: 1px solid #4e4e4e;
    background: #e2e2e2;
    background-repeat: no-repeat;
    background-image: url("images/header_back.jpg");
}

.header_left {
	float: left;
	width: 336px;
}

.header_right {
	padding-top: 94px;
}


/* タイトル -------------------------------------*/
#blog-title {
	margin: 28px 0 0 20px;
}

a.title_tacoya3 {
  background: #e2e2e2 url(images/title_tacoya3.gif) left top no-repeat;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 229px;
  height: 31px;
}
a.title_tacoya3:hover{
    background: #e2e2e2;}
a.title_tacoya3 img {
    background: #e2e2e2;}
a.title_tacoya3:hover img {
    background: #e2e2e2;  position: relative;
  top: -31px;
}

#blog-description {
	margin: 3px 0 0 18px;
}

#taco-counter {
	margin: 4px 0 0 20px;
}

#taco-counter img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}


/* メニュー -------------------------------------*/

#g_menu li {
  list-style-type: none;
  float: left;
  margin-right: 14px;
}

a.menu_Xbox {
  background: url(images/menu_xbox.gif) left top no-repeat;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 46px;
  height: 21px;
}
a.menu_Xbox:hover img {
  position: relative;
  top: -21px;
}

a.menu_Wii {
  background: url(images/menu_wii.gif) left top no-repeat;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 32px;
  height: 21px;
}
a.menu_Wii:hover img {
  position: relative;
  top: -21px;
}

a.menu_Toys {
  background: url(images/menu_toy.gif) left top no-repeat;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 46px;
  height: 21px;
}
a.menu_Toys:hover img {
  position: relative;
  top: -21px;
}

a.menu_Plamo {
  background: url(images/menu_plamo.gif) left top no-repeat;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 77px;
  height: 21px;
}
a.menu_Plamo:hover img {
  position: relative;
  top: -21px;
}

a.menu_About {
  background: url(images/menu_about.gif) left top no-repeat;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 53px;
  height: 21px;
}
a.menu_About:hover img {
  position: relative;
  top: -21px;
}

a.menu_RSS {
  background: url(images/menu_rss.gif) left top no-repeat;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 20px;
  height: 21px;
}
a.menu_RSS:hover img {
  position: relative;
  top: -21px;
}


/* Xbox360年末年始大売出し！セール Countdown to 2012 =================================== */


.xbox-sale01 {
	width: 468px;
	border-top: 1px dotted #999;
}

.xbox-sale01 img {
	margin-bottom: 0px;
	width: 100px;
	height: 23px;
	vertical-align: middle;
}

.xbox-sale01 th,
.xbox-sale01 td {
	font-size: 90%;
	line-height: 1.2;
	vertical-align:middle;
	padding: 5px 3px;
	border-bottom: 1px dotted #999;
}

.xbox-sale01 th {
	vertical-align:top;
	padding-top: 10px;
}

.xbox-sale01 th {
	text-align:right;
	font-weight:normal;
}

.xbsl-n {
	width: 90px;
	text-align: center;
}

.ta-r {
	text-align: right;
}


/* ゲームオンデマンド版『スーパーストリートファイターIV』がAE化＆VPN不要に ============= */

.godssf4ae {
	width: 400px;
	border-top: 1px dotted #999;
	margin: 8px 0;
}

.godssf4ae td {
	vertical-align:middle;
	padding: 5px 3px;
	border-bottom: 1px dotted #999;
}

.ta-c {
	text-align: center;
}


.ta-l {
	text-align:left;
}


/* Xbox LIVE 香港タグでゲームオンデマンド(GoD)を物色 =================================== */

.god_hk_search {
	width: 468px;
	border-top: 1px dotted #999;
	margin: 8px 0;
	border: 1px solid #999;
	font-size: 90%;
	line-height: 1.4;
}

.god_hk_search td {
	vertical-align:middle;
	padding: 7px 5px;
	border: 1px dotted #ccc;
	text-align: center;
}

.td-title {
	width: 12em;
	background: #efefef;
}


.td-price {
	width: 4.5em;
	background: #efefef;
}



/* ボーダー設定 ======================================================================== */

.bdr_td {
	border-top: 1px dotted #999;
}

.bdr_rd {
	border-right: 1px dotted #999;
}

.bdr_bd {
	border-bottom: 1px dotted #999;
}


/* リンク ============================================================================== */

.tcy3_links {
	font-size: 76%;
	line-height: 1.4;
}

.tcy3_links h6 {
	border-bottom: 1px dotted #999;
}

.tcy3_links ul {
	margin: 5px 0 0 5px;
}

.tcy3_links li {
	margin-bottom: 3px;
	background: url(images/lmark2.gif) no-repeat 0 0.4em;
	padding-left: 11px;
}




/* 人気記事 (Most Popular) ============================================================= */

.mostpopular {
	font-size: 76%;
	line-height: 1.4;}


.mostpopular ul {
	margin: 5px 15px 15px;
}


.mostpopular li {
	background: url(images/lmark2.gif) no-repeat 0 0.4em;
	padding-left: 11px;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}





/* テーブル・リストの設定 ============================================================== */

.color-999 {
	color: #999;
}

.font-bold {
	font-weight: bold;
}


.list-mb10 li {
	margin-bottom:14px;
}

.list-mr10 li {
	margin-right:20px;
}

.list-bb-dot li {
	border-bottom: 0px dotted #ccc;
}

.wp-hsjs-text {
	padding: 2px 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}


.table-border-dot th {
	border: 1px solid #999;
}


.table-border-dot td,
.table-border-dot th {
	height: 36px;
	font-size: 90%;
	text-align: center;
	line-height: 1.2;
	vertical-align:middle;
	padding: 5px 8px;
	border: 1px solid #ccc;
}


.table-border-dot th {
	font-weight: normal;
	background-color: #eaeaea;
}




/* Xbox360 実績 ======================================================================== */


.xbox-achievement {
	line-height: 1.3;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
}

.xbox-achievement-pic {
	float: left;
	margin-right: 10px;
	width:  64px;
	height: 64px;
}

.xbox-achievement dl {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}

.xbox-achievement dt {
	margin: 0px;
}

.xbox-achievement-detail {
	font-size: 85%;
	margin: 5px 0px;
}

.xbox-achievement-point {
    background: url(images/xbox-achievement-point.gif) no-repeat 45px 1px;
    padding-left: 62px;
}



/* テーブル一般設定 ============================================================== */

.table-normal {
	font-size: 90%;
	margin: 0px 0px 10px;
}


.table-normal th {
	border: 1px solid #aaa;
	padding: 1px;
	background-color: #666;
}


.table-normal td {
	border: 1px solid #aaa;
	padding: 4px;
	line-height: 1.4;
}

.color-back-red {
	background-color: #f9e6e6;
}

.color-back-blue {
	background-color: #e4e8fa;
}

.color-back-green {
	background-color: #e8f9e6;
}

.color-gray {
	background-color: #efefef;
}




/* 本文中見出しタイトル ================================================================ */

.entry-body h3 {
	margin-bottom: 16px;
	padding: 3px 4px 3px 8px;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #999;
	border-left: 15px solid #666;
	background-image: url("images/find-back2.jpg");
	background-position: bottom;
}

.entry-body h4 {
	margin: 0 0 8px 0;
	padding: 0px 4px;
	font-size: 120%;
	line-height: 1.0;
	font-weight: bold;
	border-left: 15px solid #666;
}

