@charset "UTF-8";

/* -------------------- reset -------------------- */

html { margin: 0; padding: 0; }
img { border: none; margin: 0; padding: 0; }
blockquote { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }

*, body, h1, h2, h3, h4, h5, h6, table, p { 
margin: 0; 
padding: 0; 
font-weight: normal; 
list-style-type: none; 
float:none;
line-height: 1.0;
}

table,tr,td,th { border-collapse: collapse; font-weight: normal; }


/* -------------------- helper -------------------- */

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

#anchor00, .skipnav, hr { display: none; }



/* -------------------- links -------------------- */

a { color: #888; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

#globalnav #nav-alphabetically .menulist li a { font-weight: bold; }

#globalnav #nav-categorybased .menulist li a { color: #FFF; font-weight: normal; text-decoration: none; }
#globalnav #nav-categorybased .menulist li a:hover { color: #000; font-weight: normal; text-decoration: none; }

.entry-content ul li a { color: #FF0000; text-decoration: none; }
.entry-content ul li a:hover { color: #000; text-decoration: none; }

.winclose a { color: #FF0000; text-decoration: none; }
.winclose a:hover { color: #000; text-decoration: none; }

a img { border: 0; }


/* -------------------- base layout FR-Glossary -------------------- */

body {
margin: 0;
padding: 0;
color: #232323;
font-family: "ＭＳ Ｐゴシック", Osaka;
text-align: center;
background: #FFF;
}

#wrapper {
margin: 0 auto;
padding: 0;
width: 730px;
text-align: left;
background: #FFF;
border: 1px solid #FFF;
}

#pagebody {
width: 730px;
background: transparent url(/jp/glossary/images/body_ptn.gif) left top repeat-y;
}
.home-top #pagebody { /* -- Newly added on May 8, 2007 -- */
width: 730px;
background: #FFFFFF;
}

#alpha, #beta {
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
}

#alpha { 
width: 163px; 
margin: 0 1px 0 1px; 
padding: 0;
}

#beta { 
width: 565px; 
margin: 0; 
padding: 0;
}


/* ----- header ----- */

#header {
width: 730px;
height: 70px;
background: #FFF;
border-bottom: 2px solid #FF0000;
}

#header .logo {
float: left;
margin: 15px 0 15px 0;
padding: 0 0 0 15px;
}

#header .banner {
float: right;
margin: 15px 0 0 0;
}

#header .banner img { vertical-align: middle; margin-right: 0;}



/* ----- footer ----- */

#footer {
width: 730px;
height: 29px;
border-top: 2px solid #FF0000;
background: #FFF;
}

#footer p {
margin-right: 20px;
text-align: right;
padding: 8px 0 0 0;
}


/* ----- global, sub and functional nav ----- */

#globalnav, #functional-nav { position: relative; }

#globalnav h3,
#functional-nav h3,
#functional-nav .menulist span {
display: none;
}


/* ----- globalnav ----- */

#globalnav {
width: 565px;
height: 56px;
background: #FFF;
}
/* -- only IE --*/
*+html #globalnav {/* This one works for Opera under XML version1.0 */
height: 56px;
}
* html #globalnav {
height: 54px;
}
/* -- only IE --*/


#nav-alphabetically {
width: 565px;
height: 27px;
border-bottom: 1px solid #FF0000;
}
#nav-categorybased {
width: 565px;
height: 27px;
color: #FFF;
border-bottom: 1px solid #FF0000;
background: #FF0000;
}


#globalnav #nav-alphabetically .menulist {
float: left;
padding: 8px 0 0 18px;
width: 547px;
height: 19px;
}
/* -- only IE --*/
*+html #globalnav #nav-alphabetically .menulist {
width: 565px;
}
* html #globalnav #nav-alphabetically .menulist {
width: 565px;
}
/* -- only IE --*/


#globalnav #nav-categorybased .menulist {
float: left;
padding: 7px 0 0 0;
width: 565px;
height: 20px;
}
/* -- only IE --*/
*+html #globalnav #nav-categorybased .menulist {
padding: 8px 0 0 0;
height: 19px;
}
* html #globalnav #nav-categorybased .menulist {
padding: 8px 0 0 0;
height: 19px;
}
/* -- only IE --*/


#globalnav .menulist li {
display: inline;
margin: 0;
padding: 0;
}

#globalnav #nav-alphabetically .menulist li {
padding: 0 21px 0 6px;/* 20110120 add*/
/* padding: 0 23px 0 6px;*/
background: transparent url(/jp/glossary/images/arw_red.gif) left 0.27em no-repeat;
}

#globalnav #nav-categorybased .menulist li {
margin: 0;
padding: 0 0 0 6px;
background: transparent url(/jp/glossary/images/arw_white.gif) left 0.3em no-repeat;
}


#globalnav #nav-categorybased .menulist li.list01 { margin: 0 10px 0 0;
background: transparent url(/jp/glossary/images/arw_white.gif) -5000px top no-repeat; }
#globalnav #nav-categorybased .menulist li.list02 { margin: 0 18px 0 0; }
#globalnav #nav-categorybased .menulist li.list03 { margin: 0 18px 0 0; }
#globalnav #nav-categorybased .menulist li.list04 { margin: 0 13px 0 0; }
#globalnav #nav-categorybased .menulist li.list05 { margin: 0 13px 0 0; }
#globalnav #nav-categorybased .menulist li.list06 { margin: 0 13px 0 0; }


/* ----- glossary top index-nav (add 2011.01.20) ----- */
#indexnav {
width: 525px;
/*width: 565px;*/
height: 56px;
background: #FFF;
}
/* -- only IE --*/
*+html #indexnav {/* This one works for Opera under XML version1.0 */
height: 56px;
}
* html #indexnav {
height: 54px;
}
/* -- only IE --*/


#nav-alphabet {
width: 525px;
/*width: 565px;*/
height: 27px;
/* border-bottom: 1px solid #FF0000;*/
}


#indexnav #nav-alphabet .menuli {
float: left;
padding: 10px 0 0 40px;
/*padding: 8px 0 0 10px;*/
width: 507px;
/*width: 547px;*/
height: 19px;
}
/* -- only IE --*/
*+html #indexnav #nav-alphabet .menuli {
width: 525px;
/*width: 565px;*/
}
* html #indexnav #nav-alphabet .menuli {
width: 525px;
/*width: 565px;*/
}
/* -- only IE --*/

#indexnav .menuli li {
display: inline;
margin: 0;
padding: 0;
}


#indexnav #nav-alphabet .menuli li {
padding: 0 15px 0 5px;
background: transparent url(/jp/glossary/images/arw_red.gif) left 0.27em no-repeat;
}

/* ----- index-page list (add 2011.01.20)  -----*/
#alphabet-index li {
padding: 6px 0 0 8px;
background: transparent url(/jp/glossary/images/arw_red.gif) left 0.9em no-repeat;
}



/* ----- functional-nav ----- */

#functional-nav {
width: 565px;
}
.home-top #functional-nav {
width: 730px;
}

#functional-nav .menulist {
width: 565px;
height: 12px;
margin: 10px 0 0 0;
background: transparent url(/jp/glossary/images/functionalnav_bg.gif) left top no-repeat;
}
.home-top #functional-nav .menulist {
width: 565px;
margin: 10px 0 0 165px;
}

#functional-nav li {
margin: 0;
padding: 0;
position: absolute;
}

#functional-nav .fontl { left: 510px; width: 8px; }
#functional-nav .fontd { left: 518px; width: 6px; }
#functional-nav .print { left: 536px; width: 9px; }
.home-top #functional-nav .fontl { left: 675px; width: 8px; }
.home-top #functional-nav .fontd { left: 683px; width: 6px; }
.home-top #functional-nav .print { left: 701px; width: 9px; }


/* ----- sub-nav ----- */

#alpha .glossary {
width: 162px;
height: 27px;
background: #FFF;
border-bottom: 1px solid #FF0000;
}
#alpha .glossary h2 {
font-weight: bold;
padding: 7px 0 0 8px;
}

#alpha h3 {
font-weight: bold;
padding: 6px 0 0 16px;
background: #FFF url(/jp/glossary/images/sub_line.gif) left top no-repeat;
}


#alpha #subnav {
width: 163px;
}

#alpha #subnav { /* -- Revised on May 8, 2007 -- */
width: 150px;
padding: 5px 0px 20px 10px;
}

#alpha #subnav li { /* -- Revised on May 8, 2007 -- */
padding: 6px 0 0 8px;
background: transparent url(/jp/glossary/images/arw_red.gif) left 0.65em no-repeat;
}


/* -------------------- content -------------------- */

#content {
margin: 20px;
}
.home-top #content {
margin: 20px 110px;
}

#content h1 {
font-weight: bold;
padding: 0 0 0 6px;
margin: 0 0 30px 0;
border-left: 4px solid #FF0000;
}

.entry-content h2 {
font-weight: bold;
padding: 4px 8px 3px 8px;
margin: 0 0 17px 0;
line-height: 1.5;
border: 1px solid #FF0000;
}

.entry-content p {
margin: 0 0 20px 0;
line-height: 1.3;
}

.entry-content ul {
padding: 0 0 25px 10px;
}
.entry-content ul li {
padding: 0 0 0 10px;
line-height: 1.5;
background: transparent url(/jp/glossary/images/arw_red.gif) left 0.45em no-repeat;
}
*+html .entry-content ul li { /* ----- Win Opera -- */
background: transparent url(/jp/glossary/images/arw_red.gif) left 0.3em no-repeat;
}


.entry-content img {
float: right;
margin: 0 0 10px 20px;
}
.home-top .entry-content img {
float: none;
margin: 0;
}
.home-top .entry-content p.link-to {
text-align: center;
margin-bottom: 35px;
}

.winclose {
margin: 10px 0 10px 480px;
padding: 0 0 0 0;
text-align: right;
background: transparent url(/jp/glossary/images/btn_close.gif) left 0.2em no-repeat;
}
.home-top .winclose {
margin: 10px 0 10px 463px;
}



/* -------------------- font size only -------------------- */

*, body, h1, h2, h3, h4, h5, h6, table, p { 
font-size: 100%; 
}

body {
font-size: 80%;
}

#header .banner {
font-size: 75%;
}

#footer p {
font-size: 85%;
}

#globalnav #nav-categorybased .menulist li {
font-size: 100%;
}

#alpha .glossary h2 {
font-size: 120%;
}

#alpha .glossary h3 {
font-size: 120%;
}

#content h1 {
font-size: 140%;
}

.entry-content p {
font-size: 100%;
}
