@charset "utf-8";

h2 {
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	margin: 5px 10px 5px 15px;
	padding: 0px 5px;
	border-left: 8px solid #D2AE03;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 5px 10px 5px 15px;
	padding: 5px 5px;
	border-top: 1px solid #999999;
	border-left: 7px solid #D2AE03;
	text-align: left;
	clear: both;
}
a:hover {
	text-decoration: underline;
	color: #FDDF55;
}

/* 本文
---------------------------------------------------- */
#content table {
	font-size: 12px;
	line-height: 150%;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	text-align: left;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-style: none;
	border-right-style: none;
	clear: left;
	border-collapse: collapse;
}
#content th,td{
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
#content th {
	font-weight: bold;
	background: #FEEFA7;
}
.sentense {
	font-size: 12px;
	line-height: 1.3em;
	padding: 5px 15px 10px 20px;
	text-align: left;
}
dl {
	width: 560px;
	margin-left: 25px;
}
dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0.5em 0;
	clear: both;
	border-top: 1px dotted #999999;
}
dd {
	margin-bottom: 1em;
}
img.left {
	float: left;
	padding-right: 5px;
}
img.right {
	float: right;
	padding-left: 5px;
}


/* サイドメニュー
---------------------------------------------------- */
ul#sidenavi li#news {
	background: url(/img/ja/web/news/news_side_news02.gif);
}
ul#sidenavi li#news a {
	background: url(/img/ja/web/news/news_side_news01.gif);
}
ul#sidenavi li#news a:hover {
	background: url(/img/ja/web/news/news_side_news03.gif);
}
ul#sidenavi li#news a.current {
	background: url(/img/ja/web/news/news_side_news02.gif);
}

ul#sidenavi li#newproduct {
	background: url(/img/ja/web/news/news_side_newproduct02.gif);
}
ul#sidenavi li#newproduct a {
	background: url(/img/ja/web/news/news_side_newproduct01.gif);
}
ul#sidenavi li#newproduct a:hover {
	background: url(/img/ja/web/news/news_side_newproduct03.gif);
}
ul#sidenavi li#newproduct a.current {
	background: url(/img/ja/web/news/news_side_newproduct02.gif);
}

ul#sidenavi li#event {
	background: url(/img/ja/web/news/news_side_event02.gif);
}
ul#sidenavi li#event a {
	background: url(/img/ja/web/news/news_side_event01.gif);
}
ul#sidenavi li#event a:hover {
	background: url(/img/ja/web/news/news_side_event03.gif);
}
ul#sidenavi li#event a.current {
	background: url(/img/ja/web/news/news_side_event02.gif);
}

/* サイドサブメニュー
---------------------------------------------------- */
ul#subsub {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	list-style-type: none;
	border-top-style: none;
	border-bottom: 1px solid #CCCCCC;
}
ul#subsub li {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(../product/image/side_sub.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height: 1.3em;
	text-indent: 0px;
	width: 160px;
}
ul#subsub li a {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
ul#subsub li.now {
	color: #D2AE03;
	background-image: url(/img/ja/web/news/news_side_subnow.gif);
}
ul#subsub li.now a {
	color: #D2AE03;
}

/* ニュースリスト
---------------------------------------------------- */
ul.topiclist  {
	font-size: 12px;
	margin: 10px 10px 10px 20px;
	padding: 0px;
	list-style-type: none;
}
ul.topiclist li {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px 5px;
	border-bottom: 1px dotted #CCCCCC;
	width: 560px;
	height: 20px;
}
ul.topiclist li span.topic {
	display:block;
	float:left;
	background-image: url(/img/ja/web/news/news_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
ul.topiclist li span.date {
	display:block;
	float:right;
	margin-right: 5px;
}

/* 新製品リスト
---------------------------------------------------- */
table#newproduct  {
	font-size: 12px;
	margin: 10px 10px 10px 15px;
	width: 580px;
	line-height: 1.2em;
	border: none;
}
#newproduct td {
	margin: 0px;
	padding: 5px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
}
#newproduct td.topic {
	background-image: url(/img/ja/web/news/news_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
#newproduct td li {
	list-style: disc outside;
	margin-left: 18px;
}
.date {
	text-align: right;
}
#newproduct strong {
	color: #3F468D;
}
#newproduct a:hover {
	color: #95C4CC;
}
#newproduct strong {
	color: #3F468D;
}
