@charset "utf-8";
/*----------------------------------------------------------------------------------------------
Common Style
-----------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family:"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}
img {
	border: 0;
}
table {
	margin: 0 0 8px 0;
}
th,td {
	vertical-align: top;
	text-align: left;
}
a:link,
a:visited,
a:active {
	position:relative;
	text-decoration: none;
	color: #369;
	outline: 0;
}
a:hover {
	text-decoration: underline;
	color: #69c;
}
/*----------------------------------------------------------------------------------------------
Container Base Style
-----------------------------------------------------------------------------------------------*/
#htmlcontainer {
	margin: 0 auto;
	width: 840px;
	text-align: left;
}
.dotline {
	clear: both;
	float: none;
	width: 100%;
	height: 18px;
	background: url(../images/dotline.gif) repeat-x 0 center;
}
.dotline hr {
	display: none;
}
.ptop {
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 10px;
}
.ptop a {
	color: #333;
}
.ptop a:hover {
	text-decoration: none;
	color: #f00;
}
/*----------------------------------------------------------------------------------------------
Main Style
-----------------------------------------------------------------------------------------------*/
#main {
	padding: 20px 0 10px 0;
}
/*----------------------------------------------------------------------------------------------
Left Block Style
-----------------------------------------------------------------------------------------------*/
#lcol {
	float: left;
	width: 180px;
}
#menu {
	margin: 0 0 18px 0;
}
#menu li {
	width: 180px;
	background: url(../images/dotline.gif) repeat-x 0 bottom;
	list-style-type: none;
}
#menu li a {
	display: block;
	vertical-align: top;
	padding: 7px 0;
	background: url(../images/pict.gif) no-repeat 0 center;
	text-indent: 7px;
	color: #000;
	font-weight: bold;
}
#menu li a:hover {
	text-decoration: none;
	color: #f00;
}
#circuitrun {
	margin: 0 0 30px 0;
}
#circuitrun .wrap {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 0 0 10px 0;
}
#circuitrun .wrap p {
	margin: 0 0 0 5px;
	padding: 6px 0 0 0;
	width: 168px;
	font-size: 10px;
	line-height: 1.3em;
}
#circuitrun .wrap .dotline {
	margin: 0 0 0 5px;
	width: 168px;
	height: 10px;
	background: url(../images/dotline.gif) repeat-x 0 bottom;
}
/*----------------------------------------------------------------------------------------------
Right Block Style
-----------------------------------------------------------------------------------------------*/
#rcol {
	float: right;
	width: 640px;
}
#rcol .title {
	margin: 0 0 15px 0;
}
#rcol h2 {
	margin: 0 0 10px 0;
}
#rcol h3 {
	margin: 0 0 6px 0;
	font-size: 16px;
	color: #f00;
}
#rcol table {
	width: 100%;
}
#rcol th,
#rcol td {
	background: url(../images/dotline.gif) repeat-x 0 bottom;
	padding: 8px 0;
}
/*----------------------------------------------------------------------------------------------
Block Style
-----------------------------------------------------------------------------------------------*/
#intro {
	margin: 0 0 15px 0;
}
#info h2 {
	margin: 0;
}
#info th {
	width: 16%;
}
#info td {
	width: 84%;
}
#contact h2 {
	margin: 0;
}
#contact th {
	width: 36%;
}
#contact td {
	width: 64%;
}
#schedule table {
	margin-top: 10px;
	background: url(../images/dotline.gif) repeat-x 0 0;
}
#schedule th {
	width: 22%;
}
#schedule td {
	width: 78%;
}
#attention h3 {
	font-size: 14px;
}
#download {
}
#download .pdf {
	height: 76px;
}
#download .pdf .pdf1,
#download .pdf .pdf2 {
	float: left;
	width: 280px;
	height: 76px;
}
#download .pdf a {
	display: block;
	width: 270px;
	height: 76px;
	text-indent: -9999em;
}
#download .pdf .pdf1 a {
	background: url(../images/btn_pdf1.gif) no-repeat 0 0;
}
#download .pdf .pdf2 a {
	background: url(../images/btn_pdf2.gif) no-repeat 0 0;
}
#download .pdf a:hover {
	background-position: 0 -76px;
}
#download .adobereader {
	height: 60px;
}
#download .adobereader img {
	float: left;
	margin: 0 20px 0 0;
}
/*----------------------------------------------------------------------------------------------
Footer Style
-----------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	float: none;
	border-top: 2px solid #000;
	height: 80px;
}
#footer .logo {
	float: left;
	width: 200px;
	margin: 15px 0 0 0;
}
#footer .copyright {
	float: right;
	text-align: right;
	width: 400px;
	margin: 20px 0 0 0;
	font-size: 10px;
}