@charset "utf-8";

@import url("./base.css"); /* base stylesheet */
@import url("./common.css"); /* common stylesheet */
@import url("./main_title.css"); /* main title stylesheet */


/* contents */

	div#contents {
	padding:20px 8px 8px 8px;
	width:859px;
	background-color:#1e1e1e;
	color:#ffffff;
	}

	div#contents .inner_box {
	padding:8px 8px 0 8px;
	background-color:#333333;
	width:843px;
	}
	
/* main */

	div#support_list {
	width:859px;
	}

		div#support_list .support {
		margin-bottom:6px;
		padding:15px;
		border-left:8px solid #333333;
		border-right:8px solid #333333;
		border-bottom:8px solid #333333;
		background-color:#262626;
		display:block;
		}	
	
		div#support_list .support h3 {
		margin:0 0 12px 0;
		padding-bottom:6px;
		border-bottom:1px solid #666666;
		font-size:2em;
		line-height:1;
		font-family:arial black, sans-serif;
		color:#a8d20c;
		}
	
		div#support_list .support p {
		font-size:0.875em;
		line-height:1.6em;
		}

		div#support_list .support dl {
		margin-top:1em;
		font-size:0.875em;
		line-height:1.6em;
		}

		div#support_list .support dt {
		color:#a8d20c;
		font-weight:bold;
		}

		div#support_list .support dd {
		margin-bottom:1em;
		}
