/****************************************************
　■よくあるご質問Q&A　設定
****************************************************/

#qa {
	margin: 30px 30px 30px 10px;
}

.qa-box {
	margin: 0 0 60px 0;
	background-image: url(images/qa_text_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.qa-box h4 {
	margin: 0;
	padding: 3px 0 3px 35px;
	font-size: 16px;
	color: #993333;
	background-image: url(images/qa_icon_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px dotted #993333;
}
.qa-box h4 a {
	color: #993333;
}
.qa-box h4 a:hover {
	color: #FF6699;
}

.qa-box .a-text {
	margin: 10px 0 0 0;
	padding: 0 0 10px 35px;
	font-size: 100%;
	line-height: 1.8em;
	background-image: url(images/qa_icon_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.a-text a {
	color: #6699FF;
	text-decoration: underline;
}

.morelink {
	margin: 15px;
	text-align: right;
}
.morelink a {
	color: #6699FF;
	text-decoration: underline;
}

.pageswitch {
	font-size: 85%;
	margin: 15px;
	text-align: center;
}
/* ブロック下各リンク */
.item-info {
	margin: 10px 0;
	padding: 5px;
	border-top: 3px double #993333;
	text-align: right;
	font-size: 85%;
}


.page-navi {
	margin: 15px;
	text-align: center;
	font-size: 85%;
}



/*** サイドメニュー設定 ***/
#menu p.side-title {
	width: 175px;
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 12px 0 10px 15px;
	background-image: url(images/side_title_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom
}
#menu ol {
	margin: 0 10px 30px 25px;
}
#menu li {
	font-size: 12px;
	margin: 8px 0;
	padding: 5px 0 2px 0;
	border-bottom: 1px dotted #CC9933;
}

#menu li a:hover {
	text-decoration: none;
	background: #FFCC66;
}