/* Start of CMSMS style sheet 'jica_main' */
/* layout (2column liquid main content and fixed side menubar) */
div#content {
  background: url(/images/landscape.gif) no-repeat right bottom;
}
div#main {
  float: right;
  width: 100%;
  margin-left: -210px;
  margin-right:0;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
div#contentcontainer {
  margin-left:210px;
}

div#sidebar {
  float: left;
  width: 200px;
}


/* sitetitle ----------------------------------------------------------- */
div#header, div#header h1 {
        height: 50px;
}
div#header {
        /* background: url(/images/title_bg.png) no-repeat 230px top; */
}
div#header h1 {
        float:left;
        width: 220px;
        font-size:110%;
        text-align: left;
}
div#header h1 a {
        background: url("/images/sitelogo.png") no-repeat left;
        display:block;
        height:50px;
        text-decoration:none;
        text-indent:-999em;
}


/* parts ------------------------------------------------------------------ */
div#main h2 {
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 40px;
        font-size: 1.2em;
        background: url(/images/h2_bg.jpg) no-repeat left top;
        border: none; /* reset default css */
        border-bottom: double 3px #90a15b;
}
div#main h3 {
        clear: both;
        font-size: 1.1em;
}

div#main h3, div#main dt {
        clear: both;
        background: url(/images/16-cube-green.png) no-repeat left 50%;
        margin: 10px;
        margin-top: 20px;
        padding-left: 20px;
        border-bottom: dotted 1px #cbe381;
}
div#main h3 a,
div#main dt a {
  text-decoration: none;
}
div#main h4 {
        clear: both;
        margin-left: 20px;
        font-size: 1.1em;
}
body#chapter_1 div#main h4 {
        margin: 1em 1em 0.5em 20px;
        border-bottom: double 3px #D9EF95;
        background: url(/images/bullet_green.png) no-repeat left 50%;
        padding-left: 16px;
}
div#main h4.dot {
        background: url(/images/bullet_blue.gif) no-repeat left 50%;
        padding-left: 16px;
}
body#chapter_1 div#main h4 a {
        text-decoration: none;
}
div#main p {
        margin-left: 30px;
        margin-right: 20px;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
}
div#main ul, div#main ol, div#main dl {
        margin: 0 30px;
}
div#main dl ul li {
        margin: 0;
}
div#main ul li {
        margin-bottom: 0.5em;
}
div#main dt {
        margin-top: 1em;
}
div#main dd {
        margin-left: 2em;
        margin-bottom: 0.7em;
}
div#main table {
        margin-left: 40px;
        margin-bottom: 1em;
        margin-right: 3px;
        border-top: solid 1px #90a15b;
        border-left: solid 1px #90a15b;
        border-collapse: collapse;
        line-height: 1.2em;
}
div#main th, div#main td {
        padding: 10px;
        border-right: solid 1px #90a15b;
        border-bottom: solid 1px #90a15b;
}
div#main th {
        background-color: #F1FFBF;
}
div#main td ul, div#main td ol, div#main td dl {
        margin-left: 10px;
}
div#main td ul li, div#main td ol li {
        margin-left: 10px;
}
div#main div.h4container {
  text-align: center;
}
div#main div.h4container h4 {
  float: left;
  clear: none;
  width: 200px;
  margin-top: -10px;
  margin-bottom: 1em;
  background-position: center top;
  background-repeat: no-repeat;
}
div#main div.h4container h4 a {
  display: block;
  width: 100%;
  padding-top: 190px;
}
div#main div.h4container h4 a:hover {
  background-color: transparent;
  color: red;
}
h4#mentalhealth {
  background-image: url(/images/counsel_bg-01.png);
  background-image: url(/images/counsel_mentalhealth_bg.png);
}
h4#career {
  background-image: url(/images/counsel_bg-02.png);
  background-image: url(/images/counsel_career_bg.png);
}
h4#human {
  background-image: url(/images/counsel_bg-03.png);
  background-image: url(/images/program_human_bg.png);
}
#chapter_3 h4#mentalhealth {
  background-image: url(/images/counsel_bg-04.png);
}
#chapter_3 h4#career {
  background-image: url(/images/counsel_bg-05.png);
}
#chapter_3 h4#human {
  background-image: url(/images/counsel_bg-06.png);
}



img.member {
  vertical-align: middle;
}


blockquote {
        border-left: none;
}
div#main blockquote.style1 {
  font-size: 90%;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 2em 5em 2em 3em;
  background-image: url(/images/closequote1.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}
div#main blockquote.style1 p {
  text-indent: 23px;
  background-image: url(/images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 1em 0em;
  line-height: 1.5em;
}

blockquote.notepad {
  margin: 2em 5em 2em 3em;
  border-top: solid 1px #eee;
  border-left: solid 30px #F1FFCF;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: url(/images/notepad.png);
  font-size: 1em;
  color: #333;
}
blockquote.notepad .quoteopen {
  background: url(/images/openquote1.gif) no-repeat left top;
  padding-left: 15px;
}
blockquote.notepad .quoteclose {
  background: url(/images/closequote1.gif) no-repeat right bottom;
  padding-right: 15px;
}
body#chapter_1 div#main blockquote.notepad h4,
body#chapter_2 div#main blockquote.notepad h4 {
  background: none;
  margin: 1em 1em 0.5em 20px;
  padding-left: 0;
  border-bottom: 3px double #D9EF95;
}


pre {
        background-color: #EFFFFF;
        margin: 2em;
        padding: 1em;
        width: 80%;
        border-color: #E0EFEF;
        color: #333;
}
caption {
        text-align: left;
        margin-left: 0;
        margin-bottom: 3px;
        background: url(/images/16-cube-green.png) no-repeat left 50%;
        padding-left: 20px;
}
form {
       margin-left: 30px;
}
em {
        color: red;
}

/* custum parts ----------------------------------------------------------------- */
div#main ul.voice {
  list-style-type: none;
  line-height: 2em;
}
div#main ul.voice li {
  margin-bottom: 0;
  background: url(/images/fukidashi.gif) no-repeat left top;
  padding: 10px 0 5px 50px;
}
div#main ul.voice ul {
  line-height: 2em;
}
div#main ul.voice ul li {
  background-image: none;
  padding: 0;
}

div#main ul.voicetop ul {
        margin-left: 0;
        padding: 10px;
        padding-left: 30px;
        border: solid 1px #cbe381;
        background: url(/images/fukidashi.gif) no-repeat 3px top;
}
table.contact {
        float: right;
        margin-right: 20px;
}
div#main div.nextlink {
        clear: both;
        font-size: 90%;
}

div#main div.imagecontainer {
  margin: 5px 20px;
  width: auto;
}
* html div#main div.imagecontainer {
  margin: 0px 0px;
  width: auto;
}

div#main div.imagecontainer.left {
  float: left;
}
div#main div.imagecontainer.right {
  float: right;
}
* html div#main blockquote div.imagecontainer.left,
* html div#main blockquote div.imagecontainer.right {
  float: none;
  text-align: center;
}
div#main div.imagecontainer img {
  border: solid 1px #ccc;
}
div#main div.imagecontainer a:hover{
  background:transparent;
}
div#main div.imagecontainer .caption {
  font-size: 90%;
  padding: 3px;
  width: auto;
  text-align: center;
}
div#main .formember {
  background: url(/images/member.png) no-repeat left 50%;
  padding-left: 27px;
}
div#main .forstaff {
  background: url(/images/gear.png) no-repeat left 50%;
  padding-left: 50px;
  padding-top: 5px;
}
h3 span.formember {
  margin-left: 1em;
  padding-top: 7px;
  font-size: 90%;
}
div#main p.comment,
div#main div.comment,
div#main span.comment {
  font-size: 90%;
}

ul.newslist .new {
  padding: 2px;
  font-size: 90%;
  color: red;
}
div#main .tablecomment {
  margin-top: -1em;
  margin-left: 40px;
  margin-bottom: 1.1em;
  font-size: 90%;
}
div#main ul.indexmenu {
  font-size: 90%;
}
div#main ul.indexmenu.content {
  margin: 0.5em 0 30px 1em;
}
div#main ul.indexmenu.content li {
  display: inline;
  list-style: none;
  margin: 0 1em;
}
div#main ul.indexmenu.content li a {
  background: url(/images/arrow_B_ver1.gif) no-repeat left 50%;
  padding-left: 12px;
} 
div#main ul.cols {
  float: left;
  width: 40%;
}

div#main a.tooltip {
  color: #395D73;
  text-decoration: underline;
  background: url(/images/16-comment-square-question_16x16.png) no-repeat right 50%;
  padding-right: 18px;
  margin-right: 3px;
}
div#main a.tooltip:hover {background-color: #fff;}
div#main a.tooltip span {display:none; padding:2px 3px; margin-left:10px; width:300px;text-decoration:none;z-index:100;}
div#main a.tooltip:hover span {display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}


p.contact {
  border: solid 1px #cbe381;
  padding: 5px;
  background: url(/images/leaf1.png) no-repeat 5px 3px;
  padding-left: 33px;
}
dd.contact span,
p.contact span {
  margin-right: 0.5em;
}
dd.contact {
  background: url(/images/leaf1.png) no-repeat left 50%;
  padding-left: 30px;
}
.phone {
  background: url(/images/telephone.png) no-repeat left 50%;
  padding-left: 20px;
}
.fax {
  background: url(/images/kfax.png) no-repeat left 50%;
  padding-left: 20px;
}
.address {
  background: url(/images/stock_mail-accounts.png) no-repeat left top;
  padding-left: 20px;
}
.access {
  background: url(/images/action_forward.gif) no-repeat left 50%;
  padding-left: 20px;
}
.email,
address a {
  background: url(/images/email.png) no-repeat left 3px;
  padding-left: 20px;
}
.pc {
  background: url(/images/computer.png) no-repeat left 50%;
  padding-left: 20px;
}
.mphone {
  background: url(/images/phone.png) no-repeat left 50%;
  padding-left: 20px;
}
.lottery {
  background: url(/images/stock_hyperlink-target.png) no-repeat left 50%;
  padding-left: 20px;
}
.orderofarrival {
  background: url(/images/clock.png) no-repeat left 50%;
  padding-left: 20px;
}

.info {
  background: url(/images/info.gif) no-repeat left top;
  padding-left: 22px;
}
.info32 {
  background: url(/images/info32.png) no-repeat 10px 50%;
  border: dotted 1px #599EEF;
  padding: 10px;
  padding-left: 50px;
}
.info32 ul {
  padding:5px;
  padding-left: 40px;
}
div#main .info32 ul {
  margin-left: 0;
  padding-left: 0;
}
div#main div.info32 {
  margin-right: 10px;
}
span.info32 {
  margin: 1em;
}
span.info32.invert {
  padding: 10px;
  padding-left: 50px;
  margin: 1em;
  background-color: #47548F;
  color: white;
  font-weight: bold;
  border: double 3px #599EEF;
}
div#main ul.info32 {
  margin-bottom: 1em;
}
span.open {
  background: url(/images/flag_blue.png) no-repeat left 50%;
  padding-left: 20px;
}
.rimmed {
  border: solid 1px #ccc;
  padding: 3px;
  margin: 3px;
}
.notice {
  background: url(/images/attention.gif) no-repeat left top;
  padding-left: 22px;
}
.red {
  color: red;
}
img.zoom {
  vertical-align: middle;
}
a.go {
  margin-left: 1em;
  background: url(/images/arrow_B_ver1.gif) no-repeat left 50%;
  padding-left: 12px;
  text-decoration: none;
}
a.external {
  background: url(images/cms/external.gif) no-repeat right 50%;
  padding-right: 12px;
}
.note {
  font-size: 90%;
  color: #666;
}
.tablenote {
  margin-left:40px;
}
.largefont {
  font-size:150%;
  font-weight:bold;
  margin-right:0.3em;
}
div#main div.p_div {
  margin: 1em auto;
  width: 6em;
  color: #96BF17;
  font-weight: normal;
  font-size: 1.5em;
  font-family: "Comic Sans MS", Sans-serif;
}

div#main ul.notice32,
div#main ul.youseimsg {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: dotted 1px #999;
}
div#main ul.notice32,
div#main ul.youseimsg.notice {
  border-color: orange;
  background: url(/images/alert.png) no-repeat 5px 50%;
  padding-left: 15px;
}
div#main table a.xlsBtn {
margin-left:10px;
}
div#main a.xlsBtn span {
background:transparent url(/images/xlsbtn_bg.png) no-repeat scroll left center;
}

/* footer */
div#footer address {
  width: 100%;
  padding:3px;
  text-align: center;
  font-size: 90%;
}
div#footer p.copy {
  width: 100%;
  text-align: center;
}
div#footer p.lastmod {
 margin: 0 22em; 
 text-align: center;
}


/* categories */
#chapter_2 #main h4 {
  background: url(/images/bullet_green.png) no-repeat left 50%;
  padding-left: 20px;
}

/* business */
#chapter_12 #main h2,
#chapter_3 #main h2 {
  border-color: #777DBF;
}
#chapter_12 #main h3,
#chapter_3 #main h3 {
  background-image: url(/images/16-cube-blue.png);
  border-color: #AFB7FF;
}
table.seminar_biz {
  width: 80%;
}
table.seminar_biz th.label {
  width: 6em;
}
table.seminar_biz td {
  vertical-align: top;
}
div#main table.seminar_biz li {
  margin-bottom: 0.1em;
}
#chapter_3 #main table,
#chapter_3 #main table th,
#chapter_3 #main table td,
#chapter_12 #main table,
#chapter_12 #main table th,
#chapter_12 #main table td {
  border-color: #777DBF;
}
#chapter_3 #main table th,
#chapter_12 #main table th {
  background-color: #AFB7FF;
}
#chapter_3 #main table caption {
  background-image: url(/images/16-cube-blue.png);
}
#chapter_3 div#main h3#others {
  margin-top: 2em;
}
div#main h4#contact {
  margin-top: 2em;
  margin-bottom: 0;
}
#chapter_12 p.contact,
#chapter_3 p.contact {
  border-color: #AFB7FF;
  margin-top:0;
}
#chapter_3 div.lead {
  margin-right: 20px;
  padding-right: 200px;
  background-repeat: no-repeat;
  background-position: right -15px;
  min-height: 180px;
}
.h4container h4 {
}
div#main .seminar_biz_appeal dt {
  clear: left;
  float: left;
  width: 4em;
  margin-top: 0;
}
  /* IE7, IE8 */
*+html>/**/body div#main .seminar_biz_appeal dt,
*+html>/**/body div#main .seminar_biz_appeal dd {
  margin-bottom: 4px;
}
*:first-child+html div#main .seminar_biz_appeal dt,
*:first-child+html div#main .seminar_biz_appeal dd {
  margin-bottom: 4px;
}
div.rimmed.approved {
  border: dotted 1px #777DBF;
  margin-left: 30px;
  margin-right: 20px;
  background: url(/images/award_red.png) no-repeat 3px 3px;
  padding-left: 30px;
}
div#main div.rimmed.approved h4 {
  margin-left: 30px;
}

/* counseling */
#chapter_4 #main h2 {
  border-color: #EFB859;
}
#chapter_4 #main h3 {
  background-image: url(/images/16-cube-orange.png);
  border-color: #FFDC9F;
}
#chapter_4 #main table,
#chapter_4 #main table th,
#chapter_4 #main table td {
  border-color: #EFB859;
}
#chapter_4 #main table th {
  background-color: #FFDC9F;
}
#chapter_4 #main table caption {
  background-image: url(/images/16-cube-orange.png);
}
#chapter_4 p.contact {
  border-color: #FFDC9F;
}

/* user login */
form#m8moduleform_1 fieldset {
  margin: 20px;
  padding: 5px;
  padding-right: 30px;
  width: 350px;
  text-align: right;
}
form#m8moduleform_1 fieldset * {
  margin-right: 0;
}
form#m8moduleform_1 legend {
  padding: 3px;
}
form#m8moduleform_1 img.captchapict {
  border: double 3px #999;
  margin-top: 10px;
}

/* news */
div#main div#NewsPostDetailContent {
  margin-top: 0.5em;
  background: url(/images//fading_corner_3.png) no-repeat left top;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* shibuchou msg */
p.city_r {
clear:left;height:108px;background:url(/images/tokyocity.jpg) no-repeat right bottom;padding-right: 340px;
}
p.ginko_b {
background:url(/images/ginko6.jpg) no-repeat center bottom;padding-bottom: 30px;
}
body#chapter_6 div.sectioncontainer {
  background-position: right -20px;
  background-repeat: no-repeat;
  padding-right: 190px;
  height: 170px;
}
body#chapter_6 div#career.sectioncontainer {
  background-image: url(/images/counsel_career_bg.png);
}
body#chapter_6 div#mentalhealth.sectioncontainer {
  background-image: url(/images/counsel_mentalhealth_bg.png);
}
body#chapter_6 div#human.sectioncontainer {
  background-image: url(/images/program_human_bg.png);
  height: 180px;
}
a.bluebtn,
a.graybtn {
  padding: 8px 10px 12px 40px;
  text-decoration: none;
}
a.graybtn {
  background: url(/images/GrayLinkBtn1.png) no-repeat left top;
  cursor: default;
  color: #666;
}
a.bluebtn {
  background: url(/images/BlueLinkBtn1.png) no-repeat left top;
  color: #00F;
}
div#main p.webnews {
  font-size:120%;
  color:#088F00;
  border:dotted 1px #599EEF;
  padding:5px;
  width:25em;
  background:#EFF6FF url(/images/body_mask.png)
}
div#main p.webnews span {
  background:url(/images/applications-internet.png) no-repeat 5px 50%;
  padding:5px 0 5px 45px;
}
ol ol {
  list-style: lower-roman;
}
ul.documents {
  list-style: none;
}
div#main ul.documents li {
  margin-bottom: 15px;
}
ul.documents li a {
  background: url(/images/pdf.png) no-repeat left 50%;
  padding: 12px 0 3px 34px;
}

div#main dl.faq {
  margin-bottom: 3em;
  background-color: #DFF7FF;
background: #DFF7FF url(/images/body_mask.png) repeat scroll 0 0;
  border: dotted 1px #ccc;
  padding: 1em ;
  padding-bottom: 1px;
}
div#main dl.faq dt,
div#main dl.faq dd {
  background-color: white;
  margin:0;
  border-right: solid 1px #ddd;
}
div#main dl.faq dt {
  background-image: url(/images/fukidashi.gif);
  background-position: 5px top;
/*  padding-left: 70px; */ 
  padding-left: 10px; 
  padding-top: 19px; 
  color: #475F35;
/*  text-indent: -4.5em; */
}
div#main dl.faq dt span {
  font-size: 150%;
  font-weight: bold;
  color: #6D7F5F;
}
div#main dl.faq dd {
  padding: 1em 4.5em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ddd;
}

/* topic_banner link ------------------------------------ */
a.banner_L {
  display: block;
  width: 390px;
  height: 60px;
}
.banner_L {
  background: #ccc url(/images/stripe_gray60.png) repeat-x bottom;
}
.banner_L.blue {
  background: #81A9C9 url(/images/stripe_blue60.png);
}
.banner_L img {
  border: 3px double white;
}

/* imagecontainer in blockquote on news  for IE6 */


/* checklist */
ul.checklist,
ol.checklist {
  list-style-image: url(/images/checked_16x16.gif);
}
ul.checklist ol,
ol.checklist ol {
  list-style-type: decimal;
}

.big {
  font-size: 120%;
  font-weight: bold;
  color: #333;
}

img.entry-pay {
  margin-right: 0.5em;
  border: dotted 1px #ccc;
  vertical-align: baseline;
}
/* End of 'jica_main' */

/* Start of CMSMS style sheet 'jica_nav' */
/* utt menu ------------------------------------------------------------- */
div#header div.uttmenu {
        clear: right;
        float: right;
        width: auto;
        font-size: 90%;
        background: url(/images/utt_bg.gif) no-repeat left bottom;  /* you can change on themes */
        padding-left: 27px;
}
div#header div.uttmenu ul {
        width: auto;
        list-style: none;
        margin-top: 0;
        padding: 3px 5px 7px 0;
        background: #eee;   /* you can change on themes */
}
div#header div.uttmenu ul li {
       display: inline;
       padding: 2px 5px 5px;
}
div#header div.uttmenu ul h3 {
       display: inline;
       font-size: 100%;
       background: #ffc95f;
}
div#header div.loginout {
       clear: right;
       float: right;
       padding-top: 7px;
       font-size: small;
}
div#header div.loginout span {
       padding: 7px 5px 3px;
}
div#header span#loginlink {
}

/* main menu ------------------------------------------------------------ */
#menu_vert {
}
#menuwrapper {
       border-left: 0;
       border-right: 0;
}



/* topicpath -------------------------------------------------------------- */
div#main div.breadcrumbs {
        clear:right;
        padding:0;
        border-bottom:none;
        font-size:90%;
        color: #666;
}
div#main div.breadcrumbs span.lastitem {
        font-size: 100%;
        font-weight: normal;
}


/* End of 'jica_nav' */

/* Start of CMSMS style sheet 'jica_reset' */
* {
  font-weight:normal;
  font-style:normal;
}
html {
  margin:0;
  padding:0;
  font-weight:normal;
  font-style:normal;
}
body {
  margin:0;
  padding:0;
  font-size: 90%;
}
html, body {
//  background-color: #EFFFBF;
  background-image: url(/images/body_mask.gif);
}

em {
  font-style: normal;
  font-weight: bold;
}

div#pagewrapper {
  background-color:#FFFFFF;
  border-top: none;
  border-left: double 3px #999;
  border-right: double 3px #999;
  border-bottom: solid 1px #90a15b;
  color:black;
  margin:0pt auto;
  max-width:80em;
  min-width:60em;
}

div.breadcrumbs {
  margin:0;
  border-bottom: solid 1px #999;
}
div.breadcrumbs.bottom {
  padding-top: 1em;
}

div#content {
  font-size: 100%;
  background: none; /* side bar background color */
}

div#main h1,
div#main h2,
div#main h3,
div#main h4,
div#main h5,
div#main h6,
div#main h7 {
  border: none;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}

div#main p,
div#main div {
  font-size: 100%;
}

div#footer {
  clear: both;
  margin:0;
  background-color: #fff;
  color: #666;
  border-top: solid 1px #999;
}
div#footer p {
  padding: 2px;
  text-align:left;
}
div#footer p a {
  color: blue;
}
/* End of 'jica_reset' */

/* Start of CMSMS style sheet 'jica_top' */
/* top page */
body#top h2, 
body#top h3, 
body#top h4, 
body#top h5 {
  font-size: 1em;
}
#top div#pagewrapper {
  width: 900px;
}

#top div#header {
  background: none;

}
#top div#header h1 {
  width: 400px;
}
#top div#header h1 a {
  background: url(/images/sitelogo_top.png) no-repeat left 50%;
}
#top div#header div.siteinfo {
  float: right;
  width: 300px;
  margin-top: 7px;
  padding-right: 10px;
  text-align: right;
  color: #666;
  display: none;                         // test
}

/* mein menu */
div#menu_vert {
  border-bottom: double 3px #999;
}

/* symbol image area  (2 cols) */
div#catchcontainer {
  height: 200px;
  border-bottom: solid 1px #999;
  background-color: #999;
}
div#leftcol div.rss div {
}
div#catchcontainer #catch {
  float: left;
  width: 639px;
  height: 100%;
  border-right: solid 1px #ccc;
}
div#catchcontainer #op_area {
  float:right;
  width:260px;
  height: 200px;
  overflow: hidden;
  color: #FFF;
}

div#catch .caption {
  position: relative;
  top: 5px;
  left: 10px;
  font-size: 90%;
}
div#catch .caption span {
  background: url(/images/transbg.png);
}
/* for IE6 */
* html div#catch .caption span {
  background: none;
  filter: glow(color=black);
}
div#catchcontainer #temptopic {
  float: right;
  width: 156px;
  padding: 5px 6px;
}
div#catch .topicbanner img {
  border: double 3px white;
}


/* op_area ---------------------------------------------- */
div#op_area div {
  margin: 7px 10px;
}
#top div#op_area .member span {
  background-color: #eee;
}
#top div#op_area .member img {
    background-color: #eee;
    border: double 3px white;
}
#top div#op_area .member.blue img {
    background-color: #81A9C9;
}
#top div#op_area div.search,
#top div#op_area div.counter {
  margin-right: 3px; 
  padding-bottom: 1px;
  border-bottom: dotted 1px #ccc;
}
#top div#op_area form {
  margin: 0;
}
#top div#op_area form input#free_1 {
  width: 13em;
}
#top div#op_area form input#free_submit {
  font-size: 0.9em;
  padding: 1px;
}
/* IE6, IE7 */
* html #top div#op_area form input#free_1 {
  width: 12em;
}
*:first-child+html #top div#op_area form input#free_1 {
  width: 12em;
}
* html #top div#op_area form input#free_submit {
  font-size: 0.8em;
  padding: 0;
}
*:first-child+html #top div#op_area form input#free_submit {
  font-size: 0.8em;
  padding: 0;
}

#top div#op_area div.search p.search_note {
  text-align: right;
  padding-right: 2px;
}
#top div#op_area div.search p.search_note a {
  text-decoration: none;
  background: url(/images/search.gif) no-repeat left center;
  padding-left: 18px;
}
#top div#op_area div.counter {
  margin-right: 3px;
  padding-right: 4px;
  text-align: right;
}
#top div#op_area div.counter span.num {
  font-family: "Arial Black", Verdana;
  font-style: italic;
  font-size: 1.5em;
}
div#op_area .topicbanner h3 {
  margin: 0;
  width: 150px;
  height: 50px;
  background: url(/images/topicbutton_bg.gif) no-repeat right bottom;
  color: #333;
}
div#op_area .topicbanner.search h3 {
  background: url(/images/topicbutton_find_bg.png) no-repeat right bottom;
}
div#op_area .topicbanner.member h3 {
  background: url(/images/topicbutton_member_bg.png) no-repeat right bottom;
}
div#op_area .siteinfo {
  margin-top:15px;
  margin-bottom: 0;
  letter-spacing: -1px;
}
div#op_area .topicbanner h3 a {
  display: block;
  width: 100px;
  height: 20px;
  padding: 20px 10px 10px 40px;
  text-decoration: none;
}
div#op_area .topicbanner h3 a:hover {
  background: transparent;
  color: red;
}
div#op_area p {
  margin: 0;
  font-size: 90%;
}

/* solutions -----------------------------------------------------*/
#solutions {
  clear: right;
  width: 100%;
  margin:0 auto;
  border-collapse: separate;
  border-spacing: 8px;
  table-layout: fixed;
}
#solutions td {
  border: solid 1px #94A25A;
  vertical-align: top;
}
#solutions td a {
  text-decoration: none;
}
#solutions td p {
  margin:0;
}
#solutions .title {
  background-color: #cee384;
  color: #666;
}
#solutions h2 {
  padding: 5px 5px 0 20px;
  font-size: 1.1em;
  font-weight: bold;
  background: url(/images/16-cube-green.png) no-repeat 2px bottom;
}
#solutions h2 span {
  margin-right: 5px;
  font-size: 13px;
  font-weight: normal;
}
#solutions .title p {
  text-align: center;
  padding-bottom: 2px;
}
#solutions .description p {
  margin:0;
  padding: 3px;
  background: url(/images/arrow_B_ver1.gif) no-repeat 3px 9px;
  padding-left: 14px;
}
#solutions ul {
   margin:5px 5px 5px 5px;
   line-height: 1.2em;
   list-style: none;
}
#solutions ul a {
   padding-left: 20px;
}
#solutions ul.secondary {
   font-size: 90%;
   line-height: 1.4em;
}

#solutions #career {
   background: url(/images/woman.jpg) no-repeat right 120%;
}
#solutions .semtypecontainer1 {
  width:50%;
  float:left;
  border-right:double 3px #CEE384;
}
#solutions .semtypecontainer2 {
  margin-left: 50%;
  margin-right: 55px;
}
/* IE7 */
*:first-child+html #solutions .semtypecontainer1 {
  width:49%;
}
*:first-child+html #solutions .semtypecontainer2 {
  width: 37%;
  margin-left: 0%;
  margin-right: 50px;
  padding-left: 0;
}
/* IE6 */
* html  #solutions .semtypecontainer1 {
  width:49%;
}
* html  #solutions .semtypecontainer2 {
  width: 37%;
  margin-left: 0%;
  margin-right: 50px;
  padding-left: 0;
}
 
#solutions #career h3 {
   margin: 5px 10px 0;
background:transparent url(/images/16-cube-green.png) no-repeat scroll left 50%;
border-bottom:1px solid #CEE384;
font-size:1em;
font-weight:normal;
padding-left:20px;
}
#solutions #career div.search {
  margin: 0;
}
#solutions #career div.search form {
  margin: 0;
}
#solutions #career div.search p {
  margin-left: 6px;
  background-image: url(/images/flag_green.gif);
  background-position: left center;
  padding-left: 20px;
}
#solutions #career div.search input#free_2 {
  width: 17em;
}
/* IE6, IE7 */
* html #solutions #career div.search input#free_2 {
  width: 15em;
}
*:first-child+html #solutions #career div.search input#free_2 {
  width: 15em;
}
*html #solutions #career div.search .search_note {
  background: white;
}

#solutions #career div.search .search_note {
  font-size: 90%;
  background: transparent url(/images/trans_bg_w.png);
}
#solutions #career div.search .search_note a {
  background: url(/images/search.gif) no-repeat left center;
  padding-left: 18px;
}



#solutions #career .semtypecontainer1 h3 {
  background:transparent url(/images/16-cube-blue.png) no-repeat scroll left 50%;
  border-bottom-color: #A0C1DB;
}
#solutions #career ul a {
   background: url(/images/bullet_green.png) no-repeat left 50%;
}
#solutions #career .semtypecontainer1 ul li ,
#solutions #career .semtypecontainer2 ul li{
   margin: 1px 0;
   border:double 3px white;
   padding: 3px;
}
#solutions #career .semtypecontainer1 ul li {
   background: #A0C1DB url(/images/stripe_blue.png) repeat-x;
}
#solutions #career .semtypecontainer2 ul li {
   background: #ACE364 url(/images/stripe_green.png) repeat-x;
}
#solutions #career .semtypecontainer1 ul a,
#solutions #career .semtypecontainer2 ul a {
   background: none;
   padding-left: 0;
   color: white;
}
#solutions #career .semtypecontainer1 ul a:hover,
#solutions #career .semtypecontainer2 ul a:hover {
   color: yellow;
}


#solutions #business {
   background: url(/images/workers.jpg) no-repeat right 100%;
   border-color: #777DBF;
}
#solutions #business h2 {
  background-image: url(/images/16-cube-blue.png);
}
#solutions #business .title {
   background-color: #AFB7FF;
}
#solutions #business ul a {
   background: url(/images/bullet_blue.png) no-repeat left 50%;
}
#solutions #counseling {
   background: url(/images/counselor.jpg) no-repeat right bottom;
   background-position: 120% 130%;
   border-color: #EFB859;
}
#solutions #counseling .title {
   background-color: #FFDC9F;
}
#solutions #counseling h2 {
  background-image: url(/images/16-cube-orange.png);
}
#solutions #counseling ul a {
   background: url(/images/bullet_orange.png) no-repeat left 50%;
}

/* lower 3cols layout */
div#content {
  background: url(/images/landscape.gif) no-repeat right bottom;
}
div#content h3,
div#content h3#blog,
div#content h3#kouzanews,
div#content h3#news {
  font-size: 1em;
  font-weight: normal;
  background: url(/images/16-cube-green.png) no-repeat left 50%;
  padding-left: 20px;
  border-bottom: solid 1px #cee384;
}
div#content h3 {
  background: url(/images/16-cube-green.png) no-repeat left 50%;
}

div#leftcol {
  float: left;
  width: 400px;
}
div#rightcol {
  float: right;
  width: 160px;
}
div#centercol {
  padding-left: 420px;
}

/* center col */
div#centercol h3 {
  margin-right: 10px;
}
div#centercol h3 span,
h3#blog span {
  margin-left: 1em;
  font-size: 90%;
}
div#centercol h3 span a {
  text-decoration: none;
  background: url(/images/arrow_B_ver1.gif) no-repeat left 50%;
  padding-left: 12px;
}

/* blogs */
#leftcol h3#blog {
  margin-left: 5px;
}
div.rss {
  padding-bottom: 1em;
}
div#leftcol div.rss h4,
div#centercol div.rss h4 {
  margin-left:0.5em;
  background: url(/images/pencil.png) no-repeat left bottom;
  padding-left: 23px;
  border-bottom: dotted 1px orange;
}
div#centercol div.rss h4 {
  margin-right: 10px;
}

div.rss div {
  background-repeat: no-repeat;
}
div#leftcol div.rss div {
  background-position: right bottom;
}
div#centercol div.rss div {
  margin-bottom: 1em;
  background-position: 27px bottom;
}
div.rss div#tokyonishi {
  background-image: url(/images/blog_tokyonishi2.png);
}
div.rss div#yamanashi {
  background-image: url(/images/blog_yamanashi2.png);
}
div.rss div#jimu {
  background-image: url(/images/blog_tokyo5.png);
}
div.rss ul.newslist {
  margin-bottom: 0;
  margin-right: 80px;
}
div#centercol div.rss ul {
  padding-left: 110px;
  margin-right: 0;
}

/* right col -> left col (topics) */
form#topics {
  margin: 0 10px 2em 0;
  white-space: nowrap;
}
form#topics button {
  margin: 0;
  padding: 0;
  padding-left: 5px;
width: 220px;
  background: #eeF url(/images/papercorner.png) no-repeat right bottom;
  border: none;
  font-size: 1em;
  text-align: left;
  cursor: pointer;
}
form#topics button h4 {
  width: 190px;
  height: 41px;
  padding-top: 7px;
  background: url(/images/leaf1_blue.png) no-repeat left 50%;
  padding-left: 25px;
  padding-right: 15px;
}
form#topics button.voice h4 {
  width: 137px;
  background: url(/images/fukidashi.gif) no-repeat left 50%;
  padding-left: 50px;
}
form#topics button.notice h4 {
  width: 137px;
  background: url(/images/loudspeaker.gif) no-repeat left 50%;
  padding-left: 52px;
}
/* for IE7 */
*:first-child+html form#topics button {
  margin-right: 5px;
}
/* for IE6 */
* html form#topics button {
  margin-right: 5px;
}
* html form#topics button h4 {
}
* html form#topics button.voice h4 {
}

form#topics button h4 span {
  font-size: 90%;
  color: #666;
  margin-left: 0;
}

form#topics button.banner {
  padding:0;
  margin-right: 1em;
  background: none;
  width: 215px;
  float: left; 
}

/* topics, topics Long -------------------------------------*/
div#topiccontainer {
  height: 66px;
  margin-bottom: 10px;
  width: 475px;
}
ul#topics,
ul#topicsL {
  list-style: none;
}
ul#topics {
  display: inline;
  width: 100%;
}
ul#topicsL li {
  margin: 5px;
  height: 60px;
  overflow: hidden;
}
ul#topics li {
  margin: 0 4px;
  float: left;
  height: 61px;
  width: 226px;
  overflow: hidden;
}
/* IE */
*:first-child+html ul#topics li {
}
* html ul#topics li {
}
ul#topics a,
ul#topicsL a {
  text-decration: none;
}
ul#topics a:hover,
ul#topicsL a:hover {
  background-color:transparent;
}
ul#topics img,
ul#topicsL img {
  border: double 3px white;
}
ul#topics li.blue,
ul#topicsL li.blue {
  background:#81A9C9 url(/images/stripe_blue60.png) repeat-x top;
}
ul#topics li.orange,
ul#topicsL li.orange {
  background:#DBA47F url(/images/stripe_orange60.png) repeat-x top;
}
ul#topics li.green,
ul#topicsL li.green {
  background:#94c259 url(/images/stripe_green60.png) repeat-x top;
}
div#topics li.blank {
  background:#81A9C9 url(/images/banner_blank.png) no-repeat left 50%;
}
ul#topics li.blank {
  background:#81A9C9 url(/images/banner_blank.png) no-repeat center 50%;
  height: 55px;
  width: 220px;
  border: double 3px white;
}
/* IE */
*:first-child+html ul#topics li.blank {
  margin-top: 1px;
  height: 53px;
  border: double 3px #81A9C9;
}
* html  ul#topics li.blank {
  margin-top: 1px;
  height: 53px;
  border: double 3px #81A9C9;
}
ul#topics li.blank a,
ul#topics li.blank a:hover {
  display:block;
  width:175px;
  height: 40px;
  padding: 5px 5px 5px 40px;
  background-color: transparent;
  text-decoration: none;
}
ul#topics li.blank .title {
  color: yellow;
  font-weight: bold;
  line-height: 2em;
}
ul#topics li.blank .desc {
  color: white;
  font-size: 90%;
  white-space: nowrap;
}
ul#topics li.imgcontainer {
  margin-top: 1px;
  text-align: center;
  height: 60px;
  border: ##F4FFCF; 
}
ul#topics li.imgcontainer img {
  border: double 3px #81A9C9;
}


/* End of 'jica_top' */

/* Start of CMSMS style sheet 'theme_seagull' */
/* html, body bg */
html, body {
        background: #EFF9FF url(/images/body_mask.gif);
}


/* header bg photo */
div#header {
        background: url(/images/theme/summer/header_bg.png) no-repeat 230px top;
}
div#catchcontainer {
        background-color: #477EBF; 
}
div#catch {
        background: url(/images/theme/summer/top_symbol.jpg) no-repeat left 50%;
}
div#catch .caption {
        color: #FFF;
}

/* utt menu bg */
div#header div.uttmenu {
        background: url(/images/theme/summer/utt_bg.gif) no-repeat left bottom;
}
div#header div.uttmenu ul {
        background: #e3e6e9;   /* you can change on themes */
}

/* h2 */
div#main h2 {
        margin-top: 3px;
        background:  url(/images/theme/summer/h2_bg.png) no-repeat left top;
        padding-left: 50px;
}

#top div#op_area div.search p.search_note a {
    color: white;
}
#top div#op_area .member img {
    border: double 3px #477EBF;
}
#top div#op_area div.search,
#top div#op_area div.counter {
  border-bottom-color: #BFDCFF;
}


/* End of 'theme_seagull' */

/* Start of CMSMS style sheet 'jica_calendar' */
/* calendar */
table#calendar {
        margin: 5px;
        width: 390px;
        border-top: solid 1px #90a15b;
        border-left: solid 1px #90a15b;
        border-collapse: collapse;
        line-height: 1.2em;
}
table#calendar caption {
        white-space: nowrap;
        margin-left: 10px;
}
/* thead */
table#calendar thead th {
        background-color: #F1FFBF;
        text-align: left;
}
table#calendar thead .prev {
        float: left;
        width: 20px;
        background: url(/images/back.png) no-repeat center center;
        text-indent: -9000px;
        padding: 4px 0;
        cursor: pointer;
}
table#calendar thead .foward {
        float: right;
        width: 20px;
        background: url(/images/forward.png) no-repeat center center;
        text-indent: -9000px;
        padding: 4px 0;
        cursor: pointer;
}
table#calendar thead .ym {
        text-align: center;
        font-size: 110%;
        margin: 0 20px;
}

/* tbody */
div#main table#calendar th, 
div#main table#calendar td,
div#leftcol table#calendar th, 
div#leftcol table#calendar td
{
        padding: 5px;
        border-right: solid 1px #90a15b;
        border-bottom: solid 1px #90a15b;
}
table#calendar th {
        text-align: center;
}
table#calendar tbody th {
        width:1em;
        background-color: white;
}
table#calendar td {
        font-size: 90%;
}
div#main table#calendar td ul,
div#leftcol table#calendar td ul
{
        margin: 0;
        line-height: 1.7em;
}
div#main table#calendar td ul li, 
div#leftcol table#calendar td ul li 
{
        list-style-type: none;
        margin: 0;
        margin-left: 1em;
        text-indent: -0.9em;
}
table#calendar li a {
        background: url(/images/arrow_B_ver1.gif) no-repeat left 2px;
        padding-left: 16px;
        text-decoration: none;
}
/* for IE6 */
* html table#calendar li a {
        background: url(/images/arrow_B_ver1.gif) no-repeat left 5px;
}
table#calendar li.date_on a {
        background-image: url(/images/16-cube-green.png);
}
table#calendar li.sem_entrystart {
        color: green;
}
table#calendar li.sem_entrystart a {
        background-image: url(/images/flag_blue.gif);
}
table#calendar li.sem_entryend {
        color: red;
}
table#calendar li.sem_entryend a {
        background-image: url(/images/flag_red.gif);
}
* html table#calendar td {
        width: 90%;
}

/* holiday */
table#calendar tr.saturday th,
table#calendar tr.sunday th,
table#calendar tr.holiday th {
        background-color: #FDD;
}

/* comment */
div#leftcol div.comment {
  margin-left: 5px;
  margin-bottom: 1.5em;
  font-size: small;
  background: url(/images/info.gif) no-repeat left 50%;
  padding-left: 20px;
}
div#leftcol span.stype {
  font-family: monospace;
  font-size: 90%;
}
div#leftcol div.legend {
  margin: 0 5px 5px 5px;
  border: dotted 1px #90A15B;
  padding: 3px 2px 3px 3em;
  line-height: 1.5em;
  font-size: 85%;
  text-indent: -2.7em;
  color: #666;
}
div#leftcol div.legend a {
  text-decoration: none;
}
div#leftcol div.legend span.stype {
  font-size: 100%;
}
div#leftcol div.legend span.sstate {
  margin-right: 1em;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: left 50%;
}
div#leftcol div.legend span.sem_entrystart {
  background-image: url(/images/flag_blue.gif);
}
div#leftcol div.legend span.sem_entryend {
  background-image: url(/images/flag_red.gif);
}
div#leftcol div.legend span.dete_on {
  background-image: url(/images/16-cube-green.png);
}
div#leftcol div.comment a {
  background: url(/images/arrow_B_ver1.gif) no-repeat left 50%;
  padding-left: 12px;
  text-decoration: none;
}
/* End of 'jica_calendar' */

/* Start of CMSMS style sheet 'jica_news' */
/* what's new etc... */
ul.newslist {
        margin: 5px 20px 20px 20px;
  list-style: none;
}
ul.newslist li {
        margin: 0.5em 3px;
        text-indent: -0.9em;
}
ul.newslist li a,
ul.newslist li a:visited {
        background: url(/images/arrow_B_ver1.gif) no-repeat left 2px;
        padding-left: 12px;
        text-decoration: none;
}
ul.newslist li .note {
  font-size: 90%;
  color: #666;
  white-space: nowrap;
}
ul.newslist li span.new {
  display: none;
}
ul.newslist li.isnew span.new {
  display: inline;
  margin-left: 2px;
  background: url(/images/New_icons_35.gif) no-repeat left 3px;
  padding-left: 30px;
}
ul.newslist.kouza {
  margin-left: 22px;
}
ul.newslist.kouza li {
  text-indent: -1.3em;
}
ul.newslist.kouza li a{
  background-repeat: no-repeat;
  background: position: left 2px;
  padding-left: 18px;
}
ul.newslist.kouza li.undercons a {
  background-image: url(/images/flag_white.gif);
}
ul.newslist.kouza li.open a {
  background-image: url(/images/flag_blue.gif);
}
ul.newslist.kouza li.almostfull a {
  background-image: url(/images/flag_orange.gif);
}
ul.newslist.kouza li.closed a {
  background-image: url(/images/flag_red.gif);
}
ul.newslist.kouza li.canceled a {
  background-image: url(/images/cancel.png);
}
ul.newslist.kouza li a span.stype {
  font-size: 80%;
  font-family: monospace;
  
}

/* kouza notice ------------------------------------------  */
/* top */
#leftcol #notice {
  margin-left: 8px;
}
img.qr {
  margin-left: 1em;
  border: solid 1px #999;
  vertical-align: middle;
}

div#content h3#kouzanotice {
  background-image: url(/images/LED.gif);
  background-position: -3px 0px;
  color: red;
  border-bottom: solid 3px #F96;
  padding-left: 35px;
  padding-top: 10px;
}
div#content h3#kouzanotice span {
  color: black;
  font-size: 90%;
}
div#content h3#kouzanotice span a {
  text-decoration: none;
  background: url(/images/arrow_B_ver1.gif) no-repeat left 50%;
  padding-left: 10px;
}

img.qr_top {
  float: right;
}
div#notice {
  font-size: 1em;
}
div#notice ul.newslist.kouzanewstop li {
  line-height: 1.1em;
}
/* for IE6, 7 */
*+html div#notice ul.newslist.kouzanewstop li,
* html div#notice ul.newslist.kouzanewstop li {
  padding-left: 3px;
}
li.nt {
  list-style-image: url(/images/flag_yellow.png);
}
li.nt1 {
  list-style-image: url(/images/delete.png);
}
li.nt2 {
  list-style-image: url(/images/clock.png);
}
li.nt5 {
  list-style-image: url(/images/date.png);
}

/* kouza notice list */
div#kouzanotice {
  margin-bottom: 2em;
}

div#main div#kouzanotice h3 {
  background-image: url(/images/16-cube-orange.png);
  border-bottom-color: #FFDA2F;
}

div#kouzanotice dl.newslist dt {
  border-bottom: dotted 1px #FFDA2F;
  margin-bottom: 5px;
}
div#kouzanotice dl.newslist dt.nt {
  background-image: url(/images/flag_yellow.png);
}
div#main div#kouzanotice dt.nt1 {
  background-image: url(/images/delete.png);
}
div#main div#kouzanotice dt.nt2 {
  background-image: url(/images/clock.png);
}
div#main div#kouzanotice dt.nt5 {
  background-image: url(/images/date.png);
}
div#kouzanotice dl.newslist div.note {
  font-size: 90%;
}
/* End of 'jica_news' */

