@charset "utf-8";
/*

* Auther and Copyright
  KBMJ inc. (http://www.kbmj.com/)

* Index
  0: reset
  1: base
  2: header
  3: gloval navigation
  4: contents
  5: side
  6: footer
  7: service colors(※変更要)
  8: service parts(※変更要)

* Propaties Order
  display
  position
  float
  clear
  width
  height
  line-height
  vertical-align
  visiblity
  margin(top,right,bottom,left)
  padding(top,right,bottom,left)
  border(width,color,style,top,right,bottom,left)
  color
  font(family,style,weight,size)
  text(indent,align,decoration,word-break)
  background(color,image,repeat,attachment,position)

*/

/*------------------------------
  0: reset
------------------------------*/

html, body, div, span,applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
}

a img, :link img, :visited img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/*------------------------------
  1: base
------------------------------*/

body {
  line-height: 130%;
  color: #434343;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background: #f5f5f5 url("image/background.png") repeat-y center;
  text-align: center; 
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

a:link,
a:visited {
  color: #0054A6;
  text-decoration: none;
}

a:active,
a:hover {
  color: #3ca0ff;
  text-decoration: underline;
}

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

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

span.alt {
  display: none;
}

.left-block {
  display: block;
  float: left;
}

.right-block {
  display: block;
  float: right;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.red {
  color: red;
}

.small {
  font-size: 80%;
}

/*------------------------------
  2: header;
------------------------------*/

h1 {
  width: 396px;
  height: 49px;
  padding: 8px 0 9px;
  background: url(image/logo.png) no-repeat 0 8px;
}

h1 a {
  width: 396px;
  height: 49px;
  display: block;
}

h1 a span {
  display: none;
}

h1 img {
  margin-right: 10px;
}

#call {
  position: absolute;
  top: 10px;
  left: 665px;
  width: 225px;
  font-size: 60%;
}

#call a {
  float: left;
}

#call div.call_r{
  float: right;
  height: 48px;
  width: 170px;
}

.catch-image {
  width: 850px;
  height: 71px;
  padding: 129px 0 0 50px;
  background: url(image/head_img.png) no-repeat;
}

.catch-image a {
  float: left;
  height: 49px;
  margin: 10px 5px 0;
}

/* Hacks:IE6,IE7 のみに適応 */
*html .catch-image
*+html .catch-image {
  margin-bottom: -4px;
}

/*------------------------------
  3: gloval navigation;
------------------------------*/

#navigation {
  width: 900px;
  height: 30px;
  border-bottom: solid 3px #3842B1;
}

.navi-button-1,
.navi-button-2,
.navi-button-3,
.navi-button-4,
.navi-button-5,
.navi-button-6,
.navi-button-7,
.navi-button-8,
.navi-button-9 {
  float: left;
  background: no-repeat top center;
}

.navi-button-1 a,
.navi-button-2 a,
.navi-button-3 a,
.navi-button-4 a,
.navi-button-5 a,
.navi-button-6 a,
.navi-button-7 a,
.navi-button-8 a,
.navi-button-9 a,
.here-1,
.here-2,
.here-3,
.here-4,
.here-5,
.here-6,
.here-7,
.here-8,
.here-9 {
  display: block;
  width: 100px;
  height: 30px;
}

/*-----------パンくず-----------*/
#bread_list li {
  display: inline;
  padding-left: 20px;
  background: url("image/gt.gif") no-repeat 6px 1px;
}

#bread_list li.bread_top {
  background-image: none;
  background-image: url();
  margin-left: -20px;
}

/*------------------------------
  4: contents;
------------------------------*/

#main {
  float: left;
  width: 665px;
  padding: 20px;
  font-size: 75%;
}

#main h2,
#main h3 {
  margin-bottom: 10px;
}

#main h2 {
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 2px dotted #434343;
}

#main h2 img {
  margin: 5px 0 10px 0;
}

#main h3 {
  height: 26px;
  padding: 6px 0 0 8px;
  color: #ffffff;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0;
}

#main blockquote {
  margin: 20px 0 25px 0;
  padding: 15px;
  border: 1px dotted #434343;
}

#main cite {
  display: block;
  font-style: italic;
  text-align: right;
}

#main dl.circle {
  padding: 10px 0;
}

#main dl.circle dt {
  height: 18px;
  padding-left: 20px;
  margin-bottom: 4px;
  font-weight: bold;
  text-decoration: underline;
  background: url("image/background_dt.png") no-repeat 0 2px;
}

#main dl.circle dd {
  padding: 5px 0 10px 20px;
}

#main .left-image {
  float: left;
}

#main .right-text {
  padding-right: 10px;
}

#main .icon {
  margin: 0 5px -5px 0;
}

.banner-trial a {
  display: block;
  width: 325px;
  height: 100px;
  margin: 15px 0 20px 170px;
}

.banner-trial a:link,
.banner-trial a:visited {
  background-image: url("image/banner_bottom_inquiry_off.png");
}

.banner-trial a:hover,
.banner-trial a:active {
  background-image: url("image/banner_bottom_inquiry_on.png");
}

/* もっと見る */
.more1 a:link,
.more1 a:visited {
  margin: 0 0 20px;
  width: 160px;
  height: 18px;
  background-image: url("image/more1_off.png");
}

.more1 a:hover,
.more1 a:active {
  margin: 0 0 20px;
  width: 160px;
  height: 18px;
  background-image: url("image/more1_on.png");
}

.more2 a:link,
.more2 a:visited {
  margin-top: 6px;
  width: 131px;
  height: 18px;
  background-image: url("image/more2_off.png");
}

.more2 a:hover,
.more2 a:active {
  margin-top: 6px;
  width: 131px;
  height: 18px;
  background-image: url("image/more2_on.png");
}

.more3 a:link,
.more3 a:visited {
  margin-top: 6px;
  width: 251px;
  height: 18px;
  background-image: url("image/more3_off.png");
}

.more3 a:hover,
.more3 a:active {
  margin-top: 6px;
  width: 251px;
  height: 18px;
  background-image: url("image/more3_on.png");
}

.more4 a:link,
.more4 a:visited {
  margin-top: 6px;
  width: 246px;
  height: 18px;
  background-image: url("image/more4_off.png");
}

.more4 a:hover,
.more4 a:active {
  margin-top: 6px;
  width: 246px;
  height: 18px;
  background-image: url("image/more4_on.png");
}

.more5 a:link,
.more5 a:visited {
  margin-top: 6px;
  width: 251px;
  height: 18px;
  background-image: url("image/more5_off.png");
}

.more5 a:hover,
.more5 a:active {
  margin-top: 6px;
  width: 251px;
  height: 18px;
  background-image: url("image/more5_on.png");
}


/* index -------------------------*/
#index_menu {
  width: 651px;
  margin-bottom: 20px;
  padding: 0 1px 0 11px;
  overflow:hidden;
  zoom: 1
}

#index_menu div {
  float: left;
  padding-right: 10px;
  width: 207px;
  height: 220px;
  zoom: 1
}

#index_menu div p {
  padding: 145px 17px 0;
  font-size: 110%;
}

.list1 {
  background: url("image/index_01.png") no-repeat;
}

.list2 {
  background: url("image/index_02.png") no-repeat;
}

.list3 {
  background: url("image/index_03.png") no-repeat;
}

.list3 img {
  float: right;
}

.index_1 p {
  width: 480px;
  float: left;
  margin-right: 10px;
}

.logo_area {
  float: right;
}

.index_1 .logo_area img {
  float: left;
}

.index_1 .logo_area p {
  clear: left;
  margin-left: 0;
  width: 164px;
  font-size: 90%;
  line-height: 110%;
}

.sample_repo dl {
  width: 320px;
  padding-right: 30px;
  float: left;
}

.sample_repo dd {
  margin-bottom: 40px;
}

.index_point {
  padding: 12px 0 0 87px;
}

.index_point dd {
  padding: 0 10px 15px 5px;
}

.point01 {
  background: url(image/index_bg01.png) no-repeat;
}

.point02 {
  background: url(image/index_bg02.png) no-repeat;
}
.point03 {
  background: url(image/index_bg03.png) no-repeat;
}

.plan_box {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.plan_box_inner {
  width: 610px;
  margin: 10px auto;
}

.plan_box p {
  width: 300px;
  float: left;
}

.plan_box_r {
  width: 285px;
  float: right;
}

.plan_box table {
  width: 285px;
  border: 1px solid #cccccc;
}

.plan_box table td,
.plan_box table th {
  border: 1px solid #cccccc;
  padding: 3px 5px;
}

.plan_box table th {
  background: url(image/slash_bg.png);
  text-align: center;
}

.plan_box .inquiry {
  float: right;
  padding-top: 10px;
}

#advantage {
  width: 665px;
  height: 441px;
  background: url(image/index_bg04.png) no-repeat;
}

.adv1 {
  width: 305px;
  height: 105px;
  position: relative;
  top: 40px;
  left: 325px;
}

.adv2 {
  width: 260px;
  height: 105px;
  position: relative;
  top: 70px;
  left: 380px;
}

.adv3 {
  width: 300px;
  height: 105px;
  position: relative;
  top: 130px;
  left: 340px;
}

/* purpose -------------------------*/
#purpose_btn {
  padding: 0 16px 10px;
}

#purpose_btn li {
  float: left;
  padding: 10px 14px;
}

.purpose_tool dd {
  margin-left: 10px;
}

.trouble_box {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.trouble_box h4 {
  width: 658px;
  margin: 5px auto 10px;
}

.trouble_box p {
  margin-left: 15px;
  font-size: 120%;
}

.trouble_box .plan_link {
  margin-bottom: 15px;
}

.trouble_box a {
  padding-left: 18px;
  background: url(image/list_orange.png) no-repeat 0 center;
}

/* service plan -------------------------*/

#plan_tab_box {
  width: 665px;
}

#plan_tab {
  border-bottom: 3px solid #777FD5;
  margin: 0 -5px 15px 0;
  zoom: 1;
}

* html #plan_tab {
  margin-right: -10px;
}

#plan_tab li {
  float: left;
  margin-right: 5px;
  height: 37px;
  font-size: 0;
}
/* case_study -------------------------*/

.case_list {
  margin-bottom: 15px;
}

.case_list li {
  float: left;
  width: 140px;
  background: url("image/list_orange.png") no-repeat 0 center;
  padding-left: 18px;
}

.case-study-box-top {
  padding-top: 10px;
}

.case-study-box, .case-study-box-bottom  {
  border-top: 2px dotted #C6C6C6;
  padding: 10px 0 5px;
}

.case-study-box-bottom {
  border-bottom: 2px dotted #C6C6C6;
  margin-bottom: 50px;
}

.case-study-box-top div,
.case-study-box div {
  padding-top: 5px;
}

.case_link {
  float: right;
  background: url("image/list_orange.png") no-repeat 0 center;
  padding-left: 18px;
}

.case_img {
  width: 300px;
  float: left;
  padding-right: 25px;
}

.case_img img {
  border: 1px solid #d6d6d6;
}

.case_img table {
  margin-top: 10px;
  border: 1px solid #d6d6d6;
}

.case_img table th,
.case_img table td {
  padding: 2px;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}

.case_img table th {
  width: 100px;
  text-align: center;
}

.case_img table th.case_corp {
  width: 100%;
  background-color: #efefef;
}

.case_data {
  width: 322px;
  float: left;
}

.case_box dl {
  margin-bottom: 20px;
  width: 322px;
}

.case_box dt {
  margin-bottom: 5px;
}

/* seminar -------------------------*/

#semi_btn {
  margin-bottom: 20px;
}

#semi_btn li {
  float: left;
  padding: 0 3px 5px;
}

#back_list li {
  background: url(image/arrow_more.png) no-repeat 0 center;
  margin-bottom: 10px;
  padding-left: 16px;
  margin-left: 10px;
}

#back_list .seminar_date {
  float: left;
  margin-right: 10px;
  width: 80px;
}

#back_list .title {
  float: left;
  line-height: 130%;
  width: 540px;
}

#graph_area{
  width: 530px;
  margin: 10px auto 30px;
}

#graph_area .graph{
  width: 250px;
  margin: 0px;
  padding: 0px;
  float: left;
}

#graph_area .graph dd{
  padding: 0px;
}

#voice{
  border: 1px solid #c6c6c6;
  margin: 0pt 0pt 20px;
  padding: 10px 10px 0;
}

#voice .m{
  background: url(seminar/image/voice_m.gif) no-repeat;
}

#voice .w{
  background: url(seminar/image/voice_w.gif) no-repeat;
}

#voice .m p{
  margin-top: 3px;
}

#voice li{
  border-bottom: 1px dotted #c6c6c6;
  height: 75px;
  margin: 0pt 0pt 10px;
  padding: 12px 10px 10px 120px;
    line-height: 130%;
}

#voice .last{
  border: none;
  margin: 0px;
}

.back2list {
  float: right;
  margin-top: 20px;
  background: url(image/arrow.png) no-repeat 0 center;
  padding-left: 15px;
}

#seminar_image{
  width: 530px;
 margin: 0 auto 20px;
}

#seminar_image .image1{
  float: left;
  width: 250px;
}

#seminar_image .image2{
  float: right;
  width: 250px;
}

#seminar_program table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#seminar_program th{
  line-height: 130%;
  text-align: left;
  width: 235px;
  border: 1px solid #c6c6c6;
  padding: 5px;
  vertical-align: middle;
}

#seminar_program td{
  line-height: 130%;
  border: 1px solid #c6c6c6;
  padding: 10px;
}

.txt {
  margin-bottom: 20px;
}

#back_list .mail_date {
  float: left;
  width: 80px;
}

/* grossaly -------------------------*/

#main dl.grossaly dt,
#main dl.grossaly dd {
  padding: 12px 8px 0 38px;
  background: no-repeat 10px 11px;
}

#main dl.grossaly dt {
  font-weight: bold;
  background-image: url("image/icon_grossaly.png");
}

#main dl.grossaly dd {
  padding-bottom: 10px;
}

#main dl.grossaly .odd {
  background-color: #fff4cc;
}

/* q&a -------------------------*/

#main dl.qa dt,
#main dl.qa dd {
  padding: 12px 8px 0 38px;
  background: no-repeat 10px 11px;
}

#main dl.qa dt {
  font-weight: bold;
  background-image: url("image/icon_qanda_q.png");
}

#main dl.qa dd {
  padding-bottom: 10px;
  background-image: url("image/icon_qanda_a.png");
}

#main dl.qa .odd {
  background-color: #fff4cc;
}

#main dl.sub dt,
#main dl.sub dd {
  padding: 0;
}

#main dl.sub dt {
  font-weight: normal;
  background-image: none;
}

#main dl.sub dd {
  padding-bottom: 0;
  padding-left: 10px;
  background-image: none;
}

/* BtoB -------------------------*/

.b2b_box {
  border: 1px solid #c6c6c6;
  padding: 14px;
  margin-bottom: 10px;
}

.problem li {
  font-size: 120%;
  margin: 0 0 10px 23px;
  list-style-type: decimal;
}

.hypo {
  font-size: 120%;
  font-weight: bold;
}

.arrow_btm {
  width: 50px;
  margin: 5px auto 0;
  display: block;
}

.b2b_st {
  margin: 10px 0;
}

.b2b_analyze li {
  float: left;
  padding: 0 14px;
}

.b2b_improve li {
  float: left;
}

.b2b_step {
  border: 1px solid #c6c6c6;
  margin: 5px 0;
  width: 100%;
}

.b2b_step th {
  width: 165px;
  height: 70px;
  background-color: #FFA91C;
  vertical-align: middle;
}

.b2b_step td {
  padding: 10px;
  vertical-align: middle;
}

.b2b_point {
  padding: 5px 10px;
  background-color: #FFF7D7;
  border: 1px solid #FECB48;
  margin: 10px 0;
}

.b2b_h4 {
  font-size: 120%;
  padding: 0 0 3px 20px;
  background: url(image/list_blue.png) no-repeat 0 2px;
  border-bottom: 1px dotted #333333;
  margin-bottom: 10px;
}

.b2b_list {
  margin-bottom: 30px;
}

.b2b_list li {
  padding-left: 20px;
  background: url(image/list_blue.png) no-repeat 0 2px;
  font-size: 120%;
  margin-bottom: 5px;
}

.repo {
  margin-bottom: 10px;
}

.repo_l {
  width: 230px;
  display: block;
  float: left;
  border: 1px solid #aaaaaa;
}

.repo_r {
  float: right;
  width: 410px;
  margin-left: 10px;
}

.repo_r dt {
  margin: 30px 0 10px;
  padding-left: 7px;
  border-left: 5px solid #3B99DD;
}


/*------------------------------
  5: side
------------------------------*/

#side {
  float: left;
  width: 180px;
  line-height: 1.2;
  padding: 15px 0;
  font-size: 70%;
}

#side ul,
#side dl,
#side .banner,
#side .trial,
#side .download,
#side .inquiry,
#side .banner-partner a,
#side .banner-si a {
  margin-bottom: 10px;
}

.side_plan li {
  margin-bottom: 5px;
}

#side dd a {
  color: #464646;
  text-decoration: none;
}

#side .trial a,
#side .download a,
#side .inquiry a {
  display: block;
  width: 180px;
  height: 55px;
}

#side .trial a:hover,
#side .download a:hover,
#side .inquiry a:hover {
  background: none;
}

#side .trial {
  background: url("image/banner_trial_on.png") no-repeat;
}

#side .trial a {
  background: url("image/banner_trial.png") no-repeat;
}

#side .download {
  background: url("image/banner_dl_on.png") no-repeat;
}

#side .download a {
  background: url("image/banner_dl.png") no-repeat;
}

#side .inquiry {
  background: url("image/banner_inquiry_on.png") no-repeat;
}

#side .inquiry a {
  background: url("image/banner_inquiry.png") no-repeat;
}

#side h2 {
  height: 16px;
  margin-bottom: 10px;
  padding: 5px 6px 5px 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  background-repeat: no-repeat;
}

#side .rss {
  margin-top: 1px;
}

#side ul.topics {
  margin-top: -7px;
  border: 1px solid #ccb;
  background-color: #e0e0e0;
}

#side ul.topics li {
  margin: 5px;
  padding: 5px;
  background-color: #ffffff;
}

#side .date {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}

#side dd {
  margin: 0 0 5px 0;
}

.banner-partner a,
.banner-service-00 a,
.banner-service-01 a,
.banner-service-02 a,
.banner-service-03 a,
.banner-service-04 a,
.banner-service-05 a,
.banner-service-06 a,
.banner-service-07 a,
.banner-service-08 a,
.banner-service-09 a,
.banner-service-10 a,
.banner-service-11 a,
.banner-service-12 a,
.banner-service-13 a,
.banner-service-14 a,
.banner-service-15 a,
.banner-service-16 a,
.banner-service-17 a,
.banner-service-18 a,
.banner-si a {
  display: block;
  width: 180px;
}

.banner-partner a {
  height: 55px;
}

.banner-partner a:link,
.banner-partner a:visited {
  background-image: url("image/banner_partner_off.png");
}

.banner-partner a:hover,
.banner-partner a:active {
  background-image: url("image/banner_partner_on.png");
}

.banner-service-00 a,
.banner-service-01 a,
.banner-service-02 a,
.banner-service-03 a,
.banner-service-04 a,
.banner-service-05 a,
.banner-service-06 a,
.banner-service-07 a,
.banner-service-08 a,
.banner-service-09 a,
.banner-service-10 a,
.banner-service-11 a,
.banner-service-12 a,
.banner-service-13 a,
.banner-service-14 a,
.banner-service-15 a,
.banner-service-16 a,
.banner-service-17 a,
.banner-service-18 a {
  height: 40px;
  margin-bottom: 2px;
}

.banner-service-00 a:link,
.banner-service-00 a:visited {
  background-image: url("image/banner_recommend_off.png");
}

.banner-service-00 a:hover,
.banner-service-00 a:active {
  background-image: url("image/banner_recommend_on.png");
}

.banner-service-01 a:link,
.banner-service-01 a:visited {
  background-image: url("image/banner_mobile-flash_off.png");
}

.banner-service-01 a:hover,
.banner-service-01 a:active {
  background-image: url("image/banner_mobile-flash_on.png");
}

.banner-service-02 a:link,
.banner-service-02 a:visited {
  background-image: url("image/banner_kuchikomi_off.png");
}

.banner-service-02 a:hover,
.banner-service-02 a:active {
  background-image: url("image/banner_kuchikomi_on.png");
}

.banner-service-03 a:link,
.banner-service-03 a:visited {
  background-image: url("image/banner_lpo_off.png");
}

.banner-service-03 a:hover,
.banner-service-03 a:active {
  background-image: url("image/banner_lpo_on.png");
}

.banner-service-04 a:link,
.banner-service-04 a:visited {
  background-image: url("image/banner_lbclpo_off.png");
}

.banner-service-04 a:hover,
.banner-service-04 a:active {
  background-image: url("image/banner_lbclpo_on.png");
}

.banner-service-05 a:link,
.banner-service-05 a:visited {
  background-image: url("image/banner_121r_off.png");
}

.banner-service-05 a:hover,
.banner-service-05 a:active {
  background-image: url("image/banner_121r_on.png");
}

.banner-service-06 a:link,
.banner-service-06 a:visited {
  background-image: url("image/banner_my_crawler_off.png");
}

.banner-service-06 a:hover,
.banner-service-06 a:active {
  background-image: url("image/banner_my_crawler_on.png");
}

.banner-service-07 a:link,
.banner-service-07 a:visited {
  background-image: url("image/banner_sns_off.png");
}

.banner-service-07 a:hover,
.banner-service-07 a:active {
  background-image: url("image/banner_sns_on.png");
}

.banner-service-08 a:link,
.banner-service-08 a:visited {
  background-image: url("image/banner_rublog_off.png");
}

.banner-service-08 a:hover,
.banner-service-08 a:active {
  background-image: url("image/banner_rublog_on.png");
}

.banner-service-09 a:link,
.banner-service-09 a:visited {
  background-image: url("image/banner_cms_off.png");
}

.banner-service-09 a:hover,
.banner-service-09 a:active {
  background-image: url("image/banner_cms_on.png");
}

.banner-service-10 a:link,
.banner-service-10 a:visited {
  background-image: url("image/banner_dub_off.png");
}

.banner-service-10 a:hover,
.banner-service-10 a:active {
  background-image: url("image/banner_dub_on.png");
}

.banner-service-11 a:link,
.banner-service-11 a:visited {
  background-image: url("image/banner_iphone_off.png");
}

.banner-service-11 a:hover,
.banner-service-11 a:active {
  background-image: url("image/banner_iphone_on.png");
}

.banner-service-12 a:link,
.banner-service-12 a:visited {
  background-image: url("image/banner_zatugakuhiroba_off.png");
}

.banner-service-12 a:hover,
.banner-service-12 a:active {
  background-image: url("image/banner_zatugakuhiroba_on.png");
}

.banner-service-13 a:link,
.banner-service-13 a:visited {
  background-image: url("image/banner_ga_off.png");
}

.banner-service-13 a:hover,
.banner-service-13 a:active {
  background-image: url("image/banner_ga_on.png");
}

.banner-service-14 a:link,
.banner-service-14 a:visited {
  background-image: url("image/banner_site-check_off.png");
}

.banner-service-14 a:hover,
.banner-service-14 a:active {
  background-image: url("image/banner_site-check_on.png");
}

.banner-service-15 a:link,
.banner-service-15 a:visited {
  background-image: url("image/banner_ec_off.png");
}

.banner-service-15 a:hover,
.banner-service-15 a:active {
  background-image: url("image/banner_ec_on.png");
}

.banner-service-16 a:link,
.banner-service-16 a:visited {
  background-image: url("image/banner_seo_off.png");
}

.banner-service-16 a:hover,
.banner-service-16 a:active {
  background-image: url("image/banner_seo_on.png");
}

.banner-service-17 a:link,
.banner-service-17 a:visited {
  background-image: url("image/banner_search_off.png");
}

.banner-service-17 a:hover,
.banner-service-17 a:active {
  background-image: url("image/banner_search_on.png");
}

.banner-service-18 a:link,
.banner-service-18 a:visited {
  background-image: url("image/banner_gs_off.png");
}

.banner-service-18 a:hover,
.banner-service-18 a:active {
  background-image: url("image/banner_gs_on.png");
}

.banner-si a {
  height: 80px;
}

.banner-si a:link,
.banner-si a:visited {
  background-image: url("image/banner_si_off.png");
}

.banner-si a:hover,
.banner-si a:active {
  background-image: url("image/banner_si_on.png");
}

.redmine {
  border: 1px solid #999999;
}

.redmine dt {
  margin: 1px 1px 8px;
}

.redmine li {
  font-size: 110%;
  margin: 3px 0 3px 20px;
  padding-left: -8px;
  list-style-type: disc;
}

.redmine_more {
  font-size: 110%;
  text-align: right;
  padding: 4px 5px 0 0;
  border-top: 1px dotted #cccccc;
  background: url("image/arrow_more.png") no-repeat 107px center;
}

#side .redmine a:link,
#side .redmine a:visited {
  color: #0054A6;
  text-decoration: none;
}

#side .redmine a:active,
#side .redmine a:hover {
  color: #3ca0ff;
  text-decoration: underline;
}

/*------------------------------
 6: footer
------------------------------*/

#footer {
  clear: both;
  width: 880px;
  margin: 0 10px;
  padding: 12px 0;
  text-align: center;
  font-size: 75%;
}

#footer ul.menu-list li {
  display: inline;
}

#footer address {
  margin: 8px 0;
  font-style: normal;
}

#footer dl.service-list {
  width: 860px;
  padding: 8px 10px;
  color: #ccb;
  background: #e9e9e9;
}

#footer dl.service-list a {
  color: #464646;
}

#footer .service-list dt {
  float: left;
  width: 125px;
  margin-right: 5px;
}

#footer .service-list dd {
  float: right;
  width: 730px;
  text-align: left;
}

#footer .service-list ul {
  margin-top: 5px;
}

#footer .service-list li {
  display: inline;
  font-size: 90%;
}

#footer dl.service-list:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}

/*------------------------------
  7: service colors
------------------------------*/

#footer {
  border-top: 2px solid #3842B1;
}

/*------------------------------
  8: service parts
------------------------------*/

#side h2 {
  background-image: url("image/background_h2.png");
}

#main h3 {
  background-image: url("image/background_h3.png");
}

.navi-button-1 a:link,
.navi-button-1 a:visited {
  background-image: url("image/background_navi_off_1.png");
}

.navi-button-1 a:hover,
.navi-button-1 a:active {
  background-image: url("image/background_navi_over_1.png");
}

.here-1 {
  background-image: url("image/background_navi_on_1.png");
}

.navi-button-2 a:link,
.navi-button-2 a:visited {
  background-image: url("image/background_navi_off_2.png");
}

.navi-button-2 a:hover,
.navi-button-2 a:active {
  background-image: url("image/background_navi_over_2.png");
}

.here-2 {
  background-image: url("image/background_navi_on_2.png");
}

.navi-button-3 a:link,
.navi-button-3 a:visited {
  background-image: url("image/background_navi_off_3.png");
}

.navi-button-3 a:hover,
.navi-button-3 a:active {
  background-image: url("image/background_navi_over_3.png");
}

.here-3 {
  background-image: url("image/background_navi_on_3.png");
}

.navi-button-4 a:link,
.navi-button-4 a:visited {
  background-image: url("image/background_navi_off_4.png");
}

.navi-button-4 a:hover,
.navi-button-4 a:active {
  background-image: url("image/background_navi_over_4.png");
}

.here-4 {
  background-image: url("image/background_navi_on_4.png");
}

.navi-button-5 a:link,
.navi-button-5 a:visited {
  background-image: url("image/background_navi_off_5.png");
}

.navi-button-5 a:hover,
.navi-button-5 a:active {
  background-image: url("image/background_navi_over_5.png");
}

.here-5 {
  background-image: url("image/background_navi_on_5.png");
}

.navi-button-6 a:link,
.navi-button-6 a:visited {
  background-image: url("image/background_navi_off_6.png");
}

.navi-button-6 a:hover,
.navi-button-6 a:active {
  background-image: url("image/background_navi_over_6.png");
}

.here-6 {
  background-image: url("image/background_navi_on_6.png");
}

.navi-button-7 a:link,
.navi-button-7 a:visited {
  background-image: url("image/background_navi_off_7.png");
}

.navi-button-7 a:hover,
.navi-button-7 a:active {
  background-image: url("image/background_navi_over_7.png");
}

.here-7 {
  background-image: url("image/background_navi_on_7.png");
}

.navi-button-8 a:link,
.navi-button-8 a:visited {
  background-image: url("image/background_navi_off_8.png");
}

.navi-button-8 a:hover,
.navi-button-8 a:active {
  background-image: url("image/background_navi_over_8.png");
}

.here-8 {
  background-image: url("image/background_navi_on_8.png");
}

.navi-button-9 a:link,
.navi-button-9 a:visited {
  background-image: url("image/background_navi_off_9.png");
}

.navi-button-9 a:hover,
.navi-button-9 a:active {
  background-image: url("image/background_navi_over_9.png");
}

.m_btm1 {
  margin-bottom: 10px;
}

.m_btm2 {
  margin-bottom: 20px;
}

.m_btm3 {
  margin-bottom: 30px;
}
