@charset "shift_jis";


/* reset
------------------------------------


#AS-contents h1,
#AS-contents h2,
#AS-contents h3,
#AS-contents h4,
#AS-contents h5,
#AS-contents h6,
#AS-contents p,
#AS-contents ul,
#AS-contents li,
#AS-contents table{
	margin:0;
	padding:0;
	font-weight:normal;
}
 */

/* redefine
------------------------------------


#AS-contents h1{
@@max-width:950px;
	margin:0 auto;
	border-radius:6px;	
}

#AS-contents h2{
@@max-width:950px;
    margin:0 auto;
  border-radius:6px;
}

#AS-contents h3{
	max-width:950px;
	margin:0 auto;
	border-radius:6px;
	}

#AS-contents h4{
	margin-bottom:10px;
} */

#AS-contents p,
#AS-contents ul{
	margin-bottom:20px;
}

#AS-contents .notes > li{
	padding-left:2em;
	text-indent:-2em;
	font-size:80%;
}

#AS-contents table{
	width:98%;
    margin-bottom:20px;
}

#AS-contents table th,
#AS-contents table td{
	padding:5px 10px;
	font-size:80%;
	
}

#AS-contents thead th{
	background-color:#dddddd;
	padding:10px 10px 8px;
	font-size:100%;
}

#AS-contents tbody th{
}


}












