@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 854px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 221px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #0033CC;
	position: relative;
}
#profile #header {
	background-image: url(images/header02.jpg);
}
#jigyousaisei #header {
	background-image: url(images/header02.jpg);
}
#minjisaisei #header {
	background-image: url(images/header04.jpg);
}
#service #header {
	background-image: url(images/header03.jpg);
}
#costdown #header {
	background-image: url(images/header05.jpg);
}
#company  #header {
	background-image: url(images/header07.jpg);
}
#contact  #header {
	background-image: url(images/header06.jpg);
}
#pertner  #header {
	background-image: url(images/header08.jpg);
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header #message {
	position: absolute;
	left: 15px;
	top: 100px;
}
#header ul {
	background-color: #FFFFFF;
	width: 854px;
	position: absolute;
	left: 0px;
	top: 200px;
	
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 105px;
	height: 2.5em;
	/*	height: 4em;*/
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
	/*	background-image: url(images/home.jpg);*/
	text-align: center;
	display: block;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #0033CC;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
	color: #0000FF;
}

#header ul li a:active {
	color:#0000FF;
/*    background-image: url(images/button_on.jpg);*/
	
}


#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#jigyousaisei #header #nJigyousaisei a,
#minjisaisei #header #nMinjisaisei a,
#service #header #nService a,
#costdown #header #nCostdown a,
#profile #header #nProfile a,
#company #header #nCompany a,
#works #header #nWorks a,
#faq #header #nFaq a,
#contact #header #nContact a,
#pertner #header #nPertner a {
	color: #0000FF;
	background-color: #E8ECF5;
	/*
	background-image: url(images/button_on.jpg);
*/
}

/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	/*
	border-top: 3px solid #FF6600;
    */
	border-top: 3px solid #0033CC;
	
	border-bottom: 1px dotted #666666;
}
#main h3.red {
	font-weight: bold;
	color: #FF0000;
}
#main h3 {
	font-weight: bold;
	color: #0033CC;
}

#main h4 {
	font-weight: bold;

}

#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 30px;
	clear: left;
	float: left;
	width: 7em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}



/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	color: #0033CC;
	font-weight: bold;
}
#sidebar h3 {
	margin-bottom: 15px;
	font-size: 95%;
}

#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar  dl  dt  a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 200px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* faq
------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/*---------------------------------*/
table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 550px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
}

table.table010 th,
table.table010 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table010 th {
  text-align: center;
  background: #1B3AB4;
  white-space: nowrap;
/*  font-size: 92%;*/
  color: #FFF;
}

table.table010 td.course {
  text-align: left;
 
}

table.table010 td.time,
table.table010 td.fee {
/*  text-align: right;*/
  white-space: nowrap;
}
/*
table.table010 tr.course-c {
  background: #F2F5FF;
}

table.table010 tr.course-b {
  background: #EBEEFF;
}

table.table010 tr.course-a {
  background: #CBD5FF;
}

table.table010 tr.course-sp {
  background: #FFCCE6;
}
*/
table.table010 td {
  background: #F2F5FF;
}

table.table010 col.nd {
  background: #EBEEFF;
}

table.table010 col.rd {
  background: #E0E6FF;
}



/*---------------------------------*/




/* works
------------------------------*/
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}

