@charset "UTF-8";

body {
  background: #f2f2f2;
  color: #444444;
  font-family: "メイリオ";
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  }
  
p {
  line-height: 1.3em;
  margin: 0;
  padding: 2px 0;
  }
  
dl {
  clear: both;
  line-height: 2em;
  }
  
dt {
  clear: both;
  float: left;
  width: 6em;
  }
  
dd {
  margin-left: 6em;
  }
  
.dl_bottom {
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
  }
  

h1,h2,h3,h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
  
a, a:link {
  color:  #000;
  text-decoration: none;
  }
  
a:hover {
  color: #333;
  text-decoration: underline;
  }
  
.clear_both {
  clear: both;
  font-size: 1px;
  height: 1px;
  }

.strong {
  font-weight: bold;
}
  
.img_border {
  border: 1px solid #635B8A;
  }
  
#wrapper {
  margin: 0 auto;
  width: 810px;
  background-color: #FFFFFF;
}
  
#header {
  background: url(images/header_bg.gif) no-repeat;
  height: 112px;
  padding-right: 15px;
  text-align: right;
  }
  
#content_wrap {
  background: url(images/content_bg.gif) repeat-y;
  text-align: left;
  }
  
#footer {
  clear: both;
  color: #FFF;
  background:url(images/footer_bg.gif) no-repeat;
  height: 32px;
  padding: 8px 14px 0;
  text-align: right;
  }
  
/*　========== TEXT ===========　*/

.text_orange {
  color: #D46E00;
  }
  
  
/*　========== HEADER ===========　*/
#header img {
  float: left;
  padding: 40px 0 0 20px;
  }
  
#header h1 {
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  padding: 15px 0;
  }
  
#header div {
  margin: 25px 0 0;
  }


/*　=====================　*/

#menubar {
  margin: 0 0 0 10px;
  background:url(images/menubar_bg.gif) no-repeat;
  }
  
#menubar a {
  background: url(images/btn_bg.gif) no-repeat;
  color: #635B8A;
  display: block;
  float: left;
  font-size: 11px;
  height: 45px;
  margin-right: 2px;
  padding: 10px 0 0 40px;
  }
  
#menubar a:hover {
  background-position: 0 -55px;
  text-decoration: none;
  }
  
#menubar h2 {
  color: #000;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  }
  
.menu_a {
  width: 156px;
  }
  
.menu_b {
  width: 158px;
  }
  
/*　=====================　*/


#content {
  padding: 15px 10px;
  }
  
#cont_right {
  float: right;
  margin-right: 15px;
  width: 530px;
  }
  
#content_main h3 {
  background-position: url(images/h_bg_01.jpg) no-repeat;
  background: url(images/h_bg_01.jpg) no-repeat;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  margin-bottom:3px;
  padding: 8px;
}
  

.content_h3 {
  background: url(images/h_bg_01.gif) no-repeat;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 8px;
  }
  
#content_main h4 {
  color: #FFF;
  float: right;
  font-size: 10px;
  font-weight: normal;
  text-align: right;
  padding: 10px 10px 0 0;
  }
  
#content_main ul {  list-style-type: none;
  line-height: 1.6em;
  margin: 0;
  padding: 0 0 15px 10px;
  }
  

#content_title h3 {
  background: url(images/title_02_bg.gif) no-repeat;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin-bottom:3px;
  padding: 15px 0 0 15px;
  }

#content_title h4 {
  color: #635b8a;
  font-size: 10px;
  font-weight: normal;
  margin-top: -53px;
  margin-bottom: 40px;
  padding: 15px 10px 0 0;
  text-align: right;
  }
  

  
#cont_left {
  float: left;
  width: 225px;
  }
  

#cont_left h2 {
  background: url(images/navi_title_bg.gif) no-repeat top center;
  font-size: 13px;
  height: 30px;
  margin: 0;
  padding: 12px 0 0;
  text-align:center;
  color: #FFF;
  }
  
#cont_left ul {
  list-style-type: none;
  margin: 0 20px 15px 20px;
  padding: 0 0 5px;
  }
  
#cont_left li {
  background: url(images/navi_li_bullet.gif) no-repeat 0 5px;
  border-bottom: 1px dotted #CCC;
  margin: 0;
  padding: 5px 0 5px 30px;
  }
  
#contact_box {
  background: url(images/contact_bg.gif) no-repeat top center;
  height: 110px;
  padding: 20px 25px 0;
  }
  
#contact_box h3 {
  color: #635B8A;
  padding-bottom: 15px;
  text-align: center;
  }
  
/*　========= TOP ============　*/

.campaign_ttl {
  background:url(images/title_01_bg.gif) no-repeat;
  color: #D46E00;
  font-size: 20px;
  height: 20px;
  margin-bottom: 15px;
  padding: 20px 0;
  text-align: center;
  }

.company_info {
  margin-bottom: 15px; 
  }

div.company_info  div{
  display:table-cell;
  vertical-align:bottom;
  }


* html div.company_info div{/* IE 6 */
  display:inline;
  zoom:1;
  }

*:first-child+html div.company_info div{/* IE 7 */
  display:inline;
  zoom:1;
  }
  
.company_info_text {
  padding-left: 10px;
  }
  
*html .company_info_text {/*IE6*/
  width: 320px;
  }

*:first-child+html .company_info_text {/*IE7*/
  width: 320px;
  }
  
.company_info h3 {
  font-size: 13px;
  color: #635B8A;
  line-height: 1.5em;
  }
  
.campaign_ttl {
  background:url(images/title_01_bg.gif) no-repeat;
  color: #D46E00;
  font-size: 20px;
  height: 20px;
  margin-bottom: 15px;
  padding: 20px 0;
  text-align: center;
  }

/* ============ 特徴 ============= */
.feature {
  margin-bottom: 5px;
  }

div.feature  div{
  display:table-cell;
  vertical-align:top;
  }


* html div.feature div{/* IE 6 */
  display:inline;
  zoom:1;
  }

*:first-child+html div.feature div{/* IE 7 */
  display:inline;
  zoom:1;
  }
  
.feature_text {
  padding-left: 15px;
  }
  
* html .feature_text {/* IE 6 */
  width: 400px;
  }
  
*:first-child+html .feature_text {/* IE 7 */
  width: 400px;
  }
  
    
#content_main div.feature h3 {
  background: url(images/point_bg.gif) no-repeat;
  color: #D46E00;
  height: 30px;
  margin: 0 0 10px;
  padding: 15px 0 0;
  text-align: center;
  width: 115px;
  }
  
/* ==========CONCEPT ============= */

.concept h2 {
  color: #635B8A;
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 10px;
  }
  
/*　==========SEMINAR===========　*/

#seminar dl {
  border-top: 1px dotted #CCC;
  }

#seminar dt {
  color: #D46E00;
  width: 8em;
  border-bottom: 1px dotted #CCC;
  }
  
#seminar dd {
  margin-left: 8em;
  border-bottom: 1px dotted #CCC;
  }

/*　==========SERVICE===========　*/


div.service div{
  display:table-cell;
  margin-bottom:1px;
  vertical-align:middle;
  }

* html div.service div{/* IE 6 */
  display:inline;
  zoom:1;
  }

*:first-child+html div.service div{/* IE 7 */
  display:inline;
  zoom:1;
  }

.service_text {
  padding-left: 10px;
  }
  
div.service_text h3 {
  color: #635B8A;
  font-size: 13px;
  line-height: 1.5em;
  }

#topic {
  margin-top: 15px;
  border: 3px solid #635B8A;
  padding: 3px;
  }
  
.topic_img {
  padding: 5px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 10px;
  }

div.topic_img div{
  display:table-cell;
  margin-bottom:1px;
  vertical-align:top;
  }

* html div.topic_img div{/* IE 6 */
  display:inline;
  zoom:1;
  }

*:first-child+html div.topic_img div{/* IE 7 */
  display:inline;
  zoom:1;
  }

.topic_img_text {
  padding-left: 10px;
  }
  
*html div.topic_img_text {/* IE 6 */
  width: 410px;
  }
  
*:first-child+html div.topic_img_text {/* IE 7 */
  width: 410px;
  }
  
#topic p {
  font-size: 11px;
  }
  
.topic_img h4 {
  color: #635B8A;
  font-size: 12px;
  margin-top: 5px;
  }
  
#topic h3 {
  background: #e0dee9;
  color: #635b8a;
  margin-bottom: 5px;
  padding: 5px;
  }
  
table {
  border: 1px #FFF;
  font-size: 11px;
  padding: 5px;
  }
  
.td_title {
  background: #ffe2a0;
  text-align: center;
  }
  
.td_gray_01 {
  background: #F2F2F2;
  }

.td_gray_02 {
  background: #E6E6E6;
  }
  

/*　==========COMPANY===========　*/

#company dl {
  line-height: 2em;
  border-top: dotted 1px #CCC;
  }

#company dt {
  border-bottom: dotted 1px #CCC;
  width: 8em;
  }
  
#company dd {
  margin-left: 8em;
  border-bottom: dotted 1px #CCC;
  }
.style3 {
  color: #FFFFFF;
}
.style6 {
  text-align: center;
  text-decoration: underline;
}
.style29 {
  text-align: center;
}
.style30 {
  font-size: medium;
  background-color: #FFECFF;
}

#blogTitleText {
  padding-right: 30px;
  padding-top: 135px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

#blogTitleText a:link { color: #fff; }
#blogTitleText a:visited { color: #fff; }
#blogTitleText a:active { color: #fff; }
#blogTitleText a:hover { color: #cc9; }

#copyright {
  padding-top: 1em;
  text-align: center;
  font-size:x-small;
}


/* --------------------------------------- レイアウト */
#contentBody {
  margin: 0 auto;
  width: 810px;
  background-color: #FFFFFF;
}

#layoutHead {
  position:relative;
  width: 810px;
  height: 191px;
  background-image: url('images/b4_mainimage.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}

#layoutBody {
  width: 510px;
  margin: 0 auto;
  padding-top: 2px;
}

#layoutMain {
  width: 510px;
  padding: 0 2px;
  background-color: #fff;
}

#layoutSide {
  width: 0px;
  font-size: small;
  line-height: 1.3em;
}

#layoutFoot {
  width: 510px;
  margin: 1em auto;
  background-color: #fff;
  border-top: 2px #264278 solid;
}


/* --------------------------------------- エントリー */
.entryBody {
  width: 510px;
}

.entryTitle {
  padding-bottom: 1em;
  font-size: medium;
  color: #999;
}

.entryDate {
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-family: Arial, Helvetica;
  font-size: small;
  text-align: right;
}

.entryContents {
  padding: 15px 25px 25px 15px;
  font-size: small;
  line-height: 1.3em;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  border: 0;
}

.entryState {
  text-align
  font-size: x-small;
}

.pageup {
  padding-left: 10px;
}

.pageup img {
  padding: 0 !important;
  border: 0;
}

.entryFoot {
  clear: right;
  width: 514px;
  height: 10px;
  background-image: url('images/b4_entbtm.gif');
  background-repeat: repeat-x;
  background-position: left top;
}


/* --------------------------------------- コメント */
.comments {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #999 dashed;
}


/* --------------------------------------- サイドバー */
/* Calendar
--------------------------*/
#calendarBox {
  width: 145px;  
  padding: 25px 5px 10px 35px;
}

#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 145px;
}

.calendar {
  width: 100%;
  border-spacing: 2px;
  font-size: 12px;
  font-family: Arial, Helvetica;
}

.calendar td {
  width: 20px;
  height: 12px;
}

.cell_sunday {
  color: #696;
}

.cell_today {
}

.calendar a {
  display: block;
  background-color: #ffc;
}

.calendarNavi {
  font-size: 12px;
}

.calendarNavi img {
  border: 0;
}


/* New Entries
--------------------------*/
#newentriesBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b4_newentries.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Categories
--------------------------*/
#categoriesBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b4_categories.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Recent Comments
--------------------------*/
#RCommentsBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b4_comments.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Profile
--------------------------*/
#profileBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b4_profile.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Links
--------------------------*/
#linksBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b4_link.gif');
  background-repeat: no-repeat;
  background-position: left top;
}