@charset "utf-8";	
		body {
			background-color: #fffce5;
			width: 950px;
			margin: auto;
		}
		
		h1 {
			background-image: url(header8.gif);
			border: solid 1px;
			height: 131px;
			width: 950px;
			/* 余白 */
			margin: 0.5em 0px 0.5em 0px;
		}
		
		.leftcol{
		float: left;
		width:460px;
		clear: both;
		}
		
		.rightcol {
		float: right;
		width:460px;
		}
		
		.list {
		line-height: 1.4;
		margin-top: 1.5em;
		width: 458px;
		}
		
		.listr {
		line-height: 1.4;
		margin-top: 1.5em;
		width: 458px;
		float: right;
		}
		
		h2{
			color: #98d98e;
			float: left;
			font-family: sans-serif;
			font-style: italic;
			font-size: 120%;
		}
		h3 {
			color: #ec6800;
			font-family: sans-serif;
			font-style: italic;
			text-align: center;
			font-size: 40px;
			margin-top: 80px;
		   }
		h4 {
			border-style: solid;
			border-color: #98d98e;
			border-width: 0px 0px 1px 0.8em;
			padding-left: 0.5em
			}
		.name {
			width: 950px;
			}
		
	
		
		.wide {
			height: 1px;
			background-color: #ff8000;
			border: none;
			color: #ff8000;
			}