#sliderContents{
	width: 950px;
	height: 170px;
	padding-top: -85px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 100;
	/*position: absolute;*/
	background-image: url(../img/contents/titleBar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/*MENU*/
#mmMenu{
    float: left;
    width: 210px;
    border: 1px dotted #E4E4E4;
		margin-left: 5px;
}
#mmMenu .title{
    float: left;
    width: 210px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    background-color: #F0EFED;
    text-align: center;
}
#mmMenu p{
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 3px;
}


/*検索*/
#mSearch{
    background-image: url(../img/common/mSearch.gif);
    background-repeat: no-repeat;
    height: 39px;
    width: 950px;
    padding-top: 5px;
}
#mSearch .txt{
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    margin-left: 350px;
    font-weight: bold;
}
#mSearch .fm {
    font-size: 13px;
    width:140px;
    height: 18px;   
}
#mSearch .fmbn {
    /*padding-top: 5px;*/
}
#mSearch .submitBtn {
	background-image: url(../img/common/btnSearch.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 70px;
	text-indent:-99999px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: hand;
}
#wrapper form{
    margin:0px;
    padding:0px;
    list-style:none;
}

/*SHOWCASE*/
#mShowcase {
	padding-left: 8px;
}
#mShowcase ul,li{
    list-style:none;
    margin:0px;
    padding:0px;
}
#mShowcase ul{
    float: left;
    width:186px;
    font-size: 12px;
    margin-top:8px;
    margin-bottom:8px;
		overflow:hidden;
}

#mShowcase li{
    float: left;
    display:inline;
}
#mShowcase .item{
    background-color: #F6F6F6;
    padding: 4px;
    border: 1px solid #CCC;
    margin-left: 7px;
    margin-right: 7px;
		height:125px;
	  display:table-cell;
	  text-align:center;
	  vertical-align:middle;
	  layout-grid-line:125px;
}
#mShowcase img{
    vertical-align:middle;
		max-height:125px;
}

#mShowcase ul li.item img {
		vertical-align:middle;
		max-height:117px;
		top:50%;
		left:50%;
}
		
#mShowcase .names{
    color: #000;
    float: left;
    margin-left: 7px;
    background-image: url(../img/common/iconStar.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 3px;
    padding-left: 18px;
    width: 170px;
}
/*
#mShowcase .cnt{
    color: #069;
    float: left;
    padding-top: 3px;
    width: 60px;
    text-align: right;
}
*/

/*NEWS*/
#mNews{
    color: #069;
    float: left;
		margin-left: 5px;
    padding-top: 0px;
    width: 210px;
    text-align: left;
    margin-right: 15px;
		margin-bottom: 12px;
}
#mNews ul{
    height: 100px;
		overflow: hidden;
}
#mNews ul,li{
    list-style:none;
    margin:0px;
    padding:0px;
		word-break: break-all;
		float: left;
}
#mNews .item{
    background-color: #F6F6F6;
    padding: 5px;
		margin-top: 5px;
    margin-right: 5px;
    float: left;
    background-image: url(../img/common/imgNewsBg.gif);
    background-repeat: repeat;
}
#mNews .date{
    font-size: 12px;
}
#mNews .names{
		width: 200px;
    float: left;
    margin-left: 0px;
		line-height: 13px;
		padding: 0 0 3px 5px;
		margin: 0 0 2px 0;
		border-bottom: #CCC dotted 1px;
}
#mNews .names a {
    color: #F93769;
		font-size: 12px;
}
#mNews .exp{
	color: #333;
	float: left;
	padding-top: 3px;
	font-size: 11px;
	width: 120px;
	text-align: left;
	line-height: 110%;
}


/*VIDEO*/
#mVideo{
    color: #069;
    float: left;
    width: 460px;
    text-align: left;
}
#mVideo .lft{
    color: #069;
    float: left;
    width: 300px;
    text-align: left;
}
#mVideo .rgh{
    color: #069;
    float: left;
    width: 140px;
    text-align: left;
}

/*Bnr*/
#mBnr{
	float: left;
	width: 460px;
	margin-top: 8px;
	height: 200px;
	/*border: 1px dotted #CCC;*/
}
#mBnr p{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*AD*/
#mAD{
    float: left;
		margin-left: 5px;
    width: 210px;
    padding-bottom:5px;
    border: 1px dotted #E4E4E4;
}
#mAD .title{
    float: left;
    width: 210px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    background-color: #F0EFED;
    text-align: center;
}
#mAD p{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 3px;
}


/***********メインコンテンツ*/
#mmContens{
	color: #333;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	margin-left: 10px;
	width: 690px;
	font-size: 13px;
	line-height: 135%;
	word-break: break-all;
}
#mmContens .wwBox{
	float: left;
	margin-top: 3px;
	margin-bottom: 8px;
	background-color: #F9F9F9;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#mmContens .photos{
	width: 110px;
	background-color: #FFF;
	padding: 5px;
	float: left;
	margin-right:10px;
	background-repeat: repeat;
	margin-left: 5px;
}
#mmContens .txts{
	float: left;
  width: 555px;
}
#mmContens .title {
	background-image: url(../img/icon_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
	padding-left: 20px;
	margin-right: 25px;
	font-size: 14px;
}
#mmContens .conts {
	height: 70px;
	overflow: hidden;
	padding-right: 10px;
}
#mmContens .area{
	float: left;
	background-image: url(../img/icon_area.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666;
	padding-left: 25px;
	margin-right: 25px;
}
#mmContens .time{
	float: left;
	background-image: url(../img/icon_time.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666;
	padding-left: 25px;
}
#mmContens .comment{
	background-image: url(../img/icon_comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #690;
	padding-left: 20px;
}
#mmContens .tag{
	float: left;
	background-image: url(../img/icon_ya.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	color: #666;
	padding-left: 15px;
}
#mmContens .access{
	float: left;
	background-image: url(../img/icon_yao.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	color: #666;
	padding-left: 24px;
	background-color: #FFF;
	width: 660px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #EBEBEB;
	margin-bottom: 5px;
}
#mmContens .recommend{
	float: left;
	background-image: url(../img/icon_title.jpg);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	color: #666;
	padding-left: 24px;
	background-color: #FFF;
	width: 660px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #EBEBEB;
	margin-bottom: 5px;
}
#mmContens .recommendBox{
	font-size: 11px;
	color: #666;
	float: left;
	padding-left: 5px;	
}

/*詳細頁*/
#mmContens .moRight{
	float: left;
	width: 340px;	
	margin-left:5px;
}
#mmContens .moLeft{
	float: left;
	width: 345px;	
}
#mmContens .moPhoto{
	float: left;
	padding: 4px;
	border: 1px dotted #CCC;
	margin-right: 6px;
	margin-bottom: 5px;
}
#mmContens .moPhoto img{
	max-height:250px;
}
#mmContens .moBig{
	height:265px;
}
#mmContens .moMap{
	float: left;
	padding: 4px;
	border: 1px dotted #CCC;
	margin-right: 7px;
	margin-bottom: 5px;
}

#mmContens .lft{
    color: #069;
    float: left;
    width: 230px;
    text-align: left;
}
#mmContens .rgh{
    color: #069;
    float: left;
    width: 460px;
    text-align: left;
}
#mmContens .news_title {
	width: 670px;
	padding: 5px 10px 6px 10px;
	background: url(../img/contents/titleMain_bg.gif);
	margin-bottom: 15px;
	color: #333;
	font-weight: bold;
	position: relative;
}
#mmContens .news_title a {
	position: absolute;
	left: 618px;
	top: 1px;
}
#mmContens .news_url {
	margin-top: 15px;
}




/*検索-----------------------------------*/
.searchPage{
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.searchPageNum{
	text-align:right;
	height: 25px;
	margin-top: -20px;
}
.paging_now{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #090;
	padding: 2px 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #DEF4BF;
	background-color: #F0FFF0;
}
.paging{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	padding: 2px 7px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #DEF4BF;
}

/*ABORD*/
.preloader { background:url(/img/spinner.gif) center center no-repeat #ffffff;  }
#abordTab {
	clear: left;
	padding: 5px;
	width: 920px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 12px;;
}
#abordTab #tab li {
	float: left;
	padding: 3px;
	list-style: none;
	cursor: pointer;
	background-color: #F6F6F6;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #DDD;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #DDD;
	width: 80px;
	text-align: center;
}
#abordTab #tab li.select {
	background-color: #FFF;
	color: #C00;
	font-weight: bold;
}
#abordTab .disnon {
  display: none;
}
#abordTab .Inner {
	clear: left;
	font-size: 13px;
	text-align: center;
	/*line-height: 100px;*/
	color: #666;
	background-color: #FFF;
	border: 1px solid #E1E1E1;
}
#abordTab .Inner img{
	margin:0px;
}
#abordTab .Inner .More{
	margin:3px;
	float:left;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
