/*body背景・基本フォント
-------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	background-color: #fff;
}

/*基本リンク
-------------------------------------*/
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: none
}
a:hover {
	color: #d00;
	text-decoration: underline;
}



/*メインコンテナ
-------------------------------------*/
.wrapper{
	width: 960px;
	margin: 0px auto;
	padding:0;
	text-align:left;
}
.wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.wrapper{
	min-height: 1px;
}

* html .wrapper{
	height:1px;
}

/*ヘッダ
-------------------------------------*/
#siteTitle{
	width:960px;
	margin:0px auto;
	padding:0px auto;
	text-align:center;
}

#siteTitle p{
	margin:0px;
	padding:0px;
	line-height:0;
	font-size:0;
}

#pageTitle p{
	margin:0px 0px 0px 0px;
	height:17px;
	font-size:12px;
	font-weight:normal;
	line-height:110%;
	text-align:center;
	padding:5px 0px 0px 0px;
	border-bottom:1px solid gray;
	background:#9c0;
}
#pageTitle p a:link,
#pageTitle p a:active,
#pageTitle p a:visited,
#pageTitle p a:hover{
	color:#000;
}




/*ナビゲーション
-------------------------------------*/
#naviMenu{
	width:960px;
	clear:both;
	margin:0 auto;
	padding:0;
	height:30px;
}
#naviMenu ul{
}
#naviMenu li{
	float:left;
	display:block;
	margin-right:23px;
}
#naviMenu li.endNavi{
	margin-right:0;
}
#naviHead{
	clear:left;
	width:960px;
	margin:0 auto;
	padding:0px;
	display:block;
	background:#f0f0f0;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#naviHead table{
	height:30px;
}
#naviHead form{
	margin:0px;
	padding:0px;
	text-align:left;
}
#naviHead td{
	vertical-align:middle;
	line-height:0px;
}
#naviHead .formfield{
	border:1px inset #999;
	width:200px;
}
#naviHead .formbutton{
	font-size:10px;
	padding:2px;
	background:#f63;
}

/*フッタ
-------------------------------------*/
#footer{
	clear:left;
	clear:right;
	clear:both;
	text-align:left;
	width:90%;
	margin:20px auto;
	padding:20px 20px 20px 20px;
	color:black;
	font-size:12px;
	line-height:1.5;
	border-top:1px solid gray;
}

#footLink{
	background:#000;
	width:750px;
	border:2px solid #666;
}
#footLink table{
	padding:2px;
}
#footLink td{
	text-align:center;
}

#footer p{
	margin:5px 0px 0px 0px;
}
address{
	font-style:normal;
	text-decoration:none;
	margin:20px 0px 0px 0px;
}

/*リストメニュー
-------------------------------------*/
.category ul { 
	margin: 0px;
	padding: 0px; 
}
.category li{
	display:block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height:0;
	font-size: 12px;
	text-align:left;
	background-color:#fff;
}
.category li a{
	display: block;
	text-decoration: none;
	color: #000;
	line-height:1.5;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #ccc;
}
.category li a:hover{
	text-decoration: underline;
	color: #000;
	background-color: #ccc;
}

.category li.catTop{
	background-color:#fc0;
}

/*ランキング
-------------------------------------*/
#rankTop{
	margin:1em 0 0 0;
	padding:0;
	border-bottom:1px solid #ccc;
	font-size:12px;
	line-height:1.3;
}
#rankNew{
	margin:1em 0 0 0;
	padding:0;
	border-bottom:1px solid #ccc;
	font-size:12px;
	line-height:1.3;
	background:#f0f0f0;
}
.rankItem:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.rankItem{
	min-height: 1px;
}

* html .rankItem{
	height:1px;
}

.rankItem{
	border-top:1px solid #ccc;
}
.rankImg{
	float:right;
	width:60px;
	height:60px;
	margin-left:10px;
}
.rankDesc{
	margin:0 0 3px 0;
	line-height:1.5
}
.rankNum{
	margin:0;
	color:#690;
}
.rankNum span{
	margin-left:1em;
	font-size:12px;
}
.rankSiteName{
	font-size:12px;
	font-weight:bold;
	margin:3px 0 0 0;
}
.rankSiteDesc{
	margin:3px 0 0 0;
}

.rankGoSec{
	margin:0.5em 0 1em 0;
	padding:0;
	font-size:14px;
}

/* （ランキング内）ピックアップ */
.rsptSite:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.rsptSite{
	min-height: 1px;
	background:#f5f5f0;
	padding:7px 5px;
	border-top:1px solid #ccc;
}
.rspt2{
	background:#fff;
}
* html .rsptSite{
	height:1px;
}
.rsptSite:hover{
	background:#e5e5e5;
}
.rsptSite p{
	margin:0;
	font-size:13px;
	line-height:1.3;
	font-weight:bold;
}
.rsptSite p a{
	color:#333;
}
.rsptSite p a:hover{
	text-decolation:none;
}
.rsptSite p span{
	display:block;
	margin-top:3px;
	font-size:12px;
	line-height:1.3;
	font-weight:normal;
}
.rsptSite img{
	float:left;
	margin-right:10px;
	width:100px;
	height:75px;
}

/*右バナー（サンプル動画）
-------------------------------------*/
.bnrRightMovie{
	margin:0 0 1em 0;
	background:#f6eeee;
	padding:7px 0;
	border:1px solid #ccc;
}
#menu div.bnrRightMovie h3{
	font-size:14px;
	line-height:1.3;
	color:#333;
	margin:0 0 0 10px;
	display:inline;
	background:transparent;
}
.bnrRightMovie p{
	font-size:12px;
	line-height:1.3;
	color:#333;
	margin:0;
	text-indent:10px;
}
#menu div.bnrRightMovie td{
	font-size:12px;
	line-height:1.3;
	text-align:center;
}


.arrow{
	background:url(http://www.ccouncil.org/images/arrow.gif) no-repeat 0px 2px;
	padding-left:12px ;
}
.arrow2{
	background:url(http://www.ccouncil.org/images/arrow2.gif) no-repeat 0px 2px;
	padding-left:12px ;
}



/* AVレビューアイテム一覧（indexView） */
#indexView{
	margin:1em 0 0 0;
	padding:0;
}
#indexView h1{
	clear:both;
	font-size:16px;
	text-indent:8px;
	text-align:left;
	border-left:5px solid #990;
	margin:0px 0px 0px 10px;
}
#indexView span{
	display:block;
	margin-top:5px;
	text-indent:8px;
	font-size:12px;
	font-weight:normal;
}

.pageNavi{
	clear:left;
	width:95%;
	margin:5px 0px 0px 10px;
	padding:10px 0px 5px 0px;
	border-top:1px dotted gray;
}
.pageNavi p{
	display:inline;
	font-size:12px;
	font-weight:bold;
}
p.displayComment{
	text-align:left;
	font-size:10px;
	font-weight:normal;
}


/* 一覧表示の制御 */
#indexView #detailDesc{
	display:none;
}



/* 一覧のカタログ部分 */
.indexContent{
	margin:5px 0px 5px 1px;
	width:150px;
	height:325px;
	border:1px solid #ccc;
	background:#f0f0f0;
	float:left;
	line-height:1.1;
}
.indexContent h3{
	display:block;
	margin:0px 0px 4px 0px;
	padding:5px 5px 0px 5px;
	height:40px;
	font-size:12px;
	line-height:120%;
	text-align:left;
	background:white;
	border-bottom:1px dotted gray;
}

.indexContent h4{
	margin:0px 0px 4px 0px;
	padding:0px 5px 0px 5px;
	font-size:10px;
	font-weight:normal;
	line-height:130%;
	text-align:left;
}

.indexContent p{
	margin:0px 5px 5px 5px;
	width:140px;
	font-size:10px;
	line-height:1.1;
	text-align:left;
}

.indexContent h3{
	color:#000;
	font-size:10px;
	margin:2px 5px 5px 5px;
	padding:0px 0px 0px 0px;
	line-height:130%;
}
.indexContent img{
	display:block;
	text-align:center;
	margin:auto;
}

a.indexImgPos{
	font-size:10px;
	font-weight:normal;
	color:#000;
}
a.indexImgPos:link,a.indexImgPos:active,a.indexImgPos:visited{
	font-size:10px;
	font-weight:normal;
	color:#000;
}
.indexImgPos img{
	text-indent:5px;
	margin:5px 0px 0px 0px;
	padding:0px;
	width:140px;
	height:200px;
}


#indexView a.arrow span.menuBreak{
	display:inline;
	font-size:10px;
	text-indent:0px;
}
#detailContent span#chijoName span.menuBreak{
	font-size:12px;
}









/* osusume750 */
.osusume750{
	width:750px;
	margin:30px 0px 0px 0px;
}
.osusume750 h2{
	font-size:12px;
	margin:0px;
	font-weight:normal;
}
.osusume750 table{
	margin-top:10px;
}
.osusume750 td{
	width:125px;
	text-align:center;
	background:#f0f0f0;
	padding:5px 0px;
	font-size:12px;
	line-height:1.3;
}
.osusume750 img{
	width:110px;
	border:1px solid #ccc;
	display:block;
}
.osusume750 p{
	display:block;
	margin:0px;
}




/*caribiancom top bnr */
.calibian{
	margin:30px 0px 0px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:750px;
	background:url(http://www.ccouncil.org/images/bg_caribian-topbnr.gif) no-repeat;
}
.calibian table{
	margin:15px 0px 0px 0px;
}
.calibian td{
	text-align:center;
}
.calibian td img{
	border:1px solid #ccc;
}
.calibian h2{
	font-weight:normal;
	font-size:12px;
	margin:5px 0px 0px 15px;
	text-align:left;
}
.calibian h2 a{
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #333;
}
.calibian h3{
	margin:0px 5px 0px 5px;
	padding:5px 0px 3px 15px;
	font-size:12px;
	line-height:105%;
	text-align:center;
	background:#666666;
}
.calibian h3 a:link,.calibian h3 a:active,.calibian h3 a:hover,.calibian h3 a:visited{
	display:block;
	font-weight:normal;
	margin:0px;
	font-size:12px;
	color:#fff;
}
.calibian p{
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin:5px 20px 0px 15px;
}
.calibianJenre{
	margin:15px 0px 0px 15px;
	font-size:12px;
	border-top:1px dotted #666;
}
.calibianJenre a{
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #666;
}



/*ROSE LiP top bnr */
#roselip{
	margin:30px 0px 0px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:750px;
	background:url(http://www.ccouncil.org/images/bg_roselip-topbnr.gif) no-repeat;
}
#roselip table{
	margin:15px 0px 0px 0px;
}
#roselip td{
	text-align:center;
}
#roselip td img{
	border:1px solid #ccc;
}
#roselip h2{
	font-weight:normal;
	font-size:12px;
	margin:5px 0px 0px 15px;
	text-align:left;
}
#roselip h2 a{
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #333;
}
#roselip h3{
	margin:0px 5px 0px 5px;
	padding:5px 0px 3px 15px;
	font-size:12px;
	line-height:105%;
	text-align:center;
	background:#666666;
}
#roselip h3 a:link,#roselip h3 a:active,#roselip h3 a:hover,#roselip h3 a:visited{
	display:block;
	font-weight:normal;
	margin:0px;
	font-size:12px;
	color:#fff;
}
#roselip p{
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin:5px 20px 0px 15px;
}
#roselipJenre{
	margin:15px 0px 0px 15px;
	font-size:12px;
	border-top:1px dotted #666;
}
#roselipJenre a{
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #666;
}

/* flash */
#flashSpecial{
	background:url(http://www.ccouncil.org/images/bg_flashspecial.gif) no-repeat;
}
#flash1{
	background:url(http://www.ccouncil.org/images/bg_flash01.gif) no-repeat;
}
#flash2{
	background:url(http://www.ccouncil.org/images/bg_flash02.gif) no-repeat;
}
#flash3{
	background:url(http://www.ccouncil.org/images/bg_flash03.gif) no-repeat;
}




.flashBnr{
	clear:both;
	width:750px;
	height:195px;
	margin:30px 0px 30px 0px;
}
.flashBnr table{
	margin:0px 0px 0px 0px;
}
.flashBnr td{
	height:128px;
	vertical-align:bottom;
	text-align:left;
}
.flashBnr th{
	font-weight:normal;
	text-align:left;
}
.flashBnr p{
	width:140px;
	margin:2px 4px 0px 2px;
	font-size:12px;
	line-height:120%;
	color:#f93;
	text-align:left;
}
.flashBnr th a{
	color:#fff;
}

.flashBnrSpecial{
	clear:both;
	width:750px;
	height:263px;
	margin:30px 0px 30px 0px;
}
.flashBnrSpecial table{
	margin:0px 0px 0px 0px;
}
.flashBnrSpecial td{
	height:220px;
	vertical-align:bottom;
	text-align:left;
}
.flashBnrSpecial th{
	font-weight:normal;
	text-align:left;
}
.flashBnrSpecial p{
	width:140px;
	margin:2px 4px 0px 2px;
	font-size:12px;
	line-height:120%;
	color:#f93;
	text-align:left;
}
.flashBnrSpecial th a{
	color:#fff;
}



.detailBnrText{
	font-size:12px;
	line-height:150%;
	margin:0px 0px 15px 0px;
	border:1px solid #ccc;
	padding:7px;
}
.detailBnrText h2{
	font-size:16px;
	line-height:150%;
	font-weight:normal;
	margin:0px 0px 0px 0px;
}
.detailBnrText p{
	font-size:12px;
	line-height:150%;
	margin:5px 0px 0px 0px;
}

.dogaClm p span{
	color:#990;
}

table.caribMv td{
	background:url(http://www.ccouncil.org/images/mess_loading.gif) no-repeat center center;
}
table.caribMv td iframe{
	border:1px solid #ccc;
}


#myReview strong{
	font-size:18px;
	line-height:1.6;
	font-weight:bold;
	margin-bottom:0.5em;
}
#myReview em{
	font-size:14px;
	line-height:1.6;
	font-weight:bold;
	margin-bottom:0.3em;
}
#myReview .red{
	color:red;
}


/*基本機能
-------------------------------------*/
.clear{
	clear:left;
}

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

* html .clearfix{
	height:1px;
}

.pageswitch:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.pageswitch{
	clear:both;
	min-height: 1px;
	font-size:12px;
}

* html .pageswitch{
	height:1px;
}
#indexView div.pageswitch span{
	display:inline;
}

/* 日付表示（ギャラリー、ニュース） */
p.date{
	font-size:12px;
	margin:3px 0 0 0;
	text-align:right;
}

/*基本イメージ
-------------------------------------*/
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a img {
	border: none;
}

/*基本リストタグ
-------------------------------------*/
ul,li,ol{
	margin: 0;
	padding: 0;
	list-style-type:none;
}



/*バナー
-------------------------------------*/

.sampleMovieScreen{
	width:750px;
	margin:15px 0px 0px 0px;
	padding:15px 0px 15px 0px;
	background:#000;
	border:1px solid #ccc;
}
.sampleMovieScreen h2{
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 0px 15px;
	padding:0px;
	color:#fff;
}
table.sampleMovieTable{
	margin:15px 0px 0px 0px;
	padding:0px;
}
.sampleMovieScreen td{
	text-align:center;
	padding-bottom:15px;
}

/* category head bnr(extra) */
#catHeadExtra{
	margin:10px 0 10px 0;
	padding:10px 0;
	background:#000;
	width:750px;
}
#catHeadExtra p{
	font-size:12px;
	color:#333;
	line-height:1.5;
}
#catHeadExtra div.txtArea{
	margin:10px 10px 0 10px;
	padding:10px;
	background:#f0f0f0;
}

#catHeadExtra h2{
	font-size:14px;
	color:#c93;
	margin:0;
}
#catHeadExtra h3{
	font-size:12px;
	color:#c93;
	margin:0;
}
#catHeadExtra div.txtArea div.txtAreaMain{
	float:left;
	width:330px;
}
#catHeadExtra div.txtArea div#baroqueBBS{
	float:right;
	width:340px;
	background:#fff;
	border:1px solid #ccc;
}
#catHeadExtra div.txtArea div#baroqueBBS p{
	margin:10px;
}
#catHeadExtra div.phArea{
	margin:0 0 0 10px;
}
#catHeadExtra div.phArea a{
}
#catHeadExtra div.phArea img{
	margin-right:10px;
}



/*　head Bnr */
#headLinks{
	width:750px;
	margin:10px 0px 0px 0px;
}
#headLinks h2{
	display:block;
	width:750px;
	margin:0;
	padding:3px 0 3px 3px;
	font-size:12px;
	color:#fff;
	background:#f63;
}
#headLinks table{
	width:750px;
	margin:0;
	padding:0;
}
#headLinks td{
	font-size:12px;
	line-height:130%;
	padding-top:5px;
}
#headLinks td span.waku{
	display:block;
	background:#fcf;
	margin-bottom:5px;
}
#headLinks td span.setumei{
	margin-top:5px;
	font-size:10px;
	line-height:1.5;
}

/* おすすめサイト */
#recommendSite{
	margin:1em 0;
}
#recommendSite td h2{
	font-size:14px;
	line-height:1.4;
}
#recommendSite td p{
	font-size:12px;
	line-height:1.7;
}

/* 右サイドメニューおすすめサイト */
.subRecommend{
	width:300px;
	background-color:transparent
	border:none;
}
.subRecommend div.movieItem{
	display:block;
	float:left;
	width:300px;
	margin:0 10px 0 0;
	padding-bottom:0.2em;
	border-bottom:1px solid #ccc;
}
.subRecommend div.movieItem h3{
	font-size:12px;
	line-height:1.3;
	margin:0.5em 0 0.5em 0;
}
.subRecommend div.movieItem img{
	float:left;
	margin:0 6px 3px 0;
	padding:3px;
	border:1px solid #ddd;
	width:100px;
	height:100px;
}
.subRecommend div.movieItem p{
	margin:0 0 0.2em 0;
	font-size:12px;
	line-height:1.5;
}

/* アイテムページの相互リンクバナー */
#itemadd{
	margin:1em 0 0 0;
}
#itemadd .movieItem{
	display:block;
	float:left;
	width:230px;
	margin:0 10px 0 0;
	padding-bottom:1em;
	border:none;
}
#itemadd .movieItem h3{
	font-size:12px;
	line-height:1.3;
	margin:0 0 0.2em 0;
	height:30px;
}
#itemadd .movieItem img{
	float:left;
	margin-right:6px;
	padding:3px;
	border:1px solid #ddd;
	width:100px;
}
#itemadd .movieItem p{
	margin:0 0 0.2em 0;
	font-size:12px;
	line-height:1.5;
}

#pankuzu{
	width:960px;
	font-size:10px;
	margin:0.3em auto 0.5em auto;
	text-align:right;
}
