@charset "UTF-8";
/*Style for Q&A Page*/
/****************************
*  QA Style
****************************/

.qastyle   {
	 color: gray; 
	 font-size: 120%;
	 font-family: 'MS PGothic',sans-serif; 
	 font-weight: normal;
	 margin-left: 5px;
	 padding-right: 10px
 }
 
.qframe   {
	 font-size: 100%;
	 font-weight: bold;
	 background-color: #eee;
	 padding: 1px
 }
 
.aframe  {
	font-size: 95%;
	line-height: 150%;
	margin: 2px 0 20px 12px 
}

.arrowstyle  {
	font-size : 100% ;
	font-weight : bold ;
	font-family : 'MS PGothic',sans-serif ;
	padding: 5px;
	text-align: center;
	color: #999;
}

.arrowtext   {
	margin-left: 10px;
	padding: 5px;
	width: 530px;
	border: solid 1px #ccc 
}

.change  {
 	margin-left: 10px;
 	padding-left: 3px 
}
.titles  {
	font-size: 100%;
	font-weight: bold;
	background-color: #eee;
	display: block;
	margin: 5px 0 10px;
	padding: 5px;
	width: auto
 }
.indent li { 
	font-size: 100%; 
	line-height: 1.3em; 
	background-image: url("../common/img/mark.gif"); 
	background-repeat: no-repeat; 
	background-position: 1px 3px; 
	display: block; 
	margin-bottom: 5px; 
	margin-left: -30px; 
	padding-left: 10px 
}
.teianVoteWrap { margin-bottom: 60px; border-bottom: 1px solid gray }
.anchorlink {
	margin: 0px 10px 0 0;
	padding: 0px;
	text-align:right;
	font-size:85%;
}


/****************************
*  sitepolicy Style
****************************/
#sitepolicy_text ul{
	background-image:none;
	padding-left: 1.0em;
	list-style-type: decimal;
	margin-left:15px;
	font-size:90%;
}
#sitepolicy_text ul ul{
	background-image:none;
	padding-left: 0em;
	list-style-type: decimal;
	font-size:100%;
}

