
/* ===================================================================
CSS information
 style info :TOPページ
=================================================================== */

/* 大枠
---------------------------------------------- */
#container {
	width: 984px;
}

/* JavaScript無効メッセージ
---------------------------------------------- */
#top-js-alert {
	margin: 0px 0px 18px 0px;
	padding: 10px 10px 8px 10px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.4;
	text-align: center;
}

/* TOPバナーギャラリー
---------------------------------------------- */
#top-banner-gallery {
	position: relative;
  width: 984px;
  height: 270px;
  margin: 0px 0px 3px 0px;
}

/* 年賀バナー
---------------------------------------------- */
#nenga-banner {
  display: none;
	position: absolute;
	top: -5px;
}

#nenga-banner .skip-btn {
	position: absolute;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
}

/* 通常バナーギャラリー
---------------------------------------------- */
#flowGallery {
  display: none;
  position: relative;
  width: 984px;
  height: 270px;
  margin: 0px 0px 0px -30px;
  padding: 0px 30px 0px 30px;
/*	background-color: #FFCCCC;*/
}

/* ギャラリー コンテンツエリア
----------------------------------------*/
#flowGallery .view {
  position: absolute;
  width: 980px;
  height: 235px;
/*	background-color: #CCCCFF;*/
}

#flowGallery .view ul {
  position: absolute;
  width: 980px;
  height: 235px;
/*	background-color: #CCCCFF;*/
}

#flowGallery .view ul li {
  position: absolute;
  background-color: #FFFFFF;
}

#flowGallery .view ul a {
	display: block;
	outline: none;
}

#flowGallery .view ul a img {
	display: block;
}

/* ギャラリー 通常表示用
-----------------------------*/
#flowGallery .flow-view {
	top: 0px;
}
#flowGallery .flow-view ul {
}

/* ギャラリー 一覧表示用
-----------------------------*/
#flowGallery .grid-view {
	overflow: hidden;
  background: url(../images/gridview_bg.png) no-repeat left top;
}
#flowGallery .grid-view ul {
	left: 0px;
	top: 20px;
}
#flowGallery .grid-view ul li {
	background: url(../images/loader.gif) no-repeat center center;
}


/* ギャラリー 左右ナビボタン
----------------------------------------*/
#fG-navi p {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	z-index: 100;
	text-indent: -9999px;
	cursor: pointer;
}

#fG-naviPrev {
	top: 78px;
	left: 10px;
	background: url(../images/gallery_float_prev.png) no-repeat 50% 50%;
}

#fG-naviNext {
	top: 78px;
	left: 960px;
	background: url(../images/gallery_float_next.png) no-repeat 50% 50%;
}


/* ギャラリー コントローラー
----------------------------------------*/
#fG-controller {
	position: absolute;
	top: 223px;
	left: 383px;
	z-index: 500;
	overflow: hidden;
	zoom: 1;
}

/* コントローラーボタン 通常時
----------------------------------------*/
#fG-controller p {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#fG-controller p span {
	display: block;
	height: 43px;
	text-indent: -9999px;
}

/* コントローラーボタン アクティブ時
----------------------------------------*/
#fG-btnPrev.active,
#fG-btnNext.active {
	cursor: pointer;
}

/* コントローラーボタン マウスオーバー時
----------------------------------------*/
#fG-gridView.over,
#fG-flowView.over {
	cursor: pointer;
}
#fG-gridView.active.over,
#fG-flowView.active.over {
	cursor: default;
}

/* コントローラーボタン 画像
----------------------------------------*/
#fG-btnPrev { width: 39px;	background-image: url(../images/gallery_controller_prev_ov.png);}
#fG-btnPrev.active {	background-image: url(../images/gallery_controller_prev.png);}
#fG-btnPrev.over { background-image: url(../images/gallery_controller_prev_ov.png);}

#fG-gridView { width: 96px; background-image: url(../images/gallery_controller_ichiran.png);}
#fG-gridView.active {	background-image: url(../images/gallery_controller_ichiran_ov.png);}
#fG-gridView.over {	background-image: url(../images/gallery_controller_ichiran_ov.png);}

#fG-flowView { width: 98px; background-image: url(../images/gallery_controller_normal.png);}
#fG-flowView.active {	background-image: url(../images/gallery_controller_normal_ov.png);}
#fG-flowView.over {	background-image: url(../images/gallery_controller_normal_ov.png);}

#fG-btnNext { width: 39px; background-image: url(../images/gallery_controller_next_ov.png);}
#fG-btnNext.active {	background-image: url(../images/gallery_controller_next.png);}
#fG-btnNext.over {	background-image: url(../images/gallery_controller_next_ov.png);}



/* 3カラム エリア枠
---------------------------------------------- */
/* 中央カラム */
#column-m {
	display: inline;
	float: left;
	width: 560px;
	margin: 0px 0px 0px 210px;
}

/* 左カラム */
#column-l {
	display: inline;
	float: left;
	width: 210px;
	margin: 0px 0px 25px -775px;
/*	background-color: #66CCFF; */
}

/* 右カラム */
#column-r {
	display: inline;
	float: right;
	width: 200px;
	height: 150px;
	padding: 0px 4px 0px 0px;
	/* background-color: #CCFF66; */
}


/* ニュースリリース エリア
---------------------------------------------- */
#news-area {
	position: relative;
	margin: 0px 0px 5px 0px;
}

#news-area .news-contents {
	padding: 5px 15px 15px 15px;
	background: url(../images/waku_bg2_bottom.png) no-repeat left bottom;
}

#news-area .news-item {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 5px 8px 5px 8px;
	background-color: #F7F7F7;
}

#news-area .news-item.over {
	background-color: #FCFCFC;
}

#news-area .news-item dl {
	position: relative;
	min-height: 48px;
	height: auto !important;
	height: 48px;
}

#news-area .news-item dt {
	margin: 0px 0px 0px 78px;
	color: #333333;
	font-size: 0.8em;
	letter-spacing: 1px;
}

#news-area .news-item dd {
	margin: 2px 0px 0px 78px;
	font-size: 0.8em;
	line-height: 1.4;
}

#news-area .news-item .news-img {
/*	float: left;
	margin: -1em 0px 0px 0px;*/
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #CCCCCC;
}

#news-area .btn {
	position: absolute;
	top: 16px;
	right: 20px;
}

#news-area .btn p {
	float: left;
	margin: 0px 0px 0px 5px;
	overflow: hidden; /* clearfix for modern browser */
	zoom: 1; /* clearfix for IE6 */
}


/* お知らせ エリア
---------------------------------------------- */
#information-area {
	position: relative;
	margin: 0px 0px 5px 0px;
}

#information-area .information-contents {
	padding: 5px 20px 15px 20px;
	background: url(../images/waku_bg2_bottom.png) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#information-area .info-text:first-child {
	background: none;
}

#information-area .info-text {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 8px 8px 2px 0px;
	background: url(../images/dot_line1.gif) repeat-x left top;
}

#information-area .info-text dl {
	letter-spacing: 1px;
	line-height: 1.4;
}

#information-area .info-text dt {
	padding: 0px 0px 0px 14px;
	width: 6em;
	font-size: 0.8em;
	letter-spacing: 1px;
	background: url(../images/list_mark_maru.gif) no-repeat 4px center;
}

#information-area .info-text dd {
	padding: 0px 0px 0px 10px;
	margin-left: 7.5em;
	margin-top: -1.5em;
	color: #666666;
	font-size: 0.8em;
	line-height: 1.4em;
}

#information-area .info-text p {
	padding: 0px 0px 0px 14px;
	background: url(../images/list_mark_maru.gif) no-repeat 4px center;
	color: #666666;
	font-size: 0.8em;
	line-height: 1.4em;
}

#information-area .btn {
	position: absolute;
	top: 16px;
	right: 20px;
}

#information-area .btn p {
	float: left;
	margin: 0px 0px 0px 5px;
	overflow: hidden; /* clearfix for modern browser */
	zoom: 1; /* clearfix for IE6 */
}


/* 人気製品 エリア
---------------------------------------------- */
#popular-area {
	position: relative;
}

#popular-area .popular-contents {
	padding: 5px 15px 15px 15px;
	background: url(../images/waku_bg2_bottom.png) no-repeat left bottom;
	overflow: hidden; /* clearfix for modern browser */
	zoom: 1; /* clearfix for IE6 */
}

#popular-area .popular-item {
	display: inline;
	float: left;
	width: 100px;
	margin: 0px 3px 0px 3px;
}
/*
#popular-area .popular-item dd {
	font-size: 0.8em;
	line-height: 1.4em;
}
*/

#popular-area .popular-item p {
	font-size: 0.8em;
	line-height: 1.4em;
}

#popular-area .popular-item p a {
	text-decoration: none;
}

#popular-area .popular-item p img {
	display: block;
}

#popular-area .popular-item p .hinban {
	display: block;
	color: #333333;
}

#popular-area .popular-item p a:hover .hinmei,
#popular-area .popular-item p a:active .hinmei {
	text-decoration: underline;
}

#popular-area .btn {
	position: absolute;
	top: 16px;
	right: 20px;
}

#popular-area .btn p {
	float: left;
	margin: 0px 0px 0px 5px;
	overflow: hidden; /* clearfix for modern browser */
	zoom: 1; /* clearfix for IE6 */
}


/* 動画製品説明 エリア
---------------------------------------------- */
#movie-area {
	margin: 0px 0px 5px 0px;
	background: url(../images/waku_bg1_bottom.gif) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#movie-area .inner {
	padding: 6px 15px 13px 15px;
}

#movie-area .player {
	border-top: 8px solid #333333;
	border-bottom: 8px solid #333333;
}

#movie-area .date {
	margin: 7px 0px 0px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.2;
	letter-spacing: 1px;
}

#movie-area .text {
	font-size: 0.75em;
	line-height: 1.2;
	letter-spacing: 1px;
}

#movie-area .btn {
	margin: 7px 0px 0px 0px;
	text-align: right;
}


/* サポート エリア
---------------------------------------------- */
#support-area {
	margin: 0px 0px 5px 0px;
	background: url(../images/waku_bg1_bottom.gif) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#support-area .inner {
	padding: 5px 15px 12px 15px;
}

#support-area li {
	margin: 0px 0px 3px 0px;
}


/* リンク集 エリア
---------------------------------------------- */
#link-area {
	margin: 0px 0px 5px 0px;
	background: url(../images/waku_bg1_bottom.gif) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#link-area .inner {
	padding: 5px 15px 9px 15px;
}

#link-area li {
	margin: 0px 0px 7px 0px;
}


/* 注目キーワード エリア
---------------------------------------------- */
#tagcloud-area {
	margin: 0px 0px 10px 0px;
	background: url(../images/waku_bg1_bottom.gif) no-repeat left bottom;
	zoom: 1; /* IE7 and below bug fixed */
}

#tagcloud-area ul {
	padding: 10px 10px 20px 15px;
}

#tagcloud-area ul li {
	display: inline;
	padding: 0 3px 3px 0;
	line-height: 1.5;
	letter-spacing: 0;
	font-size: 0.8em;
}

#tagcloud-area ul li.size1 {
	font-weight: bold;
	font-size: 1em;
}


/* 左エリア バナー1 
---------------------------------------------- */
#column-l .banner01-area {
	margin: 0px 0px 5px 0px;
}


/* 左エリア バナー2
---------------------------------------------- */
#column-l .banner02-area {
	padding: 0px 5px 0px 5px;
}


/* 対応表 エリア
---------------------------------------------- */
#comp-area {
	margin: 5px 0px 18px 0px;
	background: url(../images/comp_bg_bottom.png) no-repeat left bottom;
}

#comp-area .inner {
	background: url(../images/comp_bg_top.png) no-repeat left top;
	padding: 7px 5px 4px 5px;
}

#comp-area .comp-contents {
	margin: 0px 3px 8px 3px;
	padding: 0px 7px 0px 7px;
	background-color: #FFFFFF;
}

#comp-area .comp-contents dl {
	padding: 10px 0px 10px 0px;
	background: url(../images/dot_line1.gif) repeat-x left top;
}

#comp-area .comp-contents dl:first-child {
	background: none;
}

#comp-area .comp-contents dt {
	margin: 0px 0px 5px 0px;
}

#comp-area .comp-contents dd {
	padding: 0px 0px 0px 9px;
	background: url(../images/list_mark_maru.gif) no-repeat left center;
	font-size: 0.8em;
	line-height: 1.4;
}

#comp-area .comp-contents dd a:link,
#comp-area .comp-contents dd a:visited {
	color: #666666;
}

#comp-area .comp-contents dd a:hover,
#comp-area .comp-contents dd a:active {
	color: #FF0000;
}

#comp-area .banner img {
	vertical-align: bottom;
}



/* 右エリア バナー1
---------------------------------------------- */
#column-r .banner01-area {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

#column-r .banner01-area p {
	margin: 0px 0px 10px 0px;
}

/* ピックアップコンテンツ エリア
---------------------------------------------- */
#pickup-area {
	margin: 0px 0px 25px 0px;
}

#pickup-area li {
	margin: 8px 0px 0px 0px;
}

#pickup-area .more {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: url(../images/dot_line2.gif) no-repeat left top;
	font-size: 0.75em;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: right;
}

#pickup-area .more a {
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow_right.gif) no-repeat left 2px;
}


/* ページトップへ戻る
---------------------------------------------- */
.gotop {
	margin: 5px 10px 0px 0px;
	font-size: 0.75em;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: right;
}

.gotop a {
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow_top.gif) no-repeat left 2px;
}


