@charset "utf-8";/* 文字コードセット */

/* メインイメージエリア 
---------------------------------------------------------------------*/
#mainimagearea {
	height:370px;
	_height:380px;
	margin:10px 0 10px 0;
	padding-bottom:10px;
	background: url(../images/common/bg_contents_start.jpg) repeat-x left bottom;
	text-align:center;
	display:block;
}

#mainimagearea2 {
	padding:10px 0 0px 0;
	margin:0px auto;
	text-align:center;
	padding-bottom:20px;
	background: url(../images/common/bg_contents_start.jpg) repeat-x left bottom;
}

#mainimagearea_hidden{
	width: 960px;
	margin:0px auto;
	text-align:center;
}


#mainimagearea2 #main{
	width: 750px;
	margin-right:15px;
	float:left;
}

#mainimagearea2 #thum{
	width: 195px;
	float:right;
}

#mainimagearea2 #thum li{
	width: 195px;
	height:100px;
	dispaly:block;
}

#thum01,#thum02{
	margin-bottom:15px;
}

/* 見出し
---------------------------------------------------------------------*/
.tit0101 {
	width: 750px;
	height:30px;
	background: url(../images/title/tit0001.jpg) no-repeat left top;
	text-indent:-9999px;
	display:block;
	margin-bottom:15px;
}
.tit0102 {
	width: 750px;
	height:30px;
	background: url(../images/title/tit0002.jpg) no-repeat left top;
	text-indent:-9999px;
	display:block;
	margin-bottom:15px;
	clear:both;
}

/* 製品情報エリア
---------------------------------------------------------------------*/
.category-top {
	background: url(../images/top/bg_categoly_top.jpg) left top;
	display: block;
	height: 5px;
	width: 750px;
	font-size:0%;
}
.categolyarea {
	background: url(../images/top/bg_categoly.jpg) no-repeat left bottom;
	width: 750px;
	margin-bottom:15px;
}
.categoly-box {
	padding: 5px 10px 10px;
	float: left;
	width: 122px;
	_width: 142px;
}
.categoly-title {
	padding-bottom:5px;
	font-size:12px;
}
.categoly-title a {
	background: url(../images/common/btn_txtlink01.gif) no-repeat left center;
	padding-left:20px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
.categoly-title a:hover {
	background: url(../images/common/btn_txtlink01.gif) no-repeat -750px center;
	color:#00a9d9;
	text-decoration:underline;
}
.categoly-img {
	margin-bottom:5px;
}

/* ニュースエリア
---------------------------------------------------------------------*/
.newsarea {
	width: 750px;
	padding: 0px 0px 10px;
	margin-bottom:10px;
	background: url(../images/common/bg_dot.gif) no-repeat left bottom;
}
.news-date {
	float: left;
	width: 120px;
}
.news-date a {
	background: url(../images/common/btn_txtlink01.gif) no-repeat left center;
	padding-left:20px;
	color:#666;
	text-decoration:none;
}
.news-date a:hover {
	background: url(../images/common/btn_txtlink01.gif) no-repeat -750px center;
	color:#00a9d9;
	text-decoration:underline;
}
.news-txtarea {
	float:left;
	width:630px;
}
.news-title {
	padding-bottom:5px;
}
.news-title a {
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:5px;
}
.news-title a:hover {
	text-decoration:underline;
}
.news-txt {
	color:#666;
}

.news-link {
	float: right;
	margin-bottom:10px;
}
.news-link a {
	background: url(../images/common/btn_txtlink01.gif) no-repeat left center;
	padding-left:20px;
	color:#666;
	text-decoration:none;
}
.news-link a:hover {
	background: url(../images/common/btn_txtlink01.gif) no-repeat -750px center;
	color:#00a9d9;
	text-decoration:underline;
}

