﻿@charset "UTF-8";

p#txt01 {
	margin: 10px 0 15px 15px;
	font-size: 92%;
	text-align: left;
	font-weight: bold;
}

p.txt02 {
	margin: 10px 25px 10px 25px;
	font-size: 85%;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
}

span.bold {
	font-weight: bold;
}

#image01 {
	width: 600px;
	height: auto;
	margin: 20px auto 20px auto;
}

#flash01 {
	width: 600px;
	height: 400px;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: left;
}

#flash01 .inner01 {
	width: 570px;
	height: 325px;
	margin: 0;
	padding: 0 15px 0 15px;
	background-color: #a7c33d;
}


