@charset "UTF-8";
/* CSS Document */



		.box {
			font-size:12px;
			margin: 0;
			width: 350px;
			height:95px;
		}
		
		.box a {
			color:#000;
			text-decoration:none;
		}
		
		.box a:hover {
			color:#666666;
			text-decoration:underline;
		}
		
		.box img {
			float:left;
			margin: 0 20px 0 0;
			
		}
		
		hr {
			clear:both;
			visibility:hidden;
		}
		
		.link_mailto {
			color:#666666;
			text-decoration:none;
		}
		
		.link_mailto:hover {
			color:#000;
			text-decoration:underline;
		}