@charset "utf-8";
			#main {
				width:600px;
				padding-top:30px;
				padding-bottom:30px;
			}

			#main_left {
				width:600px;
				background-color:#F8FBF2;
				border:1px solid #DBE8C2;
			}
			#main_left img {
				float:left;
				padding-right:10px;
			}
			.mov {
				float:left;
				padding-right:10px;
			}
			#main_bottom {
				margin-top:10px;
				clear:both;
			}

			#main_right {
				width:600px;
				margin-top:10px;
				background-color:#F8FBF2;
				border:1px solid #DBE8C2;
				clear:both;
			}
			
			#main_right img {
				float:left;
				padding-right:10px;
			}
			
			#main_left img, #main_right img{
				margin:0 auto;
				text-align:center;
			}
			.text_01 a:hover,#toptext a:hover {
				text-decoration:none;
				color:#000000;
			}	
			.text_01 ,#toptext {
				padding:5px 10px 10px 10px;
				background-color:#F8FBF2;
				line-height:1.5;
			}
			#subdata {
				clear:both;
			}
		