@charset "Shift_JIS";

body,td,th {
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ---------------テーブル背景画像--------------- */
.backx {
  background-repeat:repeat-x;
  background-position : 0% 0%;
}
.backy {
  background-repeat:repeat-y;
  background-position : 0% 0%;
}
.backno {
  background-repeat : no-repeat;
  background-position : 0% 0%;
}

/* ---------------基本リンク--------------- */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
/* ---------------その他リンク--------------- */
a.etc:link {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}
a.etc:visited {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}
a.etc:hover {
  color: #0066FF;
  text-decoration: none;
  font-size: 12px;
}
a.etc:active {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}


/* ---------------見出し--------------- */
h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px
}
h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px
}
h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px
}

/* ---------------トップページテキスト--------------- */
.f12top {
	font-size: 12px; 
	vertical-align:middle;
	line-height: 180%; 
	font-weight: normal
}


/* ---------------基本テキスト--------------- */
.f14 {font-size: 14px; font-weight: normal}
.f12  { font-size: 12px; font-weight: normal; line-height: 150% }
.f12a { font-size: 12px; line-height: 150%; text-indent: 12px }
.f12s {font-size: 12px; font-weight: normal}
.f10 {font-size: 10px; line-height: 15px; font-weight: normal}
.f10s {font-size: 10px; font-weight: normal}
.f9 {font-size: 9px; font-weight: normal}
.line-height150 { line-height: 150% }
.line-height170 { line-height: 170% }


/* ---------------中面テキスト---------------*/

.question1 {
  padding: 0.2em;
  color: #9E790C;
  background-color: #FFF1BC;
  width: 100%
}
.subtital1 { color: gray; font-size: large; font-weight: bold }
.temar {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #999900;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
}
.catch1      { color: #006699; font-size: 1.4em; font-weight: bold; line-height: 150%; padding-top: 18px; padding-right: 0; padding-left: 0 }
.catch1b      { color: #006699; font-size: 1em; font-weight: normal; line-height: 150%; padding-top: 0px; padding-right: 0; padding-left: 0 }
.karikyu {
	font-size: 12px;
	line-height: 130%; 
	margin: 0px;
	padding: 0px;
	color: #006699;
}
.sisetu_waku   { color: teal; font-size: 1.2em; background-color: #e5f3b9; padding: 20px; width: 100% }
.class_waku  { font-size: 10px; line-height: 120%; margin: 15pt; padding: 12pt; border: dotted 1pt }
.class_wakub  { font-size: 12px; line-height: 150%; margin-bottom: 12px; padding: 5px; border: dotted 1pt }
.photo_waku3  { background-color: white; margin: 5px; padding: 5px; border: solid 1px gray }
.f09   { font-size: 0.9em; line-height: 150%; padding-top: 1em; padding-bottom: 1em }
.class_waku2 { font-size: 0.8em; line-height: 150%; margin: 1em; padding: 1em }

.suji {font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"}


/* ---------------リストスタイル---------------*/
ul.bosyu{
  list-style-type : none;
  font-size : 14px;
  border-width : 0px;
  padding : 3px;
  margin : 0px 0px 0px 0px;
}
li.bosyu{
  margin : 0px 0px 0px 0.2em;
  padding : 0px 0px 0px 11px;
  background-image : url(img_n/ya_01.gif);
  background-repeat : no-repeat;
  background-position : left;

}

/* ---------------リストスタイルメニュー(未完成)---------------*/
ul.sono1{
  list-style-image : url(img/part_02.gif);
  list-style-type : disc;　/*画像が表示されない場合の設定*/
  list-style-position : outside;
  padding : 20px 20px 20px 30px;               /*左が40px*/
  border-top: 1px dotted #999;
  margin-left: 10;
  margin-right: 15;

}
li.style1{
  margin: 0;
  font-size:12px;
  line-height : 250%;　                /*リストの行間調整*/
  padding : 2px 0;　           /*リストとリストの間隔調整*/
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
}
li a {
  text-decoration: none;
}
/* ---------------ボーダー(未完成)---------------*/
.line1{
	color: #CCCCCC;
	border-style: 1px dotted #999;
	margin: 0;
}

  margin-left : 20px;
  margin-right : 20px;
  margin-top : 0px;
  margin-bottom : 15px;


.line-height200 {  line-height: 200%}
