@charset "utf-8";

/* ************************************** */
/* *********** スタイル初期化 *********** */

html,body{
	height:100%;
	margin:0px;
	padding:0px;
}

body{
	background-image:url(../images2/bg.gif);
}

body,h1,h2,H2_t4,h3,h4,h5,h6,th,td,p,div{
	font-size:12px;
/*	font-family:sans-serif;*/
	color:#333;
	line-height:1.5em;
}

h1,h2,H2_t4,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}


h1{/* 主にページタイトルで使用 */
	font-size:22px;
	position:relative;
	z-index:3;
	margin-bottom:10px;
	background-color: #FFFFFF;
}

h2{
	font-size:14px;
	line-height:19px;   /* ラインの初めから下の空白含む */
	color:#fff;
	margin:24px 0px 12px 0px;   /* up R down L 隣接するコンテンツとのマージン   */
	padding:3px 0px  2px 24px;  /* up R down L 隣接するコンテンツとのパディング */
	background-image:url(../images2/title_bg03_W860H25.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}



* html h2{/*IE only*/
	padding:4px 0 1px 24px;
}

h2_3c{
	font-size:14px;
	line-height:14px;
	color:#fff;
	margin:24px 0 12px 0;
	padding:3px 0 2px 24px;
	background-image:url(../images2/title_bg01_W860.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
* html h2_3c{/*IE only*/
	padding:4px 0 1px 24px;
}

/* 印刷用設定 */
@media print{
	h2{
/*		color:#000;*/
		border-style:solid;
		border-width:2px;
		border-color:#70A053;;
	}
	* html h2{/* IE only */
		background-color:#70A053;
	}
}



h3{
	font-size:18px;
	line-height:1.2em;
	padding-left:20px;
	
	background-image:url(../images2/mark01.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}


h4{
	font-size:24px;	
}
	
h5{
	font-size:16px;	
	
}

h6{
	font-size:14px;	
}


p{
	margin:0px;
	padding:0px;
	margin-bottom:0.75em;
}

sup{
	vertical-align:super;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover{
	color:#ff9600;
	text-decoration:underline;
}


/* ************************************** */
/* ********* 共通ID スタイル定義 ******** */
/* ************************************** */

/* ========== 大枠 ========== */
#frame{
	position:relative;
	width:950px;       /* 3c:773>900 > 57: 950  */
	margin:0px auto;
	height:100%;
	min-height:100%;
	background-color:#fff;
}

#frame td.first{
	vertical-align:top;
}
#frame td.last{
	vertical-align:bottom;
}

/* ========== ヘッダ ========== */
div#header{
	position:relative;
	z-index:0;
	margin:0px;
	padding:0px;
}

/* ========== フッタ ========== */
#footer{
	width:950px;    /* 3c: 773900 54 950px >  */
	height:706px;   /*  注意　ヘッダーの高さ　*/
}

#footer p{
	font-size:12px;
	font-family:"Helvetica",sans-serif;
	line-height:1em;
	padding-top:5px;
	padding-bottom:4px;
	color:#ffffff;
	padding-left:21px;
	padding-right:21px;
	background-color:#3F51A9;
	text-align:right;
	margin:0px;
}

#footerMenu{
	height:62px;
	padding:12px 0 0 0;
	background-image:url(../images2/footer_bg.gif);
	background-repeat:repeat-x;
/*	background-position:left top;*/
	background-color:#D5EBFA;
}

#footerMenu table{
	width:900px;    /* 3c: 722>800 57:850  > 57:900 */
	height:24px;
	margin:6px 0 0 25px;
/*	background-color:yellow;*/
}
#footerMenu td.right{
	text-align:right;
	vertical-align:top;
}
#footerMenu .right img{
	margin:2px 0 0 6px;
}

/* パンくずリスト(上下) */

.siteNavi{
	padding:4px 0 4px 26px;
	margin:0;
/*	height:12px;*/
	font-size:11px;
	line-height:12px;
	color:#fff;
	background-image:url(../images2/header02.gif);
	background-repeat:repeat-x;
}
.siteNavi,
.siteNavi a{
	/*color:#fff;*/
	color: #0066b9;

}
.siteNavi a {
	text-decoration: underline;
}
.siteNavi a:hover{
	/*color:yellow;*/
	color: #666;
	text-decoration: none;
}

#footerMenu .siteNavi{
	color:#333;
	background-image:none;
	margin:0;
}

#footerMenu .siteNavi a{
	color:#333;
}

#footerMenu .siteNavi a:hover{
	color:blue;
}


/* ========== メニュー 上========== */
div#menu{
	position:relative;
	z-index:5;
	width:950px;    /* 3c: 773920 > 57:950 */

	height:auto;
	white-space:nowrap;
	background-color:skyblue;
}
@media print{
	div#menu{
		width:950px;    /* 3c: 773860920  > 57:950 印刷用も合わせる */
	}
}

div#menu a,
div#menu img{
	display:block;
	margin:0;
	float:left;
}
div#menu a img{
	float:none;
	display:inline;
	border-style:none;
}

div#menu br{
	clear:both;
}

div#headerMenu{
	position: absolute;
	z-index: 6;
	left: 470px;
	top: -50px;
	/*	display:none;*/
	text-align: right;
	width: 439px;
/*	background-color:lightgreen;*/
}


div#headerMenu a,
div#headerMenu img{
	display:inline;
	float:none;
	display:inline;
}

div#headerMenu img{
	margin-left:6px;
}


/* 一時的に隠す(2006/12/01) */
div#headerMenu #hMenu01,
div#headerMenu #hMenu02,
div#footerMenu #fMenu01,
div#footerMenu #fMenu02{
	display:none;
}

/* ========== コンテンツ収納部 ========== */
div.contents{
	position:relative;
	z-index:10;
	width:900px;       /* 3c: 670->860 > 57:900  */
	margin-top:24px;   /*  メニューとの上下間隔 */
	margin-left:25px;  /* 3c:51->30　57:30>25  フレームから左マージン　*/
	                   /*  |<----------  frame 950   ----------------->|  */
	                   /*  |<25>|<----   contents 900   --------->|<25>|*/
/*	background-color:pink;*/
/*	padding-bottom:36px;*/
}

div.contents2{  /* dc/index.html用 */
	position:relative;
	z-index:10;
	width:880px;       /* 3c: 670->860 > 57:900  */
	margin-top:20px;   /*  メニューとの上下間隔 */
	margin-left:10px;  /* 3c:51->30　57:30>25  フレームから左マージン　*/
	                   /*  |<----------  frame 950   ----------------->|  */
	                   /*  |<10>|<----   contents 900   --------->|<10>|*/
/*	background-color:pink;*/
/*	padding-bottom:36px;*/
}


/* ************************************** */
/* *********** その他いろいろ *********** */

/* リスト風表示につかうもの */
p.list,
div.list p{
	text-indent:-0.75em;
	padding-left:0.75em;
}

p.list1em,
div.list1em p{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:0.5em;
}

p.indent1em,
div.indent1em p{
	text-indent:-1em;
	padding-left:1em;
}

/* まとめてインデント用 */
.lev_plus{
	margin-left:24px;
}

/* 点線 */
div.line{
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	border-color:#666;
/*	width:80%;
	margin-top:0px;
	margin-bottom:12px; */
}

/* 巻き戻しリンク */
p.rollUp{
	width:820px;          /*  718px -->  1406  820 */
/*	position:absolute;*/
	text-align:right;
}

p.rollUp img{
	border-style:none;
}

p.rollUp02{
/*	position:absolute;*/
	text-align:right;
}

p.rollUp02 img{
	border-style:none;
}

/* 隠したいもの */
span.hidden,
p.hidden{
 visibility:hidden;
}

.sub{
	font-size:10px;
}

/* 改ページ(IE only) */
div.print{
	page-break-before:always;
}

p.underConst{
/*	text-align:center;*/
/*	margin-left:50px;*/
	margin-top:50px;
	font-weight:bold;
/*	fon-size:14px;*/
}

/* h1タグの上に一行追加するときに… */
.firstLine{
	position:relative;
	z-index:30;
	text-align:right;
	margin:-18px 0 0 0;
}

/* ******************************** */
/* ***** ページ別スタイル定義 ***** */
/* ******************************** */


