﻿@charset "utf-8";
/*----------------------------------------------------------------------
　index.html　
------------------------------------------------------------------------*/

#index .question, #index .answer {
	padding: 10px 5px 10px 40px;
	margin-bottom: 0.5em;
	margin-left: 0;
	border: 3px #008000 double;
	font-weight: bold;
	text-indent: -2.05em;
	background: #ccc;
}
.ie6 #index .question, .ie6 #index .answer {
	margin-left: 0;
	text-indent: -1.6em;
}
#index .question, #index .answer {
	border-color: #008000;
	color: #000;
	background-color: #ccc;
}
#index .answer {
	border-color: #00ff40;
	color: #fff;
	background-color: #666;
}
#index .textr {
	margin-top: -0.9em;
	margin-bottom: 1em;
	font-size: 93%;
}
