@charset "Shift_JIS";
@import "http://";

/********************************************************************************/
/********************************************************************************/
/* 中央コンテナ																	*/
/********************************************************************************/
/********************************************************************************/
/*----------------------------------------------------------*/
/* 中央全体													*/
/*----------------------------------------------------------*/
#center_container {
	float:left;
	width:780px;
	/*	高さはココで決める(最低indexstyleと同じ)	*/
	height:2800px;
	margin:5px 0px 0px 0px;
	vertical-align:top;
	text-align:center;
	line-height:1.4;
}
/********************************************************************************/
/********************************************************************************/
/* メイン全体																	*/
/********************************************************************************/
/********************************************************************************/
/*----------------------------------------------------------*/
/* Q&A 困った時は											*/
/*----------------------------------------------------------*/
#qa_fm {
	width:700px;
	height:1300px;
}
#qa_link_fm {
	padding:2px;
	width:600px;
	border:solid 2pt #abd1e7;
	line-height:1.5;
	text-align:left;
}
.qa_link_tit {
	color:#1d3994;
	font-weight:bold;
}
.qa_link_q {
	padding-left:20px;
}
.qa_q_tit, .qa_q, .qa_a {
	width:660px;
	text-align:left;
}
.qa_q_tit {
	height:50px;
	line-height:50px;
	font-weight:bold;
	color:#1d3994;
}
.qa_q {
	padding-left:10px;
	height:40px;
	line-height:40px;
	background:url(img/qa_q_tit.gif) no-repeat;
	font-weight:bold;
}
.qa_a {
	margin-bottom:10px;
	padding-left:50px;
}
