@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体設定
 * ---------------------------------------------------------------- */

body {
	color: #333333;
	background-image: url(../../image/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFDEE;
}

#container {
	width: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-image: url(../../image/back_main.png);
}

/* ---------------------------------------------------------------- *
	ヘッダ設定
 * ---------------------------------------------------------------- */

#header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../image/main-waku_r1_c3.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding: 5px 0 0 5px;
}

/* ---------------------------------------------------------------- *
	ナビゲーション設定
 * ---------------------------------------------------------------- */

#navi {
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 50px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#navi ul li a {
	margin: 0;
	display: block;
	font-size: 14px;
	color: #333333;
	background-color: #eeeeee;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #66CCFF;
	padding-top: 0.3em;
	padding-right: 1.2em;
	padding-bottom: 0.3em;
	padding-left: 1.2em;
	font-weight: bold;
}

#navi a:hover {
	text-decoration: none;
	color: #660033;
	background-color: #FFCCFF;
}
.naviselected {
	background: url(../../images/bg.png) repeat-x;
	font-weight: bold;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 1.2em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-left: 1.2em;
	height: 2.5em;
}

/* ---------------------------------------------------------------- *
	コンテンツコンテナ設定
 * ---------------------------------------------------------------- */

#main {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	width: 720px;
}
#maintop {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 160px;
	padding-top: 0px;
	width: 560px;
}
/* ---------------------------------------------------------------- *
	サイドメニュー設定
 * ---------------------------------------------------------------- */

#sidenavi {
	left: 10px;
	z-index: 1;
	float: left;
	width: 160px;
	margin-top: 435px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}

#sidenavi ul {
    margin: 0;
    padding: 2px;
}

#sidenavi ul li {
	margin: 0em;
	list-style-type: none;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-right: 0em;
	padding-left: 1.8em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sidenavi ul li a:link{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	font-size: small;
}
#sidenavi ul li a:visited{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	font-size: small;
}
#sidenavi ul li a:hover{
	background-color: #FFCCFF;
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	font-size: small;
}
html:lang(ja) #sidenavi {
  margin-top: 0;
}

/* ---------------------------------------------------------------- *
	サイドコンテンツ領域設定
 * ---------------------------------------------------------------- */

#sidebox {
	background: transparent;
	width: 200px;
	padding-right: 10px;
}
/* ---------------------------------------------------------------- *
	メインナビゲーション部分の設定です
 * ---------------------------------------------------------------- */

#navibox {
	/* --- パディングを設定してください --- */
  padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	/* --- ボックスの幅を設定してください --- */
  width: 200px;
	/* --- 必要ならば，ボックスの高さを設定してください --- */
  height: auto;
	bottom: auto;
	right: auto;
}
/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

/* Note：背景写真型のコンテンツは，絶対配置されます。ボックスの
         サイズおよび位置は，注意深く設定してください */
#contentsbox {
	/* --- パディングを設定してください --- */
  padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	/* --- ボックスの幅を設定してください --- */
  width: 270px;
	/* --- 必要ならば，ボックスの高さを設定してください --- */
  height: auto;
	/* --- ボックスの位置（縦位置）を設定してください --- */
  /* Note：基準にしたい辺に値を与え，もう一方は auto を設定してください */
  top: 570px;
	bottom: auto;
	/* --- ボックスの位置（横位置）を設定してください --- */
  /* Note：基準にしたい辺に値を与え，もう一方は auto を設定してください */
  left: 520px;
	right: auto;
	/* --- 枠を設定してください --- */
  border-top: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	background-image: url(../../images/backinfo.png);
}

#contentsbox ul {
	/* --- リストの左マージンを設定してください --- */
  margin-left: 2em;
	/* --- パディングを設定してください --- */
  padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
	/* --- コンテンツの前景色（文字色）を設定してください --- */
  /* Note：背景写真とのコントラストを意識した文字色を設定する
           ことをおすすめします --- */
  color: #660033;
	/* --- 必要ならば，フォントサイズを調整してください --- */
  font-size: 90%;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分設定
 * ---------------------------------------------------------------- */

.contents {
	margin-top: 0;
	margin-bottom: 15px;
	border: 1px solid #EEEEEE;
	padding: 0.7em;
	font-size: small;
	line-height: 1.8em;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像
 * ---------------------------------------------------------------- */
.contents img.fig {
  /* --- 画像をどちらに回り込ませるか設定してください --- */
  /* Note：left（左）または right（右）を指定します；この指定によって
           以降のマージンの指定方法が異なります */
  float: left;
  /* --- 画像のマージンを設定してください --- */
  /* Note：前記の回り込みについて「left」のとき→左マージン 0，
           「right」のとき→右マージン 0 としてください */
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	サイドボックス内コンテンツ設定
 * ---------------------------------------------------------------- */

#sidebox .contents {
 background: #f9f9f9;
 margin-top: 0;
	padding-right: 0.8em;
	font-size: small;
	line-height: 1.6em;
}

#sidebox .contents ul {
  margin: 0 0 0 1.4em;
  padding: 0;
}

#sidebox .contents ul li {
 margin-bottom: 0.5em;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定
 * ---------------------------------------------------------------- */

.imgbox {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------- *
	サイドボックス内の画像のみボックスの設定
 * ---------------------------------------------------------------- */

#sidebox .imgbox {
 background: transparent;
}

/* ---------------------------------------------------------------- *
	フッタ設定
 * ---------------------------------------------------------------- */

#footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: center;
}

#footer ul {
	margin-bottom: 4px;
	padding: 0;
}

#footer ul li {
	border-right: 1px solid #CCCCCC;
	background-image: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
#footer ul li a:link {
	color: #990066;
}
#footer ul li a:hover {
	color: #660000;
	text-decoration: underline;
}
/* ---------------------------------------------------------------- *
	original
 * ---------------------------------------------------------------- */

.titlehead1 {
	font-size: medium;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF6766;
	line-height: normal;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: auto;
	margin-left: 10px;
	padding-left: 1em;
}
.titlehead2 {
	font-size: small;
	font-weight: bold;
	padding-left: 1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F06DAA;
	line-height: normal;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.titlehead3 {
	font-size: medium;
	font-weight: bold;
	padding-left: 1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #996699;
	line-height: normal;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.titlehead3boldred {
	font-size: medium;
	font-weight: bold;
	padding-left: 1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #996699;
	line-height: normal;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FF0000;
}
.titlehead4 {
	font-size: small;
	font-weight: bold;
	padding-left: 1em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	line-height: normal;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.backtopagetop {
	font-size: small;
	text-align: right;
	margin-top: 1em;
	padding: 0px;
}
#contentsbox2 {
	/* --- ボックスの幅を設定してください --- */
  width: 170px;
	/* --- 必要ならば，ボックスの高さを設定してください --- */
  height: auto;
	bottom: auto;
	right: auto;
	/* --- 枠を設定してください --- */
  border-top: 1px dotted #F06DAA;
	border-right: 1px dotted #F06DAA;
	border-bottom: 1px dotted #F06DAA;
	border-left: 1px dotted #F06DAA;
	background-image: url(../../images/backinfo.png);
	padding: 10px;
	background-position: bottom;
	margin-left: 5px;
}
.imgbox1{
	/* --- パディングを設定してください --- */
  /* Note：背景色と組み合わせて，写真を縁どることができます */
  padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	/* --- ボックスの位置（縦位置）を設定してください --- */
  /* Note：基準にしたい辺に値を与え，もう一方は auto を設定してください */
  top: auto;
	bottom: auto;
	/* --- ボックスの位置（横位置）を設定してください --- */
  /* Note：基準にしたい辺に値を与え，もう一方は auto を設定してください */
  left: auto;
	right: auto;
	float: left;
}
.imgbox2 {
	/* --- パディングを設定してください --- */
  /* Note：背景色と組み合わせて，写真を縁どることができます */
  padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	/* --- ボックスの位置（縦位置）を設定してください --- */
  /* Note：基準にしたい辺に値を与え，もう一方は auto を設定してください */
  top: auto;
	bottom: auto;
	/* --- ボックスの位置（横位置）を設定してください --- */
  /* Note：基準にしたい辺に値を与え，もう一方は auto を設定してください */
  left: auto;
	right: auto;
	float: right;
}
.pgtable580 {
	width: 560px;
	
}
#headertext{
	margin-top: 10px;
	margin-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#bottom {
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../../image/bottom.jpg);
	background-repeat: repeat-x;
	height: 20px;
}

.infobox {
	padding: 0.7em;
	overflow:auto;
	border: 1px solid #f5f5f5;
	margin-bottom: 10px;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ccccd1;
	SCROLLBAR-SHADOW-COLOR: #ccccd1;
	SCROLLBAR-3DLIGHT-COLOR: #f2f2f3;
	SCROLLBAR-ARROW-COLOR: #CD0067;
	SCROLLBAR-TRACK-COLOR: #f6f6f5;
	SCROLLBAR-DARKSHADOW-COLOR: #f2f2f3;
	padding-left: 20px;
	padding-right: 20px;
}
.infobox p {
	background-image: url(../../image/listimg1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	font-size: 90%;
	line-height: 1.8em;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.accessbox {
	margin-bottom: 10px;
	SCROLLBAR-TRACK-COLOR: #f6f6f5;
	text-align: center;
	padding: 10px;
}
.greetingbox {
	padding: 0.7em;
	overflow:auto;
	border: 1px solid #f5f5f5;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ccccd1;
	SCROLLBAR-SHADOW-COLOR: #ccccd1;
	SCROLLBAR-3DLIGHT-COLOR: #f2f2f3;
	SCROLLBAR-ARROW-COLOR: #66aad3;
	SCROLLBAR-TRACK-COLOR: #f6f6f5;
	SCROLLBAR-DARKSHADOW-COLOR: #f2f2f3;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.accessbox p {
	background-image: url(../../image/listimg2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.greetingbox p {
	background-image: url(../../image/listimg3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	font-size: 90%;
	line-height: 1.8em;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.info2box {
	padding: 0.7em;
	border: 1px solid #f5f5f5;
	margin-bottom: 10px;
	SCROLLBAR-TRACK-COLOR: #f6f6f5;
	padding-left: 40px;
	padding-right: 40px;
}
.info2box p {
	background-image: url(../../image/listimg0.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	font-size: 90%;
	line-height: 1.8em;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
table.case1{
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.case1 th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#330000;
	background-color:#ededed;
	text-align:center;
	padding-top: 0.3em;
	padding-right: 0.1em;
	padding-bottom: 0.3em;
	padding-left: 0.1em;
}
.case1 td{
	padding:0.1em 0.1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.case1 td img{
	padding:0em;
	margin: 2px;
}
.submitbutton1{
	font-size: small;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;

}
