/* ************************************************ 
 *	共通の設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}



body {
font-size : 14px;
color : #333333;
font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
background-color: #FFFFFF;
text-align: center;
line-height: 160%;
}



img {
border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
margin: 0 auto;
width : 920px;
text-align:left;
border-left-width : 1px;
border-right-width : 1px;
border-left-style : solid;
border-right-style : solid;
border-left-color : #C0C0C0;
border-right-color : #C0C0C0;
}



/*ヘッダー（ロゴ、グローバルメニュー）*/
.header {
	width: 100%;
}



#contents{
	width: 100%;
}




/*　左側エリアの幅　*/
.main {
float: left;
width : 565px;

}

.main-container {
margin-left: 15px;
margin-right: 0px;
margin-bottom: 10px;
}

.main-contents {
	width : 550px;
}



/*　右側エリアの幅　*/
.side {
float: right;
width : 315px;
}

.side-container {
margin-left: 0px;
margin-right: 15px;
margin-bottom: 10px;
}

.side-title{
width: 300px;
height: 27px;
color : #FFFFFF;
font-weight : bolder;
margin-bottom: 0px;
padding-top: 3px;
padding-left: 10px;
background-image : url(images/sidetitle-background.gif);
background-repeat : no-repeat;
}

.side-contents{
background-color : #FFFFFF;
margin-top: 0px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
border-top-width : 0px;
border-left-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-style : solid;
border-left-color : #CCCCCC;
border-right-color : #CCCCCC;
border-bottom-color : #CCCCCC;
}


.side-sponsor{
margin-top: 0px;
margin-bottom: 15px;
padding-left: 5px;
padding-bottom: 5px;
border-top-width : 0px;
border-style : solid;
border-left-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-color : #CCCCCC;
border-right-color : #CCCCCC;
border-bottom-color : #CCCCCC;
}


.side-amazon{
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
border-top-width : 0px;
border-left-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-style : solid;
border-left-color : #CCCCCC;
border-right-color : #CCCCCC;
border-bottom-color : #CCCCCC;
}


/*　フッター（コピーライト）　*/
.footer {
 	clear : both;
	text-align : center;
	margin-top : 5px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}



/* ------------------------------------- 
 *	フォント
 * ------------------------------------- 
 */


h1{
	font-size : 24px;
	color : #333333;
}



h2{
font-size : 24px;
padding-top : 0px;
padding-left : 5px;
width: 550px;
}



h3{
font-size : 14px;
color : #CC0000;
margin-top: 10px;
padding-left : 5px;
text-decoration: underline;
}


/* ------------------------------------- 
 *	リンク
 * ------------------------------------- 
 */



a{
color : #0000FF;
}

a:link{
color : #0000FF;
}

a:visited{
color : #0000FF;
}

a:hover{
color : #FF8000;
}

a:active{
color : #0000FF;
}



/* ------------------------------------- 
 *	ヘッダーエリア
 * ------------------------------------- 
 */


.description{
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 2px;
	height: 20px;
	background-color: #0066FF;
}



.logoarea{
  margin-top : 5px;
  margin-bottom : 5px;
  padding-left : 0px;
  padding-right : 5px;
  height : 60px;
}




.logo-left{
  width : 300px;
  float : left;
  padding-top: 5px;
  padding-left: 15px;
}


.logo-right{
width: 500px;
float: right;
text-align: right;
padding-right : 10px;
}



.header-navi-area{
clear: both;
width: 100%;
text-align : center;
border-top:3px solid #0066FF;
border-bottom:3px solid #0066FF;
}


.header-navi{
width: 152px; 
height : 40px;
font-size : 14px;
text-align : center;
background-color : #F3F8FF;
}

.header-navi a {
	color: #0000FF;
	text-decoration: underline;
}

.header-navi a:link {
	color: #0000FF;
	text-decoration: underline;
}

.header-navi a:visited {
	color: #0000FF;
	text-decoration: underline;
}

.header-navi a:hover {
	color: #FF8000;
	text-decoration: underline;
}

.header-navi a:active {
	color: #0000FF;
	text-decoration: underline;
}










.pannavi{
font-size : 12px;
padding-left : 15px;
margin-top : 5px;
margin-bottom : 5px;
clear : both;
}



.article-pannavi{
font-size : 10px;
padding-top : 10px;
padding-bottom : 20px;
padding-left : 5px;
padding-right : 10px;
line-height: 140%;
}



.footer-navi{
font-size : 12px;
color: #0000FF;
padding-top: 3px;
padding-bottom: 3px;
border-top:1px solid #C0C0C0;  
}

.copyright{
font-size : 12px;
color: #FFFFFF;
background-color: #0066FF;
}

.copyright a {
color: #FFFFFF; text-decoration: none;
}

.copyright a:link {
color: #FFFFFF; text-decoration: none;
}

.copyright a:visited {
color: #FFFFFF; text-decoration: none;
}

.copyright a:hover {
color: #FFFFFF; text-decoration: underline;
}

.copyright a:active {
color: #FFFFFF; text-decoration: none;
}




table{
line-height: 160%;
}



p{
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
}



strong{
color : #CC0000;
}



ul{
margin: 0px 0px 0px 15px;
padding: 0px;
}



li{
list-style-position: outside;
list-style-type: disc;
}




.header-table{
margin-top : 0px;
margin-bottom : 0px;
}


.article-table{
margin-top : 10px;
}


.category-table{
margin-top : 10px;
}

.category-left{
width : 100px;
font-size : 12px;
text-align: center;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3;
background-color : #F3F8FF;
}


.category-right{
width : 430px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;     
}




.menu-title{
font-size : 14px;
color : #FFFFFF;
padding-top : 4px;
padding-left : 18px;
background-image : url(images/maintitle-background.gif);
background-repeat : no-repeat;
width: 550px;
height : 30px;
}


.menu-link{
padding-bottom : 3px;
margin-bottom : 3px;
border-bottom-width : 1px;
border-bottom-style : dotted;
border-bottom-color : #CC0000;
}



.menu-item{
color: #CC0000;
font-weight: bolder;
padding-bottom : 3px;
margin-bottom : 3px;
border-bottom-width : 1px;
border-bottom-style : dotted;
border-bottom-color : #CC0000;
}


.menu-table{
margin-top : 10px;
margin-bottom : 15px;
}



.menu-left{
width : 180px;
text-align: center;
}



.menu-left-item{
width : 180px;
text-align: center;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
}


.menu-right{
width : 360px;
line-height: 140%;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
background-color : #F3F8FF;
margin-left: 1px;     
}



.recent-entries-left{
width : 180px;
text-align: center;
}


.recent-entries-right{
width : 360px;
line-height: 140%;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;     
}



.category-title{
width: 550px;
height: 30px;
font-size : 14px;
color : #FFFFFF;
padding-top : 4px;
padding-left : 18px;
background-image : url(images/maintitle-background.gif);
background-repeat : no-repeat;
}


.main-title{
padding-top : 5px;
padding-left: 5px;
margin-top: 10px;
width: 550px;
height : 30px;
text-decoration : underline;
}

.date-header{
font-size: 12px;
text-align: right;
padding-top: 5px;
padding-right: 5px;
border-bottom-width : 1px;
border-bottom-style : dotted;
border-bottom-color : #CC0000;
}

.entry-more{
text-align: right;
padding-top: 5px;
padding-right: 15px;
}

.article-relative{
color: #CC0000;
font-weight: bolder;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 0px;
}

.article-list{
padding-top: 0px;
padding-left: 10px;
padding-bottom: 5px;
}

.sitemap{
font-size : 12px;
border: 0px;
}

.category-list{
padding-left: 5px;
margin-top: 10px;
margin-bottom: 10px;
}


.side-banner{
text-align : center;
}

.sponsor-top{
text-align : center;
padding-top: 10px;
padding-bottom: 10px;
}

.sponsor-bottom{
padding-top: 15px;
padding-left: 3px;
padding-bottom: 10px;
}

.recententries-title{
font-size : 14px;
color : #FFFFFF;
padding-top : 4px;
padding-left : 18px;
margin-top: 10px;
background-image : url(images/maintitle-background.gif);
background-repeat : no-repeat;
width: 550px;
height : 30px;
}

.recententries-contents{
font-size : 14px;
background-color : #FFFFFF;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}

.special-title{
font-size : 14px;
text-decoration: none;
padding-top : 4px;
padding-left : 18px;
margin-top: 20px;
background-image : url(images/maintitle-background.gif);
background-repeat : no-repeat;
width: 550px;
height : 30px;
}

.special-contents{
font-size : 12px;
background-color : #FFFFFF;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}


.article-title{
margin-top: 15px;
}



.article-left{
width : 140px;
text-align: center;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3;
background-color : #F3F8FF;
}



.article-right{
width : 390px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;
}

.sponsor-side-image{
margin-top: 0px;
margin-bottom: 15px;
}

.campaign-title{
font-size : 14px;
color : #FFFFFF;
padding-top : 4px;
padding-left : 18px;
background-image : url(images/maintitle-background.gif);
background-repeat : no-repeat;
width: 550px;
height : 30px;
}

.amazon-title{
font-size : 14px;
color : #FFFFFF;
font-weight: bolder;
padding-top : 4px;
padding-left : 18px;
background-image : url(images/maintitle-background.gif);
background-repeat : no-repeat;
width: 550px;
height : 30px;
}

.amazon-contents{
text-align: center;
padding-top: 10px;
}


.campaign-table{
margin-top: 5px;
}

.list{
padding-top: 5px;
padding-left: 5px;
}

.article-image{
text-align: left;
padding-top: 10px;
padding-left: 5px;
}


.category-drama-left{
width : 160px;
text-align: center;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3;
background-color : #F3F8FF;
}



.category-drama-right{
width : 370px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;
}



.category-dvd-left{
width : 160px;
text-align: center;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3;
}


.category-dvd-right{
width : 370px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;
background-color : #F3F8FF;
}




.dvd{
padding-top: 5px;
padding-bottom: 5px;
}

.dvd-title{
padding-bottom : 3px;
margin-bottom : 3px;
border-bottom-width : 1px;
border-bottom-style : dotted;
border-bottom-color : #CC0000;
}


.dvd-left{
width : 160px;
text-align: center;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3;
}



.dvd-right{
width : 370px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;
background-color: #F3F8FF;
}


.side-search-left{
width: 130px;
}

.side-search-right{
width: 160px;
}

.side-shop-left{
width: 160px;
}

.side-shop-right{
width: 130px;
}

.side-pc-left{
width: 135px;
}

.side-pc-right{
width: 155px;
}

.link-left{
width : 130px;
text-align: center;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3;
background-color : #F3F8FF;
}


.link-right{
width : 400px;
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #E3E3E3; 
margin-left: 1px;
}

.side-tvmodel{
text-align: center;
background-color : #FFFFFF;
margin-top: 0px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
border-top-width : 0px;
border-left-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-style : solid;
border-left-color : #CCCCCC;
border-right-color : #CCCCCC;
border-bottom-color : #CCCCCC;
}

.side-sponsor-banner{
margin-top: 10px;
margin-bottom: 15px;
}

.review-table{
margin-top : 15px;
margin-bottom : 15px;
}