@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体設定
 * ---------------------------------------------------------------- */

body {
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/ptn0.jpg);
}

#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-repeat: repeat-y;
}

/* ---------------------------------------------------------------- *
	ヘッダ設定
 * ---------------------------------------------------------------- */

#header {
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* ---------------------------------------------------------------- *
	ナビゲーション設定
 * ---------------------------------------------------------------- */

#navi {
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	height: 28px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	margin: 0;
	padding: 0;
	float: right;
}

#navi ul li a {
	margin: 0;
	display: block;
	font-size: 12px;
	color: #cccccc;
	background-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 0.2em;
	padding-right: 1.2em;
	padding-bottom: 0.2em;
	padding-left: 1.2em;
}

#navi a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	color: #FFFFFF;
	background-color: #00CCFF;
}
.naviselected {
	background: url(../../images/bg.png) repeat-x;
	font-weight: bold;
	font-size: 10px;
	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: 200px;
	padding-right: 220px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

/* ---------------------------------------------------------------- *
	サイドメニュー設定
 * ---------------------------------------------------------------- */

#sidenavi {
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 1;
	float: left;
	background-color: #FFFFFF;
	width: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#sidenavi ul {
    margin: 0;
    padding: 2px;
}

#sidenavi ul li {
	list-style-type: none;
	background-repeat: no-repeat;
	padding-right: 0em;
	padding-left: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-position: -5px center;
	background-image: url(../../images/ptn3.gif);
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 4px;
	margin-left: 0em;
}
#sidenavi ul li a:link{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	font-size: small;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-left: 1.2em;
	padding-right: 3em;
}
#sidenavi ul li a:visited{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	font-size: small;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-left: 1.2em;
	padding-right: 3em;
}
#sidenavi ul li a:hover{
	background-color: #00CCFF;
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	font-size: small;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-left: 1.2em;
	padding-right: 3em;
}

[id="sidenavi"]#sidenavi {
  margin-top: 0;
}
html:lang(ja) #sidenavi {
  margin-top: 0;
}

/* ---------------------------------------------------------------- *
	サイドコンテンツ領域設定
 * ---------------------------------------------------------------- */

#sidebox {
	background: transparent;
	width: 200px;
	margin-right: 10px;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分設定
 * ---------------------------------------------------------------- */

.contents {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0.7em;
	font-size: small;
	line-height: 1.6em;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像
 * ---------------------------------------------------------------- */
.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-top: 0;
	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:240px;
	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: small;
	font-weight: bold;
	padding-left: 1em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #00CCCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	line-height: 1em;
}
.titlehead2 {
	font-size: small;
	font-weight: bold;
	padding-left: 1em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	line-height: 1em;
}
.titlehead3 {
	font-size: small;
	font-weight: bold;
	padding-left: 1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #076ab6;
	line-height: normal;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #076ab6;
}
.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;
}
.titlehead5 {
	background-image: url(../../images/ptn2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: small;
	line-height: 1.0em;
	font-weight: bold;
	padding-top: 1.2em;
	padding-bottom: 1.4em;
	margin-bottom: 10px;
}
.titlehead6 {
	font-size: small;
	font-weight: bold;
	padding-top: 1.2em;
	padding-bottom: 1.4em;
	margin-bottom: 10px;
	color: #00AAD9;
}
.boxmarginleft {
	margin-left: 1.6em;
	line-height: 1.8em;
}
.backtopagetop {
	font-size: small;
	text-align: right;
	margin-top: 1em;
	padding: 0px;
}

