/* ■■■　TOP画面 ■■■*/
.mssearchtop{
	text-align:center;
	width:auto;
	margin-top:100px;
	background-color:#000000;
}

.mstopsearchstring{
	width:300px;
	height:16px;
	font-size:small;
	margin-bottom:100px;
}

.mstopsubmit {
	width:80px;
	height:23px;
	font-size:small;
	margin-bottom:100px;
}

.mstopselect {
	width:115px;
	height:20px;
	font-size:small;
	margin-bottom:100px;
}

/* ■■■トップ情報画面■■■　*/
div.mstopinfo {
	color:#ffffff;
	font-size:small;
	align:center;
	background-color:#000000;
	padding-bottom:200px;
}

div.mstopinfo p {
	align:center;
}

div.mstopinfo p a {
color:#ff0000;
}

div.mstopinfo p a:hover{
color:#ff0000;
}

div.mstopinfo p a:visited{
color:#ff0000;
}

/* ■■■　ヘッダの検索部分 ■■■*/

.searchtext {
	width:150px;
	font-size:small;
}

.searchbutton {
	width:80px;
	font-size:small;
}

.searchselect {
	width:115px;
	font-size:small;
}

/* ■■■インデックス■■■　*/

.navicontainer {
	width:400px;
	text-align:left;
	margin: 0px auto;
}

.navicontainer .prevnext {
	width:80px;
	float:right;
	text-align:center;
	margin:0 auto;
}

.navicontainer .prevnext a {
	color:#ffffff;
}

.navicontainer .prevnext a:hover {
	color:#ff0000;
}

.center {
	width:350px;
	float:left;
	text-align:center;
	margin:0 auto;
	color:#ffffff;
}

.center a {
	padding:2px 3px;
	color:#ffffff;
}

.center a:hover {
	color:#ff0000;
}

.center a.now{
	color:#ff0000;
	background-color:#333333;
}

/* ■■■インデックス■■■　*/
span.usertagcolor_pev {
	color:#ff8000;
}

span.usertagcolor_ruee {
}
 
/* ■■■サムネールツールチップ■■■　*/
.tool-tip {
	color: #ffffff;
	width: 200px;
	height: 73px;
	z-index: 13000;
}

.tool-title {
	width: 184px;
	font-weight: bold;
	font-size: 11px;
	margin:0px auto;
	color: #ffcc00;
	padding: 8px 8px 1px;
	background:  url(/pevimages/balloooon.gif) top left;
}
 
.tool-text {
	width: 184px;
	height: 50px;
	font-size: 11px;
	padding: 1px 8px 25px;
	line-height:120%;
	background:  url(/pevimages/balloooon.gif) bottom right;
}

/* ■■■カテゴリーリスト■■■　*/
div.toggler {
	cursor:pointer;
	height:30px;
	padding:0px;
	margin:0px;
	border:none;
}

div.element{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:18px;
}


/* ***************************************** */
/* example_3 css */  
#example_3 {   
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 470px; /* important */  
    height: 86px; /* important */  
    margin: 0 85px;   
    background: #000;   
}   
  
#example_3_frame {position: relative}   
#example_3_previous {float: left;}   
#example_3_next {float: rightright;}   
#example_3_content {   
    position: absolute;   
    top: 0;   
    margin-left: 20px;   
}   
  
#example_3_content   
#example_3_content li {   
    list-style: none;   
    margin: 0;   
    padding: 0;   
}   
    #example_3_content {   
        width: 5418px;   
    }   
    #container_bd #example_3 ul li {   
        display: block;   
        float: left;   
        margin: 5px;   
        padding: 5px;   
        border: 1px solid #666;   
        background-color: #000;   
    }   
  
#container_bd #example_3 ul li img {   
    display: block;   
}   
              

