body {
  margin: 0;
  font-family: 'ＭＳ ゴシック', 'MS-Gothic', sans-serif; 
  color: #464646;
}

* {
    padding:0;
    margin:0;
}

div {
  padding:0;
  margin: 0;
}

ul{
  	list-style-type: inherit;
	list-style-image: url(/images/list_point.gif);
	list-style-position: outside; 
}

.paragraph-text {
  width: 378px;
  margin-top: 16px;
  margin-left: 30px; 
}

#main {
  margin: 0 auto;
  /* position: relative;*/
  background: #FFFFFF url(/images/bg.gif) repeat-y scroll 0 0; 
  width: 834px;
  padding:17px;
}

#header {
  /* margin: 0 auto;*/
  width: 800px;
  text-align: left;
}

#banner img#logo {
  border: 0;
  margin: 10px 0 13px 50px;
  float: left;
}

#banner img#motto {
  border: 0;
  margin-right: 74px;
  margin-top: 20px;
  float: right;
}

.clr {
  clear: both;
}

#top_bar {
  width: 800px;
  height: 18px;
  margin: 0px auto;
}

#top_bar ul {
    background: #ebeae3;
    color: #8a2888;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    height:16px;
    border-top: 1px dashed #627183;
    border-bottom: 1px dashed #627183;
}

#top_bar ul li {
 float: left;
 height: 14px;
 width: 168px;
 border-right: 1px dashed #627183;
 color: #ffffff;
 text-align: center;
 display:block;
 margin: 0 !important;
 padding: 0;
}

#top_bar ul li a{
 color: #414243;
 background: #ebeae3;
 display:block;
 width: 100%;
 text-decoration:none;
 font-weight:bold;
 font-size:15px;
 line-height:16px;
 letter-spacing:-1.3px;
}

#top_bar ul li a:hover, 
#top_bar ul li a.active {
 color: #8a2888;
}

#top_bar ul li#bar_left {
  width: 167px;
}

#top_bar ul li#bar_about {
  width: 123px;
}

#top_bar ul li#bar_toiawase {
  width: 149px;
}

#top_bar ul li#bar_placeholder_top,
#top_bar ul li#bar_placeholder{
 border-right: none !important;
}

#content {
  border-left: 1px dashed #84797e;
  float: left;
  width: 634px;
  /* margin-left: 18px; */
  /* background: url('/images/gray-white-dotted-vertical.gif') repeat-y 0 0; */
}

div.horizontal-line {
  width: 100%;
  height: 1px;
  /*background: url('/images/gray-white-dotted-horizontal.gif') repeat-x 0 0;*/
  border-bottom:1px dashed #84797E;
  margin: 10px 0 10px 0;
  position: relative;
  clear: both;
}

div.bottom-horizontal-line {
  width: 800px;
  height: 1px;
  /* background: url('/images/gray-white-dotted-horizontal.gif') repeat-x 0 0;*/
  /*margin: 0 auto 10px auto;*/
  border-bottom:1px dashed #84797E;
  position: relative;
  clear: both;
}
#footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  min-height: 142px;
}
#footer img {
/*  margin: 3px auto 4px auto; */
  margin-bottom: 10px;
}
/* about page */

#content_banner {
  background: #8a2888;
  height: 60px;
  width: 633px;
}

#breadcrumb {
  color: #c0c0c0;
  marign-top: 5px;
  margin-left: 10px;
}
#content_banner img{
  margin:18px 0 0 20px;
}

#title {
  margin:11px 0px 0px 20px;
  color: #ffffff;
  font-size:21px;
  line-height:23px;
  font-weight: bold;
}
/* navigation menu */

#content ul {
    padding:9px 20px;
    list-style-image: url(/images/list_point_body.gif);
}

div#nav {
  float: left;
  width: 166px;
}

div #nav a{
  text-decoration: none;
}


#by_services, 
#by_markets {
  background: #ebeae3;
  padding-top: 14px; 
  padding-left: 11px; 
  padding-bottom: 2px;
}

#nav div.header-red {
    font-weight: bold;
    color: #cf158e;
    border-bottom: 1px dashed #cf158e;
    padding-bottom:2px;
    margin-bottom:8px;
}

#nav div.header-red-line {
  width: 100%;
  height: 1px;
  background: url('/images/red-white-dotted-horizontal.gif') repeat-x 0 0;
  margin: 6px 0 6px 0;
  position: relative;
  clear: both;
}

div.main-page-link {
  width: 150px;
  margin-top: 2px;
}

div.main-page-link a {
  color: #464646;
}
div.main-page-link a:hover {
  color: #000000;
}
div.main-page-link a.current-page, div.main-page-link a:active {
  color: #cf158e;
}

div.sub-page-group {
  margin-left: 15px;
}
div.sub-page-group ul {
  margin: 0;
}

div.sub-page-group ul li{
  margin: 0px;
  width: 130px;
}
div.sub-page-group ul li a {
  color: #194576;
}
div.sub-page-group ul li a:hover {
  color: #cf158e;
}
div.sub-page-group ul li a:active, div.sub-page-group ul li a.current-page {
  color: #cf158e;
  /*color: #5782AC;*/
}

.highlighted-text {
  color: #ed1c24;
}
