@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#about_elan_list {
	width:859px;
	}

		div#about_elan_list .about_elan {
		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#about_elan_list .about_elan h3 {
		margin:0 0 12px 0;
		padding-bottom:6px;
		border-bottom:1px solid #666666;
		font-size:1.25em;
		line-height:1;
		font-weight:bold;
		color:#a8d20c;
		}
	
		div#about_elan_list .about_elan dl {
		font-size:0.875em;
		line-height:1.6em;
		}

		div#about_elan_list .about_elan dt {
		padding:0 0.5em 0.5em 0;
		clear:left;
		float:left;
		width:18em;
		text-align:right;
		}

		div#about_elan_list .about_elan dd {
		margin-left:19em;
		margin-bottom:10px;
		padding-bottom:0.4em;
		}