@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体設定
 * ---------------------------------------------------------------- */

body {
	color: #333333;
	background-image: url(../../images/back.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#container {
	width: 800px;
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../../images/ptn1.png);
	_background-image: url(../../images/ptn1.jpg);
	background-repeat: repeat-y;
}

/* ---------------------------------------------------------------- *
	ヘッダ設定
 * ---------------------------------------------------------------- */

#header {
	padding: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ---------------------------------------------------------------- *
	ナビゲーション設定
 * ---------------------------------------------------------------- */

#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: 210px;
	padding-right: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

/* ---------------------------------------------------------------- *
	サイドメニュー設定
 * ---------------------------------------------------------------- */

#sidenavi {
	left: 0px;
	z-index: 1;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	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;
}

[id="sidenavi"]#sidenavi {
  margin-top: 0;
}
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;
}

#footer ul {
 margin-bottom: 4px;
 padding: 0;
 border-left: 1px solid #CCCCCC;
}

#footer ul li {
	margin: 0;
 border-right: 1px solid #CCCCCC;
 background-image: none;
	padding-top: 0;
	padding-right: 0.4em;
	padding-bottom: 0;
	padding-left: 0.4em;
}
#footer ul li a:link {
	color: #666666;
}
#footer ul li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/* ---------------------------------------------------------------- *
	original
 * ---------------------------------------------------------------- */
.whatsnewbox {
	padding: 0.7em;
	height:200px;
	overflow:auto;
	border: 1px solid #f5f5f5;
	margin-bottom: 20px;
	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;
}
.whatsnewbox p {
	background-image: url(../../images/listimage1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	font-size: small;
	line-height: 1.8em;
	padding-left: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.titlehead1 {
	font-size: large;
	font-weight: bold;
	padding-left: 1em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F06DAA;
	line-height: normal;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.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;
	margin: 5px;
}
.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;
	
}
