@charset "utf-8";
/* CSS Document */

#wrapper{padding-bottom:0;}
#cm{background:url(../img/content_bg.jpg) no-repeat center bottom; text-align:center; padding-bottom:70px;}
#cm #cm-block{width:890px;height:400px;margin:0 auto;background:#f6c200 url(../../cm/img/cm_bg.gif) no-repeat left top;position:relative;}
#cm #cm-block .cm-weblimited{position:absolute;left:307px;/*top:201px;*/top:191px;}
#cm #cm-block .cm-memo{position:absolute;left:570px;top:251px;}
#cm #cm-block .btn_story{position:absolute;width:890px;height:40px;left:0;top:360px;text-align:right;background-color:#000;}
#cm #cm-block a img{
filter: alpha(opacity=100);
-moz-opacity:1.00;
opacity:1.00;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
#cm #cm-block a:hover img{
filter: alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
/*#cm #cm-block .cm-memo a:hover img{
filter: alpha(opacity=100);
-moz-opacity:1.00;
opacity:1.00;
}*/

/*[ 20120709// ]--------------------------------------------------*/
#cm #cm-block .cm-photo01 {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

#cm #cm-block .cm-button01 {
  position: absolute;
  top: 130px;
  left: 307px;
}

#cm #cm-block .cm-photo02 {
  position: absolute;
  top: 191px;
  left: 20px;
  cursor: pointer;
}

#cm #cm-block .cm-button02 {
  position: absolute;
  top: 301px;
  left: 307px;
}

#cm #cm-block .cm-title02 {
  position: absolute;
  top: 201px;
	_top: 196px;
	/top: 196px;
  left: 307px;
}

#cm div.column-right{
  position: absolute;
  top: 14px;
  left: 570px;
}

#cm div.column-right #cm-archive {
  width: 300px;
  height: 222px;
}

#cm div.column-right #cm-archive li {
	_line-height: 0;
	/line-height: 0;
	_font-size: 0;
	/font-size: 0;
  position: relative;
  clear: both;
  overflow: hidden;
  padding-bottom: 1px;
  width: 286px;
  height: 36px;
  background: url(../../cm/img/border_doted.gif) repeat-x left bottom;
  text-align: left;
  /zoom:1;
}

*:first-child+html #cm div.column-right #cm-archive li * ,
* html #cm div.column-right #cm-archive li * {
	line-height: 0;
	font-size: 0;
}

#cm div.column-right #cm-archive li p.cm-button {
  position: absolute;
  top: 6px;
  right: 0;
}

#cm div.column-right #cm-archive li.first-child p.cm-button {
  top: 5px;
}

/*---------- [ new-item// ] ----------*/
#cm #cm-block .cm-new {
  position: absolute;
  left: 307px;
  top: 22px;
}

#cm #cm-block .cm-title01 {
  position: absolute;
  left: 311px;
  top:32px;
}

#cm #cm-block .cm-title01.is_new {
   top: 75px!important;
}
/*---------- [ //new-item ] ----------*/

/*--------------------------------------------------[ 20120708// ]*/


#cm-archive:focus {
	outline: none;
}

