@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;
}

/* PRODUCTSエリア
---------------------------------------------------------------------*/


a:hover img{filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;}



.product_info_top {
	background: url(../images/top/bg_product_info.jpg) left top;
	display: block;
	height: 5px;
	width: 750px;
	font-size:0%;
}
.product_info_bg {
	width: 750px;
	margin-bottom:14px;
	background: url(../images/top/bg_product_info.jpg) no-repeat left bottom;
}





.product_info_txtbox {
	padding: 7px 12px 12px 12px;
	float: left;
	width: 153px;
}


.product_info_txt {
	padding-bottom:5px;
	font-size:12px;
	height: 40px;	
}

.product_info_txt a {
	background: url(../images/common/btn_txtlink01.gif) no-repeat left center;
	padding-left:20px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
.product_info_txt a:hover {
	background: url(../images/common/btn_txtlink01.gif) no-repeat -750px center;
	color:#00a9d9;
	text-decoration:underline;
}






/* ニュースエリア
---------------------------------------------------------------------*/
.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;
}

