@charset "utf-8";
/* 鬼畜眼鏡Ｒ　ウェブマニュアル */
/*------------------*/
/*　外観　*/
*{ margin:0; padding:0;
}
#all{
	height: auto;
	width: auto;
	background-image: url(img/bg.gif);
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin:0 auto;
	/*margin-right:auto;
	margin-left:auto;*/
	padding:0;
	text-align:left;
	border: 1px solid #9999CC;
}
#footer {
	height: 20px;
	width: 800px;
	background-color:#9999CC;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding:2px;
}
#menu {
	position: absolute;
	top: 180px;
	font-size: 12px;
	width: 810;
	color: #FFFFFF;
	height: 20;
}
#main {
	width: 700px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
}
#main img {
	margin-left: 10px;
	border:none;
}

/*------------------*/

A	{
	text-decoration:none;
	color:#0099ff;
}
A:Hover	{color:#0099ff;position:relative;top:1px;}
body {
	text-align:center;
	scrollbar-base-color : #FFFFFF;
	scrollbar-3dlight-color : #9999CC;
	scrollbar-arrow-color : #9999CC;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #9999CC;
	scrollbar-darkshadow-color : #9999CC;
		background-image: url(img/bg.gif);
}
h1{
	visibility:hidden;
	display: none;
	right: -1000px;
	font-size: １px;
}
h2{
	font-weight:bold;
	font-size: 18px;
	color: #9999CC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	width: 650px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-top: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	height: 20px;
	line-height: 1em;
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	color: #FFFFFF;
	height: 15px;
	width: 600px;
	background-color: #AA89BD;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	padding-left: 5px;
}


/*------------------*/
/* CLASS */

.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AA89BD;
	border-right-color: #AA89BD;
	border-bottom-color: #AA89BD;
	border-left-color: #AA89BD;
	padding:10px; width:600px; 
}
.nmTxt	{font-size:12px; font-style: normal; color: #333333; line-height: 14px; }
#main .nmTxt	{
padding-left:10px;}
.hTxt {  font-size: 14px; line-height: normal; font-weight: bold; color: #FF6600; font-style: normal}
.smTxt {
	font-size: 10px;
	color: #FFFFFF;
}
.style9 {line-height: normal; color: #333333; font-style: normal; font-size: 12px;}
.style10 {
	color: #E5004F;
	font-weight: normal;
	font-size: 12px;
}
.left{
float:left;
}
.right{
float:right;
}
.style15 {
	font-size: 12px;
	font-weight:bold;
	line-height:18pt;
	color: #333333;
}

.style12 {
	color: #AA89BD;
	font-weight: bold;
}
.nolist	{
	list-style: none;
	margin:0px 0px 0px 30px;
}
.style17 {color: #FFCC00}
/*------------------*/
.question {
	font-size: 14px;
	color: #658B16;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8FC31F;
}
.answer {
	margin-left: 30px;
	font-size: 12px;
	color: #333333;
	width: 600px;
}
