@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* commonly style */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.column {
	clear: both;
	overflow: hidden;
	width: 540px!important;
	width/**/: 580px;
	padding: 0px 20px 20px 20px;
	border-bottom: 1px dashed #68cdf4;
	margin: 0px 0px 20px 0px;
}
div.thumnail {
	float: left;
	padding: 0px 20px 0px 0px;
}
div.column span.linkurl {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8em;
	padding: 0px 0px 0px 10px;
	background: url(../../images/commons/icon/ic_arrow.gif) no-repeat left center;
}
div.column span.linkurl a {
	font-size: 10px;
}
div.column span.linkurl a:link,div.column span.linkurl a:active,div.column span.linkurl a:visited {
	font-size: 10px;
}
div.column span.linkurl a:hover {
	font-size: 10px;
	color: #FF0000;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* dl style */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

dl.commonly {
	clear: both;
	width: 540px!important;
	width/**/: 580px;
	padding: 0px 20px 0px 20px;
}
dl.commonly dt {
	float: left;
	width: 540px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	padding: 0px 0px 0px 0px;
}
dl.commonly dd {
	float: left;
	width: 528px!important;
	width/**/: 540px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	padding: 0px 0px 16px 12px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ul style */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul.commonly {
	clear: both;
	width: 560px!important;
	width/**/: 580px;
	padding: 0px 20px 0px 20px;
}
ul.commonly li {
	float: left;
	width: 534px!important;
	width/**/: 540px;
	padding: 0px 0px 0px 16px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	background: url(../../images/commons/icon/ic_Clist.gif) no-repeat left center;
}
ul.commonly li.none {
	float: left;
	width: 534px!important;
	width/**/: 540px;
	padding: 0px 0px 0px 16px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	background: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul.imagelist {
	clear: both;
	width: 570px!important;
	width/**/: 580px;
	padding: 0px 0px 20px 10px;
} 
ul.imagelist li {
	float: left;
	width: 160px!important;
	width/**/: 190px;
	padding: 0px 15px 0px 15px;
}
ul.imagelist li span {
	display: block;
	width: 160px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: 1.8em;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* table style */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

table.commonly {
	width: 470px;
	font-size: 12px;
	line-height: 1.8em;
	border: 1px solid #FFFFFF;
	border-collapse: separate;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
table.commonly th {
	background-color: #e6b38c;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
table.commonly td {
	background-color: #dff1ba;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
table.commonly th img {
	text-align: center;
	width: 18px;
	height: 18px;
	margin: 0px auto 0px auto;
}
table.commonly td img {
	text-align: center;
	width: 18px;
	height: 18px;
	margin: 0px auto 0px auto;
	display: inline;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
dl.mansei {
	width: 470px!important;
	width/**/: 510px;
	padding: 15px 15px 5px 10px;
}

dl.mansei dt {
	font-size: 12px;
	font-weight: bold;
	color: #e38c3e;
	padding: 0px 0px 2px 0px;
	background: url(../../images/qanda/ico_q.gif) no-repeat 0px 15px;
}

dl.mansei dd {
	font-size: 12px;
	line-height: 1.5em;
	background: url(../../images/qanda/ico_a.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 5px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
dl.mansei2 {
	width: 470px!important;
	width/**/: 510px;
	padding: 10px 15px 10px 10px;
}

dl.mansei2 dt {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	padding: 0px 0px 5px 0px;
	background: url(../../images/qanda/ico_q.gif) no-repeat 0px 15px;
}

dl.mansei2 dd {
	font-size: 12px;
	line-height: 1.5em;
	background: url(../../images/qanda/ico_a.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 5px;
	margin: 0px 10px 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
dl.manseiqa {
	width: 470px!important;
	width/**/: 510px;
	padding: 10px 15px 10px 10px;
}

dl.manseiqa dt {
	font-size: 12px;
	font-weight: bold;
	color: #50a48f;
	padding: 0px 0px 5px 0px;
	background: url(../../images/qanda/ico_q.gif) no-repeat 0px 15px;
}

dl.manseiqa dd {
	font-size: 12px;
	line-height: 1.5em;
	background: url(../../images/qanda/ico_a.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 5px;
	margin: 0px 10px 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
