@charset "Shift_JIS";

body { 
	margin-left: 6%;
	margin-right: 6%;
	background: #ffffde;
	color: #000 }


#header {
	margin: 0; 
	background: #069; 
	color:#fff; 
	font-weight: bold; 
	font-size: 1.2em; 
	padding-top: 3px; 
	padding-left: 0.8em; 
	padding-bottom: 3px }

div.exp {
	float: left;
	width: 30%;
	padding: 1ex }

div.exp2 {
	clear: left; 
	float: left;
	width: 30%;
	padding: 1ex }

h2 {
	color: #fff;
	background: #900;
	padding: 2px;
	font-size: 1em;
	margin-bottom: 1ex;
	text-indent: 1em }

#clear {
	clear: left }

ul {
	margin-top: 0 }

code {
	font-size: 1em }

#circle {
	list-style-type: circle }

#square {
	list-style-type: square }

#decimal {
	list-style-type: decimal }

#none {
	list-style-type: none }

#image {
	list-style-image: url("../../images/marker.gif") }

#footer { 
	margin-top: 1em; 
	margin-bottom: 1em; 
	font-size: 90%; 
	font-weight:bold; 
	text-align:center }

#link { 
	margin-top: 1ex; 
	margin-bottom: 0; 
	font-size: 80%; 
	text-align: right }

span { 
	color: #fff }

#link a:link, #link a:visited {
	text-decoration: none; !impotant }

/*=== For Aural property Section ===*/

@media aural, braille, embossed {
span {
	speak: none; 
	volume: silent; 
	visibility: hidden }
}

