@charset "UTF-8";

@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */

a:link {
	color: #6c3e31;
  text-decoration:underline;
}
a:visited {
	color: #6c3e31;
  text-decoration:underline;
}
a:hover {
	color: #ffaf4c;
  text-decoration:underline;
}
a:active {
	color: #6c3e31;
  text-decoration:underline;
}

table.formTable {
	width: 100%;
}
table.formTable td, table.formTable th {
	padding: 7px 10px;
	vertical-align: top;
}
table.formTable td {
	border-bottom: #ddd 1px dotted;
}
table.formTable th {
	border-bottom: #ddd 2px solid;
}
table.formTable td.bottom, table.formTable th.bottom {
	border: none;
}
img.must {
	vertical-align: middle;
	margin-right: 10px;
}
table.formTable th img.must {
	margin-left: 10px;
}
table.formTable td ul li {
	margin-left: 1.5em;
	text-indent: -1.5em;
}
table.formTable td ul li input {
	margin-right: 10px;
}
.ex {
	font-size: 93%;
}
table.date {
	width: 530px;
	margin: 5px 0 10px 20px;
}
table.date td, table.date th {
	padding:10px 10px;
	vertical-align: top;
	border: #ddd 1px solid;
}
table.date td {

}
table.date th {
	background: #eddd9b;
	width: 70px;
}
dl.policy dt {
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 2px;
}
dl.policy dd {
	padding: 0 0 1em 20px;
}
ul.sitemap li {
	background: url(images/rssPoint.gif) no-repeat 0 3px;
	padding-left: 22px;
}
.firstStep {
	background: url(images/first.gif) no-repeat right top;
}
.secondStep {
	background: url(images/second.gif) no-repeat right top;
}
#rssArea {
	background: #fff0da;
	margin: 0 4px 2em 16px;
	padding: 10px 0 10px 24px;
	width: 556px;
}
.blogBtn {
	text-align: right;
	margin: 10px;
}
#rssArea .rss-js-entry {
	background: url(images/rssPoint02.jpg) no-repeat 0 3px;
}

ul.bullet li {
	background: url(images/bullet.jpg) no-repeat 0 0;
	padding-left: 2em;
}
.step_lesson_text p{
	padding-left:2em;
}
.blogEntryBody p{
	clear:both;
}