/* ====================================================================== */
/*	ローディング時 (Now Loading)	*/
/* ====================================================================== */
#loading {
	position: absolute;	/* ロード中に表示する文字列の絶対位置の設定（必須） */
	top: 400px;			/* 画面の上部からの文字の位置（必須） */
	left: 300px;		/* 画面の左側からの文字の位置（必須） */
	font-style: italic;
	font-family: Verdana;
	font-weight: bold;
}

/* ====================================================================== */
/*	基本：	*/
/* ====================================================================== */
* {
	margin: 0;
	padding: 0;
}

body {
	vertical-align: top;
	margin: 0;
	padding: 0;
	line-height: 18px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
}

img
{
	border:0;
	-ms-interpolation-mode: bicubic;
}

a
{
	border:0;
	-ms-interpolation-mode: bicubic;
}

a:link
{
	color: #993300;
	text-decoration: none;
}

a:visited
{
	color: #996600;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	background-color: #993300;
	text-decoration: none;
}

a:active
{
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
}

td
{
	vertical-align: top;
}

/* ====================================================================== */
/*	基本：画面サイズ	*/
/* ====================================================================== */
#outline
{
	width: 100%;
	text-align: left;
	margin: 0;
}

#global_menu
{
	background-image: url('../img/common/top_menu_bg.gif');
	background-repeat: repeat-x;
	width: 950px;
	height: 25px;
}

#pnkz
{
	width: 930px;
	margin: 5px;
	padding: 0px 2px 0px 6px;
	text-align: left;
}

#page_top
{
	margin: 7px 5px 5px 6px;
}

/*------------*/
/* topmenu */
/*------------*/
#topmenu
{
	width: 950px;
	height: 325px;
	margin: 5px;
	padding: 7px 2px 2px 6px;
	border: none;
	border-collapse: collapse;
}

#topmenu_table
{
	width: 920px;
	height: 315px;
}

#topmenu_left
{
	width: 120px;
	height: 315px;
	vertical-align: top;
	background-image: url('../img/common/left_menu_bg.gif');
	background-repeat: no-repeat;
}

#topmenu_right
{
	width: 800px;
	height: 315px;
	vertical-align: top;
}

/*------------*/
/* menu */
/*------------*/
#menu
{
	width: 950px;
	height: 206px;
	margin: 5px;
	padding: 7px 2px 2px 6px;
	border: none;
	border-collapse: collapse;
}

#menu_table
{
	width: 920px;
	height: 196px;
}

#menu_left
{
	width: 120px;
	height: 196px;
	vertical-align: top;
	background-image: url('../img/common/left_menu_bg.gif');
	background-repeat: no-repeat;
}

#menu_right
{
	width: 800px;
	height: 196px;
	vertical-align: top;
}

#menu_img
{
	width:800px;
	height:190px
}


/*------------*/
/* contents */
/*------------*/
#contents
{
	width: 950px;
	margin: 5px 5px 5px 10px;
	padding: 0px 0px 0px 4px;
	text-align: left;
}

.contents_td
{
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 0px 5px;
}

.contents_title
{
	clear:both;
	background-image: url(../img/common/com_bar_green.png);
	background-repeat: repeat-y;
	border-bottom:1px double #009966;
	color:#009966;
	font-size:1.2em;
	padding: 0 0 5px 15px;
}

/*------------*/
/* banner */
/*------------*/
.banner-size
{
	width:120px;
	height:850px;
}

/* ====================================================================== */
/*	基本：フォント	*/
/* ====================================================================== */
.valign {vertical-align: bottom;}
.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}

.c-red {color: #FF0000}
.b {font-weight: bold;}

/* ====================================================================== */
/*	ロールオーバーボタン01	*/
/* ====================================================================== */
li.global_menu_btn {
	list-style-type:none;
	float:left;
}

li.global_menu_btn01 {background:url(../img/common/top_menu_b01r.gif); background-repeat: no-repeat;}
li.global_menu_btn02 {background:url(../img/common/top_menu_b02r.gif); background-repeat: no-repeat;}
li.global_menu_btn03 {background:url(../img/common/top_menu_b03r.gif); background-repeat: no-repeat;}
li.global_menu_btn04 {background:url(../img/common/top_menu_b04r.gif); background-repeat: no-repeat;}
li.global_menu_btn05 {background:url(../img/common/top_menu_b05r.gif); background-repeat: no-repeat;}
li.global_menu_btn06 {background:url(../img/common/top_menu_b06r.gif); background-repeat: no-repeat;}

li.global_menu_btn a {
display:block;
}

li a:hover {background-color:transparent;}
li a:hover img {visibility:hidden;}

/* ====================================================================== */
/*	ロールオーバーボタン02	*/
/* ====================================================================== */
li.menu_box_btn
{
	list-style-type:none;
	width:120px;
	height:28px;
	float:left;
}

li.menu_box_btn01 {background:url(../img/common/left_menu_b01r.gif); background-repeat: no-repeat;}
li.menu_box_btn02 {background:url(../img/common/left_menu_b02r.gif); background-repeat: no-repeat;}
li.menu_box_btn03 {background:url(../img/common/left_menu_b03r.gif); background-repeat: no-repeat;}
li.menu_box_btn04 {background:url(../img/common/left_menu_b04r.gif); background-repeat: no-repeat;}
li.menu_box_btn05 {background:url(../img/common/left_menu_b05r.gif); background-repeat: no-repeat;}
li.menu_box_btn06 {background:url(../img/common/left_menu_b06r.gif); background-repeat: no-repeat;}
li.menu_box_btn07 {background:url(../img/common/left_menu_b07r.gif); background-repeat: no-repeat;}
li.menu_box_btn08 {background:url(../img/common/left_menu_b08r.gif); background-repeat: no-repeat;}
li.menu_box_btn09 {background:url(../img/common/left_menu_b09r.gif); background-repeat: no-repeat;}

li.menu_box_btn a
{
	display:block;
	width:120px;
	height:28px;
}

/* ====================================================================== */
/*	基本：iframe	*/
/* ====================================================================== */

#header_iframe
{
	width: 950px;
	height: 95px;
}

#menu_iframe
{
	width: 800px;
	height: 315px;
}

#footer_iframe
{
	width: 950px;
	height: 60px;
}

/* ------------- */
/*	td_left	 */
/* ------------- */
.td_left
{
	text-align: left;
	vertical-align:top;
}

/* ------------- */
/*	border1	 */
/* ------------- */
.border1
{
	border: solid 1px #000000;
	padding-left: 5px;
	text-align: left;
	vertical-align:top;
}

/* --------------- */
/*	intro  */
/* --------------- */
.intro-header
{
	background:url('../img/intro/bg_intro_header.jpg') no-repeat;
	width:900px;
	height:21px;
	margin:0 0 0 20px;
}

.intro-wrapper
{
	background:url('../img/intro/bg_intro_wrapper.jpg');
	background-repeat: repeat-y;
	width:900px;
	margin:0 0 0 20px;
	padding:0;
}

.intro-footer
{
	background:url('../img/intro/bg_intro_footer.jpg') no-repeat;
	width:900px;
	height:20px;
	clear:both;
	margin:0 0 0 20px;
	padding:0;
	line-height:1.6em;
	text-transform:uppercase;
	letter-spacing:.1em;
}
