@charset "shift_jis";
/* ------------------------------------------------------ */
/* htc setting of PNG image data, for IE6 */
.shadow_box,
#logo_box #logo_box_inner,
#subnavi_box,
#gnavi_box,
#contents_area,
#contents_area #right_area,
#right_area h3,
#content_box table tr th,
#content_box table tr td,
#credit_box /* do not delete this */ {
	behavior:url(../00_htc/iepngfix.htc);
}

/* ------------------------------------------------------ */
/* title header style */
#title_area  {
	background: #FFFFFF url(../00_images/plate/c6_title_bg.png) no-repeat left top;
	height: 100px;
	width: auto;
	border: 1px solid #330000;
	border-width: 0 0 1px;
}
#title_area h2 {
	display: none;
}

/* ------------------------------------------------------ */
/* jisan topic page contents_area style */
#contents_area #left_area {
	height: auto;
	width: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#contents_area #right_area {
	width: 680px;
	float: right;
	background: url(../00_images/bg/test_gd_04.png) no-repeat left top;
	margin: -12px 0px 0px;
	padding: 14px 0px 0px 10px;
}


/* ------------------------------------------------------ */
/* jisan topic page left area style */
#left_area h3 {
	display: none;
}

#left_area ul {
	height: auto;
	width: auto;
	list-style-type: none;
}
#left_area ul li {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	margin: 14px 0px 0px;
	padding: 3px 0px 0px 31px;
	background: url(../00_images/icon/list_icon.gif) no-repeat 10px center;
	line-height: 1.2;
}
#left_area ul li a {
	font-size: 14px;
	text-decoration: none;
	line-height: 1.2;
}
#left_area ul li.sub_list {
	background: url(../00_images/icon/sublist_icon.gif) no-repeat left center;
	margin: 8px 10px 0px 30px;
	padding: 2px 0px 0px 20px;
}


/* ------------------------------------------------------ */
/* jisan topic page common style */
#right_area h3 {
	color: #FFFFFF;
	background: url(../00_images/plate/topics_plate_01.png) no-repeat left top;
	height: 40px;
	font-size: 18px;
	margin: 0px 40px 0px 10px;
	padding: 18px 0px 0px 50px;
}

#right_area p {
	margin: 0px 40px 20px;
}

#right_area #content_box {
	margin: 0px 0px 0px 34px;
}


#content_box table {
	border-collapse: collapse;
	border-spacing:0;
	margin: 0px 0px 20px;
}
#content_box table tr th,
#content_box table tr td {
	height: auto;
	padding: 6px 6px 14px;
	margin: 0px;
	vertical-align:top;
	background: url(../00_images/bg/test_gd_03.png) no-repeat left top;
}
#content_box table tr th {
	width: 106px;
	color: #FF3366;
	text-align: left;
	font-weight: bold;
	padding-left: 12px;
	border-right: 1px solid #663300;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 16px;
}
#content_box table tr td {
	width: 464px;
	font-size: 12px;
	line-height: 1.3;
	padding: 12px 10px 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#content_box table tr td p {
	margin: 0px 0px 8px 0px;
	font-size: 12px;
}
#content_box table tr td p img {
	border: 5px solid #fff;
 outline: 1px solid #600;
	margin-left: 10px;
	margin-bottom: 10px;
	float: none;
	display: inline;
}
#content_box tr td strong,
#content_box tr td a {
	font-size: 1em;
}

#content_box td h4 {
	font-size: 1em;
	font-weight: normal;
	border: 10px solid #330000;
	border-width: 0 0 1px 10px;
	margin: 0px 150px 6px 0px;
	padding: 4px 0px 1px 4px;
}
#content_box td img {
	display: block;
	margin: 0px 0px 0.4em 0.9em;
	float: right;
	border: 0;
}
#content_box td img.nodisplay {
	display: none;
}
#content_box td img.newStyle {
 background: #fff;
	padding: 4px;
	border: 2px solid #633;
}

/* ここから新しいスタイル */
#content_box dl{
	padding: 20px 0 0;
	border-bottom: 1px solid #633;
	margin: 0 50px 30px 0;
}

#content_box dl dt{
	color: #FF3366;
	font-weight: bold;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 16px;
	background: url(../00_images/bg/test_gd_03.png) no-repeat left top;
	line-height: 2;
}

#content_box dl dd{
	font-size: 14px;
	padding: 0 10px 30px 50px;
}



