@charset "UTF-8";

/* -------------------------------------------------------------------
IMPORT
 */

@import "../../cmn/css/import.css";

/**  **/

#HEADER{
	background:#FFFFFF url(../img/h_bg_products.jpg) 0 10px no-repeat;
	}
#CATEGORY{
	background:transparent url(../img/sm_bg.gif) left bottom no-repeat;
	}

/**  **/
#CONTENTS div.index h2{
	padding:20px 0 10px;
	}
#CONTENTS div.index ul li{
	width:330px;
	float:left;
	padding-right:27px;
	}
#CONTENTS div.index ul li div.navi{
	text-align:right;
	}

/**  **/
#CONTENTS div.faq h2{
	width:518px;
	padding:20px 0 10px;
	}
#CONTENTS div.faq ul.question{
	width:518px;
	}
#CONTENTS div.faq ul.question li{
	margin:0 0 5px 1.5em;
	list-style-type: disc;
	color:#fd7d30;
	}
#CONTENTS div.faq ul.question a:link{
	color:#525252;
	text-decoration:none;
	}
#CONTENTS div.faq ul.question a:visited{
	color:#525252;
	text-decoration:none;
	}
#CONTENTS div.faq ul.question a:hover{
	color:#525252;
	text-decoration:underline;
	}
#CONTENTS div.faq ul.question a:active{
	color:#525252;
	text-decoration:underline;
	}

/* answer.html */

#CONTENTS div.answer h2{
	width:518px;
	padding:20px 0 0;
	}
#CONTENTS dl.faq{
	padding:0;
	margin:0;
	}
#CONTENTS dl.faq dt{
	width:518px;
	margin:0 0 2px;
	padding: 0 0 3px;
	background:#FFFFFF url(../../cmn/img/line_br_h01.gif) bottom left repeat-x;
	color:#7b7637;
	font-weight:bold;
	}
#CONTENTS dl.faq dt a{
	display: block;
	padding: 15px 0 0;
	}
#CONTENTS dl.faq dd{
	padding: 5px 0 5px;
	}
#CONTENTS dl.faq dd div.answerBlock{
	width:518px;
	}

/**  **/

