﻿/****** 中面ページ背景が白 ******/
/*********** メインコンテンツ（左） **********/

body {
	font-family: SimHei, Arial, Hei, sans-serif;			/* 中国語版で追加 */
	font-size: small;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bk2.gif);
}
img {
	border-style: none;
}

/* ページの先頭へのリンク */
a {
	color: #0865E3;
	text-decoration: underline;
}
a:visited {
	color: #0865E3;
	text-decoration: underline;
}
a:hover {
	color: #0865E3;
	text-decoration: underline;
}


/***** 全体幅 774px *****/
#pageBlock {
	width: 774px;
	text-align: left;
}



/***** ヘッダ *****/
#headBlock {
	width: 774px;
	height: 55px;
	background-color: #000000;
	background-position: right;
	text-align: left;
}


/******メインコンテンツ******/
#mainBlock {
/*	float: left;*/
	padding: 1px 0px 0px 0px;
	margin: 0px;
	width: 774px;
}

/***ナビゲーションメニュー***/
#navi_menu{
	margin:0px 0px 3px 10px;
	width:764px;
}

/********* パンくず **********/
#pan {
	font-size: x-small;
	clear: left;
	color: #FFFFFF;
	margin: 5px 0px 5px 0px;		/*margin:上 右 下 左;*/
}
#pan a{
	font-size: x-small;
	color: #65AAF1;
	text-align: left;
	text-decoration: none;
}


/****** 中面ページ背景が白 ******/
/*********** メインコンテンツ（左） **********/
#contents {
	margin-top: 0px;
	margin-left: 10px;
	padding-right: 5px;
	width: 574px;
	line-height: 130%;
	text-align: left;
	float: left;
	display: block;
}


#contents01 {
	margin-top: 0px;
	margin-left: 5px;
	padding-right: 5px;
	width: 540px;
	line-height: 130%;
	text-align: left;
}


#bg_white01 {
	padding : 6px;
	color: #000000;
	line-height: 130%;
	background-image: url(../images/bg_white01.gif);
	background-repeat: repeat-y;
	width: 562px;
}

#bg_white01 .title {
	margin-top: 10px;
	padding : 1px;
	color: #000000;
	font-size: x-large;
	font-weight: bold;
	line-height: 150%;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	width: 291px;
	height: 39px;
}

#bg_white01 .title_orangebar {
	margin-top: 0px;
	padding-left : 10px;
	color: #FC6806;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
	background-image: url(../images/title_orangebar.gif);
	background-repeat: repeat-y;
	width: 530px;
}

#bg_white01 .title_orangebar_big { /* 中国語版で追加（英数字対応） */
	color: #FC6806;
	font-size: 130%;
	font-weight: bold;
	line-height: 150%;
}

#bg_white01 .title_bluebar {
	margin-top: 0px;
	padding-left : 10px;
	color: #0C7BD0;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
	background-image: url(../images/title_bluebar.gif);
	background-repeat: repeat-y;
	width: 530px;
}
#bg_white01_bottom {
	padding : 5px;
	color: #000000;
	line-height: 130%;
	background-image: url(../images/bg_white02.gif);
	background-repeat: no-repeat;
	width: 562px;
}
#bg_white01 .title_orangebar_s {
	margin-top: 0px;
	padding-left : 10px;
	color: #FC6806;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
	background-image: url(../images/title_orangebar.gif);
	background-repeat: repeat-y;
	width: 100%;
}


/****************** フッタ *******************/
#footerBlock {
	width: 774px;
	clear: left;
	background-color:#000000;
}

#footerBlock h1 {
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#tbl_footer {
	margin-top: 0px;
	padding-left: 10px;		/* 中国語版で追加 */
	line-height: 130%;
	vertical-align: bottom;
	width: 774px;
	height: 37px;
	color:#FFFFFF;
	font-size: x-small;
	background-image: url(../images/bk2.gif);
}

