/*　初期設定　*/
BODY {
	background-color:#ffffff;
	margin: 0;
	padding: 0;

	font-size:medium;

	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#828282;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#828282;
	scrollbar-face-color:#ffffff;
	scrollbar-darkshadow-color:#535353;
}


/*　リンク指定　*/
a:link {
	color:#000066;
	text-decoration:none;
}

a:visited {
	color:#000066;
	text-decoration:none;
}

a:hover {
	color:#663300;
	text-decoration:underline;
}

a:active {
	color:#000066;
	text-decoration:none;
}


/*　見出し１−メインタイトル部分　*/
h1 {
	font-size:120%;
	font-weight:bold;
	color:#660000;
	padding:0.5em;
}

/*　見出し２−メインタイトル読み仮名・サブタイトル部分　*/
h2 {
	font-size:110%;
	font-weight:bold;
	color:#333399;
	padding-top:0.5em;
}

/*　見出し２−画像のキャプション　*/
h3 {
	font-size:70%;
	font-weight:bold;
	line-height:120%;
	padding:0.2em;
	color:#772222;
}


/*　タイトルテキスト　*/
.title_text {
	font-size:11px;
	color:#000000;
	line-height:110%;
	letter-spacing:0.1em;	
	padding:1.2em 1.5em;
}


/*　パンくずリスト　*/
.crumbs {
	font-size:12px;
	text-decoration:none;
}

.crumbs_active {
	font-size:12px;
	font-weight:bold;
	color:#996600;
}


/*　入口　*/
.title_enter {
	font-size:14px;
	line-height:130%;
	letter-spacing:0.1em;
	padding:0.5em;	
}


/*　メインテキスト　*/
.text_main {
	font-size:12px;
	line-height:130%;
	letter-spacing:0.1em;
}


/*　更新履歴・情報　*/
.doc_set {
	background-image:url("japanese/image/title/title_doc.jpg");
	background-repeat:no-repeat;
	background-position:right bottom;
}


/*　更新情報テキスト　*/
.text_doc {
	font-size:80%;
	line-height:110%;
	letter-spacing:0.1em;
	padding:0.7em;	
}


/*　太字　*/
.value {
	font-weight:bold;
}


/*　フッタ背景　*/
.foot_set {
	background-image:url("japanese/image/title/title_foot.jpg");
	background-repeat:no-repeat;
	background-position:right bottom;
}


/*　フッタテキスト　*/
.foot_text {
	font-size:10px;
	color:#000000;
	line-height:120%;
	letter-spacing:0.1em;	
	padding:1.5em 1.0em;
}


/*　更新履歴テキスト　*/
.text_rireki {
	font-size:90%;
	line-height:110%;
	letter-spacing:0.1em;
}


/*　下端の操作枠−戻る／次へ　*/
.move {
	font-size:100%;
	font-weight:bold;
	color:#660000;
	margin:2.2em;
}


/*　重要な語句　*/
.key {
	color:#993333;
	font-weight:bold;
}



/*　水平線　*/
hr {
	width:85%;
	color:#111111;
}

/*　水平線　*/
.lnk_line {
	width:85%;
	color:#993333;
}



/*　イメージの枠を消す　*/
img {
	border-style:none;
}