@charset "Shift_JIS";

/* ------------------------------------------------------------
 作成日：09/03/10
 更新日：09/03/11

  目次
 0:全体共通レイアウト
 1:ヘッダー
 2:ナビ
 3:maincontents
 4:フッター
 5:add

------------------------------------------------------------------------- */

/* 初期化 */
h1 h2 h3, h4, h5, p, ul, li, dl, dt, dd, form, img {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	border: none;
}

table {
	font-size: 100%;
}

hr {
	clear: both;
}

.clear-both {
	clear: both;
}

/*  1pxずれるのを防ぐ
------------------------------------------- */
/* IE7でpadding指定 */
*:first-child+html body {
	padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}

html{
	overflow-y:scroll;
}

/* 0:layout
------------------------------------------- */
body {
	font-size: 95%;
	margin: 0;
	padding: 0;
	text-align: center;
	background : url(../english/images/body_back.gif) repeat-y center top;
}

/* 全体を囲むボックス */
#stage {
	width:780px;
	margin: 0 auto;
}

/* 1:ヘッダー
------------------------------------------- */
#header {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 780px;
}

#header img {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

/* 2:グローバールナビゲーション
------------------------------------------- */
#global-navi {
	clear: both;
	width : 780px;
	height: 41px;
	text-align: left;
	margin: 0 auto 7px auto;
	padding : 0;
}

#global-navi img {
	margin: 0 1px 1px 1px;
	padding: 0;
	vertical-align: text-bottom;
}

#global-navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#global-navi li {
	float:left;
	margin: 0;
	padding: 0;
	height: 36px;
}

/* 3:maincontents
------------------------------------------- */
#maincontents {
	width : 760px;
	clear: both;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#maincontents p,
div#maincontents p *,
div#maincontents dd,
table ul.list li,
table ul.list li *{
	line-height:1.4em;
}

div.align-right {
	text-align: right;
}

div.align-center {
	text-align: center;
}

img.float-left {
	float: left;
}

/* 3-1:テキストリンク
------------------------------------------- */
a:link {
	color:#0033cc;
}
a:visited {
	color:#0033cc;
}
a:hover {
	color:#0099ff;
}

/* 3-2:強調表示
------------------------------------------- */
.text-small {
	font-size: 0.85em;
}

.text-large {
	font-size: 120%;
	font-weight: bold;
}

.notice {
	color: #ff0000;
}

/* 3-3:見出し設定
------------------------------------------- */
#maincontents h1 {
	clear: both;
	font-size: 130%;
	position: static;
	padding: 5px 5px 0 8px;
	margin:0;
	background-color: #EFEFEF;
	border-left:12px solid #0066cc;
}

#maincontents h2 {
	position: static;
	margin: 15px 0px 15px 0px;
	padding: 2px 0px 1px 8px;
	border-bottom:2px dotted #999999;
	border-left:8px solid #0066cc;
	color:#0066cc;
	font-weight:bold;
	font-size: 110%;
}

#maincontents h3 {
	font-size: 110%;
	margin:10px 0 10px 2px;
	padding: 2px 0px 1px 5px;
	font-weight:bold;
	padding: 2px 0px 1px 5px;
	color:#333333;
	line-height: 140%;
}

#maincontents p {
	margin: 0 10px 10px 10px;
}
#maincontents p.first {
	margin: 10px;
}

/* 3-4:表組み
------------------------------------------- */
table {
	font-size: 1em;
}

table td.valign-top{
	vertical-align:top;
}

table .nowrap {
	white-space: nowrap;
}

table.standard {
	margin: 1em 0 1em 0;
	border-collapse: collapse;
	border-spacing: 0px;
	border: solid 1px #d0d0d0;
}

table.standard th {
	background-color: #99ccff;
	border: solid 1px #d0d0d0;
	font-weight: normal;
	padding: 10px;
}

table.standard th.align-left {
	text-align: left;
}

table.standard th.bg-gray {
	background-color: #f6f6f6;
}

table.standard td {
	border: solid 1px #d0d0d0;
	padding: 10px;
}

table.standard td.align-right {
	text-align: right;
}
table.standard td.align-center {
	text-align: center;
}

table.standard td.bg-gray {
	background-color: #f6f6f6;
}

/* ＢＳ／ＣＬ用
------------------------------------------- */
table.bspl {
	margin: 1em 0 1em 0;
	border-collapse: collapse;
	border-spacing: 0px;
	border: solid 1px #000000;
	width: 90%;
}

table.bspl th {
	background-color: #99FFFF;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
/*	border-right: solid 1px #FFFFFF;   2010_05_19削除*/
/*	border-left: solid 1px #FFFFFF;   2010_05_19削除*/
	font-weight: normal;
	padding: 3px;
}
table.bspl th.top-line {
	background-color: #99FFFF;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	font-weight: normal;
	padding: 3px;
}

table.bspl th.align-left {
	text-align: left;
}
table.bspl th.align-right {
	text-align: right;
}

table.bspl th.bg-gray {
	background-color: #f6f6f6;
}

table.bspl th.bg-white {
	background-color: #FFFFFF;
	text-align: left;
}

table.bspl td {
	border: 0;
	padding: 3px 5px;
	empty-cells: hide;
}

table.bspl td.align-right {
	text-align: right;
}
table.bspl td.align-center {
	text-align: center;
}

/*2010.5.20追加 テキスト左寄せ*/
table.bspl td.align-left {
	text-align: left;
}

table.bspl td.bg-gray {
	background-color: #f6f6f6;
}
table.bspl td.bg-blue {
	background-color: #99FFFF;
}
table.bspl td.top-line {
	background-color: #99FFFF;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #99FFFF;
	border-right: solid 1px #FFFFFF;
	font-weight: normal;
	padding: 3px;
}

/* 3-5:リスト
------------------------------------------- */
#maincontents ul {
	clear: both;
	margin:0 10px 10px 30px;
}

#maincontents ul li {
	line-height: 140%;
	margin: 0 0 5px 0;
}

/* 3-5:番号付きリスト
------------------------------------------- */
ol {
	margin-left: :35px;
}

ol li {
	line-height: 140%;
	margin: 0 0 5px 0;
}

/* 3-6:注釈テキスト
------------------------------------------- */


/* 3-7:ページのトップへ
------------------------------------------- */
p.page-top {
	clear: both;
	margin: 15px 0 15px;
	font-size: 95%;
	line-height: 100%;
	text-align: right;
}
p.page-top img {
	margin: 1px 5px 0 0;
	vertical-align: middle;
}

/* 3-7-5:次へ・戻る ・ ページの先頭へ
------------------------------------------- */
#maincontents .next {
	background: url(../images/img_icon_04.gif) no-repeat center right;
	padding-right:18px;
	text-align: right;
}

#maincontents .back {
	background: url(../images/img_icon_04_left.gif) no-repeat center left;
	padding-left:18px;
	text-align: left;
}

/* ページの先頭へ */
p.page_top{
	clear:both;
	text-align:right;
	padding: 15px;
}

p.page_top a{
	background:url(../images/icon_top.gif) no-repeat 4px left;
	padding-left:15px;
}

p.detail{
	clear:both;
	text-align:right;
	padding: 10px 0;
}

p.detail a{
	background:url(../images/img_icon_04.gif) no-repeat top left;
	padding-left:18px;
}

/* 3-7-8: PDFダウンロードアイコン
------------------------------------------- */
.pdf {
	background : url(../images/img_mini_icon_pdf.gif) no-repeat left 2px;
	display: block;
	padding-left: 16px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}

.file {
	background: url(../images/img_mini_icon_file.gif) no-repeat left 2px;
	display: block;
	padding-left: 16px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}

.link_l {
	background: url(../images/img_icon_04.gif) no-repeat center left;
	padding-left:18px;
}

.new {
	background: url(../images/img_icon_new.gif) no-repeat left 5px;
	display: block;
	padding-left: 29px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}

.win {
	background: url(../images/img_icon_win.gif) no-repeat left 0px;
	display: block;
	padding-left: 21px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}

/* 1行の三角 */
div#maincontents .link_1 { 
	background: url(../images/img_icon_01.gif) no-repeat 0 8px;
	padding-left: 15px;
	margin-left: 15px;
	line-height: 140%;
	zoom:1;
}

/* 3-7-11:表の横幅
------------------------------------------- */
.w10 { width: 10%;}
.w20 { width: 20%;}
.w30 { width: 30%;}
.w40 { width: 40%;}
.w50 { width: 50%;}
.w60 { width: 60%;}
.w70 { width: 70%;}
.w80 { width: 80%;}
.w90 { width: 90%;}
.w100 { width: 100%;}

.w5  { width: 5%;}
.w15 { width: 15%;}
.w25 { width: 25%;}
.w35 { width: 35%;}
.w45 { width: 45%;}
.w55 { width: 55%;}
.w65 { width: 65%;}
.w75 { width: 75%;}
.w85 { width: 85%;}
.w95 { width: 95%;}

/* 3-9:段落の表示位置やフロート
------------------------------------------- */

#maincontents .textleft { text-align: left; }
#maincontents .textright { text-align: right; }
#maincontents .textcenter { text-align: center; }

#maincontents .alignleft { float: left; }
#maincontents .alignright { float: right; }

#maincontents .clearleft { clear: left; }
#maincontents .clearright { clear: right; }
#maincontents .clearall { clear: both;zoom:1; }

#maincontents .vtop { vertical-align: text-top; }
#maincontents .vmiddle { vertical-align: middle; }
#maincontents .vbottom { vertical-align: text-bottom; }

#maincontents .bordernone { border-style: none; }


/* 3-9: 余白
------------------------------------------- */
.margin10 {
	margin:10px;
}

.margin20 {
	margin:20px;
}

.margin10h {
	margin:10px 0;
}

.margin20h {
	margin:20px 0;
}

.margin10w {
	margin:0 10px;
}

.margin20w {
	margin:0 20px;
}

/* 4:フッター
------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	margin: 15px auto 0 auto;
	width : 780px;
	padding: 0;
}

#footer img {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}


