﻿@charset "utf-8";

/*continer style
---------------------------------*/



/*header style
---------------------------------*/
#Header {
  width: 1002px;
  height: 116px;
  margin: 0 auto;
  color: #FFF;
  position: relative;
}
#Header a {
  color: #FFF;
  text-decoration: none;
}
#Header a.on,
#Header a:hover {
  color: #ff8303;
  text-decoration: none;
}


#Header #Logo {
  top: 35px;
  left: 1px;
  position: absolute;
}
#Header #Logo a {
  width: 168px;
  height: 64px;
  background: url(../images/logo.png) left top no-repeat;
  display: block;
}
#Header #Logo a span {
  display: none;
}


#Header #GlobalMenu {
  width: 807px;
  height: 56px;
  background: url(../images/head_line.png) right bottom no-repeat;
  list-style: none;
  font-size: 12px;
  right: 0;
  bottom: 1px;
  position: absolute;
}
#Header #GlobalMenu li {
  width: 161px;
  height: 56px;
  background: url(../images/head_line.png) left bottom no-repeat;
  text-align: center;
  float: left;
}
#Header #GlobalMenu li a {
  height: 56px;
  text-decoration: none;
  line-height: 70px;
  display: block;
}
#Header #GlobalMenu li a.on,
#Header #GlobalMenu li a:hover {
  background: url(../images/head_back.png) left bottom repeat-x;
  color: #FFF;
}


#Header #SubMenu {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 25px;
  font-size: 12px;
}
#Header #SubMenu p,
#Header #SubMenu ul,
#Header #SubMenu ul li {
  float: left;
}
#Header #SubMenu #FontSize {
  padding: 0 11px 0 28px;
}
#Header #SubMenu .mid a {
  color: #ff8303;
  text-decoration: none;
}
#Header #SubMenu ul {
  border-left: solid 1px #FFF;
  list-style: none;
}
#Header #SubMenu ul li {
  padding: 0 9px;
  border-right: solid 1px #FFF;
}
#Header #SubMenu #Language {
  padding-left: 12px;
}
#Header #SubMenu #SearchButton {
  width: 25px;
  height: 25px;
  margin-left: 20px;
  background: url(../images/icon_search.png) right top no-repeat;
  display: block;
  cursor: pointer;
}
#Header #SubMenu #SearchButton span {
  display: none;
}
#Header #SubMenu #SearchBox {
  width: 350px;
  padding: 10px;
  background-color: #000;
  position: absolute;
  top: 25px;
  right: 0;
  line-height: 1;
  z-index: 100;
}
#Header #SubMenu #SearchBox td {
  margin: 0px;
  padding: 1px 3px;
}


/*content style
---------------------------------*/
#MainVisualArea {
  background: #0c0e3f;
}
#MainVisualArea ul {
  padding: 15px 0 13px 0;
  text-align: center;
  font-size: 12px;
}
#MainVisualArea ul li {
  padding-right: 10px;
  list-style: none;
  color: #FFF;
  display: inline-block;
  /display:inline;
  /zoom:1;
}
#MainVisualArea ul li.on {
  color: #ff8303;
}
#MainVisual > div {
  width: 1002px;
  height: 100%;
}
#MainVisual > div img {
  display: none;
}


#InformationArea {
  background: url(../images/info_back.png) left top repeat-x;
}
#InformationArea a {
  color: #FFF;
  text-decoration: none;
}
#InformationArea a:hover {
  color: #ff8303;
  text-decoration: none;
}
#Information {
  width: 1002px;
  margin: 0 auto;
  background: url(../images/info_back2.gif) left top no-repeat;
}
#Information a:link,
#Information a:visited {
  color: #333;
}
#Information a:hover,
#Information a:active {
  color: #ff8303;
}
#Information ul {
  display: none;
}
#Information #Explanation,
#Information #Seminar,
#Information #News {
  width: 334px;
  float: left;
  position: relative;
}
#Information #Explanation h2,
#Information #Seminar h2,
#Information #News h2 {
  padding: 0 0 0 17px;
  background: url(../images/info_line.png) 1px center no-repeat;
  font-size: 1em;
  line-height: 50px;
}
#Information #Explanation p,
#Information #Seminar p,
#Information #News p {
  position: absolute;
  top: 17px;
  right: 10px;
}
#Information #Explanation p a,
#Information #Seminar p a,
#Information #News p a {
  width: 52px;
  height: 17px;
  background: url(../images/icon_more.png) left top no-repeat;
  display: block;
}
#Information #Explanation p a span,
#Information #Seminar p a span,
#Information #News p a span {
  display: none;
}
#Information #Explanation dl,
#Information #Seminar dl,
#Information #News dl {
  padding: 10px;
  font-size: 85%;
  color: #333;
}
#Information #Explanation dl dt,
#Information #Seminar dl dt,
#Information #News dl dt {
  width: 90px;
  float: left;
}
#Information #Explanation dl dd:after,
#Information #Seminar dl dd:after,
#Information #News dl dd:after {
  content: ""; 
  display: block; 
  clear: both;
}
#Information #Explanation dl dt.zenkoku,
#Information #Seminar dl dt.zenkoku {
  padding-bottom: 15px;
  background: url(../images/icon_zenkoku.gif) left 1.5em no-repeat;
}
#Information #Explanation dl dt.tokyo,
#Information #Seminar dl dt.tokyo {
  padding-bottom: 15px;
  background: url(../images/icon_tokyo.gif) left 1.5em no-repeat;
}
#Information #Explanation dl dt.osaka,
#Information #Seminar dl dt.osaka {
  padding-bottom: 15px;
  background: url(../images/icon_osaka.gif) left 1.5em no-repeat;
}
#Information #Explanation dl dt.nagoya,
#Information #Seminar dl dt.nagoya {
  padding-bottom: 15px;
  background: url(../images/icon_nagoya.gif) left 1.5em no-repeat;
}
#Information #Explanation dl dt.sendai,
#Information #Seminar dl dt.sendai {
  padding-bottom: 15px;
  background: url(../images/icon_sendai.gif) left 1.5em no-repeat;
}
#Information #Explanation dl dt.hukuoka,
#Information #Seminar dl dt.hukuoka {
  padding-bottom: 15px;
  background: url(../images/icon_hukuoka.gif) left 1.5em no-repeat;
}
#Information #Explanation dl dt.online,
#Information #Seminar dl dt.online {
  padding-bottom: 15px;
  background: url(../images/icon_online.gif) left 1.5em no-repeat;
}
#Information #Explanation dl dd,
#Information #Seminar dl dd,
#Information #News dl dd {
  padding-bottom: 5px;
  padding-left: 90px;
}


#ServicesSiteArea {
  background: url(../images/services_back.png) left top repeat-x;
}
#ServicesSite {
  width: 1002px;
  margin: 0 auto;
}
#ServicesSite h2 {
  padding: 0 0 0 17px;
  background: url(../images/info_line.png) 1px center no-repeat;
  font-size: 1em;
  line-height: 49px;
}
#ServicesSite h2 span {
  font-size: 85%;
}
#ServicesSite ul {
  margin: 0;
  padding: 9px 0 0 0;
  background: url(../images/services_ul_back.png) left top no-repeat;
  border-right: solid 1px #9596e2;
  border-left: solid 1px #9596e2;
  list-style: none;
}
#ServicesSite ul li {
  width: 311px;
  height: 78px;
  margin: 10px 10px 10px 10px;
  _margin: 10px 10px 10px 5px;
  border: solid 1px #383681;
  background: url(../images/services_icon_back.png) right bottom no-repeat;
  color: #6c757e;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  float: left;
}
#ServicesSite ul li span {
  padding: 10px 10px 8px 10px;
  display: block;
}
#ServicesSite ul li a {
  width: 312px;
  height: 78px;
  color: #6c757e;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#ServicesSite ul li span a{
 width:auto;
 height:auto;
 display:inline;
}

#ServicesSite ul li img {
  margin-right: 10px;
  float: left;
}


#ServicesSiteEtc {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-right: solid 1px #9596e2;
  border-left: solid 1px #9596e2;
}
#ServicesSiteEtc ul {
  margin: 0;
  padding: 15px 9px 0 9px;
  list-style: none;
}
#ServicesSiteEtc ul li {
  width: 323px;
  margin-right: 1px;
  margin-left: 1px;
  padding: 1px;
  background: #FFF;
  color: #6c757e;
  font-weight: bold;
  float: left;
}
#ServicesSiteEtc ul li h2 {
  margin-bottom: 10px;
  padding: 0 0 0 17px;
  background: url(../images/sse_back.png) left center no-repeat #0f106a;
  color: #FFF;
  font-size: 1em;
  line-height: 2.5em;
}
#ServicesSiteEtc ul li img {
  padding: 0 10px 10px 10px;
  float: left;
}
#ServicesSiteEtc ul li span {
  padding: 0 0 10px 0;
  display: block;
}
#ServicesSiteEtc ul li p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8em;
}
#ServicesSiteEtc ul li p a {
  width: auto;
  height: auto;
  color: #0201ff;
  text-decoration: none;
}
#ServicesSiteEtc ul li p a:hover {
  color: #ff8303;
  text-decoration: none;
}


#Pankuzu {
  background: url(../images/pankuzu_back.png) left top repeat-x #232572;
  border-bottom: solid 1px #575897;
}
#Pankuzu ul {
  width: 1002px;
  height: 1;
  margin: 0 auto;
  padding: 15px 0 0 0;
  list-style: none;
  font-size: 12px;
}
#Pankuzu ul li {
  padding-bottom: 13px;
  color: #88abda;
  display: inline-block;
  float: left;
}
#Pankuzu ul li a {
  margin-right: 8px;
  padding-right: 15px;
  background: url(../images/icon_pankuzu.gif) right center no-repeat;
  color: #FFF;
  text-decoration: none;
}
#Pankuzu ul li a:hover {
  color: #ff8303;
  text-decoration: none;
}


#MainContent {
  width: 1002px;
  margin: 0 auto;
  padding-bottom: 42px;
  position: relative;
  clear: both;
}


#Content {
  width: 731px;
  margin-top: 20px;
  float: left;
}
#Content .seminarMenu {
  margin-top: 40px;
  padding: 10px 10px 0 10px;
  background: #383582;
  list-style: none;
}
#Content .seminarMenu li {
  height: 50px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  float: left;
}
/*#Content .seminarMenu li a {
  width: 124px;
  height: 33px;
  margin: 10px 5px 0 0;
  padding: 7px 0 0 10px;
  background: url(../images/icon_menu_w.gif) 5px 13px no-repeat #0e106a;
  color: #FFF;
  text-decoration: none;
  display: block;
}*/
#Content .seminarMenu li a.on,
#Content .seminarMenu li a:hover {
  height: 33px;
  margin-top: 0;
  padding: 17px 0 0 10px;
  background: url(../images/icon_menu.gif) 5px 23px no-repeat #f5f5f5;
  color: #0e106a;
  text-decoration: none;
}
/*#Content #ui-tab2 li a:hover {
  color: #ff8303;
}*/
#Content a.on,
#Content a:hover {
  color: #ff8303;
}


#Content .article {
  padding: 10px 10px 1px 10px;
  background: #f5f5f5;
  color: #333;
}
#Content h1,
#Content .h1style {
  padding: 15px 0 10px 0;
  font-size: 2em;
  font-weight: bold;
}
#Content h1.img {
  padding: 0;
}
#Content .article h2 {
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 15px 0.5em 23px;
  background: url(../images/h2_back.gif) 10px center no-repeat #383582;
  border: solid 1px #bdbcd6;
  color: #FFF;
  font-size: 1.4em;
}
#Content .article h3 {
  margin: 15px 15px 0.5em 15px;
  padding: 0 0 0 18px;
  background: url(../images/h3_back.gif) left bottom repeat-y;
  border-bottom: solid 1px #383582;
  color: #383582;
  font-size: 1.3em;
}
#Content .article h4 {
  padding: 15px 15px 0.5em 15px;
  font-size: 1.2em;
}
#Content .article h5 {
  padding: 15px 15px 0.5em 15px;
  font-size: 1.1em;
}
#Content .article h6 {
  padding: 15px 15px 0.5em 15px;
  font-size: 1em;
}

#Content .article p {
  padding: 15px 15px 1em 15px;
}
#Content .article p img {
  margin-bottom: 10px;
}
#Content .article ul,
#Content .article ol {
  margin-left: 3em;
  padding: 15px 15px 1.5em 15px;
}
#Content .article ol ul,
#Content .article ul ol,
#Content .article ol ol,
#Content .article ul ul {
  padding: 0;
}
#Content .article dl {
  padding: 15px 15px 1.5em 15px;
}
#Content .article dl dt {
  width: 150px;
  padding: 5px 0 3px 0;
  line-height: 2em;
  float: left;
}
#Content .article dl dd {
  margin-bottom: 0.5em;
  padding: 5px 0 0.5em 160px;
  border-bottom: dashed 1px #898989;
  line-height: 2em;
}
#Content .article table {
  margin: 15px 15px 1.5em 15px;
  border-top: solid 1px #0e106a;
  border-right: solid 1px #0e106a;
}
#Content .article table th,
#Content .article table td {
  padding: 5px 8px;
  border-bottom: solid 1px #0e106a;
  border-left: solid 1px #0e106a;
  vertical-align: top;
}
#Content .article table th {
  background: #cacbfa;
}
#Content .article table table {
  margin: 0;
  border: none;
}
#Content .article table table th,
#Content .article table table td {
  border: none;
}
#Content .article hr {
  height: 1px;
  padding: 10px 0;
  border: none;
  border-top: dashed 1px #898989;
  color: #FFF;
}
#Content .article hr.noLine {
  height: 1px;
  padding: 10px 0;
  border: none;
  color: #FFF;
}


#Content .article .storyTextL {
  padding-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold;
  color: #333399;
}

#Content .seminarList a,
#Content .newsList a {
  text-decoration: none;
}
#Content .seminarList p,
#Content .newsList p {
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #0e106a;
  color: #898989;
}
#Content .seminarList p span.on,
#Content .newsList span.on {
  color: #ff8303;
}
#Content .seminarList p.lead,
#Content .newsList p.lead {
  margin-top: 0;
  color: #333;
}
#Content .seminarList dl dt,
#Content .newsList dl dt {
  width: auto;
  padding-top: 10px 0 0 0;
  border-top: dashed 1px #898989;
  float: none;
}
#Content .seminarList dl dt.kojin {
  padding-left: 70px;
  background: url(../images/icon_kojin.gif) left 10px no-repeat;
}
#Content .seminarList dl dt.houjin {
  padding-left: 70px;
  background: url(../images/icon_houjin.gif) left 10px no-repeat;
}
#Content .seminarList dl dt.saiyou {
  padding-left: 70px;
  background: url(../images/icon_saiyou.gif) left 10px no-repeat;
}
#Content .seminarList dl dt.setumei {
  padding-left: 70px;
  background: url(../images/icon_setumei.gif) left 10px no-repeat;
}
#Content .seminarList dl dd,
#Content .newsList dl dd {
  padding: 0 0 8px 0;
  border: none;
}
#Content .seminarList dl dt:first-child,
#Content .newsList dl dt:first-child {
  border: none;
}


#Content .newsList dl dt.globis {
  padding-left: 70px;
  background: url(../images/icon_globis.gif) left 10px no-repeat;
}
#Content .newsList dl dt.mba {
  padding-left: 70px;
  background: url(../images/icon_mba.gif) left 10px no-repeat;
}
#Content .newsList dl dt.gce {
  padding-left: 70px;
  background: url(../images/icon_gce.gif) left 10px no-repeat;
}
#Content .newsList dl dt.gcp {
  padding-left: 70px;
  background: url(../images/icon_gcp.gif) left 10px no-repeat;
}
#Content .newsList dl dt.other {
  padding-left: 70px;
  background: url(../images/icon_other.gif) left 10px no-repeat;
}


#Content .news h1 {
  padding: 15px 15px 0.5em 15px;
  font-size: 1.2em;
}
#Content .news .h1style {
  padding: 15px 15px 0.5em 15px;
  font-size: 1.2em;
  font-weight: bold;
}
#Content .news h2 {
  margin: 0 !important;
  padding: 15px 15px 0.5em 15px !important;
  background: none !important;
  border: none !important;
  color: #333 !important;
  font-size: 1em !important;
}
#Content .news h3 {
  margin: 15px 15px 0.5em 15px !important;
  padding: 0 !important;
  background: none !important;
  border-bottom: none !important;
  color: #333 !important;
  font-size: 1em !important;
}


#Content .serviceIndex ul {
  margin: 0;
  padding: 15px 5px 1.5em 15px;
  list-style: none;
}
#Content .serviceIndex ul li {
  width: 218px;
  height: 78px;
  margin: 0 10px 10px 0;
  border: solid 1px #383681;
  background: url(../images/services_icon_back.png) right bottom no-repeat;
  color: #6c757e;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  float: left;
}
#Content .serviceIndex ul li span {
  padding: 10px 10px 8px 10px;
  display: block;
}
#Content .serviceIndex ul li a {
  width: 218px;
  height: 78px;
  color: #6c757e;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
#Content .serviceIndex ul li img {
  margin-right: 10px;
  float: left;
}
#Content .serviceIndex ul li.global p {
  margin: 0;
  padding: 0;
  font-size: 75%;
}
#Content .serviceIndex ul li.global p a {
  width: auto;
  height: auto;
  color: #0201ff;
}
#Content .serviceIndex ul li.global p a:hover {
  color: #ff8303;
}


#Content .serviceIndexEtc {
  width: 731px;
}
#Content .serviceIndexEtc ul {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
}
#Content .serviceIndexEtc ul li {
  width: 239px;
  margin-right: 1px;
  margin-left: 1px;
  padding: 1px;
  background: #FFF;
  color: #6c757e;
  font-weight: bold;
  float: left;
}
#Content .serviceIndexEtc ul li h2 {
  margin-bottom: 10px;
  padding: 0 0 0 17px;
  background: url(../images/info_line.png) 5px center no-repeat #0f106a;
  color: #FFF;
  font-size: 1em;
  line-height: 2.5em;
}
#Content .serviceIndexEtc ul li img {
  padding: 0 10px 10px 10px;
  float: left;
}
#Content .serviceIndexEtc ul li span {
  padding: 0 0 10px 0;
  display: block;
}
#Content .serviceIndexEtc ul li p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8em;
}
#Content .serviceIndexEtc ul li p a {
  width: auto;
  height: auto;
  color: #0201ff;
  text-decoration: none;
}
#Content .serviceIndexEtc ul li p a:hover {
  color: #ff8303;
  text-decoration: none;
}


#Content form textarea {
  width: 400px;
}


#SeminarArea #ui-tab_s {
  display: none;
}
#SideMenu {
  width: 230px;
  margin: 20px 0 0 0;
  float: right;
  border: solid 10px #383582;
}
#SideMenu #MenuTitle {
  padding: 10px 10px 25px 10px;
  font-size: 110%;
}
#SideMenu #MenuTitle span {
  font-size: 70%;
  color: #7ecef4;
}
#SideMenu ul {
  /*background: #f5f5f5;*/
  background: #E7E7E7;
  list-style: none;
}
#SideMenu ul li {
  border-top: solid 1px #383582;
}
#SideMenu ul li a {
  padding: 10px 10px 8px 21px;
  background: url(../images/icon_menu.gif) 10px center no-repeat;
  color: #333;
  text-decoration: none;
  display: block;
}
#SideMenu ul li a:hover {
  background: url(../images/icon_menu.gif) 10px center no-repeat #cacbfa;
}
#SideMenu ul li li a {
  padding: 10px 10px 8px 41px;
  background: url(../images/icon_menu.gif) 30px center no-repeat;
}
#SideMenu ul li li a:hover {
  background: url(../images/icon_menu.gif) 30px center no-repeat #cacbfa;
}


#Search #Content .article table {
  margin: 0;
  border: none;
}
#Search #Content .article table th,
#Search #Content .article table td {
  border: none;
}
#Search #Content .article .gsc-input-box {
  height: auto !important;
}


/*footer style
---------------------------------*/
#FooterArea {
  background: url(../images/footer_back.png) left top repeat-x #6b757f;
}
#FooterArea a {
  color: #FFF;
  text-decoration: none;
}
#FooterArea a:hover {
  color: #ff8303;
  text-decoration: none;
}
#Footer {
  width: 1002px;
  margin: 0 auto;
  padding-bottom: 15px;
  position: relative;
}
#Footer #SiteMenu {
  width: 723px;
  float: left;
}
#Footer #SiteMenu p {
  font-size: 13px;
  line-height: 50px;
}
#Footer #SiteMenu dl {
  width: 180px;
  margin-top: 20px;
  line-height: 1.6em;
  float: left;
}
#Footer #SiteMenu dt {
}
#Footer #SiteMenu dd {
  font-size: 85%;
}
#Footer #SiteMenu dd ul {
  padding-left: 1em;
  list-style: none;
}
#Footer #ServicesMenu {
  width: 279px;
  float: right;
}
#Footer #ServicesMenu p {
  font-size: 13px;
  line-height: 50px;
}
#Footer #ServicesMenu p span {
  font-size: 10px;
}
#Footer #ServicesMenu ul {
  margin-top: 20px;
  list-style: none;
  font-size: 95%;
  line-height: 1.3em;
}
#Footer #SNS {
  /*/width: 320px;*/
  margin: 25px 0 15px 0;
  /*padding: 5px 10px;
  background: #FFF;
  border: solid 2px #383582;
  color: #383582;*/
  position: absolute;
  bottom: 0;
  left: 0;
  _display: inline-block;
  _clear: both;
}
/*#Footer #SNS img {
  margin-left: 10px;
  vertical-align: middle;
}*/
#FooterArea #EndMenuArea {
  border-top: solid 1px #FFF;
  clear: both;
}
#FooterArea #EndMenu {
  width: 1002px;
  margin: 0 auto;
}
#FooterArea #EndMenu p {
  font-size: 12px;
  line-height: 50px;
  float: left;
}
#FooterArea #EndMenu address {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 50px;
  text-align: right;
}