/*インデックスページここから*/
.category_box{
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
.category_box .border1{
	border: 1px solid #666666;
	height: 121px;
}
.category_box .border2{
	border: 1px solid #666666;
	height: 179px;
}
.category_box .border3{
	border: 1px solid #666666;
	height: 29px;
}

.category_box .title{
	clear: both;
	font-size: 14px;
	height: 14px;
	font-weight: bold;
	background-image: url(../../../commonimg/sankaku_under.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.category_box a{
	display: block;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	background-color: #E9F0F8;
	background-image: url(../../../commonimg/sankaku_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.category_box .bgnone{
	background-image: none;
}
.category_box a:hover{
	text-decoration: underline;
}
.category_box li{
	width: 192px;
	float: left;
}
/*インデックスページここまで*/

/*アーカイブページここから*/
#q_list {
	position: relative;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#q_list td{
	margin-bottom: 12px;
}
#q_list li{
	padding-left: 0px;

}
#q_list .q{
	padding-left: 0px;
	width: 20px;
	vertical-align: top;
	margin-bottom: 12px;
	padding-bottom: 6px;
}
#q_list .txt{
	width: 548px;
	margin-bottom: 12px;
	vertical-align: top;
	padding-bottom: 6px;
}

#q_list #name {
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 17px;
	font-weight: bold;
	background-image: url(../../../commonimg/sankaku_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#category_name{
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
	background-image: url(../../../commonimg/sankaku_under.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.question {
	background-color: #A9A7EF;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}
.question .mark{
	position: absolute;
	z-index: 1;
	left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.question .txt{
	float: right;
	width: 558px;
	padding-left: 17px;
	background-color: #768AE9;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
}

.answer {
	margin-left: 3px;
	clear: both;
}
.answer .mark{
	float: left;
	width: 17px;
}
.answer .txt{
	float: right;
	width: 558px;
}

.page_top {
	text-align: right;
	margin-bottom: 20px;
	clear: both;
}

.faq_category{
}
.faq_category ul{
	float: left;
	display: inline;
}

.faq_category li{
	height: 20px;
	width: 189px;
	margin: 5px;
}
/*アーカイブページここまで*/
/* Hides from IE5-mac \*/
/* windowsIE5.x、IE6用fix*/
*html .answer {
	margin-top: -20px;
}
/* windowsIE7用fix*/

/* End hide from IE5-mac */

