﻿@charset "utf-8";
/* contents_2 */
#contents_2 {
	float: left;
	width: 750px;
	height: auto;
}
/**/


/* subsidy */
#subsidy {
	width: 750px;
	height: auto;
}
#subsidy p {
	padding-top: 5px;
	padding-bottom: 10px;
}
/* example */
#example {
	width: 670px;
	height: 440px;
}
#example img  {
	vertical-align: top;
}
/* example_left */
#example_left {
	width: 265px;
	height: 440px;
	float: left;
}
#example_left h3 {
	padding: 0px;
}
/* example_right */
#example_right h4 {
	padding: 0px;
}
#example_right {
	width: 405px;
	height: 440px;
	float: right;
}
#example_right ul li {
	width: 405px;
	height: auto;
	float: right;
}

/* price */
#price {
	padding-top: 20px;
	padding-bottom: 10px;
}
#price h3 {
	text-align: left;
}
#price p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
}

/* time */
#time {
	padding-top: 20px;
	padding-bottom: 10px;
}
#time h3 {
	text-align: left;
}
#time p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
}

/* table */
table {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #CCCCCC;
}
table th {
	padding: 5px;
}
table th {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #DDDDFF;
}
table td {
	padding: 5px;
}
table td.td1 {
	background-color: #EEEEEE;
}
table td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
}
span.red {
	color: #DD0000;
	font-weight: bold;
}

/* contact */
#contact {
	padding-top: 20px;
	padding-bottom: 30px;
}

/* mini */
.mini {
	font-size: 12px;
}