#co_left {
	float : left;
	width : 235px;
}

#co_left dl dt {
	margin-bottom : 15px;
	padding-bottom : 15px;
	background : url(../../common/dl.gif) left bottom repeat-x;
	font-size : 75%;
	line-height : 2em;
}

#co_left dl dt a {
	color : #0066cc;
	text-decoration : underline;
}

#co_left dl dt a:hover {
	color : #0066cc;
	text-decoration : none;
}

#co_left dl dd {
	margin-bottom : 20px;
	font-size : 75%;
	line-height : 2em;
}

#co_right {
	float : right;
	width : 565px;
}

.q_box1 {
	margin-bottom : 30px;
	padding : 17px 20px 15px 20px;
	border : solid 5px #d7d7d7;
}

#q_box2 {
	padding : 17px 20px 15px 20px;
	border : solid 5px #d7d7d7;
}

h4 {
	margin-bottom : 15px;
	padding : 2px 0 2px 25px;
	background-image : url(../../common/circle.gif);
	background-repeat : no-repeat;
	background-position : 0 9x;
	font-size : 80%;
}

ul.question {
	list-style : none;
	margin-left : 3px;
	padding-top : 4px;
	background : url(../../common/dl.gif) left top repeat-x;
}

ul.question li {
	margin-bottom : 3px;
	padding-bottom : 7px;
	background : url(../../common/dl.gif) left bottom repeat-x;
	font-size : 75%;
	line-height : 1.85em;
}

ul.question li a {
	display: inline-block;
	padding : 2px 0 2px 23px;
	color : #0066cc;
	text-decoration : underline;
	background-image : url(../../common/arrow.gif);
	background-repeat : no-repeat;
	background-position : 0 6px;
}

ul.question li a:hover {
	padding : 2px 0 2px 23px;
	color : #0066cc;
	text-decoration : none;
	background-image : url(../../common/arrow.gif);
	background-repeat : no-repeat;
	background-position : 0 6px;
}

ul.answer {
	display : none;
	list-style : none;
	margin-top : 10px;
}

ul.answer li {
	padding : 12px 15px 12px 15px;
	background-color : #e1e1e1;
	background-image : none;
	font-size : 100%;
	line-height : 1.85em;
}