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

 body {
	background: #ffffff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 0.03em;
	line-height: 1.4em;
 }

 body a:link {
	color: #00b0d8;
	text-decoration: none;
 }
 body a:visited {
	color: #00b0d8;
	text-decoration: none;
 }
 body a:hover {
	color: #00b0d8;
	text-decoration: underline;
 }

 #main_wrapper {
	width: 700px;
 }

 #main_image img {
	margin-bottom: 5px;
 }

 #caption {
	margin-left: 15px;
	margin-right: 15px;
 }

 #caption_title {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0.03em;
	line-height: 1.9em;
 }
