@charset "utf-8";
/* CSS Document */

body{
  font-size:12px;
  color: #333A66;
  color: #444;
}

a{
	text-decoration:none;
	color:#254EAD
}

table{font-size:14px;}

table {
  border-collapse: collapse;
}

table.border tr,
table.border td,
table.border th,
table.border {
  border: 1px solid #888;
}

table tr,
table td,
table th {
  line-height: 20px;
}

table.border td,
table.border th,
table td,
table th {
  padding: 2px 8px;
  text-align: left;
}

table.border th,
table th {
  text-align: center;
  font-weight: normal;
}

img{border:0;}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}

a:hover{text-decoration:underline;}


.small { font-size: 12px; }

body {
	background-color: #FFF;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
}
#whole-wrap {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	padding: 10px 0 0 0;
}

.header {
  position: relative;
  width: 100%;
  height: 40px;
}

.header img {
  width: 168px;
  height: 27px;
}

.header .link {
  position: absolute;
  right: 1px;
  top: 2px;
}

.path {
  background-color:#f5f5f5;
  text-align:left;
  padding:5px;
  font-size:12px;
  margin-bottom: 10px;
}


.contents {
  margin: 0 auto;
  padding: 2px 0px 15px 0px;
  width: 780px;
  text-align: left;
  overflow: hidden;
  background-color: white;
}

.contents:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.contentsLeft {
  float: left;
  width: 600px;
  padding: 0;
  margin: 0 0 0 0px;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}

.contentsRight {
  float: right;
  width: 170px;
  padding: 8px 0 6px 0;
}

.contentsLeft img.board {
  width: 156px;
  height: 156px;
  margin: 6px;
}

.fig {
  position: relative;
  width: 156px;
  height: 186px;
}
.fig.left {
  float: left;
  margin-right: 16px;
}
.fig.right {
  float: right;
  margin-left: 16px;
}

.fig img {
  width: 156px;
  height: 156px;
}
.fig .cap {
  position: absolute;
  top: 160px;
  width: 100%;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

.figs-horiz {
  width: 100%;
  margin: 4px 0;
}

.figs-horiz .fig {
  float: left;
  margin: 0 8px 0 0;
}

.figs-vert {
  width: 157px;
}
.figs-vert.right {
  float: right;
}

.figs-vert .fig {
  float: right;
}
.figs-vert:after,
.figs-horiz:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}




.relate h2 {
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 8px 0;
  padding: 6px;
  text-indent: 8px;

  background-color: #ccc;
  color: black;
}

.relate ul li {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  overflow: hidden;
  padding: 0 10px;
  border-bottom: 1px dotted #888;
}

.contentsLeft p {
  margin: 8px;
  font-size: 14px;
  line-height: 22px;
}

.contentsLeft p.mt {
  margin-top: 26px;
}

.block:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.contentsRight .block {
  width: 300px;
}

.video {
  width: 95%;
  margin: 10px auto 0px auto;
  border: 1px solid #aaa;
  background-color: white;
  padding: 12px 12px 12px 12px;
}
.video h2 {
  font-size: 18px;
  margin: 0;
  background: none;
  color: black;
}
.video ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.video ul li {
  position: relative;
  margin: 0;
  padding: 0px 4px 2px 232px;
  list-style-type: none;
  height: 150px;
  font-size: 14px;
  overflow: hidden;
}
.video ul li h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

ul li img {
  position: absolute;
  left: 8px;
  top: 12px;
  width: 210px;
  height: 128px;
  border: 1px solid #aaa;
}  


.lessonindex h3 {
  margin: 0 0 0 8px;
  font-size: 16px;
  text-indent: 22px;
  background: url(/icon/brown.gif) no-repeat;
  background-position: 4px 2px;
  height: 20px;
  line-height: 20px;
}

.lessonindex p {
  margin: 8px 4px 14px 28px;
  font-size: 14px;
  line-height: 22px;
}

.pageLink {
  width: 100%;
  margin: 20px 0;
  border-top: 2px solid #33cc66;
  border-bottom: 2px solid #33cc66;
}

.pageLink ul {
  width: 98%;
  margin: 0 auto;
}

.pageLink li {
  float: left;
  width: 33%;
  text-align: center;
}

.pageLink li.prev { text-align: left; }
.pageLink li.next { text-align: right; }

.pageLink:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}



.float:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}


.question {
  border: 1px solid #888;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  margin: 8px 0;
}

.question .title {
}

.question .title h1 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-indent: 0;
  padding: 16px 8px 0 8px;
  color: black;
}

.question .title img {
  float: left;
  margin: 0 8px 10px 8px;
}

.question h1 .date {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  color: #888;
}

.question .date{
  font-size: 12px;
  margin: -6px 12px 6px 0;
  text-align: right;
}

.question .date a{
  color: #88f;
}

.question .article {
  font-size: 14px;
  line-height:20px;
  padding: 0 14px 20px 14px;
  text-align: left;
}

.question .article p {
  margin: 8px 0;
}

.question p a {
  text-decoration: underline;
}



.question h2,
.question h3 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #c60;
  font-weight: bold;
  background: none;
}

.question h3 { color: black; }


.question blockquote {
  margin: 12px 12px;
  padding: 12px; 
  background-color: #eee;
  color: black;
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
}

.question p {
  font-size: 14px;
  line-height: 22px;
  margin: 12px 0px 14px 6px;
}

.question table {
  border-collapse: collapse;
  font-size: 14px;
}

.question table.border tr,
.question table.border td,
.question table.border th,
.question table.border {
  border: 1px solid #888;
}

.question table tr,
.question table td,
.question table th {
  line-height: 20px;
}

.question table.border td,
.question table.border th,
.question table td,
.question table th {
  padding: 2px 8px;
  text-align: left;
}

.question table.border th,
.question table th {
  text-align: center;
  font-weight: normal;
}
.question .link {
  margin: 6px 0 18px 0;
  font-weight: bold;
}

.question .link a {
  display: block;
  margin: 6px 0 0 12px;
  font-weight: normal;
}


#copy{
	text-align:center;
	background-color:#eee;
	padding:20px 0;
	font-size:12px;
 	margin-top: 10px;
}









/*   */

.list h2 {
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 8px 0;
  padding: 4px;
  text-indent: 6px;
  background: none;
  border-bottom: 1px solid #ccc;
  color: black;
}

.list ul {
  margin: 6px 10px;
  font-size: 14px;
}

.list ul li {
  height: 42px;
  border-bottom: 1px dotted #aaa;
  padding: 0 10px;
}

.list ul li .q {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.list ul li .d {
  font-size: 12px;
  color: #888;
}




.aindex h2 {
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 8px 0;
  padding: 4px;
  text-indent: 6px;
  background: none;
  border-bottom: 1px solid #ccc;
  color: black;
}

.nakaji {

}

.nakaji img {
  float: left;
}
.nakaji p {
  margin-left: 70px;
  padding: 12px; 
  background-color: #eee;
  color: black;
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
}


.index h3 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 8px 0;
  padding: 4px;
  text-indent: 6px;
  background: none;
  border-bottom: 1px solid #ccc;
  color: black;
}

.index h3 .all {
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 14px;
  font-weight: normal;
}


.index ul {
  margin: 6px 10px;
  font-size: 14px;
}

.index ul li {
  float: left;
  height: 32px;
  width: 94px;
  line-height: 32px;
  border-bottom: 1px dotted #aaa;
  padding: 0 10px;
  font-size: 14px;
  overflow: hidden;

width: 25%;
padding: 0 0;
}


.social {
  padding: 0;
  margin: 12px 0 0 0;
}

.header .social {
  margin-top: 4px;
}

.social:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.social ul {
  margin: 0; padding: 0;
}

.social ul li {
  float: left;
  margin: 0 0 0 6px;
  padding: 0;
  list-style-type: none;
}

.request {
  margin: 30px 0 0 20px;
}
