@charset "UTF-8"


/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* --------------------------------------------------------------------------------------
  メインボディ
--------------------------------------------------------------------------------------- */

#main-body {
	width: 870px;
	height:1680px;
	min-height:1020px;
	margin: 0 auto;
}


/* ニュース ------------------------------------------------------------------------ */

.news-area {
  width:151px;
  height: 169px;
  margin-bottom:30px;
}

#news-txt { 
  position: absolute; 
  overflow: hidden;
  width: 140px;
  height: 169px;
}


.tweet-dot {
	background: url(../images/dot.gif) 0 0 repeat-x;
	width: 140px;
	height: 1px;
	margin: 10px 0;
}

.Scroller-Container {
 	position: absolute;
}
.Scrollbar-Track {
  width: 5px; height: 170px;
  position: absolute;
  cursor: pointer;
  background-color: #E6E6E6;
  margin-left: 146px;
}
.Scrollbar-Handle {
 position: absolute;
 width: 5px; height: 30px;
 background-color: #999;
}



/* MAIN IMAGE ------------------------------------------- */

#main-image {
	width:671px;
	height: 276px;
	margin: -1px 0 32px;
}

.top-copy {
	margin-bottom: 25px;
}


/* OUR SELECTION ------------------------------------------- */

.selection-tp {
	height: 110px;
}

#selection {
	margin-bottom: 35px;
}

#selection li {
	background: url(../images/os_frame.gif) 0 0 no-repeat;
	width: 145px;
	height: 235px;
	padding: 3px;
}

.item-bar {
	margin: 2px 0;
}



/* OUR SELECTION [ Brand Icon Swap ] ------------------------------------------- */

#yh-item a {
	display: block;
	width: 145px;
	height: 70px;
	background: url(../images/yh_item_on.jpg) 0 0 no-repeat;
	margin-bottom: 2px;
}
#yh-item a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#yh-item a:hover img {
	visibility: hidden;
}

#kv-item a {
	display: block;
	width: 145px;
	height: 70px;
	background: url(../images/kv_item_on.jpg) 0 0 no-repeat;
	margin-bottom: 2px;
}
#kv-item a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#kv-item a:hover img {
	visibility: hidden;
}

#ua-item a {
	display: block;
	width: 145px;
	height: 70px;
	background: url(../images/ua_item_on.jpg) 0 0 no-repeat;
	margin-bottom: 2px;
}
#ua-item a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#ua-item a:hover img {
	visibility: hidden;
}


#aw-item a {
	display: block;
	width: 145px;
	height: 70px;
	background: url(../images/aw_item_on.jpg) 0 0 no-repeat;
	margin-bottom: 2px;
}
#aw-item a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#aw-item a:hover img {
	visibility: hidden;
}



/* ABOUT ------------------------------------------- */

#about-area {
	width:435px;
	padding:10px 0 58px 235px;
	background: url(../images/about_img.gif) 0 16px no-repeat;
	clear:both;
}

#about-area p {
	margin: 0 0 5px;
}

.about-area-l {
	float: left;
	width:60px;
}

.about-area-r {
	width: 375px;
	float: right;
}



/* CONTACT ------------------------------------------- */

#contact-area {
	width:670px;
	clear: both;
}

#contact-area-l {
	float:left;
	width:235px;
	margin-top: 5px;
}

#contact-area-l p {
	margin: 0 0 20px;
}

#contact-area-r {
	float: right;
	width: 435px;
	margin-top: 5px;
}

#bt-mail a {
	display: block;
	width: 190px;
	height: 20px;
	background: url(../images/bt_mail_on.gif) 0 0 no-repeat;
	margin-bottom: 20px;
}
#bt-mail a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}
#bt-mail a:hover img {
	visibility: hidden;
}
