﻿@charset "utf-8";
/* CSS Document */

/* Hides from IE5-Mac \*/
* html .foo {
	height: 1%;
}


/* */
/* --- 全体のリンクテキスト --- */
/* */

div.main {
	padding: 3px;
}
div.tes1 {
	border: 1px #FFFFFF solid;
	padding: 0px 1px 0px 5px;
	background-color: #DDFFDD;
	color: #000080;
	text-align: center;
	width: 150px;
	float: left;
	font-weight: bold;
	z-index: 0;
}

div.tes2 {
	border: 1px #FFFFFF solid;
	padding: 0px 1px 0px 5px;
	background-color: #F2E3E3;
	color: #000000;
	text-align: left;
	width: 205px;
	float: left;
}
div.tes3 {
	border: 1px #FFFFFF solid;
	padding: 0px 1px 0px 5px;
	background-color: #F2E3E3;
	color: #000000;
	text-align: left;
	width: 390px;
	float: left;
}
div.tes4 {
	border: 1px #FFFFFF solid;
	padding: 0px 1px 0px 5px;
	background-color: #AB5656;
	color: #FFFFFF;
	text-align: left;
	width: 112px;
	float: left;
}

/* */

a:link {
	color: #000099;
	text-decoration:underline;
	cursor:pointer;
	
	
}

a:visited {
	color: #000099;
	text-decoration:underline;
	cursor:pointer;

}
a:hover {
	color: #f00;
	cursor:pointer;

}
a:active {
	color: #0000FF;
	text-decoration:underline;
	cursor:pointer;
}

* {
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	font-size: 100%;
	text-align: center;
	vertical-align: baseline;
}


/* --- 全体の背景・テキスト --- */
body {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	line-height: 30px;
	width: 100%;
}
.h01{
	font-weight : bold;	/* フォントの太さ */
	color : black;	/* フォントの色 */
	background-color : #DFD;	/* 背景の色 */
	text-align : left;	/* テキストの左寄せ */
	letter-spacing : 1px;	/* 文字間隔 */
	padding-left : 0.5em;	/* 左の余白 */
	line-height : 2em;	/* 領域（行）の高さ＝フォントの１．５倍 */
	border-left-width : 1em;	/* 左側の境界線をマークとして使用 */
	border-left-style : solid;	/* 境界線（マーク）の種類 */
	border-left-color : #060;	/* 境界線（マーク）の色 */
	margin: 5px;
}

/* --- コンテナ --- */
#container {
	width: 780px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	background-color: #ffffff; /* メインカラムの背景色 */
	border-left: 1px #c0c0c0 solid; /* 左の境界線 */
	border-right: 1px #c0c0c0 solid; /* 右の境界線 */
}

/* --- ヘッダ --- */
#header {
	height: 70px;
	background: url('main.jpg') no-repeat 0 0;
}
#col{
	height: 30px;
	background-color: #FFF;
}


/* -------------------------------------------------------- */
ul.menu {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: center;
  font-size: 90%;
  height: 30px;
  background-color: #ffffff;
}
ul.menu * {
  margin: 0;
  padding: 0;
}
ul.menu a {
display: block;
color: #ffffff;
text-decoration: none;
}
ul.menu li {
  position: relative;
  float: left;
  margin-right: 0px;
}
ul.menu ul {
position: absolute;
left: 0;
display: none;
opacity: 0;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
text-align: left;
}
ul.menu ul li {
margin: 0;
position: relative;
width: 158px;
}
ul.menu ul li a {
	border: 1px #C1C1FF solid;
	padding: 0px 1px 0px 5px;
	display: block;
	line-height: 25px;
	background-color: #D7FFD7;
	text-align: left;
	color: #400000;
	white-space: nowrap;
}
ul.menu ul li a:hover {
	background-color: #400000;
	background: url('o.gif');
	color: #ffffff;
}
ul.menu ul ul {
  left: 158px;
  top: -1px;
}
ul.menu .menulink {
	border: 1px solid #ffffff;
	background: transparent url(h.gif) repeat scroll center;
	font-weight: normal;
	width: 95px;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
}
ul.menu .menuhover {
   background: transparent url(o.gif) repeat scroll 0% 50%;
  color: #ffffff;
}
ul.menu .menulink:hover {
   background: transparent url(o.gif) repeat scroll 0% 50%;

  color: #ffffff;
}
ul.menu .sub {
	background: #FFFFFF url(arrow.gif) no-repeat scroll 150px
8px;
	text-align: left;
	color: #000000;
}
ul.menu .topline {
color: #ffffff;
}

.h01{
	font-weight : lighter;
	color : black;
	background-color: #F3E9E9;
	text-align : left;
	letter-spacing : 1px;
	padding-left : 0.5em;
	line-height : 30px;
	border-left-width : 1em;
	border-left-style : solid;
	border-left-color: #400000;
	margin: 2px;
	display: block;
	font-size: 95%;
}
/* -------------------------------------------------------------
   中央ブロック内に関する指定 */

div.line{
	border-bottom:2em;
	border:solid 0px;
    display:inline;
}
h2{
	margin: 5px;
	padding: 2px 20px;
	background-color: #480048;
	color: #FFF;
	text-align: left;
}
h3{
	margin: 5px;
	padding: 2px 5px;
	background-color: #AB5656;
	color: #FFFFFF;
	text-align: left;
}
h4{
	margin:5px;
	padding:2px 20px;
	background-color:#C1C1FF;
	color:#000000;
	text-align:left;
}
h5{
	margin:5px;
	padding:2px 10px;
	background-color:#C4FFC4;
	text-align:right;
	color:#000000;
	font-weight:normal;
	line-height:15px;
}
h6{
	margin: 0px;
	padding: 2px 10px;
	background-color: #FFFFCC;
	text-align: left;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
}

.text{
	padding:0px;
	background-color:#FFF;
	text-align:left;
}
.text p{
	text-align:left;
	line-height:40px;
	margin-left:20px;
	margin-right:20px;
}
.text p.follow{
	margin-top:1em;
}
/* --- フッタ --- */

#sita {
	clear: left; /* フロートのクリア */
	width: 100%;
	background-color: #CCC; /* フッタの背景色 */
}
.sitanavi {
	list-style-type: none;
	margin-bottom: 0px;
	background-color: #480048;
	color: #FFF;
	width: 780px;
	text-align: center;
	font-weight: bold;
}

.sitanavi li {
	display: inline;
}

.sitanavi a {
	display: block;
	border: 1px outset #fff;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	color: #FFFFFF;
	background-color: #480048;
}

.sitauenavi {
	padding: 0 20px 0 20px;
	margin: 0px 10px 0px 10px;
	background-color: #f2f2f2;
	color: #000000;
	text-align: left;
	font-weight: lighter;
	font-size: 93%;
}
.sitauenavi li {
	display: inline;
}
.sitauenavi a {
	border: 1px outset #ffffff;
	display: block;
	text-align: left;
	background-color: navy;
	color: white;
}
/* -------------------------------------------------------- */
#container #footer p {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
/* -------------------------------------------------------- */
#footer {
margin: 0px;
height: 20px;
}
#footer ul {
  padding: 0px;
}
#footer li {
  padding: 0;
  float: left;
  margin-left: 1px;
}
#footer a {
	border-left: 1px #FFFFFF solid;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	display: inline;
	line-height: 20px;
	width: 85px;
	background-color: #480048;
	color: #ffffff;
	float: left;
	font-weight: normal;
}
#footer a:hover {
  background-color: #c1c1ff;
  color: #000033;
}
#container #sita .sitanavi .sitanavi {
	text-align: center;
	font-weight: bold;
}
.clear{
	clear: both;
} 
tokubetu {
	text-align: center;
}
.tokubetu {
	text-align: center;
}
.botan {
	text-align: center;
}
/* -テーブルの代わり---------------------------------------*/
div.main {
	border: 0px #FAF3F3;
	width: 770px;
	line-height: 25px;
}
div.main-menu {
	float: left;
	width: 200px;
}
div.main-content {
	float: left;
}
/* -テーブル---------------------------------------*/
table.table001 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 770px;
	border-collapse: separate;
	text-align: center;
	white-space: nowrap;
}

table.table001 caption {
	margin-top: 1em;
	text-align:left;
}

table.table001 td {
	padding: 2px 4px;
	font-size:90%;
	text-align:center;
}

table.table001 th {
	padding: 2px 4px;
	font-size:90%;
	text-align:center;
}

table.table001 th {
	background:#AB5656;
	text-align:center;
	white-space:nowrap;
	color:#FFF;
}


table.table001 td {
	background: #F3E9E9;
	text-align: left;
	white-space: normal;
}
.list{
	
	text-align:center;

}
#image-btn1 {
	background-color: #CCCCFF;
	border: 2px solid #6699CC;
	color: #000033;text-align:center;
}
	

#image-btn2 {
	background-color: #CCCCFF;
	border: 2px solid #6699CC;
	color: #000033;text-align:center;
}

#container #containerInner #footer p {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#container #containerInner #header p {
	font-size: 10%;
}

