@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */

/* コンテンツ
============================================================================================================ */
div#contentsContainer {
	padding-top: 8px;
	padding-bottom: 35px;
	background-color: #F6FBFF;
}


/* サイド
============================================================================================================ */
div#sideArea {
	width: 195px;
	background-color: transparent;
}

div#jitsuyo {
	margin: 0 20px 0 0;
}
div#jitsuyo dd {
	padding-bottom: 18px;
}

div#twitterArea {
	width: 156px;
	height: 110px;
	padding: 5px;
	background: url(../../images/twitter_bg.gif) no-repeat;
	font-size: x-small;
}
div#twitterArea #tweet {
	height: 110px;
	overflow: auto;
}
div#twitterArea #tweet .tweet_list div {
	margin-bottom: 3px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	color: #666666;
}
div#twitterArea #tweet .tweet_list p {
	padding-right: 5px;
}
div#twitterArea #tweet .tweet_list .tweet_time {
	text-align: right;
}

/* 新着情報
============================================================================================================ */
div#news {
	float: left;
	width: 166px;
	margin-right: 20px;
	padding-left: 20px;
}
div#news h3 {
	border-bottom: 1px solid #DEE2C4;
}
div#newsList {
	overflow: auto;
	/* height: 293px; */
	/* margin: 5px 0; */
	height: 334px;
	margin-top: 5px;
	padding: 0 5px 0 0;
	line-height: 1.3;
	font-size: 90%;
}
div#newsList li {
	border-bottom: 1px dotted #DEE2C4;
	padding: 5px 0;
}
div#newsList a:link,
div#newsList a:visited {
	color: #6D6D6D;
	text-decoration: none;
}
div#newsList a:hover,
div#newsList a:active {
	color: #6D6D6D;
	text-decoration: underline;
}


/* 製品ラインナップ
============================================================================================================ */
div#product {
	float: left;
	width: 535px;
}
div#product ul#productNavi {
	margin-top: 5px;
	border-bottom: 1px solid #E1E1E1;
	zoom: 1;
}
div#product ul#productNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#product ul#productNavi li {
	float: left;
}
div#product ul#productNavi .active img {
	visibility: hidden;
}

div#product div#productWrap {
	overflow: hidden;
	position: relative;
	width: 535px;
	height: 281px;
	padding: 5px 0;
	background-color: #ffffff;
}
div#product div#productWrap div.items {
	width: 3210px;
	position: absolute;
}
div#product div.product {
	position: relative;
	float: left;
	width: 535px;
	color: #6D6D6D;
/*	font-size: smaller;*/
	line-height: 1.2;
	zoom: 1;
}
div#product div.product:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#product div.product p {
	float: left;
	padding-left: 1px;
}
div#product div.product div {
	float: right;
	width: 300px;
	padding-top: 8px;
	padding-right: 2px;
	background: url(../../images/product_box_top.gif) no-repeat;
}
div#product div.product ul.box {
	padding: 0 10px 6px;
	background: url(../../images/product_box_bg.gif) no-repeat left bottom;
	font-weight: bold;
}
div#product div.product ul.list {
	margin: 2px 4px 0;
}
div#product div.product ul.list li {
	padding: 2px 5px 2px 12px;
	background: url(../../images/product_list_point.gif) no-repeat 0 0.4em;
	border-top: 1px dotted #92B6EF;
}
div#product div.product ul.list li.first {
	border-top: none;
}
div#product div.product p.detail {
	clear: both;
	position: absolute;
	right: 5px;
	bottom: 0;
}






