<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/*----------------------*/
/* 基本設定 初期化 */
/*----------------------*/

#oldstyle{
margin: 0px;
padding: 0px;
font-size: 12px;
line-height: 140%;
text-align: left;
color: #333333;
font-family: "Verdana", "Helvetica", "Hiragino Kaku Gothic Pro", "MS PGOTHIC", "Osaka", sans-serif;
}

/*-- Safariはフォントを再指定 --*/
/* Safari Only \*/ html:\66irst-child body {
font-family: "Hiragino Kaku Gothic Pro", "MS PGOTHIC", "Osaka", sans-serif;
} /* end */

/*-- 【Mac IE5】【Win IE4】以外は文字間を指定 0.03を指定したい NN6バグ --*/
@media screen {
#oldstyle {
letter-spacing: none;
}

#oldstyle form, p {
position: static;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
/*-- テスト用 background-color:#FF0000; --*/
}


#oldstyle div, blockquote, address, noscript {
position: static;
margin: 0;
padding: 0;
font-style: normal;
font-weight: normal;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}


#oldstyle h1, h2, h3, h4, h5, h6 {
position: static;
margin: 0;
padding: 0;
font-size: medium;
font-style: normal;
font-weight: normal;
}


#oldstyle ul, li, ol, dl, dt, dd {
position: static;
margin: 0;
padding: 0;
}


#oldstyle span, img {
position: static;
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
}

#oldstyle em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
position: static;
margin: 0;
padding: 0;
}


/*----------------------*/
/* 基本設定 */
/*----------------------*/

/*-- Link Color --*/

#oldstyle a:link {color: #17387b; text-decoration:none;}
#oldstyle a:visited {text-decoration:none;}
#oldstyle a:hover {color: #FF0000; text-decoration: underline;}
#oldstyle a:active {color: #FF0000; text-decoration: underline;}


#oldstyle a:link.mainmenu {color: #333333; text-decoration:none;}
#oldstyle a:visited.mainmenu {color: #333333; text-decoration:none;}
#oldstyle a:hover.mainmenu {color: #FF0000; text-decoration: underline;}
#oldstyle a:active.mainmenu {color: #FF0000; text-decoration: underline;}

#oldstyle a:link.submenu {color: #ffffff; text-decoration:none;}
#oldstyle a:visited.submenu {color: #ffffff; text-decoration:none;}
#oldstyle a:hover.submenu {color: #FFCC33; text-decoration: underline;}
#oldstyle a:active.submenu {color: #FFCC33; text-decoration: underline;}

#oldstyle a:link.submenu2    {color: #ffffff; text-decoration: underline;}
#oldstyle a:visited.submenu2 {color: #ffffff; text-decoration: underline;}
#oldstyle a:hover.submenu2   {color: #FFCC33; text-decoration: underline;}
#oldstyle a:active.submenu2  {color: #FFCC33; text-decoration: underline;}

#oldstyle a:link.textad {color: #FF6600; text-decoration:underline;}
#oldstyle a:visited.textad {color: #FF6600; text-decoration:underline;}
#oldstyle a:hover.textad {color: #FF0000; text-decoration: underline;}
#oldstyle a:active.textad {color: #FF0000; text-decoration: underline;}

#oldstyle a:link.s {color: #FFFFFF; text-decoration:none; background-color:#0000FF}
#oldstyle a:visited.s {color: #FFFFFF; text-decoration:none; background-color:#0000FF}
#oldstyle a:hover.s {color: #FF0000; text-decoration: underline; background-color:#0000FF}
#oldstyle a:active.s {color: #FF0000; text-decoration: underline; background-color:#0000FF}

/*-- old chip.css Link Color --*/

#oldstyle a:link.lin_w { text-decoration: underline; color: #FFFFFF; }
#oldstyle a:visited.lin_w { text-decoration: underline; color: #FFFFFF; }
#oldstyle a:hover.lin_w { text-decoration: underline; color: #FFFFFF; }
#oldstyle a:active.lin_w { text-decoration: underline; color: #FFFFFF; }

#oldstyle a:link.white { text-decoration: none; color: #FFFFFF; font-weight: bold; }
#oldstyle a:visited.white { text-decoration: none; color: #FFFFFF; font-weight: bold; }
#oldstyle a:hover.white { text-decoration: none; color: #FFCC00; font-weight: bold; }
#oldstyle a:active.white { text-decoration: none; color: #FFCC00; font-weight: bold; }

#oldstyle a:link.white2 { text-decoration: none; color: #FFFFFF; font-weight: normal; }
#oldstyle a:visited.white2 { text-decoration: none; color: #FFFFFF; font-weight: normal; }
#oldstyle a:hover.white2 { text-decoration: none; color: #FFCC00; font-weight: normal; }
#oldstyle a:active.white2 { text-decoration: none; color: #FFCC00; font-weight: normal; }

#oldstyle a:link#oldstyle .blue { text-decoration: none; color: #6666CC; }
#oldstyle a:visited#oldstyle .blue { text-decoration: none; color: #6666CC; }
#oldstyle a:hover#oldstyle .blue { text-decoration: none; color: #FF0000; }
#oldstyle a:active#oldstyle .blue: { text-decoration: none; color: #FF0000; }




/*-- Table Style --*/

#oldstyle table.none, #oldstyle td.none {
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle table.Full {
width: 100%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle table.w920 {
width: 920px;
text-align: left;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle table.w840 {
width: 840px;
text-align: left;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle table.w765 {
width: 765px;
text-align: left;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle table.w760 {
width: 760px;
text-align: left;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle table.w550 {
width: 550px;
text-align: left;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle table.w420 {
width: 420px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}


#oldstyle table.w398 {
width: 398px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle table.w140 {
width: 140px;
}

/*--
#oldstyle table.w180 {
width: 180px;
}

#oldstyle table.w570 {
width: 570px;
}

-- */

/*-- Font Style --*/

#oldstyle td.p10_140, p.p10_140 {
clear: both;
text-align: left;
font-size: 10px;
line-height: 140%;
letter-spacing: 0.03em;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p10_140_b, p.p10_140_b {
clear: both;
text-align: left;
font-size: 10px;
line-height: 140%;
font-weight: bold;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p10_140_j, p.p10_140_j {
clear: both;
text-align: justify;
text-justify: inter-ideograph;
font-size: 10px;
line-height: 140%;
letter-spacing: 0.03em;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p10_140_c, p.p10_140_c {
clear: both;
text-align: center;
font-size: 10px;
line-height: 140%;
letter-spacing: 0.03em;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p10_140_r, p.p10_140_r {
clear: both;
text-align: right;
font-size: 10px;
line-height: 140%;
letter-spacing: 0.03em;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p10_140_r_b, p.p10_140_r_b {
clear: both;
text-align: right;
font-size: 10px;
line-height: 140%;
letter-spacing: 0.03em;
font-weight: bold;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p10_140_r_o, p.p10_140_r_o {
clear: both;
text-align: right;
font-size: 10px;
line-height: 140%;
letter-spacing: 0.03em;
color: #FF8C00;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p11_140, p.p11_140 {
clear: both;
text-align: left;
font-size: 11px;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p11_140_c, p.p11_140_c {
clear: both;
text-align: center;
font-size: 11px;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p11_140_r, p.p11_140_r {
clear: both;
text-align: right;
font-size: 11px;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p12_140, p.p12_140 {
clear: both;
text-align: left;
font-size: 12px;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p12_140_b, p.p12_140_b {
clear: both;
text-align: left;
font-size: 12px;
line-height: 140%;
font-weight: bold;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p12_140_c, p.p12_140_c {
clear: both;
text-align: center;
font-size: 12px;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p12_140_r, p.p12_140_r {
clear: both;
text-align: right;
font-size: 12px;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p12_140_j, p.p12_140_j {
text-align: justify;
text-justify: inter-ideograph;
font-size: 12px;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p12_140_reg_tl {
clear: both;
text-align: left;
font-size: 12px;
line-height: 140%;
margin: 0;
padding: 2;
border: 0;
border-collapse: collapse;
background-color: #EFEFEF;
height: 26px;
}

#oldstyle td.p12_140_reg_err {
clear: both;
text-align: left;
font-size: 12px;
line-height: 140%;
margin: 0;
padding: 2;
border: 0;
border-collapse: collapse;
background-color: #FFCCCC;
height: 26px;
}

#oldstyle td.p12_140_reg {
clear: both;
text-align: left;
font-size: 12px;
line-height: 140%;
margin: 0;
padding: 2;
border: 0;
border-collapse: collapse;
background-color: #FFFFFF;
height: 26px;
}

#oldstyle td.p14_140_c, p.p14_140_c {
clear: both;
text-align: center;
font-size: 14px;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p14_140_c_b, p.p14_140_c_b {
clear: both;
text-align: center;
font-size: 14px;
font-weight:bold;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p14_140_r_b, p.p14_140_r_b {
clear: both;
text-align: right;
font-size: 14px;
font-weight:bold;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p14_140_b, p.p14_140_b {
clear: both;
text-align: left;
font-size: 14px;
font-weight:bold;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle .cared{
	text-align: right;
	font-size: 10px;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 0;
	border: 0;
	color: #F00;
}

#oldstyle td.p14_140_b_b, p.p14_140_b_b {
clear: both;
text-align: left;
font-size: 14px;
font-weight:bold;
color: #003399;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p16_140_b, p.p16_140_b {
clear: both;
text-align: left;
font-size: 16px;
font-weight:bold;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p16_140_b_b, p.p16_140_b_b {
clear: both;
text-align: left;
font-size: 16px;
font-weight:bold;
color: #003399;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p16_140_b_o, p.p16_140_b_o {
clear: both;
text-align: left;
font-size: 16px;
font-weight:bold;
color: #FF8C00;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p16_140_c, p.p16_140_c {
clear: both;
text-align: center;
font-size: 16px;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p16_140_c_r, p.p16_140_c_r {
clear: both;
text-align: center;
font-size: 16px;
font-weight:bold;
color: #ff0000;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p16_140_c_b, p.p16_140_c_b {
clear: both;
text-align: center;
font-size: 16px;
font-weight:bold;
color: #003399;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.p18_140_c_b, p.p18_140_c_b {
clear: both;
text-align: center;
font-size: 18px;
font-weight:bold;
line-height: 140%;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

/*-- old chip.css Font Style --*/

#oldstyle .b9 {  font-size: 9px}
#oldstyle .b10 {  font-size: 10px}
#oldstyle .b10_10 {  font-size: 10px; line-height: 11px}
#oldstyle .b10_12 {  font-size: 10px; line-height: 120%}
#oldstyle .b10_14 {  font-size: 10px; line-height: 140%}
#oldstyle .b11 {  font-size: 11px}
#oldstyle .b11_12 {  font-size: 11px; line-height: 120%}
#oldstyle .b12 {  font-size: 12px}
#oldstyle .b12_12 {  font-size: 12px; line-height: 120%}
#oldstyle .b12_14 {  font-size: 12px; line-height: 140%}
#oldstyle .b12_16 {  font-size: 12px; line-height: 160%}
#oldstyle .b13 { font-size: 13px; }
#oldstyle .b13_12 { font-size: 13px; line-height: 120%}
#oldstyle .b14 {  font-size: 14px}
#oldstyle .b14_12 {  font-size: 14px; line-height: 120%}
#oldstyle .b15 {  font-size: 15px}
#oldstyle .b15_12 {  font-size: 16px; line-height: 120%}
#oldstyle .b16 {  font-size: 16px}
#oldstyle .b17 {  font-size: 17px}
#oldstyle .b18 {  font-size: 18px}
#oldstyle .b20 {  font-size: 20px}
#oldstyle .b24 {  font-size: 24px}
#oldstyle .b26 {  font-size: 26px}
#oldstyle .b30 {  font-size: 30px}
#oldstyle .b36 {  font-size: 36px}

#oldstyle .WhatsnewDate {
	font-size: 11px;
	color: #FF6600;
}
#oldstyle .WhatsnewTopic {
	font-size: 11px;
	color: #666666;
}

/*-- Space Style --*/

#oldstyle .d5  {
margin-bottom: 5px;
}



#oldstyle .d10 {
margin-bottom: 10px;
}

#oldstyle .d15 {
margin-bottom: 15px;
}

#oldstyle.d20 {
margin-bottom: 20px;
}

#oldstyle .d30 {
margin-bottom: 30px;
}

#oldstyle .d40 {
margin-bottom: 40px;
}

#oldstyle .d50 {
margin-bottom: 50px;
}

#oldstyle .t5 {
margin-top: 5px;
}

#oldstyle .l_d10 {
margin: 0 0 10px 10px;
}

#oldstyle .l10_d5 {
margin: 0 0 5px 10px;
}

#oldstyle .l30_d15 {
margin: 0 0 15px 30px;
}

#oldstyle .l30_d20 {
margin: 0 0 20px 30px;
}

/*-- img Style --*/

#oldstyle img.t_2 {
margin: 2px 0 0 0;
}

#oldstyle img.t_5 {
margin: 5px 0 0 0;
}

img#oldstyle .b_2 {
margin: 0 0 2px 0;
}

#oldstyle img.r_b_2 {
margin: 0 2px 2px 0;
}

#oldstyle img.l_r_2 {
margin-right: 2px;
margin-left: 2px;
}

#oldstyle img.l_r_b_2 {
margin: 0 2px 2px 2px;
}

#oldstyle img.b_5 {
margin-bottom: 5px;
}

#oldstyle img.b_10 {
margin-bottom: 10px;
}

#oldstyle img.r_10 {
margin-right: 10px;
}

#oldstyle img.r_5 {
margin-right: 5px;
}

#oldstyle img.l_r_10 {
margin-right: 10px;
margin-left: 10px;
}

#oldstyle img.o1 {
padding: 2px;
border:#E5E5E5 5px solid;
}

#oldstyle img.o2 {
border:#E5E5E5 1px solid;
vertical-align:top;
margin-bottom: 10px;
}

#oldstyle img.o3 {
margin: 2px 0;
padding: 1px;
border:#EFEFEF 1px solid;
}

/*-- form Style --*/

#oldstyle input.textinput_1 {
margin-bottom: 2px;
width: 180px;
color: #333333;
background-color: #F0F9FF;
font-size: 10px;
}

#oldstyle input.textinput_2 {
margin-bottom: 2px;
width: 90px;
color: #333333;
background-color: #F0F9FF;
font-size: 10px;
}

#oldstyle input.textinput_3 {
width: 120px;
color: #333333;
background-color: #F0F9FF;
font-size: 10px;
}

#oldstyle input.textinput_4 {
/* border: 2px #FE6508 solid; */
padding:4px 0 3px 3px;
width: 300px;
color: #333333;
background-color: #F0F9FF;
font-size: 12px;
/* font-weight:bold; */
}

#oldstyle input.textinput_5 {
padding:4px 0 3px 3px;
width: 160px;
color: #333333;
background-color: #F5F5F5;
font-size: 12px;
}

#oldstyle input.textinput_6 {
padding:4px 0 3px 3px;
width: 250px;
color: #333333;
background-color: #F5F5F5;
font-size: 12px;
}

#oldstyle input .button_1 {
margin-top: 2px;
margin-bottom: 2px;
font-size: 12px;
clear: both;
}

#oldstyle select#oldstyle .bar01 {
margin: 5px 5px 0 0px;
font-size: 9px;
}

/*-- List Style --*/

/*--#oldstyle --*/

#oldstyle  li.list001 {
list-style-image: url(../images/List_arrow_001.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list001-1 {
list-style-image: url(../images/List_arrow_001.gif);
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 25px;
}

#oldstyle li.list001-2 {
list-style-image: url(../images/List_arrow_001.gif);
font-size: 14px;
font-weight:bold;
color:#003399;
line-height: 100%;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 25px;
margin-bottom: 10px;
}

#oldstyle li.list002 {
list-style-image: url(../images/List_arrow_002.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list002-2 {
list-style-image: url(../images/List_arrow_002.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 10px;
line-height: 100%;
}

#oldstyle li.list002-3 {
list-style-image: url(../images/List_arrow_002.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 25px;
margin-bottom: 10px;
line-height: 100%;
}

#oldstyle li.list002-4 {
list-style-image: url(../images/List_arrow_002.gif);
font-size: 12px;
text-align: right;
list-style-position: outside;
list-style-type: none;
margin: 0 5px 0 0;
line-height: 100%;
}

#oldstyle li.list002-5 {
list-style-image: url(../images/List_arrow_002.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 3px;
line-height: 140%;
}

#oldstyle li.list003 {
list-style-image: url(../images/bullet_10x10.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 3px;
line-height: 100%;
padding-top: 1px;
}

#oldstyle li.list003-2 {
list-style-image: url(../images/bullet_10x10.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin: -2px 0 6px 15px;
line-height: 120%;
}

#oldstyle li.list003-3 {
list-style-image: url(../images/bullet_10x10.gif);
font-size: 10px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list004 {
list-style-image: url(../images/bullet_tree_01.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list004-2 {
list-style-image: url(../images/bullet_tree_01.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 25px;
margin-bottom: 6px;
line-height: 100%;
}

#oldstyle li.list005 {
list-style-image: url(../images/bullet_tree_02.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list005-2 {
list-style-image: url(../images/bullet_tree_02.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 25px;
margin-bottom: 6px;
line-height: 100%;
}

#oldstyle li.list006 {
font-size: 12px;
text-align: left;
list-style: none;
margin: -3px 0 6px 15px;
line-height: 140%;
}

#oldstyle li.list006-2 {
font-size: 12px;
text-align: left;
list-style: none;
margin: 0 0 4px 15px;
line-height: 100%;
}

#oldstyle li.list006-3 {
font-size: 12px;
text-align: left;
list-style: none;
margin: 0 0 6px 15px;
line-height: 100%;
}

#oldstyle li.list006-4 {
font-size: 12px;
text-align: left;
list-style: none;
margin: 0 0 10px 5px;
line-height: 100%;
}

#oldstyle li.list006_b10 {
font-size: 10px;
text-align: left;
list-style: disc;
margin: -3px 0 6px 25px;
line-height: 140%;
}

#oldstyle li.list006_b10_2 {
font-size: 10px;
text-align: left;
list-style: disc;
margin: -3px 0 6px 40px;
line-height: 140%;
}

#oldstyle li.list007 {
list-style: none;
display: inline;
margin: 0 1em 1.5em 0;
font-size: 12px;
text-align: left;
line-height: 100%;
}

#oldstyle li.list008 {
list-style: none;
display: inline;
margin: 0 20px 10px 0;
padding: 2px 0 2px 8px;
font-size: 12px;
text-align: left;
line-height: 100%;
border-left: #003399 solid 4px;
border-bottom: #003399 solid 1px;
}

#oldstyle li.list009 {
list-style-image: url(../images/arrow-hl.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 10px;
line-height: 100%;
}

#oldstyle li.list010 {
list-style-image: url(../images/list_arrow_003.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 5px;
line-height: 100%;
}

#oldstyle li.list010-2 {
list-style-image: url(../images/list_arrow_003.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 15px;
margin-bottom: 6px;
line-height: 100%;
}

#oldstyle li.list011 {
list-style-image: url(../images/list_arrow_002.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 20px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list011-2 {
list-style-image: url(../images/list_arrow_002.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 30px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list011-3 {
list-style-image: url(../images/list_arrow_002.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 40px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list011-4 {
list-style-image: url(../images/list_arrow_004.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 20px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list011-5 {
list-style-image: url(../images/list_arrow_004.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 30px;
margin-bottom: 3px;
line-height: 100%;
}

#oldstyle li.list011-6 {
list-style-image: url(../images/list_arrow_004.gif);
font-size: 12px;
text-align: left;
list-style-position: outside;
list-style-type: none;
margin-left: 40px;
margin-bottom: 3px;
line-height: 100%;
}


/*-- Line Style --*/

#oldstyle .LineGrayDot {
margin: 5px 0 5px 0;
padding: 0px;
border-top: 1px none #CCCCCC;
border-right: 1px none #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
border-left: 1px none #CCCCCC;
}

#oldstyle .LineGrayDot02 {
margin: 10px 0 10px 0;
padding: 0px;
border-top: 1px none #CCCCCC;
border-right: 1px none #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
border-left: 1px none #CCCCCC;
}

#oldstyle .LineType02 {
margin-bottom: 10px;
background-image: url(../images/line_02.gif);
background-repeat: no-repeat;
height: 9px;
width: 720px;
display:block;
}

#oldstyle .LineType02_2 {
margin-top: 10px;
background-image: url(../images/line_02.gif);
background-repeat: no-repeat;
height: 9px;
width: 720px;
display:block;
}


#oldstyle .LineType02 {
margin-bottom: 10px;
background-image: url(../images/line_02.gif);
background-repeat: no-repeat;
height: 9px;
width: 720px;
display:block;
}

#oldstyle .LineType02_2 {
margin-top: 10px;
background-image: url(../images/line_02.gif);
background-repeat: no-repeat;
height: 9px;
width: 720px;
display:block;
}


#oldstyle .LineType02_3 {
margin: 10px 0 10px 0;
background-image: url(../images/line_02.gif);
background-repeat: no-repeat;
height: 9px;
width: 720px;
display:block;
}

#oldstyle .LineType03 {
margin: 30px 0 12px 0;
padding: 0px;
border-top: 1px none #CCCCCC;
border-right: 1px none #CCCCCC;
border-bottom: 4px solid #C9D3DD;
border-left: 1px none #CCCCCC;
display:block;
}

/*----------------------*/
/* header設定 */
/*----------------------*/

#oldstyle h1 {
clear: both;
font-size:12px;
/*--- line-height: 140%; ---*/
text-align: left;
}


#oldstyle td.w133td {
width: 133px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w177td {
width: 177px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

/*-- Menu Style --*/

#oldstyle td.menu_on_l {
background-image: url(../images/Tab_Blue_Left.jpg);
background-repeat: no-repeat;
height: 23px;
width: 6px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.menu_on {
background-image: url(../images/Tab_Blue_BackGround.jpg);
height: 20px;
font-family:"MS PGOTHIC", "Osaka";
font-size: 12px;
color: #FFFFFF;
clear: both;
text-align: center;
width: 105px;
margin: 0;
padding: 3px 0 0 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.menu_on_r {
background-image: url(../images/Tab_Blue_Right.jpg);
background-repeat: no-repeat;
height: 23px;
width: 6px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.menu_off_l {
background-image: url(../images/Tab_Gray_Left.jpg);
background-repeat: no-repeat;
height: 23px;
width: 6px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.menu_off {
background-image: url(../images/Tab_Gray_Background.jpg);
height: 20px;
font-family:"MS PGOTHIC", "Osaka";
font-size: 12px;
color: #333333;
clear: both;
text-align: center;
width: 105px;
margin: 0;
padding: 3px 0 0 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.menu_off_r {
background-image: url(../images/Tab_Gray_Right.jpg);
background-repeat: no-repeat;
height: 23px;
width: 6px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}


/*-- Sub Menu Style --*/

#oldstyle td.submenu {
background-image: url(../images/Tab_Submenu_Background2.gif);
height: 20px;
font-size: 12px;
color: #FFFFFF;
text-align: center;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

/*-- login info bar Style --*/

#oldstyle .lgnmenu {
background-color: #FFFFCC;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FF6600;
text-align: center;
margin: 0;
padding: 0;
border-collapse: collapse;
}


/*----------------------*/
/* body設定 */
/*----------------------*/

#oldstyle h2.Ptitle {
display: block;
font-size: 16px;
color: #003399; 
font-weight: bold;
line-height: 100%;
margin: 0 0 10px 0;
padding: 4px 0 3px 4px;
border-left: solid 4px #003399;
border-bottom: solid 1px #003399;
background: #F5F5F5;
text-align: left;
}

#oldstyle h2.Ptitle02 {
display: block;
font-size: 16px;
color: #003399; 
font-weight: bold;
line-height: 100%;
margin: 0 0 10px 0;
padding: 4px 0 3px 4px;
border-bottom: solid 1px #003399;
background: #F5F5F5;
text-align: left;
}

#oldstyle h2.Ptitle03 {
display: block;
font-size: 14px;
color: #333333; 
font-weight: bold;
line-height: 100%;
margin: 0 0 5px 0;
padding: 4px 0 3px 4px;
border-bottom: solid 1px #003399;
background: #FFFFFF;
text-align: left;
}

#oldstyle h2.Ptitle_n01 {
background-image: url(../news/img/icon_news_01.gif);
background-repeat: no-repeat;
font-size: 16px;
color: #003399; 
font-weight: bold;
margin: 0 0 10px 0px;
padding: 15px 0 8px 45px;
border-bottom: solid 1px #003399;
/*-background: #F5F5F5;*/
}

#oldstyle .bodyfull {
margin: 0 10px 0 10px;
}

#oldstyle td.w10td {
width: 10px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w20td {
width: 20px;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w75td {
width: 75px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w80td_c {
width: 80px;
clear: both;
text-align: center;
vertical-align: middle;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w140td {
width: 140px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w180td {
width: 180px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w200td {
width: 200px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w250td {
width: 250px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w280td {
width: 280px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w400td {
width: 400px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w420td {
width: 420px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w540td {
width: 540px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w570td {
width: 570px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w575td {
width: 575px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

#oldstyle td.w720td {
width: 720px;
clear: both;
text-align:left;
vertical-align:top;
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
}

/*----------------------*/
/* footer設定 */
/*----------------------*/

#oldstyle .copyright {
background-image: url(../images/Tab_Submenu_Background.jpg);
height: 16px;
font-size: 10px;
color: #FFFFFF;
text-align: center;
padding: 0;
}

#oldstyle .copyright2 {
font-size: 12px;
color: #333333;
text-align: center;
line-height: 140%;
margin-bottom: 15px;
padding: 0;
}

#oldstyle .copyright3 {
font-size: 10px;
color: #333333;
text-align: center;
line-height: 140%;
letter-spacing: 0.03em;
padding: 0;
}

/*----------------------*/
/* module設定 */
/*----------------------*/

/*-- Original title style 01 --*/

#oldstyle .t01 {
display: block;
margin: 30px 0 10px 0;
padding: 4px 0 3px 4px;
border-bottom: dotted 1px #999;
background: #FFF;
text-align: left;
}

#oldstyle .t02 {
display: block;
margin: 0px 0 10px 0;
padding: 0px 0 0px 18px;
border-bottom: dotted 1px #999;
background: #FFF;
text-align: left;
}


/*-- gray box set 01 --*/

.mdltitlegray {
background-image: url(../images/background_gray_gra.jpg);
height: 16px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px none #CCCCCC;
border-left: 1px solid #CCCCCC;
}

#oldstyle .mdlbodygray {
padding: 5px;
margin-bottom: 10px;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

#oldstyle .mdlbodygray02 {
padding: 0px;
margin-bottom: 0px;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

/*-- gray box type 01 --*/

#oldstyle .graybox_t_10 {
margin: 10px 0 0 0;
padding: 2px 5px;
border: 1px solid #CCCCCC;
}

#oldstyle .graybox_t_p10 {
	margin: 0px;
	padding: 15px;
	border: 1px solid #e6e6e6;
	background-color: #fefaec;
	display: block;
	width: auto;
}

/*-- gray box type 02 --*/

#oldstyle .graybox_02 {
padding: 2px 5px;
border: 1px solid #CCCCCC;
}

/*-- gray box type 03 --*/

#oldstyle .graybox_03 {
padding: 0;
border: 1px solid #CCCCCC;
}

/*-- gray box type 04 --*/

#oldstyle .graybox_b_10 {
margin: 0 0 10px 0;
padding: 2px 5px;
border: 1px solid #CCCCCC;
}

#oldstyle .graybox_b_20 {
margin: 0px;
padding: 10px;
border: 1px solid #CCCCCC;
}

/*-- gray box type 05 --*/
#oldstyle .graybox_t_5 {
margin: 5px 0 0 0;
padding: 2px 5px;
border: 1px solid #CCCCCC;
}

#oldstyle .graybox_t_5b {
margin: 0 0 0 0;
padding: 2px 5px 2px 5p;
border: 1px solid #CCCCCC;
}


/*-- orange box set 01 --*/

#oldstyle .mdltitleorange {
background-image: url(../images/background_orange_gra.jpg);
height: 16px;
border-top: 1px solid #FFCC00;
border-right: 1px solid #FFCC00;
border-bottom: 1px none #FFCC00;
border-left: 1px solid #FFCC00;
}

#oldstyle .mdlbodyorange {
padding: 5px;
margin-bottom: 10px;
border-right: 1px solid #FFCC00;
border-bottom: 1px solid #FFCC00;
border-left: 1px solid #FFCC00;
}

/*-- orange box set 02 --*/

#oldstyle .titleorange_02 {
padding: 2px 5px;
background-color: #FF9900;
}

#oldstyle .bodyorange_02 {
padding: 5px;
margin-bottom: 10px;
border-right: 1px solid #FF9900;
border-bottom: 1px solid #FF9900;
border-left: 1px solid #FF9900;
}

/*-- orange box type 01 --*/

#oldstyle .orange_box {
background-color: #FFFFFF;
padding: 2px 5px;
border: 1px solid #FF9900;
}

/*-- orange box type 02 --*/

#oldstyle .orange_box_02{
background-color: #FFFFCC;
margin-bottom: 10px;
padding: 2px 5px;
}

/*-- blue box set 01 --*/

#oldstyle .mdltitleblue {
background-image: url(../images/background_blue_gra.jpg);
height: 16px;
border-top: 1px solid #0099FF;
border-right: 1px solid #0099FF;
border-bottom: 1px none #0099FF;
border-left: 1px solid #0099FF;
}

#oldstyle .mdlbodyblue{
padding: 5px;
margin-bottom: 10px;
border-right: 1px solid #0099FF;
border-bottom: 1px solid #0099FF;
border-left: 1px solid #0099FF;
}

/*-- blue box set 02 --*/

#oldstyle .titleblue_02 {
background-color: #003399;
text-align: center;
color: #FFFFFF;
padding:3px;
}

#oldstyle .bodyblue_02{
padding: 10px 5px;
margin-bottom: 10px;
border-right: 1px solid #003399;
border-bottom: 1px solid #003399;
border-left: 1px solid #003399;
}

/*-- blue box set 03 --*/

#oldstyle .titleblue_03 {
background-color: #6699CC;
text-align: center;
color: #FFFFFF;
font-weight: bold;
padding:3px;
}

#oldstyle .bodyblue_03{
padding: 10px 5px;
margin-bottom: 10px;
border-right: 1px solid #6699CC;
border-bottom: 1px solid #6699CC;
border-left: 1px solid #6699CC;
}

/*-- blue box type 01 --*/

#oldstyle .bluebox_01 {
margin-top: 10px;
border: 1px solid #003399;
}

/*-- blue box type 02 --*/

#oldstyle .bluebox_02 {
padding: 10px;
border: 1px solid #003399;
}

/*-- blue box type 03 --*/

#oldstyle .bluebox_03 {
padding: 5px;
margin-bottom: 10px;
border: 1px solid #003399;
}

/*-- none box type 01 --*/

#oldstyle .mdlbodywhite{
margin-bottom: 10px;
padding: 0 5px 0 5px;
}

/*-- calendar set type 01 --*/

#oldstyle td.caltop {
text-align: center;
width: 23px;
color: #FFFFFF;
background-color: #0099FF;
font-size: 10px;
padding: 2px 0 2px 0;
margin: 1px;
border: 1px solid #CCCCCC;
border-collapse: collapse;
line-height: 100%;
}

#oldstyle td.calday {
text-align: center;
width: 23px;
color: #333333;
background-color: #FFFFFF;
font-size: 10px;
padding: 2px 0 2px 0;
margin: 1px;
border: 1px solid #CCCCCC;
border-collapse: collapse;
line-height: 100%;
}

#oldstyle td.calholiday {
text-align: center;
width: 23px;
color: #333333;
background-color: #D5EEFF;
font-size: 10px;
padding: 2px 0 2px 0;
margin: 1px;
border: 1px solid #CCCCCC;
border-collapse: collapse;
line-height: 100%;
}

#oldstyle td.calholiday_info {
text-align: center;
width: 15px;
color: #333333;
background-color: #D5EEFF;
font-size: 10px;
padding: 0;
margin: 0px;
border: 1px solid #CCCCCC;
border-collapse: collapse;
line-height: 100%;
}

#oldstyle td.calday_info {
text-align: center;
width: 35px;
color: #333333;
background-color: #FFFFFF;
font-size: 10px;
padding: 1px 0 1px 0;
margin: 0px;
border: 1px solid #CCCCCC;

line-height: 100%;
}

/*-- News Windows (images &amp; text set 01) --*/

#oldstyle .boxnw001 {
width: 418px;
border: 1px solid #003399;
}

#oldstyle .boxnw002 {
width: 418px;
background-color: #EFEFEF;
border-top: 1px none #003399;
border-right: 1px solid #003399;
border-bottom: 1px solid #003399;
border-left: 1px solid #003399;
padding-bottom: 2px;
margin-bottom: 10px;
}

/*-- whatsnew set width 420 --*/

#oldstyle .title420gray001 {
background-image: url(../images/whats_new_title001.jpg);
height: 18px;
width: 420px;
}

#oldstyle .title460gray001 {
background-image: url(../images/whats_new_title002.gif);
height: 18px;
width: 460px;
}

#oldstyle .box420whatsnew {
border: 1px solid #CCCCCC;
text-align: left;
}

/*-- category set width 420 --*/

#oldstyle .title420gray002 {

background-image: url(../images/category_title001.jpg);
height: 18px;
width: 420px;
}

#oldstyle .t_b_2_l_r_10_bg_gray {
background-color: #EFEFEF;
padding: 2px 10px 2px 10px;
}

#oldstyle .t_b_2_l_r_10_bg_white {
background-color: #FFFFFF;
padding: 2px 10px 2px 10px;
}

#oldstyle .box420category001 {
padding: 5px 0px;
border: 1px solid #CCCCCC;
}


/*-- tools list set width 420 --*/

#oldstyle .title420gray003 {
background-image: url(../images/tools_title01.jpg);
height: 18px;
width: 420px;
}

#oldstyle .box420tools001 {
padding: 5px;
border: 1px solid #CCCCCC;
}

/*-- promotion list set width 420 --*/

#oldstyle .title420gray004 {
background-image: url(../images/promotion_title01.jpg);
height: 18px;
width: 420px;
}

#oldstyle .box420promotion001 {
padding: 5px 2px;
border: 1px solid #CCCCCC;
}

/*-- NewsCenter box sub title type 01 --*/

#oldstyle .title570gray004 {
background-image: url(../images/newscenter_subtitle01.gif);
height: 18px;
width: 570px;
}

/*-- NewsRanking box title type 01 --*/

#oldstyle .title240gray001 {
background-image: url(../images/newsrank_title01.gif);
height: 18px;
width: 240px;
}

/*-- Search box set 01 --*/

#oldstyle .title420blue001 {
background-image: url(../images/searchbox_title_001.jpg);
height: 23px;
width: 420px;
}

#oldstyle .box420blue {
padding: 5px 10px;
border: 1px solid #003399;
}

/*-- Search box title type 02 --*/

#oldstyle .title420blue002 {
background-image: url(../images/pcbbox_title_001.jpg);
height: 23px;
width: 420px;
}

/*-- Search box title type 03 --*/

#oldstyle .title420blue003 {
background-image: url(../images/search_title02.gif);
height: 23px;
width: 420px;
}

/*-- Search box title type 04 --*/

#oldstyle .title420blue004 {
background-image: url(../images/bom_title01.gif);
height: 23px;
width: 420px;
}

/*-- Search box title type 05 --*/

#oldstyle .title420blue005 {
background-image: url(../images/pcbbox_title_002.jpg);
height: 23px;
width: 420px;
}

/*-- NewsCenter box title type 01 --*/

#oldstyle .title570blue006 {
background-image: url(../images/newscenter_title01.gif);
height: 23px;
width: 570px;
}

/*-- NewsCenter box title type 02 --*/

#oldstyle .title570blue007 {
background-image: url(../images/newscenter_title02.gif);
height: 23px;
width: 570px;
}

/*-- NewsCenter box title type 03 --*/

#oldstyle .title570blue008 {
background-image: url(../images/newscenter_title03.gif);
height: 23px;
width: 570px;
}

/*-- NewsCenter box title type 04 --*/

#oldstyle .title570blue009 {
background-image: url(../images/newscenter_title04.gif);
height: 23px;
width: 570px;
}

/*-- NewsCenter box title type 05 --*/

#oldstyle .title570blue010 {
background-image: url(../images/newscenter_title05.gif);
height: 23px;
width: 570px;
}

/*-- Search results Title set 01 --*/

#oldstyle p.Rtitle_01 {
font-size: 14px;
font-weight: bold;
margin: 10px 0 0 0;
}

#oldstyle span.Rtitle_01_01 {
font-size: 14px;
font-weight: bold;
margin: 10px 0 0 10px;
height: 20px;
background-color: #AAD5FF;
}

/*-- Search results table set 01 --*/

#oldstyle table.RBox_01 {
margin: 10px 0 0 0;
border-top: 1px solid #999999;
border-right: 1px none #999999;
border-bottom: 1px none #999999;
border-left: 1px solid #999999;
padding: 0;
}

#oldstyle td.RBoxtd_01_n {
font-size: 12px;
color: #000000;
background-color: #cccccc;
padding: 2px 5px;
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_01 {
font-size: 12px;
color: #FFFFFF;
background-color: #999999;
padding: 2px 5px;
text-align: center;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px none #CCCCCC;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_02 {
font-size: 12px;
background-color: #FFFFFF;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px none #CCCCCC;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_02_c {
font-size: 12px;
text-align: center;
background-color: #FFFFFF;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px none #CCCCCC;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_02_c_2 {
font-size: 12px;
text-align: center;
background-color: #FFFFFF;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px solid #CCCCCC;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_02_r {
font-size: 12px;
text-align: right;
background-color: #FFFFFF;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px none #CCCCCC;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_02_c_B {
font-size: 12px;
text-align: center;
font-weight: bold;
background-color: #FFFFFF;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px none #CCCCCC;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_02n {
font-size: 12px;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px solid #CCCCCC;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_02n_del {
font-size: 12px;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px solid #CCCCCC;
white-space: nowrap;
background-color: #C0C0C0;
margin: 0;
}

/*-- add_s 080916 --*/

#oldstyle td.RBoxtd_01_03 {
font-size: 12px;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px none #CCCCCC;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_03_c {
font-size: 12px;
text-align: center;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px none #CCCCCC;
white-space: nowrap;
margin: 0;
}

#oldstyle td.RBoxtd_01_03_c_2 {
font-size: 12px;
text-align: center;
padding: 2px 5px;
border-top: 1px none #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px solid #CCCCCC;
white-space: nowrap;
margin: 0;
}

/*-- add_e 080916 --*/

#oldstyle td.RBoxtd_02_n {
font-size: 12px;
color: #000000;
background-color: #cccccc;
padding: 2px 5px;
border-top: 1px none #999999;
border-right: 1px none #999999;
border-bottom: 1px none #999999;
border-left: 1px none #999999;
white-space: nowrap;
margin: 0;
}

/*-- Search results table set 02 --*/

#oldstyle td.orangebox_01 {
margin: 0;
padding: 0px 2px;
border: 1px solid #FF6600;
background-color: #FF9900;
}

#oldstyle td.orangebox_02 {
margin: 0;
padding: 0px 2px;
border: 1px solid #FF6600;
}

#oldstyle td.orangebox_03 {
margin: 0;
padding: 0px 2px;
border: 1px solid #FF6600;
background-color: #FFFFCC;
}

/*-- category search title type 01 --*/

#oldstyle .cst01 {
padding: 3px;
background-color: #F2F2F2;
border-top: #CCCCCC solid 1px;
border-right: #CCCCCC solid 1px;
border-left: #CCCCCC solid 1px;
width: 112px;
}

/*-- category search title type 02 --*/

#oldstyle .cst02 {
padding: 3px;
background-color: #F2F2F2;
border-top: #CCCCCC solid 1px;
border-right: #CCCCCC solid 1px;
border-left: #CCCCCC solid 1px;
width: 152px;
}

/*-- category search title type 03 --*/

#oldstyle .cst03 {
padding: 3px;
background-color: #F2F2F2;
border-top: #CCCCCC solid 1px;
border-right: #CCCCCC solid 1px;
border-left: #CCCCCC solid 1px;
width: 232px;
}

/*-- category search type 01 --*/

#oldstyle select.cs01 {
margin: 0;
padding: 0;
background-color: #FFFFFF;
border:#CCCCCC solid 1px;
width:120px;
height:100px;
}

/*-- category search type 02 --*/

#oldstyle select.cs02 {
margin: 0;
padding: 0;
background-color: #FFFFFF;
border:#CCCCCC solid 1px;
width:160px;
height:100px;
}

/*-- category search type 03 --*/

#oldstyle select.cs03 {
margin: 0;
padding: 0;
background-color: #FFFFFF;
border:#CCCCCC solid 1px;
width:240px;
height:60px;
}


/*-- university co-op. title type 01 --*/

#oldstyle .mdlunivtitle {
color: #FFFFFF;
background-color: #339900;
padding: 2px;
}

/*-- university co-op. title type 02 --*/

#oldstyle .univtitle_02 {
background-image: url(../images/land_bg_001.jpg);
text-align: center;
margin-bottom: 20px;
}

/*-- university co-op. box set 01 --*/

#oldstyle .mdlunivbody {
padding: 5px;
margin-bottom: 10px;
background-color: #FFFFCC;
border: 1px solid #339900;
}

#oldstyle .univheader {
background-color: #339900;
border: none;
color: #FFFFFF;
padding: 0 5px 0 5px;
}

/*-- privacy page --*/

#oldstyle .privacy_title {
background-color: #6699CC;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align: left;
padding: 5px;
}

/*-- sitemap page --*/

#oldstyle .sitemap_title {
background-color: #003399;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align: left;
padding: 2px 5px;
}

#oldstyle .sitemap_bg {
background-color: #eeeeee;
padding: 5px 10px 5px 10px;
text-align: left;
margin-bottom: 20px;
}

/*-- old chip.css FAQ Style Set --*/

#oldstyle td.faq_large_Title{
background-color: #FFFFFF;
font-weight:bold;
}

#oldstyle td.faq_middle_Title{
background-color: #003399;
color:#FFFFFF;
font-weight:bold;
height:20px;
padding-left:8px;
}

#oldstyle td.faq_small_Title{
background-color: #FFFFFF;
font-weight:bold;
padding-left:16px;
color:#003399;
padding-right:10px;

}

#oldstyle td.faq_msg{
background-color:#FFFFFF;
padding-left:30px;
padding-right:10px;

}

#oldstyle td.faq_btm_msg{
padding-right:10px;
text-align:right;
padding-top:10px;
}

#oldstyle td.faq_btm_msg_top{
padding-right:10px;
text-align:right;
padding-top:10px;
padding-bottom:10px;
}


#oldstyle td.faq_height_01{
height:5px;
}

#oldstyle table.faq_contents{

}

#oldstyle .faq_hr{
background-color:#FFFFFF;
height:1px;
margin-left:10px;
color:#cccccc;
}

/*-- NewsCenter box set 01 

#oldstyle .newsbox01 {
display: block;
margin: 0 0 5px 0;
padding: 5px;
background: #F5F5F5;
text-align: left;
}

#oldstyle .newscat01 {
float: left;
font-size: 10px;
line-height:140%;
color: #FFFFFF; 
margin: 0 0 5px 0;
padding: 1px 5px 1px 5px;
border-left: solid 2px #FF6600;
background: #FF9933;
text-align: center;
}


#oldstyle .newstim01 {
float: left;
font-size: 10px;
color: #666666; 
margin: 0 0 5px 20px;
padding: 1px 5px 1px 5px;
}

#oldstyle .newstit01 {
clear:both;
display: block;
font-size: 12px;
font-weight:bold;
line-height: 140%;
margin: 0 0 5px 10px;
text-align: left;
}

#oldstyle .newsmak01 {
display: block;
font-size: 10px;
color: #666666; 
margin: 0 0 0px 10px;
text-align: left;
}

--*/


/*-- NewsCenter box set 01 --*/

#oldstyle .newsbox01 {
display: block;
margin: 0 0 5px 0;
padding: 5px;
background: #F1FDFE;
text-align: left;
}

#oldstyle .newstit01 {
display: block;
font-size: 12px;
font-weight:bold;
line-height: 140%;
margin: 0 0 5px 0px;
text-align: left;
}

#oldstyle .newstim01 {
display: block;
font-size: 10px;
line-height: 140%;
color: #666666; 
}

/*-- NewsCenter box set 02 --*/

#oldstyle .newsbox02 {
display: block;
margin: 0 0 5px 0;
padding: 5px;
background: #FFFFFE;
text-align: left;
}

/*-- Results narrow title 01 --*/

#oldstyle .ntitle01 {
background-image: url(../images/bg_ntitle_01.gif);
height: 40px;
}

/*-- Results title info 01 --*/
#oldstyle .rtinfo01{
line-height: 140%;
margin-bottom: 20px;
padding-left: 5px;
}

/*-- comparison info 01 --*/
#oldstyle .comparisoninfo01 {
background-image: url(../images/bg_comparison_01.gif);
background-repeat: no-repeat;
padding: 3px 0 0 5px;
font-size: 12px;
width: 445px;
height: 35px;
}

/*-- comparison info 02 --*/
#oldstyle .comparisoninfo02 {
background-image: url(../images/bg_comparison_02.gif);
background-repeat: no-repeat;
padding: 19px 0 7px 5px;
font-size: 12px;
width: 445px;
}

/*-- reSearch box set 01 --*/

.reSearch01 {
margin: 20px 0 20px 0;
padding: 5px;
background: #F9F9DD;
text-align: center;
}

/*-- Results bar 01 --*/
#oldstyle .ResultsBar01 {
background-image: url(../images/bg_result_01.gif);
background-repeat: repeat-x;
padding: 5px 0 0 5px;
font-size: 12px;
width: 100%;
height: 31px;
}

/*-- (new) Search results table set 03 --*/

#oldstyle table.tb_01 {
margin: 0;
padding: 0;
border-top: 1px solid #999999;
border-right: 1px none;
border-bottom: 1px none;
border-left: 1px solid #999999;
}

#oldstyle table.tb_01t10 {
margin: 10px 0 0 0;
padding: 0;
border-top: 1px solid #999999;
border-right: 1px none;
border-bottom: 1px none;
border-left: 1px solid #999999;
}

#oldstyle table.tb_01b10 {
margin: 0 0 0 0;
padding: 0;
border-top: 1px solid #999999;
border-right: 1px none;
border-bottom: 1px none;
border-left: 1px solid #999999;
}

#oldstyle th.td_01t, #oldstyle td.td_01t {
background-color: #cccccc;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}


#oldstyle th.td_01tb{
background-color: #efefef;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle td.td_01 {
background-color: #FFFFFF;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle td.td_01ef {
background-color: #EFEFEF;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle td.td_01l {
background-color: #FFFFFF;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: left;
}

#oldstyle td.td_01r {
background-color: #FFFFFF;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 10px;
color: #333333;
text-align: right;
}

#oldstyle td.td_01b {
background-color: #FFFFFF;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
font-weight: bold;
color: #333333;
text-align: center;
}

/*-- (new) Search results table set 04 --*/

#oldstyle table.tb_02 {
margin: 0;
padding: 0;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px none;
border-left: 1px solid #999999;
}

#oldstyle td.td_02ef {
background-color: #EFEFEF;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
width: 55px;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle td.td_02l {
background-color: #FFFFFF;
border-top: 1px none;
border-right: 1px none;
border-bottom: 1px solid #999999;
border-left: 1px none;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle td.td_02l2 {
background-color: #FFFFFF;
border-top: 1px none;
border-right: 1px none;
border-bottom: 1px solid #999999;
border-left: 1px none;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: left;
}

#oldstyle td.td_02r {
background-color: #FFFFFF;
border-top: 1px none;
border-right: 1px none;
border-bottom: 1px solid #999999;
border-left: 1px none;
margin: 0;
padding: 2px 5px;
font-size: 10px;
color: #333333;
text-align: right;
white-space: nowrap;
}

#oldstyle th.td_03t, #oldstyle td.td_03t {
background-color: #cccccc;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle th.td_03t_2, #oldstyle td.td_03t_2 {
background-color: #cccccc;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle td.td_03 {
background-color: #FFFFFF;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle td.td_03_2 {
background-color: #FFFFFF;
border-top: 1px none;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle td.td_03_3 {
background-color: #FFFFFF;
border-top: 1px none;
border-right: 1px none;
border-bottom: 1px solid #999999;
border-left: 1px none;
white-space: nowrap;
margin: 0;
padding: 2px 5px;
font-size: 12px;
color: #333333;
text-align: center;
}

#oldstyle th.td_04t, #oldstyle td.td_04t {
background-color: #EFEFEF;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
white-space: nowrap;
margin: 0;
padding: 1px 1px;
font-size: 12px;
text-align: center;
}

#oldstyle th.td_04t_2, #oldstyle td.td_04t_2 {
background-color: #EFEFEF;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #EFEFEF;
border-left: 1px solid #EFEFEF;
white-space: nowrap;
margin: 0;
padding: 1px 1px;
font-size: 12px;
text-align: center;
}

#oldstyle th.td_04t_3, #oldstyle td.td_04t_3 {
background-color: #EFEFEF;
border-top: 1px solid #EFEFEF;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #EFEFEF;
border-left: 1px solid #EFEFEF;
white-space: nowrap;
margin: 0;
padding: 1px 1px;
font-size: 12px;
text-align: center;
}

#oldstyle th.td_04t_4, #oldstyle td.td_04t_4 {
background-color: #EFEFEF;
border-top: 1px solid #EFEFEF;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #EFEFEF;
white-space: nowrap;
margin: 0;
padding: 1px 1px;
font-size: 12px;
text-align: center;
}

#oldstyle th.td_04, #oldstyle td.td_04 {
border-top: 1px solid #FFFFFF;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
white-space: nowrap;
margin: 0;
padding: 1px 1px;
font-size: 12px;
}

#oldstyle th.td_04_2, #oldstyle td.td_04_2 {
border-top: 1px solid #FFFFFF;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
white-space: nowrap;
margin: 0;
padding: 1px 1px;
font-size: 12px;
text-valign: top;
}

#oldstyle th.td_04_3, #oldstyle td.td_04_3 {
border-top: 1px solid #FFFFFF;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #FFFFFF;
white-space: nowrap;
margin: 0;
padding: 1px 1px;
font-size: 12px;
text-valign: top;
}


</pre></body></html>