﻿@charset "UTF-8";

/*
name: TurtleFive.com 
designer: TurtleFive  
designer_url: http://www.turtlefive.com/ 


*/
/* css リセット */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* 画像下の変な隙間とフチの解除 */
img{
border: 0;
vertical-align:bottom;
}

#sidebar ul, #global ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar li, #global li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: #ccc; /* 線色 */
   height: 1px; /* 高さ */
   margin: 5px 0 10px 0;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-color: #333;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background:  url(img/body.jpg) no-repeat  top center; 
  line-height: 1.6;
  font-size: 13px;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 15px auto 0;
  width: 900px;
  border: 1px solid #fff;
  background: url(img/shadow.jpg) repeat-y  top center;  
}

#header {
  height: 95px;
  background: #fff url(img/tophead_bg.jpg) no-repeat;  
  width: 880px;
  margin: 0 10px;
}

p.header-banner{
margin: 20px 20px 10px 20px;
}

span.description {
position: absolute;
top: 1px;
color: #efefef;
font-size: 10px;
}

span.date {
color: #666;
font-size: 11px;
margin-right: 1em;
width: 15em;
}

span.cate {
background: #517A10;
color: #efefef;
font-size: 11px;
font-weight: bold;
margin-right: 1em;
padding: 2px;
}

* html p.header-banner{  /*HACK targets IE6 but not 7, instead of min-height*/
    margin: 10px 20px 10px 20px;
}


#global {
  width: 860px;
  position: relative;
  margin-left: 20px;
  height: 30px;
}

#container {
  margin: 0 auto;
  width: 860px;
  min-height: 100%;
  padding: 0px;
  background: #fff;
  margin-left: 20px;
}

#main {
  float: right;
  width: 615px;
  margin-top: 3px;
  margin-bottom: 50px;
}

#sidebar {
  float: left;
  width: 225px;
}

#footer {
  clear: both;
  width: 890px;
  height: 120px;
  margin-left: 5px;
  background: #fff url(img/footer.jpg) no-repeat;  
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
#header h1 {
  text-align: left;
  font-size: 0.85em;
  font-weight: normal;
  color: #efefef;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
padding: 10px 0 0 10px;
}

/* -- 概要 -- */
.description { }

/* ---------------------------------------- #globalの指定 */

#global ul {
  width: 860px;
  list-style-type: none;
  height: 42px; 
  background: #fff url(img/global.jpg) no-repeat top center; 
}

#global li {
  display:inline;
  list-style-type:none;
}

#global li a {
	height:42px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/

#global li.g_navi01 a {
	background:url(img/global.jpg) no-repeat 0px 0px;
	width:143px;
}
#global li.g_navi02 a {
	background:url(img/global.jpg) no-repeat -143px 0px;
	width:143px;
}
#global li.g_navi03 a {
	background:url(img/global.jpg) no-repeat -286px 0px;
	width:143px;
}
#global li.g_navi04 a {
	background:url(img/global.jpg) no-repeat -429px 0px;
	width:143px;
}
#global li.g_navi05 a {
	background:url(img/global.jpg) no-repeat -572px 0px;
	width:143px;
}
#global li.g_navi06 a {
	background:url(img/global.jpg) no-repeat -715px 0px;
	width:143px;
}

/*------on*/

#global li.g_navi01 a:hover {
	background:url(img/global_on.jpg) no-repeat 0px 0px;
	width:143px;
}
#global li.g_navi02 a:hover {
	background:url(img/global_on.jpg) no-repeat -143px 0px;
	width:143px;
}
#global li.g_navi03 a:hover {
	background:url(img/global_on.jpg) no-repeat -286px 0px;
	width:143px;
}
#global li.g_navi04 a:hover {
	background:url(img/global_on.jpg) no-repeat -429px 0px;
	width:143px;
}
#global li.g_navi05 a:hover {
	background:url(img/global_on.jpg) no-repeat -572px 0px;
	width:143px;
}
#global li.g_navi06 a:hover {
	background:url(img/global_on.jpg) no-repeat -715px 0px;
	width:143px;
}


/* ---------------------------------------- #contents内の指定 */

.contents-box {
  margin-bottom: 0em;
  background:#fff;
}

.contents-box-index {
  margin: 2em 0em 2em 0;
}

.contents-box-index2 {
  margin: 1em 0em;
  padding: 1em;
  background:#efefef;
}

blockquote {
  margin: 1em 0em;
  padding: 1em;
  background:#efefef;
  text-align: left;
}

.whatsnew {
  margin-top: 10px;
  background:#fff;
  margin-bottom: 1.5em;
}

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-weight: bold;
}

.pagetitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  background: url(img/h1_bg.jpg) no-repeat;
  line-height: 40px;
  color: #fff;
  padding-left:5px;
}

.pagetitle a{
   color: #517A10;
   text-decoration: none;
}

.pagetitle a:hover{
   color: lightgreen;
   text-decoration: none;
}

.category-label {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  background:url(img/pagetitle_bg.jpg) no-repeat;
  line-height: 50px;
  color: #517A10;
}

.category-pagetitle a{
   margin-top: 15px;
   margin-bottom: 30px;
   color: #333;
   font-size: 15px;
   text-decoration: underline;
}

.category-pagetitle a:hover{
   color: #999;
}


.contents-box h2 {
   margin-top: 15px;
   margin-bottom: 15px;
   color: #517A10;
   font-size: 15px;
}


.contents-box h3 {
   margin-top: 15px;
   margin-bottom: 15px;
   color: #517A10;
   font-size: 15px;
   background:url(img/h2.jpg) no-repeat;
   padding-left: 5px;
   padding-top: 5px;
   line-height: 30px;
}

.contents-box h4 {
   margin-top: 15px;
   margin-bottom: 15px;
   color: purple;
  font-size: 15px;
}

#topicPath {
   font-size: 11px;
   margin-top: 15px;
   margin-bottom: 10px;
   margin-left: 25px;
}


#alink {
    background:url(img/alink_bg.jpg) no-repeat;
}

/* -- 文字 -- */

.contents-box p {
  line-height: 1.6em;
  margin-bottom: 1em;
}

/* -- パン屑リスト -- */
#main .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#main dl { margin: 1em 0; }

#main dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#main dd { margin-bottom: 2em; }

.contents-box ul { 
margin: 0em 0 0em 15px; 
 list-style-type: disk;
}
#main ol { 
margin: 1em 0 0em 2em; 
}

.contents-box li {
 margin-bottom: 0.5em; 
 list-style-type: disk;
}

#sidebar ul { margin: 0; }
#sidebar li { margin:0; }

.whatsnew ul { 
 list-style-type: none;
}

.whatsnew li { 
 list-style-type: none;
}


/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- サイドメニューリスト -- */

ul.withspace{
  padding: 2px 0;
}
ul.withspace li{
  padding: 2px 0;
  margin-bottom: 5px;
}

ul.withspace img {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* -- サイドメニューテキスト -- */
#menu_text {
  list-style-type: none;
  margin-bottom: 2em;
}

#menu_text {
  list-style-type: none;
  margin-bottom: 2em;
}

#menu_text li { display: inline; }

#menu_text a {
  text-decoration: none;
  display: block;
  width: 215px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

#menu_text a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { 
text-align: right; 
margin-right: 5px;
}

.footerlogo {
 margin: 35px 0 0 0px;
 width: 200px;
 float: left;
}

.footerlink {
 margin: 55px 4px 0 0px;
 width: 680px;
 float: right;
 text-align: right;
}

#footer ul li{
 display: inline;
 background:url(img/footer_list.jpg) no-repeat top left;
 padding: 2px 0 2px 18px;
}

#footer ul li a{
 color: #efefef;
 font-size: 12px;
 display: inline;
 margin: 0 5px;
 text-decoration: none;
}

#footer ul li a:hover{
 text-decoration: underline;
}

/* ---------------------------------------- コピーライト他 */

span.left{
float: left;
font-size: 0.8em;
margin-left:5px;
color: green;
}

span.right{
float: right;
font-size: 0.8em;
margin-right:5px;
color: green;
}

span.right a:link{
color: green;
}

/* 非表示部分・著作権 */
#credit{ display: none; }


.contents-box imgs {
  border:1px solid #efefef;
  border-right:2px solid #ccc;
  border-bottom:2px solid #ccc;
  display:block;
  padding: 2px;
}


/* ---------------------------------------- 基本テーブル他 */

table {
  margin-top: 1em;
  margin-bottom: 1.8em;
  border-collapse: collapse;
  border: solid 1px #999;
}

table caption {
  margin-top: 1em;
  text-align: left;
}

table th,
table td {
  border: solid 1px #999;
  padding: 2px 3px;
  vertical-align: top;
}

table th {
  background: #efefef;
  text-align: left;
  white-space: nowrap;
  color: #666;
}


table td{
  text-align: left;
  white-space: nowrap;
}

table ul {
  margin: 0;
  padding: 0;
}

table ul li{
  margin: 0;
  padding: 0;
}


/* ---------------------------------------- 基本テーブル他 */

table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 570px;
  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 {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table010 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table010 td.time,
table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}


table.sample{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    width: 600px;
    overflow : hidden;
  font-size: 11px;
}
.sample th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 0.5em;
    text-align:center;
}
.sample td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 0.5em;
    width: 170px;
  font-size: 11px;
}


#fontsmall {  
  font-size: 11px;
}  
