@charset "Shift_JIS";


/************ #question styles **************/

#question {
	text-align: left;
}

#question,
#question a:link,
#question a:visited {
	text-decoration: none;
	color: #666;
}
#question a:hover,
#question a:active {
	text-decoration: underline;
	color: #383636;
}


#question #faqbox {}
#question #faq_right {}
#question #faq_left {}








#question .h2 {
	font-weight: bold;
	color: #996600;
}

#question h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4169E1;
	margin: 5px 0px 0px;
	padding: 5px;
}

#question p {
	font-size: 14px;
	text-align: left;
	margin-left: 50px;
	text-indent: 1em;
	line-height: 1.8em;
}


#question td {
	font-size: 12px;
	text-align: left;
	line-height: 1.8em;
}

#question table tr td li {
	list-style-type: none;
	list-style-image: url(../img/komono/icon_arrow_02.gif);
}



#question #qbox {
	width: 700px;
	margin: 0px;
	padding: 0px;
}



#question div#qbox-l {
	width: 345px;
	float: left;
}

#question div#qbox-r {
	width: 345px;
	margin: 0px 0px 0px 355px;
	padding: 0px;
}


#question ul {
	font-size: 14px;
	color: #383636;
	line-height: 160%;
}

#question ul a {
}

#question ul a:link {
}

#question ul a:visited {
}

#question ul a:hover {color: #FF6600;}

#question li {
	list-style-type: none;
	list-style-image: url(../img/komono/icon_arrow_02.gif);
}

#question .red {
	color: #F00;
}
#question .blue {
	color: #00F;
}

/**********#question div#q_botten***********/


#question div#q_botten {
	padding: 3px;
}
#question div#q_botten ul {
	text-decoration: none;
}

#question div#q_botten ul li {
	list-style-image: none;
	list-style-type: none;
}

#question div#q_botten ul li a {
	background-image: url(../image/order_butten.gif);
}

#question div#q_botten ul li.nav1 a {
	background-image: url(../image/order_butten.gif);
}

#question div#q_botten ul li a:link,
#question div#q_botten ul li a:visited {
	height: 62px;
	width: 165px;
	display: block;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-indent: -9920px;
}

#question div#q_botten ul li a:hover {
	background-position: 0px -62px;
}

