
/* 全体の設定*/
*{
    margin:0px;
    padding:0px;
	line-height:150%;
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',sans-serif;
}

a {
color:#444444;
}

a:link{
	text-decoration:none;	
    }
	
/*訪問済み*/  
a:visited{
	text-decoration:none;	
	}
	
/*カーソルオン時*/  	
a:hover {
color:red;
text-decoration:none;
}

/*リンクをクリックしている状態*/  
a:active{
	text-decoration:none;	
}	



#shadow {

	border:0 none;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:800px;
}

/* ------------------------------ */
/* デザイン */
/* ------------------------------ */

/* ページ送り */

.pageprev,
.pagenext{
font-weight:bold;

}


/* ------------------------------ */
/* wrapper */
/* ------------------------------ */

#wrapper{
    text-align:center;

}

#head {
background:transparent url(http://theaterhouse.co.jp/image2008/background/headbg.jpg) no-repeat scroll 0 0;
border-bottom:5px solid #CC3333;
color:#333333;
font-size:12px;
height:26px;
margin-top:0;
position:relative;
text-align:right;
z-index:1;
}

.head-h1{
	color:#655824;
	font-size:16px;
	font-weight:bold;
	left:10px;
	position:absolute;
	text-align:left;
	top:0;
	width:480px;
}


/* ------------------------------ */
/* header */
/* ------------------------------ */

#header{
background-color:white;
margin:0 0 10px 0;
overflow:hidden;
text-align:center;
width:800px;
}


#jsdd {
position:relative;
z-index:10000;
}

#title_blackbelt {
background:transparent url(http://theaterhouse.co.jp/image2008/title.jpg) no-repeat scroll 0 0;
color:white;
font-size:12px;
height:46px;
margin-top:0;
padding:0;
text-align:right;
width:800px;
}

#title_blackbelt p{
margin-right:10px;
}

#header .pankuzu{
	padding:20px 0 0 0;
}
/*未訪問*/  
#header a:link{
	color:#999999;
	text-decoration:none;	
}
/*訪問済み*/  
#header a:visited{
	color:#999999;
	text-decoration:none;
	}
/*カーソルオン時*/  	
#header a:hover{
	color:#999999;
	text-decoration : underline ;

    }
/*リンクをクリックしている状態*/  
#header a:active{
	color:#999999;
    }	




/* ------------------------------ */

/* contents */
/* ------------------------------ */

#content{
    margin:0px auto;
	width:800px;

	text-align:left;
}

/*未訪問*/  
#content a:link{
	color:#000000;
	text-decoration:none;	
    }
/*訪問済み*/  
#content a:visited{
	color:#000000;
	text-decoration:none;	
	}
/*カーソルオン時*/  	
#content a:hover{
	color:#3F9BD5;
	text-decoration : underline ;
    }
/*リンクをクリックしている状態*/  
#content a:active{
	color:#000000;
	text-decoration:none;	
}	


/* ---------- main ---------- */

#main{
	width:615px;

	float:right;
}


/* ------------------------------ */
/* post */
/* ------------------------------ */

/* -- clearfix -- */
.post-all:after {content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear: both;}
.post-all{zoom:1;}

.post{
 
  float:right;
	width:610px;
	height:250px;
	border: solid 1px #CCCCCC;
	background-color:#D5D5D5;
	padding:0px;
	margin:0 0px 15px 0px;
	/* -- 下の角丸 -- */
	-webkit-border-bottom-right-radius: 10px;  
  -webkit-border-bottom-left-radius: 10px; 
	   -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
}


.post-all{
	margin-bottom:20px;
}


.post h1,
.post h2
{
	font-size:18px;
	color:#000000;
	background:url(http://explorer.theaterhouse.jp/wp-content/uploads/menu_bunner.gif) no-repeat;

	letter-spacing:5px;
	text-align:center;
}


/* --
.post h2
{
	font-size:16px;
	margin-bottom:5px;
	background:url(http://explorer.theaterhouse.jp/wp-content/uploads/menu_bunner2.gif);
	color:#FFFFFF;
	letter-spacing:5px;
	text-align:center;
	clear:both;
}
  -- */

.post h3{
	font-size:14px;
	color:#FFFFFF;
	background:#0000FF;
	text-align:center;
	clear:both;
}

.post p{
	font-size:16px;
	margin:2px 10px 20px 5px;
}
	
.post p img{
	background:#FFFFFF;
	padding:3px;
	border:1px solid #000000;
	margin-right:5px;
}


.tuzuki{


		font-weight:bold;
		}


/* ------------------------------ */
/* post-single用 */
/* ------------------------------ */

.post-single{
	width:610px;
	border: solid 1px #CCCCCC;
	background-color:#D5D5D5;
	padding:0px;
	margin:0 0px 10px 0px;
}



.post-single h1,
.post-single h2.h1{
	font-size:18px;
	color:#000000;
	background:url(http://explorer.theaterhouse.jp/wp-content/uploads/menu_bunner.gif) no-repeat;

	letter-spacing:5px;
	text-align:center;
}

.post-single h2{
	font-size:16px;
	margin-bottom:5px;
	background:url(http://explorer.theaterhouse.jp/wp-content/uploads/menu_bunner2.gif);
	color:#FFFFFF;
	letter-spacing:5px;
	text-align:center;
	clear:both;
}

.post-single h3{
	font-size:14px;
	color:#FFFFFF;
	background:#0000FF;
	text-align:center;
	clear:both;
}

.post-single p{
	font-size:16px;
	margin:5px 0px 10px 5px;

}
	
.post-single p img{
	background:#FFFFFF;
	padding:3px;
	border:1px solid #000000;
}


.post-single ul li{ 
padding-left:10px;
list-style-position:inside; 
list-style-type: square;

}



/*home用のimg_list*/

.img_list{
	float:left;
	margin:5px 10px 10px 5px;
		padding:3px;
	border:1px solid #000000;
	}


.post-mainphtoto{
	width:600px;
	height:450px;
}

.post-listphtoto{
	width:290px;
	float:left;
}

.post-listphtoto2{
	width:290px;
	float:right;
}


.pagenext{
	float:right;
	}



/* ---------- left ---------- */

#left{
	width:175px;
	border:1px solid #cccccc;
	float:left;
}

#left .category{
margin-bottom:10px;
}


#left .categories{
	font-size:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

	background-color:black;
	color:white;
	font-weight:bold;
}



#left .category li a{
	font-size:14px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(/wp-content/themes/original/images/img_side/side-menu_li.jpg)
	no-repeat scroll -1px -2px;
	border-bottom:3px solid #CCCCCC;
	display:block;
	height:20px;
	line-height:20px;
	padding:0 0 0 20px;
}

#left category li a{
	font-size:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:black;
	color:white;
	font-weight:bold;
}


#left .category ul{
	font-size:26px;

}






.side-menu .title{
 display:block;
 width:165px;
 color:white;
 font-weight:bold;
 background-color:#888;
 text-align:center;
 font-size:15px;
 border-bottom:2px white solid;
}

#side_left h3, #side_right h3 {
background: black;
color: white;
font-size: 15px;
line-height: 20px;
padding-top: 3px;
text-align: center;
}

.side-item h3{
	font-size:12px;}

.side-item ul{
	margin-bottom:20px;
	padding:0 3px 3px 3px;
	background:#000;}
	
.side-item ul li{
	width:159px;
	background-position:1px 3px;}

.side-item ul li a{
	padding:2px 0 2px 45px;
	display:block;
	height:42px;
	font-size:12px;}	



/* スクリーン */
ul.item_screen li.wcb{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_wcb.jpg) no-repeat;}
ul.item_screen li.bdr{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_bdr.jpg) no-repeat;}
ul.item_screen li.bch{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_bch.jpg) no-repeat;}
ul.item_screen li.tp{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_tp.jpg) no-repeat;}
ul.item_screen li.stand{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_stand.jpg) no-repeat;}
ul.item_screen li.xdr{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_xdr.jpg) no-repeat;}
ul.item_screen li.presen{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_presen.jpg) no-repeat;}

.side-item ul.item_screen li a{
	line-height:42px;
	text-decoration:none;
	}


/* その他 */
.side-item ul li.kg{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_kg.jpg) no-repeat;}
.side-item ul li.hdmi{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_hdmi.jpg) no-repeat;}
.side-item ul li.qp{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_qp.jpg) no-repeat;}
.side-item ul li.adr{background:url(http://theaterhouse.co.jp//0_parts/img_side/side-item_adr.jpg) no-repeat;}

.side-item ul.item_other li a{
	line-height:21px;
	text-decoration:none;
}


.side-menu li a:hover{
    text-decoration:underline;
}




.side-menu li a{
    background:url('/wp-content/themes/original/images/img_side/side-menu_li.jpg') no-repeat;
    display:block;
    padding-left:15px;
    color:#000000;
    text-decoration:none;
	height:30px;
}




#left ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#left .side-menu {
	margin-top:12px;
	width:165px;
}

#left .side-menu-title {
background-color:#888888;
border-bottom:2px solid white;
color:white;
display:block;
font-size:15px;
font-weight:bold;
text-align:center;
width:165px;
}


#left .index {
background-color:black;
color:white;
font-size:14px;
font-weight:bold;
text-align:center;
width:165px;
}


#left .bunner{
	margin:0px 0px 10px 4px;
}

#left .bunner img{
	margin:0px 0px 5px 0px;
}


#beginner {
	margin-top:10px;
	margin-bottom:10px;
}

#beginner a {
	background:transparent url(http://theaterhouse.co.jp/image2009/leftside/side-choice.jpg) no-repeat scroll center top;
	color:#000000;
	display:block;
	height:168px;
}



/* ------------------------------ */
/* footer */
/* ------------------------------ */

#footer {
background-color:white;
border-top:5px solid #CC3333;
clear:both;
padding:10px 100px;
text-align:center;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}

