﻿@charset "utf-8";

/* Local Navigation------------------*/

div#localNavi {
	width:180px;
	background:url(../../common/img/bg_lm_bottom.gif) no-repeat 0 100%;
	padding-bottom:10px;
}

div#localNavi a {
	color:#000;
}

div#localNavi dl {
	width:180px;
	background:url(../../common/img/bg_lm_side.gif) repeat-y;
	position:relative;
}

div#localNavi dt {
	font-size:10px;
	width:15px;
	background:url(../img/ico_rank.gif) no-repeat 0 0.5em;
	padding:0.7em 0 0 0.5em;
	position:absolute;
	
}

div#localNavi dd {
	width:150px;
	padding:0.5em 0 0.5em 20px;
	border-bottom:none;
	border-bottom:1px solid #e5e5e5;
}

div#localNavi dd.last {
	border-bottom:none;
}

div#localNavi a {
	color:#000000;
}

div#localNavi a:hover {
	color:#cc0000;
}

/* Q&A------------------*/
#question h2 {
	margin-top:0;
}

div#question, div#answer {
	height:1%;
	margin-top:1em;
}
#question:after,
#answer:after
{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

#question div,
#answer div
{
	width:410px;
	float:right;
}

#question p,
#answer p,
#answer img
{
	margin:1em 0;
}

/* Products Link------------------*/
ul.products li {
	margin-top:10px;
	height:1%;
}
ul.products li:after
{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
ul.products li a {
	display:block;
	height:97px;
	width:250px;
	float:left;
	margin-right:10px;
}
ul.products p.tit {
	font-size:117%;
	*font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-left:50px;
	height:30px;
	overflow:hidden;
}
ul.products p.desc {
}
ul.products li img {
	margin:15px 0 25px 15px;
}
ul.products li.v4 {
	background:url(../img/bn_v4.gif) no-repeat;
}
ul.products li.sp {
	background:url(../img/bn_sp.gif) no-repeat;
}
ul.products li.ds {
	background:url(../img/bn_ds.gif) no-repeat;
}
ul.products li.mobile {
	background:url(../img/bn_mobile.gif) no-repeat;
}



