@charset "utf-8";

#main	{
	position:relative;
	clear:both;
}

#mail p	{
	margin:3px 1em;
}

#main h3 {
	font-size: 120%;	
	color: #122F8D;	
	clear: both;
	width: 80%;
	line-height: 42px;
	height: 35px;
	background: url(../images/arrow1.gif) no-repeat;
	background-position:0px 15px;
	border-bottom:#000099 dashed 1px;
	padding-left: 15px;
	overflow: hidden;
	margin:15px 0px 10px 10px;
}
	
#main .list_box {
	width:95%;
	margin: 0 0 1em 2em;
	padding-top: 5px;
	/*border:1px solid #DDD;*/
}

#main .list_box ol.qa {
	list-style-position: outside;
	list-style-type:none;
	margin:0;
	
}

#main .list_box ol.qa li.q{	
	margin-bottom: 0.5em;
	background-image:url(../images/q.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	color:#009;
	font-weight:bold;
}

#main .list_box ol.qa li.a{
	margin-bottom: 2em;
	background-image:url(../images/a.gif);
	background-repeat:no-repeat;
	padding-left:40px;
}

#main h4 {
	font-size: 120%;	
	color: #122F8D;	
	clear: both;
	line-height: 42px;
	height: 35px;
	overflow: hidden;
	margin:5px 0px 0px 10px;
}

#main .setup {
	margin:0 10px 10px 20px;
	clear:all;
	overflow: hidden;
	
}

#main .setup .title {
	font-weight:bold;
}

#main .setup img {
	margin-left:150px;
	float:left;	
	border: 1px solid #cccccc;
	clear:all;
}

#main .why {
	border: 2px solid #cccccc;
	margin:10px 80px 10px 80px;
	padding:15px;
	font-size:120%;
	background-color:#0b6c3b;
	color:#FFF;
}
