@charset "UTF-8";

/* wrapper */
#wrapper {
	width: 67em;
	height: 96em;
	margin: 0 auto;
	padding-top: 2em;
	background: #fff url(../images/bcg_wrapper.gif) repeat-y top;
	border-bottom: #ccc solid 1px;
	}

/* content */
#contenter {
	float: left;
	width: 38em;
	padding-left: 4.1em;
	}
#contenter h2, #aside h2 {
	padding-bottom: 0.3em;
	}

/* lead */
#lead {
	padding-bottom: 1.6em;
	}
#lead p {
	padding-bottom: 1em;
	}
	
/*  method, attention */
#method, #attention {
	padding-bottom: 2.6em;
	}
#method p.script {
	/*display: inline-block;*/
	display: block;
	width: 37em;
	margin-top: 1em;
	padding: 0.7em;
	border: #ccc solid 1px;
	background-color: #f3f3f3;
	/*font-family: Verdana;*/
	line-height: 190%;
	}

#attention ul {
	padding-left: 1.2em;
	}
#attention ul li {
	padding-bottom: 1em;
	}


/* aside  */
#aside {
	float: right;
	width: 16em;
	padding-right: 4.1em;
	}
#aside p.swf {
	text-align: center;
	margin-top: 1.6em; 
	}
#aside p.player {
	text-align: center;
	margin-top: 2.1em; 
	}