
body {
	margin: 0;
	padding: 0;
	background: #b5d3ef url(images/bg.jpg) repeat-x;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	color: #222222;
}

#top {
    padding: 5px 0 5px 15px;
    font-size: 11px;
}

#base {
    width: 760px;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	border-right: 1px solid #d49140;
	border-left: 1px solid #d49140;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	color: #b56228;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 160%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #bffb68;
	color: #333333;
}

blockquote * {
	line-height: normal;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

em {
    font-style: normal;
}

/* Header */

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding: 5px 0 0 15px;
	margin: 0px 0 0 0;
	background: url(images/img02.gif) no-repeat;
	background-position: 15px 0px;
	height:50px;
}

#logo h2, #logo h3 {
	margin: 0px 0 0 0;
	padding: 0 0 0 60px;
	font-weight: normal;
	color: #E06529;
}

#logo h2 {
	font-weight: bold;
}

#logo h3 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

/* Header 2 */

#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: right;
	width: 200px;
	height: 200px;
	background: url(images/img03.gif);
}

#menu ul {
	margin: 0;
	padding: 15px 20px 5px 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 15px;
	background: url(images/img05.gif) repeat-x;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash {
	float: left;
	width: 560px;
	height: 200px;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 490px;
	padding-left: 20px;
}

#content_02 {
	width: 660px;
	padding: 0 50px 0;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#content_02 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content_02 ul li {
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 10px 20px 20px;
	background: url(images/img10.gif) no-repeat;
}

.content_02 {
	padding: 10px 20px 0;
	background: url(images/img10.gif) no-repeat;
}

.twocols {
}

#template {
    padding-left: 10px;
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding-right:10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 5px 20px;
	font-size: 85%;
}

#sidebar li li {
	margin: 0;
	padding: 1px 0 0px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h3 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

#sidebar h4 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

/* sidebar_index */
#sidebar_index {
	float: right;
	width: 220px;
	padding-right:10px;
}

#sidebar_index ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_index li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#sidebar_index li ul {
	padding: 5px 20px;
	margin: 0;
	font-size: 85%;
}

#sidebar_index li li {
	margin: 0;
	padding: 5px 0 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar_index h3 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 0;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
	text-align: center;
}

#sidebar_index h4 {
	margin: 0 0 5px 0;
}

#sidebar_index p {
	margin: 5px 0;
	line-height: 150%;
}

#sidebar_index a {
	text-decoration: none;
}

#sidebar_index a:hover {
	text-decoration: underline;
}

#sidebar_index .first {
	border: none;
}

.imgb {
    text-align: center;
}

.first span {
    color: #b56228;
    font-weight: bold;
}

/* Footer */

#footer-wrapper {
	height: 80px;
	padding: 20px 0 10px;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	padding: 10px 0 10px 80px;
	background: url(images/img11.gif) no-repeat left center;
	background-position:20px;
}

#links {
	float: right;
	padding: 10px 20px 0 0;
}

.content iframe {
	WIDTH: 460px;
	HEIGHT: 570px;
	margin-top: 20px;
}

.td30 {
	BORDER-BOTTOM: #666666 1px solid;
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	background: #fbd942;
	width: 50%;
}

.td31 {
	BORDER-BOTTOM: #666666 1px solid;
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	background: #fbd942;
	font-weight: bold;
	text-align: center;
	width: 50%;
}

.td32 {
	BORDER-TOP: #666666 1px solid;
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	BORDER-COLLAPSE: collapse;
	text-align: right;
	vertical-align: top;
	width: 5%;
}
.td33 {
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	BORDER-TOP: #666666 1px solid;
	width: 65%;
}

.td33_a {
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	BORDER-TOP: #666666 1px solid;
	width: 95%;
}

.td34 {
    height: 20px;
}

.td35 {
	BORDER-BOTTOM: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	background: #e9f0f8;
	text-align: center;
}

.td36 {
	BORDER: #ffffff 1px solid;
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #cc9999;
}

.td37 {
	BORDER-TOP: #666666 1px solid;
	BORDER-RIGHT: #666666 1px solid;
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	text-align: center;
	background: #ffffcc;
	width: 15%;
}

.td38 {
	BORDER-TOP: #666666 1px solid;
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	background: #e6e6e6;
	width: 15%;
}

.td39 {
	BORDER-TOP: #666666 1px solid;
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	text-align: center;
	background: #ffffcc;
	width: 15%;
}

.td40 {
	BORDER-TOP: #666666 1px solid;
	BORDER-RIGHT: #666666 1px solid;
	FONT-FAMILY: "MS UI Gothic", "Osaka";
	background: #e6e6e6;
}

#zei {
    color: #cd0606;
    text-align: right;
}

#price_a {
    width: 480px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}

#price_a td {
    padding: 8px 2px 3px 7px;
}

#price_b {
    width: 490px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}

#price_b td {
    padding: 8px 5px 3px 7px;
}

.jisseki {
    width: 480px;
    background: #f3f3f3;
    border-top: 10px #bffb68 solid;
}

.jissekilist {
    width: 470px;
    margin:10px 0 10px 10px;
}

.jissekilist td {
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
    width: 150px;
}

.jissekilist img {
    border: 1px #666666 solid;
}

#jisseki {
    margin:5px 13px 2px;
}

#jirei {
    font-size: 10px;
    text-align: right;
    margin-right:10px;
}

#about_us {
    margin: 20px 0 0 20px;
}

#w3 {
    text-align: center;
}

#service ol {
    list-style-position: outside;
    list-style-type: decimal;
    margin: 20px 0 30px 20px;
}

#arrow {
    text-align: center;
    margin: 10px;
}

.faq dt{
    padding: 5px 10px;
    margin-bottom: 5px; 
    background: #96ffb2;
}

.bold {
    font-weight: bold;
    color: #444444;
}

.faq dd{
    padding: 5px 0;
}


#td01 {
    background: #d9ebff;
    padding: 5px 10px 5px 15px;
}


#td02 {
    background: #fdf7cc;
    padding: 10px 15px 10px 15px;
}

#td03 {
    text-align: right;
    font-size: 11px;
    padding: 2px 10px 2px;
}

#space {
     clear: both;
}

#temp_no {
     color: red;
     font-weight: bold;
}
.op {
     color: red;
     font-size: 0.8em;
     padding-left: 7px;
}