@charset "utf-8";
/*                                   */
/*         Webそうごうページ         */
/*         　北海道移住CSS　         */
/*         (C)SOGO PAGE 2005         */
/*                                   */
/*記事部分*/
#migration {
	margin:0 auto;
	}
/*タイトル部分*/
	#title {
		margin:0;
		color:#666;
		text-align:right;
		font-size:8pt;
		line-height:1.25em;
		font-weight:inherit;
	}
		#title h2 {
			margin:0;
			color:#FFF;
			font-size:12pt;
			line-height:1em;
			font-weight:inherit;
		}
		#title img {/*記事イメージ*/
			border:0;
		}
/*文書と写真部分*/
	.chapter {
		margin:0;
		padding:0;
	}
		
		.chapter h3 {
			margin:0 0 10px 0;
			padding:0 0 0 5px;
			background-color:#FFF;
			color:#000;
			font-size:x-large;
			line-height:1.5em;
			font-weight:bold;
			border-color:#000;
			border-style:solid;
			border-width:1px 0 1px 20px;
		}
		.chapter h4 {
			margin:10px 0;
			padding:0;
			background-color:#000;
			color:#FFF;
			font-size:10pt;
			line-height:1.5em;
			font-weight:bold;
			text-align:center;
		}

		.chapter p {/*記事文面*/
			margin:0;
			padding:0;
			color:#000;
			font-size:medium;
			text-indent:1em;
			line-height:1.75em;
			font-weight:normal;
			
		}
		.chapter p.intro {
			color:#300;
		}
		
		.chapter blockquote {/*記事文面*/
			margin:0;
			padding:3px;
			color:#000;
			font-size:9pt;
			line-height:1.75em;
			font-weight:normal;
			border:1px solid #000;
		}
		.chapter div.left720 {
			float:left;
			width:720px;
		}
		.chapter div.left500 {
			float:left;
			width:500px;
		}
		.chapter div.left220 {
			float:left;
			text-align:right;
			width:220px;
		}
		.chapter div.right545 {
			float:right;
			width:545px;
		}
		.chapter div.right500 {
			float:right;
			width:500px;
		}
		.chapter div.right220 {
			float:right;
			width:220px;
		}
		.chapter div.right350 {
			float:right;
			width:350px;
		}
		.chapter div.right175 {
			float:right;
			width:175px;
		}
		.chapter div.right370 {
			float:right;
			width:370px;
		}
		.caption {
			padding:0 0 5px 0;
			color:#666;
			font-size:small;
			line-height:1.75em;
			font-weight:normal;
		}
		
		
		.info {
			padding:0 0 5px 0;
			color:#000;
			font-size:9pt;
			line-height:1.75em;
			font-weight:normal;
		}
		.inforight {
			padding:0 0 5px 0;
			color:#000;
			font-size:10pt;
			line-height:1.75em;
			font-weight:normal;
			text-align:right;
		}
		span.dmv {
			color:#FF0000;
			font-weight:bold;
		}