@charset "shift_jis";
/* CSS Document */

/* contents setting
------------------------- */

/* リスト表示 */

#contents_main p.sup {
	margin-bottom: 6px;
	margin-top: -6px;
	padding-left: 1em;
	text-indent: -1em;
}

#contents_main .sup{
	color: #999;
}

/* column */

#contents_main .column {
	margin-bottom: 45px;
}

#contents_main .s_column {
	margin-bottom: 23px;
}

#contents_main p#leadtxt01 {
	margin-bottom: 20px;
}



/* c01 */

#contents_main #c01 {
}

#contents_main #c01 h3 {
	margin: 40px 0 25px;
}

#contents_main #c01 h4 {
	margin-bottom: 10px;
}

#contents_main #c01 p {
	margin-bottom: 10px;
	font-size: 93%;
}

#contents_main #c01 li {
	font-size: 93%;
}

#contents_main #c01 {
	margin-bottom: 23px;
}

/*#contents_main #c01 #c01_01 {
	margin-top: 20px;
}

#contents_main #c01 #c01_02,
#contents_main #c01 #c01_03,
#contents_main #c01 #c01_04,
#contents_main #c01 #c01_05 {
	float: left;
	width: 340px;
}

#contents_main #c01 #c01_03,
#contents_main #c01 #c01_05 {
	margin-left: 26px;
}

#contents_main #c01 #c01_02 li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 6px;
}

#contents_main #c01 #c01_02 ul.sup {
	margin-top: 10px;
	font-size: 85%;
	
}
*/

/* ----- gstsoft */

#contents_main #gstsoft {
	border: 2px solid #cce5a8;
	padding: 20px 32px 20px 237px;
	margin-top: 50px;
	margin-bottom: 50px;
	
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}

#contents_main #gstsoft p.pic {
	margin-left: -205px;
}

#contents_main #gstsoft h4 {
	margin-top: -168px;
	margin-bottom: 15px;
}

#contents_main #gstsoft p {
	margin-bottom: 8px;
}

#contents_main #gstsoft ul {
	margin-bottom: 10px;
}

#contents_main #gstsoft li.sup {
	text-indent: -1em;
	padding-left: 1em;
}

/* c02 */

#contents_main #c02 {
	position: relative;
	border: 1px solid #cbb789;
	padding: 25px;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}

#contents_main #c02 p.capcha {
	position: absolute;
	top: 30px;
	right: 25px;
}

#contents_main #c02 h3 {
	margin-bottom: 20px;
}

#contents_main #c02 ul {
}

#contents_main #c02 li {
	font-size: 93%;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

#contents_main #c02 li span {
	color: #cbb789;
}


