@charset "UTF-8";

/* this css is made for tv item page 200609 */
/* transfered for STUDIO RENUWAL 0706 */


/*
left
*/
.left_parts {
	float:left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	width: 330px;
}
/*
main text for the item
*/


.mainText {
	line-height: 1.3em;
	clear:both;
	padding:0px;
	margin: 0px 0px 20px 0px;
}


/*
right
*/
.right_parts {
	width: 170px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	float:left;
}
.right_parts  p {
	margin-top: 3px;
}
.right_parts .smalln {
	color: #666;
	line-height:1.4em;
}

.itemphotoMain {
	width: 300px;
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}
.itemphoto_small{
	width:250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	float:left;
	font-size:95%;
}
.itemphoto_small p {
	margin-top: 3px;
}

.main_status{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-color: #fff;	
}
.main_status .textn {
	line-height: 1.4em;
	font-weight: bold;
}

/*
 button in right
*/
.graybtn {
	width: 160px;
	padding: 2px;
	margin: 10px 0px 10px 0px;
	color: #fff;
	background-color: #666;
	text-align: center;
}

.graybtn a:link{color:#fff;}
.graybtn a:visited{color:#fff;}
.graybtn a:hover{color:#fff;}




.Regtime {
	clear:both;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}



.item_contents_text{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
.item_contents_text .main_title {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: dashed 1px #28AECF;
}


/* customize LIST */

.customizelist {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	clear:both;
}
.customizelist .eachlist {
	padding: 0px;
	margin: 0px 10px 5px 0px;
	float:left;
	height:150px;
	width:120px;
	overflow:hidden;
	}
.customizelist .eachlist .proposalDate {
  display:none
}
.customizelist .proposalName {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size:90%;
	line-height: 1.2em;
	}


.listNumber {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: right;
}



/* right navigation */



/* sponsor  */

.SponsorTitle {
	padding: 0px 0px 0px 0px;
	margin:20px 0px 10px 0px;
	color: #999;
}

.rightBanner {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}



.LatestComments {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}


.sponsorlogo {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-size:90%;
}

h2 {
	border-bottom: dotted 1px #999;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 5px;	
}



/****************************
*  tab 
****************************/

#tabWrapDetail {
	clear:both;
	padding: 0px;
	margin: 0px;
}
#tabWrapComment {
	clear:both;
	padding: 0px;
	margin: 0px;
}

#tabWrapInquiete{
	clear:both;
	padding: 0px;
	margin: 0px;
}


.tabFrame {
	clear:both;
	height:25px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
/*	border-top: dotted 1px #666666;  */
	border-bottom: solid 1px #666666;	
	display:block;
}


.tabFrame .tab a {
	float:left;
	padding: 0px 5px 0px 5px;
	height:25px;
	margin: 0px 5px 0px 5px;
	border-top: solid 1px #666666;	
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;	
	text-align:center;
	display:block;
}
/*
.tabFrame .tab a:hover {
	background-color:#ddd;
}
*/
#tabWrapDetail .tab .tdetail {
	background-color:#666666;
	color:#fff;
/*	height:100%;*/
}


#tabWrapComment .tab .tcomment {
	background-color:#666666;
	color:#fff;
/*	height:100%;*/
}

#tabWrapInquiete .tab .tinquiete {
	background-color:#666666;
	color:#fff;
/*	height:100%;*/
}

#tabWrapSpecial1 .tab .tspecial1 {
	background-color:#666666;
	color:#fff;
}

#tabWrapSpecial2 .tab .tspecial2 {
	background-color:#666666;
	color:#fff;
}

#tabWrapSpecial3 .tab .tspecial3 {
	background-color:#666666;
	color:#fff;
}

#tabWrapSpecial4 .tab .tspecial4 {
	background-color:#666666;
	color:#fff;
}

#tabWrapSpecial5 .tab .tspecial5 {
	background-color:#666666;
	color:#fff;
}



/*comment and inquiete */

#item_contents_left .showcomment {
	clear:both;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

#item_contents_left .showinquiete {
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	border-left: dashed 1px #ccc;
}


/*comment rcomment*/
.comment {
	margin-top:10px;
	margin-bottom:30px;
	clear:both;
}

.comment .subject { 
	font-weight:bold;
	border-bottom: 2px solid #ccc
}

.comment .body { 
	line-height: 1.6em; 
	white-space: pre-wrap; 
	clear: both; 
/*	white-space : pre ;*/
	white-space : -moz-pre-wrap; /* Mozilla */
	white-space : -pre-wrap;     /* Opera 4-6 */
	white-space : -o-pre-wrap;   /* Opera 7 */
	white-space : pre-wrap;      /* CSS3 */
	line-break : strict ;
	line-height: 1.6em;
	word-break : break-all ;
	word-wrap : break-word;      /* IE 5.5+ */
}

.comment .handle { 
	margin-top: 20px;
}

.comment .date { 
	margin-left:20px;
}

.comment .small {
	font-size:90%;
	line-height:2em; 
}


hr .commentdivider { 
	border: dotted 1px #ddd;
}
.allcommentView{ 
	padding: 0px;
	margin: 5px 0px 5px 0px;
	width:500px;
	text-align:right;
}

/*comment form*/
.formframe{  
	padding: 10px;
	margin: 5px 0px 5px 0px;
	background-color:#ddd;
	}

.formtitles {
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding:0px;
}

.field {
	margin-bottom: 10px;
 	clear: both
}

/*request*/
.request{
	font-size:85%;
	border-top:1px dashed #ccc;
	}
.wmArrow{
	float:left;
	background:transparent url(../../img/general_list.gif) no-repeat scroll left center;
	padding-left:1em;
	margin:0px 6px 5px 0px;
	}


