@charset "Shift_JIS";

/* *********************************************************
 *
 *	Style Sheet only for sub-window
 *
 * *********************************************************
 */

html {
	background-color: #eeeedd;
}
body {
	width: 600px;
	background-color: #fff;
}
/* ******************  header  ************** */
#header {
	width: 580px;
	padding: 0 10px 3px 10px;
	background: url(http://www.jcn-fncatv.co.jp/common/img/hdr_sub_prt_01.gif) repeat-x left bottom;
}
.logo {
	text-align: left;
}

/* ******************  footer  ************** */
#footer {
	width: 580px;
	padding: 20px 10px 10px 10px;
	background: url(http://www.jcn-fncatv.co.jp/support/resource/img/ftr_bg_01.gif) repeat-x left top;
}

#footer_y {
	width: 580px;
	padding: 20px 10px 10px 10px;
	background: url(http://www.jcn-fncatv.co.jp/company/resource/img/ftr_bg_01.gif) repeat-x left top;
}

/* ******************  contents  ************** */
#contents {
	width: 580px;
	padding: 15px 10px 30px 10px;
}
.question_d,
.question_a {
	text-align: left;
	margin: 0 auto;
}
.txt,
.kanren,
.pdf_area {
	width: 420px;
	text-align: left;
}
.kanren li {
	padding: 8px 0;
	border-bottom: 1px dashed #ddd;
}
.pdf_area li {
	padding: 8px 0;
	border-bottom: 1px dashed #ddd;
}
.pdf_area li.pdf {
	padding-left: 40px;
	background: url(http://www.jcn-fncatv.co.jp/common/img/icn_pdf.gif) no-repeat left center;
}
