
/* Example wrapper */
.wrap {
	position: relative;
	margin:0;
	padding:0 0 5px 0
}

/* Frame */
.frame {
	height:330px;
	line-height: 330px;
	padding-left:5px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #e3e3e3;
	background-color:#ececec;
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.frame ul li {
	display:block;
	background-color:#fffafa; 
	background:#fffafa url('back01.gif') repeat top;
	width: 150px;
	height:290px;
	padding : 5px ;
	margin-left :10px;
	margin-top:5px;
	border: 3px solid #ffffff;
	float:left;
	border-radius:5px;
	box-shadow: 0px 1px 3px #373737;
	cursor: pointer;
}



.frame ul li.active {
	background:#f5f5f5 url('back01.gif') repeat top;
}


.preview {	
	width:150px;
	height:200px;	
	overflow:hidden; 
	text-align:center;
	display:block; 
	
}
.flont_view {
	position: relative; 

}

.undertagview{
	margin-top:5px;
	height:80px;
	font-size:22px;
	text-align:center;
	line-height:1em;
	overflow:hidden;
}
.undertagview > img , .undertagview > a > img{
	margin-top:5px;
	vertical-align:middle;
}
img .iconhalf{
	vertical-align:middle;
}
.iconspase{
	padding:2px;
	line-height:10px;
}
.vrsen{
	font-size:15px;
	line-height:35px;
	font-weight:bold;
	margin-left:5px;
	margin-top:-10px;
	color:#915a6f;
	background:#fff;
	padding:5px 0;
}

/* Scrollbar */
.scrollbar {
	width:40%;
	text-align:center;
	margin: -10px auto  0 auto;
	height: 10px;
	border-top:2px solid #a4a4a4;
	border-left:15px solid #a4a4a4; 
	border-right:15px solid #a4a4a4; 
	border-bottom:3px solid #a4a4a4;	
	background: #1a1a1a url('../images/slider02.gif') repeat-x center;
	line-height: 0;
	border-radius:4px;
}
.scrollbar .handle {
	width: 40%;
	height: 100%;
	background: #c6156e;
	cursor: pointer;
	border-bottom:1px solid #ff7fbf;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 40%;
	height: 20px;
	
}
/* Buttons */

#btnbar{
	text-align:center;
	margin-top:5px;
}
.btn ,.btn3{
	margin-top:0x;
	position: relative;
	display: inline-block;
	height:30px;
	padding: 3px 50px;
	margin-bottom: 0;
	font-size:16px;
	line-height:20px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #b3b3b3;
	border-radius:3px;
	border-bottom-width: 2px;
	outline: none;
}
.btn2 {
	position: relative;
	display: inline-block;
	height:35px;
	padding: 2px 10px;
	margin-bottom: 0;
	font-size:13px;
	line-height:30px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #b3b3b3;
	border-radius:3px;
	border-bottom-width: 2px;
	outline: none;
}
.btn3:hover,.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { color: #333; background-color: #e6e6e6; }

.btn:first-child { *margin-left: 0; }

.btn:hover, { color: #333; text-decoration: none; }
.btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn.active, .btn:active, .btn-group.open .btn { outline: 0; top: 1px; border-top-width: 2px; border-bottom-width: 1px; border-top-color: rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 60px 0 rgba(0,0,0,.1); -moz-box-shadow: inset 0 60px 0 rgba(0,0,0,.1); box-shadow: inset 0 60px 0 rgba(0,0,0,.1);
}


/* Controls */

.contener{
	position: relative;
 	width:100%; 
	height:100%;
}
#pcontents{
	margin-left:20px;
	float:left;
}



/*-------------------------------------------------- contebox --------*/


#modebox{
	float:right;
	margin:0 10px;
	display:block;
	text-align:center;
	width:180px;
	padding:0;
	background-color:#ebe1eb;
	border:6px solid #7f7677;
	border-radius:10px;
	box-shadow:0px 1px 5px #666666;
	font-size:13px;
	line-height:1.4em;
	color:#1d3232;
}
li.mchange{
	float:left;
	display:block;
	width:80px;
	height:30px;
	text-align:center;
	margin:0:
}


#md0:link{
	display:block;
	width:80px;
	height:30px;
	font-size:16px;
	color:#4a4a4a;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	background:#ebe1eb url('../images/conbackl2.png') no-repeat center right ; 

}
#md0:visited{
	color:#4a4a4a;
	text-decoration:none;
}
#md0:hover{
	color:#ff1493;
	text-decoration:none;
}

#md1:link{
	display:block;
	width:80px;
	height:30px;
	font-size:16px;
	color:#4a4a4a;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	background:#ebe1eb url('../images/conbackr2.png') no-repeat center left ;
}
#md1:visited{
	color:#4a4a4a;
	text-decoration:none;
}
#md1:hover{
	color:#ff1493;
	text-decoration:none;
}

/*------------------------------------------ undercontrolview --------*/
#contag{ 
	display:inline-block;
	text-align:center;
	width:170px;
	height:55px;
	margin:10px 0 0 20px;
	padding:0px;
	color:#307b85;
	background-color:#ebe1eb;
	border:3px solid #7f7677;
	border-radius:10px;
	box-shadow:0px 1px 5px #333333;
	cursor: pointer;
}
.modehyouji{
	margin-top:15px;
	font-size:16px;
	background-color:#307b85;
	color:#ffffff;
	font-weight:bold;
	line-height:1.8em;
}
#movisose{
	display:inline-block;
	width:250px;
	height:50px;
	border:2px solid #45001b;
	border-radius:5px;
	text-align:center;
	color:#000000;
	font-size:15px;
	vertical-align:middle;
	line-height:30px;
	margin:5px 0 0 30px;
	box-shadow:0px 1px 5px 0px #9d9d9d;
	cursor: pointer;
}



.modehyouji{
	font-size:16px;
	background-color:#307b85;
	color:#ffffff;
	font-weight:bold;
	line-height:1.8em;
}
#keyseac{
	display:none;
}
.tuikgeki{
	font-size:14px;
	color: rgb(135, 131, 0);
	padding:4px 30px;
}
.tuikgeki:hover{
	background:rgb(250, 247, 147);
}


