@charset "utf-8";

/*outline用------------------------------------------------------------- */

#content-box h2{

	background-repeat: no-repeat;
	background-position: 0px 0px;

	width: 500px;
	height: 53px;

	overflow: hidden;

	text-indent: -10000px;
}

#content-box h2#qa01{
	background-image: url('../qa/img/qa_title01.gif');
}


#link-list{
	font-size:100%;
	padding-bottom:20px;
}

#link-list p#list-title{
	font-weight:bold;
	width:10em;
}

#link-list ul{
	padding-top:1px;
	padding-left:
}

#link-list li{
	display: inline;
	padding-right:5px;
	padding-left:8px;
	background-image: url('../img/arw_r_or.gif');
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
}

h3{
	font-size:120%;
	border:1px solid #03C;
	color:#03C;
	padding:2px 0px 0px 4px;
	margin-bottom:10px;
}

div.question{
	height:30px;
	padding-left:35px;
	padding-bottom:15px;
	font-weight:bold;
	font-size:110%;
	background-image: url('../qa/img/q_img.gif');
	background-repeat:no-repeat;
}

div.question a:link{
	color:#000;
}
div.question a:visited{
	color:#000;
}
div.question a:hover{
	color:#F00;
}




div.answer{
	padding-left:35px;
	background-image: url('../qa/img/a_img.gif');
	background-repeat:no-repeat;

	line-height:150%;

	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}

