@import "ckeditor.css?20101202165100";

.mainimage {
  width: 100%;
  height: 150px;
  display: block;
  margin: 0px auto 2px auto;
  border-top: 1px solid #ddd;
/*
  border-bottom: 2px solid #c00;
  background: #c00 url('../images/mainimage_bg.png') center center repeat-x;
*/
}

.mainimage_inner {
  margin: 0px auto;
/*
  height: 150px;
  width: 960px;
  text-indent: -9999px;
*/
  width: 930px;
  height: 100px;
  padding-top: 50px;
  padding-left: 30px;
}
.mainimage_inner .description {
  font-size: 85%;
  font-weight: normal;
  color: #fff;
}
.mainimage_inner .title {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
}

.mainimage_inner a {
  height: 150px;
  width: 960px;
  display: block;
}

/* entry list menu */
#categorymenu {
  margin-bottom: 20px;
  background: url('../images/categorymenu_title_bg.png') center center repeat-y;
}

#categorymenu ul {
}

#categorymenu li {
  border-top: 1px solid #eeeeee;
  padding: 8px 5px;
}
#categorymenu ul.category {
  background: url('../images/categorymenu_title_top.png') center top no-repeat;
  padding-top: 8px;
}

#categorymenu li.category {
  background: url('../images/categorymenu_title_bg.png') center center repeat-y;
  padding: 8px 0px 0px 0px;
  border: none 0px;
}

#categorymenu li.category a {
  background: url('../images/categorymenu_title_middle.png') center bottom no-repeat;
  padding-bottom: 8px;
  font-weight: bold;
}

#categorymenu li.category ul.entry {
  background: url('../images/categorymenu_bg.png') center center repeat-y;
}

#categorymenu li.category li.entry {
  background: url('../images/categorymenu_entry.png') top center no-repeat;
}

#categorymenu li.category li.entry a {
  background: url('../images/categorymenu_bg.png') center center repeat-y;
  padding-bottom: 0px;
  font-weight: normal;
  font-size: 85%;
}

#categorymenu .bottom {
  background: url('../images/categorymenu_title_bottom.png') center bottom no-repeat;
  height: 7px;
}

#categorymenu a {
  text-decoration: none;
/*
  background: url('../images/categorymenu_arrow.gif') left center no-repeat;
  font-size: 90%;
*/
  padding-left: 10px;
  display: block;
}

#categorymenu a:hover {
  text-decoration: underline;
  color: #CC3300;
/*
  background-image: url('../images/categorymenu_arrow_f2.gif');
*/
}

#main_contentblock p.list_description {
  border-bottom: 1px solid #CCCCCC;
  font-size: 90%;
  margin: 10px 10px 20px;
  padding: 10px 0 20px;
}

#main_contentblock div.list_body {
  border-bottom: 1px solid #CCCCCC;
  margin: 0px 10px 20px 10px;
  padding: 0px 0px 10px 10px;
  height: 140px;
}

#main_contentblock div.list_body div {
  clear: none;
}

#main_contentblock div.list_body .list_photo {
  float: left;
  height: 140px;
  margin-right: 10px;
  text-align: center;
  width: 140px;
}

#main_contentblock div.list_body .list_photo img {
  border: 2px solid #eee;
  padding: 5px;
}

#main_contentblock div.list_body .list_title {
  font-size: 120%;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#main_contentblock div.list_body .list_title a {
  text-decoration: none;
}
#main_contentblock div.list_body .list_title a:hover {
  text-decoration: underline;
}

#main_contentblock div.list_body .list_exceprt {
  font-size: 80%;
  margin: 0px 0px 0px 0px;
}

#main_contentblock div.list_body .list_link {
  float: right;
  font-size: 70%;
  font-weight: normal;
  margin: 10px 50px 5px 0;
}

/*
.published {
  font-size: 10px;
  text-align: left;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCCCCC;
  color: #999999;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
}
*/

#contentsbanner p{
  font-size: 10px;
  text-align: center;
}

/* topicpath */
#topicpath {
  margin-bottom: 10px;
  padding-left: 10px;
}

#topicpath,
#topicpath p {
  font-size: 10px;
  text-align: left;
  color: #ccc;
}

#topicpath a {
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}

#topicpath a:hover {
  color: #CC3300;
  text-decoration: underline;
}

/* entry navi */
.entry_navi,
#entrynavi {
  text-align: center;
  font-size: 12px;
  margin: 10px auto;
  color: #ccc;
  clear: both;
}

.entry_navi a,
#entrynavi a {
  text-align: center;
  font-size: 12px;
}

.entry_navi a:hover,
#entrynavi a:hover {
  text-decoration: underline;
}

/* Page top */
#linktopagetop {
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}
#linktopagetop a {
  background-image: url(../images/linktopagetop.gif);
  text-indent: -5000px;
  display: block;
  height: 15px;
  width: 100px;
  margin-right: 0px;
  margin-left: auto;
}
#linktopagetop a:hover {
  background-image: url(../images/linktopagetop_f2.gif);
}

.widget-calendar {
  text-align: center;
  vertical-align: middle;
}

.widget-calendar a {
  font-weight: bold;
}

.widget-calendar .holiday,
.widget-calendar .sunday {
  color: red;
}

.widget-calendar .saturday {
  color: blue;
}

.entry-content .entry_footer_banner {
  margin: 40px auto 10px auto;
  clear: both;
}
.entry-content .entry_footer_banner a {
  display: block;
  text-indent: -9999px;
}

.entry-content .list_table th.list_photo {
  background-color: #fff;
}

.entry-content h2.recommended_entry {
    margin-top: 30px;
}

/* クライアント事例紹介 */
#cat02 .entry-content .entry_footer_banner {
  background: url('../images/entry_footer_banner_webstrategy.png') center center no-repeat;
  width: 534px;
  height: 90px;
}

#cat02 .entry-content .entry_footer_banner a {
  width: 534px;
  height: 90px;
}

/* ウェブ戦略のキーポイント */
#cat40 .entry-content .entry_footer_banner {
  width: 534px;
}

#cat40 .entry-content .entry_footer_banner a {
  width: 534px;
}

#cat40 .entry-content #banner_webhunter.entry_footer_banner {
  background: url('../items/entry_title_webhunter.png') center center no-repeat;
  height: 143px;
}
#cat40 .entry-content #banner_webhunter.entry_footer_banner a {
  height: 143px;
}

#cat40 .entry-content #banner_bloglike.entry_footer_banner {
  background: url('../items/entry_title_bloglike.png') center center no-repeat;
  height: 175px;
}

#cat40 .entry-content #banner_bloglike.entry_footer_banner a {
  height: 175px;
}

/* タレントマネジメント */
#cat10 .mainimage {
  background: #fa0 url('../images/mainimage_bg2.png') center center repeat-x;
  border-bottom: 2px solid #fa0;
}

#cat10 .entry-content h2 {
  background: none;
  border: none 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#cat10 .entry-content h2.recommended_entry {
  background: url('../images/contents_title_h2.png') left center no-repeat;
  font-weight: bold;
  font-size: 100%;
  color: #d33;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 10px 10px;
  white-space: nowrap;
  clear: both;
}

#cat10 .entry-content h3 {
  background: none;
  border: none 0px;
  margin: 30px 0px 20px 0px;
  padding: 0px;
}
#cat10 .entry-content h4 {
  background: none;
  border: none 0px;
  margin: 0px;
  padding: 0px;
}

#cat10 .entry-content ul.affiliation,
#cat10 .entry-content ul.alliance {
  display: block;
/*
  height: 140px;
*/
}

#cat10 .entry-content ul.alliance {
  margin-bottom: 20px;
}

#cat10 .entry-content ul.affiliation li,
#cat10 .entry-content ul.alliance li {
  background: none;
  list-style-type: none;
  float: left;
  display: block;
  margin: 0px 0px 20px 15px;
}

#cat10 .entry-content ul.affiliation li a,
#cat10 .entry-content ul.alliance li a {
  text-decoration: none !important;
}

#cat10 .entry-content ul.tarent_etc_link {
  margin-left: 10px;
  margin-bottom: 60px;
}

#cat10 .entry-content ul.tarent_etc_link li {
  background: url('../images/contents_list_mark_2.png') left center no-repeat;
  font-size: 110%;
  padding-left: 35px;
}

#cat10 .entry-content .entry_footer_banner {
  background: url('../images/entry_footer_banner_request.png') center center no-repeat;
  width: 500px;
  height: 100px;
  margin: 30px auto;
}

#cat10 .entry-content .entry_footer_banner a {
  width: 500px;
  height: 100px;
}

#cat10 #main_contentblock a:hover {
  text-decoration: none;
}

#cat10 #entry-244 .entry-content h3 {
  background: url("../images/cate_h3lead.gif") left center no-repeat;
  border-bottom:1px solid #CCCCCC;
  clear: both;
  color: #333333;
  font-size: 16px;
  margin: 20px 0px;
  padding-left: 20px;
}

#cat10 #sbmContents {
  margin: 30px auto;
}

/* ウェブマーケティング専門用語集 */
#cat50 .entry-content .ref_wikipedia {
  text-align: right;
  margin-bottom: 20px;
}

#cat50 .entry-content .ref_wikipedia a {
  font-size: 85%;
}

/* 経営者様への提案 */
/*
#cat51 .entry-content ul {
  border: 1px solid #CCCCCC;
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px;
}

#cat51 .entry-title {
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #003399;
}

#cat51 .entry-content li {
  background-image: url('../images/cate01_h3lead.gif');
  background-repeat: no-repeat;
  font-weight: bold;
  padding-left: 18px;
  padding-bottom: 5px;
  background-position: left 5px;
}
*/

.entry-content #banner_contact.entry_footer_banner {
  background: url('../items/banner_contact.png') center center no-repeat;
  height: 143px;
}
.entry-content #banner_contact.entry_footer_banner a {
  height: 143px;
}
