@charset "utf-8";

/* ==============================================================================

  base.css

  *.Browser Reset
  *.Text Decorations
  1.Structure
  2.Header Area
  3.Main Area 3 Column
  4.Main Area 2 Column
  5.Right Area
  6.Left Area
  7.Footer Area

================================================================================= */

/* ==============================================================================

  Browser Reset

================================================================================= */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}
html,body {background: #fff; color: #000;}
body {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}
img {border: 0; vertical-align: top;}
h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}
pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}
input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}
*:focus {outline: none;}

/* ==============================================================================

  Text Decorations

================================================================================= */

html, body {
  line-height: 1.5;
}

/* Titles */
#wrapper h1 {font-size: 180%; font-weight: bold;}
#wrapper h2 {font-size: 160%; font-weight: bold;}
#wrapper h3 {font-size: 120%; font-weight: bold;}
#wrapper h4 {font-size: 110%; font-weight: bold;}
#wrapper h5 {font-size: 100%;}
#wrapper h6 {font-size: 95%;}

/* Contents */
#wrapper p, #wrapper address, #wrapper th, #wrapper td {
  font-size: 92.4%;
  line-height: 1.5;
}

#wrapper li, #wrapper dt, #wrapper dd {
  font-size: 92.4%;
  line-height: 1.335;
}

/* Inner Reset  */
#wrapper th p, #wrapper th li, #wrapper th dt, #wrapper th dd,
#wrapper td p, #wrapper td li, #wrapper td dt, #wrapper td dd,
#wrapper li p, #wrapper li li, #wrapper li dt, #wrapper li dd,
#wrapper dt p, #wrapper dt li, #wrapper dt dt, #wrapper dt dd,
#wrapper dd p, #wrapper dd li, #wrapper dd dt, #wrapper dd dd {font-size: 100%;}
#wrapper strong {font-weight: bold;}
#wrapper em {font-style: italic;}
#wrapper a {color:#3366CC; text-decoration:none;}
#wrapper a:hover {text-decoration: underline;}
#footerNavi a, #footerBottom a {color:#fff; text-decoration:none;}
#footerNavi a:hover, #footerBottom a:hover {text-decoration: underline;}

/* ==============================================================================

  Structure

================================================================================= */

html, body {
  background: #F7F3E8;
  color: #2d2d2d;
}

/* ヘッダー固定 IE6 */
* html, body {
  *background: #F7F3E8 url("../shared/img/common/spacer.gif") fixed;
}

#wrapper,
#mainColumn,
#mainColumn.wide,
#leftColumn,
#rightColumn {
  height: 100%; /* for IE6 */
  min-height: 75%;
  margin-top: 45px; /* header size */
}

#wrapper {
  width: 990px;
  height: auto;
  margin: 0 auto;
}

#container {
  float: right;
}

#mainColumn {
  float: left;
  width: 490px;
  padding: 10px;
  margin-bottom: 40px;
  background: #fff;
}

#rightColumn {
  float: left;
  width: 300px;
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 40px;
  background: #fff;
}

#leftColumn {
  float: left;
  width: 160px;
  margin-bottom: 40px;
}

#headerFullImage {
  margin-top: 45px;
  margin-bottom: -40px;
}

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

*:first-child+html .clearfix {
  min-height: 1px;
}

/* ==============================================================================

  Header Area

================================================================================= */

#header {
  background: url("../images/logo-bg.gif");
  margin: 0 auto;
  width: 100%;
  height: 40px; /* header size */
  left: 0;
  top: 0;
  position: fixed !important;
  position: absolute;
}

/* ヘッダー固定 IE6 */
* html #header {
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop+0));
}

#header span#logo {
  display: block;
  margin: 0 auto;
  width: 990px;
  height: 40px; /* header size */
}

#header ul#globalNavi {
  margin: 0 auto;
  width: 990px;
  color: #fff;
  margin-top: -37px; /* header size */
  position: relative;
}

#header ul#globalNavi li {
  float: right;
}

#header ul#globalNavi li a {
  display: block;
  color: #d8dfea;
  text-decoration: none;
  padding: 8px 32px 9px;
}

#header ul#globalNavi li a:hover,
#header ul#globalNavi li.active a {
  color: #fff;
  background-color: #339eda;
}

#header ul#globalNavi li a.active {
  color: #fff;
  background-color: #339eda;
  font-weight: bold;
}

#header ul#globalNavi li.noLink {
  margin-top: 8px;
}

/* ==============================================================================

  Main Area 3 Column

================================================================================= */

/* ---------------------------------------
  TOP：タブ切り替え
--------------------------------------- */

#mainColumn .tabList li {float:left; margin-right:-1px; background-color:#f9e6c5; border: 1px solid #f6d7a0;}
#mainColumn .tabList li {border-bottom: none;}
#mainColumn .tabList li a {padding:5px 20px; display:block; text-decoration:none; font-weight: bold;}
#mainColumn .tabList li.active {background-color:#fff; border-bottom:1px solid #fff; margin-bottom: -1px;}
#mainColumn .tabList li.active a{color:#000; font-weight: bold;}
#mainColumn .tabs {clear:both; padding:10px; color:#000; background-color:#fff; border: 1px solid #f6d7a0; height: 219px; margin-top: -10px;}
#mainColumn .tabs ul {margin-top: 5px;}
#mainColumn .tabs li {display: none;}
#mainColumn .tabs li.active {display: block;}
#mainColumn .tabs li span {color: #999;}
#mainColumn .tabs li ul li {
  display: list-item;
  background: url("../images/list-mark_orange.gif") no-repeat 0 50%;
  padding: 0.17em 0;
  padding-left: 1em;
  font-weight: bold;
}

/* ---------------------------------------
  TOP：タブコンテンツ
--------------------------------------- */

#mainColumn .tabs p {
  padding-top: 0.5em;
  padding-left: 1em;
}
#mainColumn .tabs p .adText a {
  color: #E72B2B;
  font-weight: bold;
}
#mainColumn .tabs .topicsList {
  float: left;
}
#mainColumn .tabs .topicsThumb {
  float: right;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background-color:#f2f2f2;
}
#mainColumn .tabs .topicsThumb dl dt {
  margin:10px 0 5px 0;
}

/* ---------------------------------------
  TOP：box
--------------------------------------- */
#mainColumn .box {clear:both; padding:10px; color:#000; background-color:#fff; border: 1px solid #f6d7a0; height: 219px; margin-top: -10px;}
#mainColumn .box ul {margin-top: 5px;}
#mainColumn .box li {display: none;}
#mainColumn .box li.active {display: block;}
#mainColumn .box li span {color: #999;}
#mainColumn .box li ul li {
  display: list-item;
  background: url("../images/list-mark_orange.gif") no-repeat 0 50%;
  padding: 0.17em 0;
  padding-left: 1em;
  font-weight: bold;
}

#mainColumn .box p {
  padding-top: 0.5em;
  padding-left: 1em;
}
#mainColumn .box p .adText a {
  color: #E72B2B;
  font-weight: bold;
}
#mainColumn .box .topicsList {
  float: left;
}
#mainColumn .box .topicsThumb {
  float: right;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background-color:#f2f2f2;
}
#mainColumn .box .topicsThumb dl dt {
  margin:10px 0 5px 0;
}


/* ---------------------------------------
  TOP：一覧
--------------------------------------- */

#mainColumn ul#entryList {
  margin-top: 10px;
}

#mainColumn ul#entryList li{
  margin-bottom: 10px;
}

#mainColumn ul#entryList li.entryLast{
  margin: 0;
}

#mainColumn ul#entryList li.ad468 {
  text-align: center;
  padding: 10px;
  background: #f2f2f2;
  *height: 60px; /* IE6 */
}

#mainColumn ul#entryList li h2 {
  display: block;
  color: #2d2d2d;
  padding: 0.5em 0;
  border-top: 3px solid #f39800;
}

#mainColumn ul#entryList li h2 a {
  color: #2d2d2d;
}

#mainColumn ul#entryList .sectionLead {
  padding-bottom: 0.5em;
  border-bottom: 1px #e2e2e2 solid;
  margin-bottom: 10px;
}

#mainColumn ul#entryList .sectionLead span.date {
  color: #999;
}

#mainColumn ul#entryList .sectionLead span.sbm {
  margin-left: 10px;
}

#mainColumn ul#entryList li .sectionContents span.img a {
  float: left;
  padding: 3px;
  border: 1px solid #e2e2e2;
  margin-right: 10px;
}

#mainColumn ul#entryList li .sectionContents span.img a:hover {
  border-color: #3366cc;
}

#mainColumn ul#entryList li .sectionContents p {
  font-size: 1.2em;
  margin: 10px 0 0 0;
}

#mainColumn ul#entryList li .sectionContents span.more a {
  display: block;
  float: right;
  text-align: right;
  padding: 5px;
  border: 2px #f2f2f2 solid;
  background-color: #f2f2f2;
  font-weight: bold;
}

#mainColumn ul#entryList li .sectionContents span.more a:hover {
 background-color: #E72B2B;
 border-color: #E72B2B;
 color: #fff;
}

#mainColumn ul#entryList li hr {
  width: 490px;
  float: left;
  height: 3px;
  border: 0 none;
  margin-top: 0;
  *margin-top: 10px; /* IE6 */
  margin-bottom: 10px;
  color: #f2f2f2;
  background-color: #f2f2f2;
}

#mainColumn ul#entryList li .sectionContents span.more.wide a {
  width: 475px;
  text-align: center;
  float: left;
}

/* ---------------------------------------
  アーカイブ：一覧
--------------------------------------- */

#mainColumn.archive h1 {
  padding: 10px 0 10px 10px;
  border-left: #d2d2d2 solid 10px;
  background: #f2f2f2;
}

#mainColumn.archive .pager {
  *height: 50px; /* IE6 */
  margin-bottom: 10px;
}

#mainColumn.archive .pager span.pageNum {
  color: #999999;
  display: block;
  padding: 5px 0;
}

#mainColumn.archive .pager ul.pageNav {
  float: left;
  overflow: hidden;
  text-indent: 0;
}

#mainColumn.archive .pager ul.pageNav li {
  float: left;
  border: 1px solid #DDDDDD;
  margin: 0 1px 1px 0;
}

#mainColumn.archive .pager ul.pageNav li span,
#mainColumn.archive .pager ul.pageNav li a {
  float: left;
  padding: 5px;
  background: none repeat scroll 0 0 #FFFFFF;
}

#mainColumn.archive .pager ul.pageNav li a:hover {
  background: #0033CC;
  color: #fff;
}

/* ==============================================================================

  Main Area 2 Column

================================================================================= */

/* Structure */
#mainColumn.wide{
  width: 625px;
  float: left;
  padding: 25px;
  background: #fff;
}

/* Common H3 */
#mainColumn.wide h3{
  display: block;
  margin-bottom: 10px;
  padding-left: 0.75em;
  border-left: #f39800 5px solid;
  border-bottom: #e2e2e2 1px solid;
  font-weight: bold;
  color: #2d2d2d;
}

/* Common H4 */
#mainColumn.wide h4 {
  display: block;
  background: url("../images/h-ico_orange.gif") no-repeat 0 55%;
  padding: 10px 0 5px 1.25em;
  border-bottom: #e2e2e2 1px solid;
  color: #2d2d2d;
  margin-bottom: 10px;
}

/* ---------------------------------------
  詳細：記事コンテンツ部分
--------------------------------------- */

#mainColumn.wide #entry {
  width: 625px;
  border-top: 3px solid #f39800;
  margin-bottom: 25px;
}

#mainColumn.wide #entry .sectionHeader {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 10px;
}

#mainColumn.wide #entry .sectionHeader h1 {
  width: 515px;
  float: right;
  margin-top: 15px;
  color: #2d2d2d;
}

#mainColumn.wide #entry .sectionHeader img {
  float: left;
  margin-top: 20px;
}

#mainColumn.wide #entry .sectionHeader ul.tags {
  width: 515px;
  float: right;
  margin: 5px 0;
}

#mainColumn.wide #entry .sectionLead {
  width: 515px;
  float: right;
  padding-bottom: 0.3em;
}

#mainColumn.wide #entry .sectionLead span.date {
  color: #999;
}

#mainColumn.wide #entry .sectionLead span.sbm {
  margin-left: 10px;
}

#mainColumn.wide #entry .sectionContents p {
  font-size: 16px;
  line-height: 1.8em;
}

/* ---------------------------------------
  詳細：タグ部分
--------------------------------------- */

#mainColumn.wide ul.tags li{
  float: left;
  white-space: nowrap;
  margin-bottom: 5px;
}

#mainColumn.wide ul.tags li a {
  float: left;
  padding: 6px 8px 4px;
  background-color: #f2f2f2;
  border: 1px #e2e2e2 solid;
  border-radius: 2px 2px 2px 2px;
  margin-right: 5px;
  font-size: 11px;
}

#mainColumn.wide ul.tags li.active a,
#mainColumn.wide #entry ul.tags li a {
  background-color: #E4EDF5;
  border: 1px #BEDAF3 solid;
  font-weight: bold;
  color:#407CB2;
}

#mainColumn.wide ul.tags li.gt {
  width: 4px;
  padding: 0;
  border: none;
  margin: 9px 10px 0 5px;
  background: url("../images/gt-ico.gif") no-repeat 0 0;
}

/* ---------------------------------------
  詳細：サムネイル
--------------------------------------- */

#mainColumn.wide #entry .sectionContents .thumbs {
  float: right;
  width: 340px;
  *width: 343px; /* IE6 */
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}

#mainColumn.wide #entry .sectionContents .thumbs dl {
  float: left;
  margin-left: 2px;
  width: 168px;
}

#mainColumn.wide #entry .sectionContents .thumbs dl dt a img {
  padding: 3px;
  border: 1px solid #e2e2e2;
}

#mainColumn.wide #entry .sectionContents .thumbs dl dt a:hover img {
  border-color: #3366cc;
}

#mainColumn.wide #entry .sectionContents .thumbs dl dd {
  padding-top: 2px;
  height: 50px;
}

/* 詳細：ライター名など注釈 */
#mainColumn.wide #entry .sectionContents .notes {
  display: block;
  text-align: right;
  font-size: 1.2em;
  padding: 5px 0;
  width: 100%;
}

#mainColumn.wide #entry .sectionContents hr {
  width: 633px;
}

/* ---------------------------------------
  詳細：ソーシャルボタン
--------------------------------------- */

#mainColumn.wide #socialButton {
  float: left;
  width: 625px;
  height: 100px;
}

#mainColumn.wide #socialButton ul {
  margin-left: 108px;
  padding: 0;
}

#mainColumn.wide #socialButton ul li {
  float: left;
}

#mainColumn.wide #socialButton ul li.facebook {
  margin-right: 20px;
}

#mainColumn.wide #socialButton ul li.twitter {
  margin-right: 20px;
}

#mainColumn.wide #socialButton ul li.hatena {
  margin-right: 20px;
}

#mainColumn.wide div#socialButton ul li.google {
  margin-right: 20px;
}

#mainColumn.wide #socialButton ul li.pocket {
  margin-right: 20px;
}

/* ---------------------------------------
  詳細：外部記事
--------------------------------------- */

#mainColumn.wide #outboundList {
  margin-top: 0px;
}

#mainColumn.wide #outboundList {
  padding: 10px;
  border: 1px solid #e5e5e5;
  margin-bottom: 25px;
}

#mainColumn.wide #outboundList ul li {
  display: list-item;
  padding: 0.17em 0;
  padding-left: 1em;
  margin-left: 1em;
  background: url("../images/list-mark_orange.gif") no-repeat 0 50%;
  /* white-space: nowrap; */
}

#mainColumn.wide #outboundList span.logo {
  display: block;
  text-align: right;
}

/* ---------------------------------------
  詳細：広告領域
--------------------------------------- */

#mainColumn.wide .adMainDoubleRectangle {
  width: 625px;
  margin-bottom: 25px;
}

#mainColumn.wide .adMainDoubleRectangle span.left {
  float: left;
}

#mainColumn.wide .adMainDoubleRectangle span.right {
  float: right;
}

#mainColumn.wide .adMainWide {
  width: 625px;
  margin-bottom: 25px;
}

/* ---------------------------------------
  詳細：前後記事
--------------------------------------- */

#mainColumn.wide #prevNext {
  margin-bottom: 25px;
  *margin-bottom: 50px; /* IE6 */
  font-weight: bold;
}

#mainColumn.wide #prevNext span.prev a{
  float: left;
  width: 255px;
  height: 61px;
  padding: 10px 0 10px 40px;
  border: 1px #dcdcdc solid;
  border-radius: 0px 2px 2px 0px;
  background: url("../images/prev-ico.gif") no-repeat 10px 50% #f1f1f1;
}

#mainColumn.wide #prevNext span.next a{
  float: right;
  width: 255px;
  height: 61px;
  padding: 10px 30px 10px 10px;
  border: 1px #dcdcdc solid;
  border-radius: 2px 0px 0px 2px;
  background: url("../images/next-ico.gif") no-repeat 97% 50% #f1f1f1;
}

/* ---------------------------------------
  詳細：カテゴリー関連記事
--------------------------------------- */

#mainColumn.wide #relatedList {
  margin-bottom: 25px;
}

#mainColumn.wide #relatedList .section {
  width: 100%; /* IE6 */
  margin-bottom: 10px;
}

#mainColumn.wide #relatedList .sectionHeader {
  width: 500px;
  float: right;
  font-weight: bold;
}

#mainColumn.wide #relatedList .section span.img a {
  float: left;
  padding: 3px;
  border: 1px solid #e2e2e2;
  margin-right: 10px;
}

#mainColumn.wide #relatedList .section span.img a:hover {
  border-color: #3366cc;
}

#mainColumn.wide #relatedList .section p {
  width: 500px;
  float: right;
  margin: 5px 0;
}

/* ---------------------------------------
  詳細：タグ関連記事
--------------------------------------- */

#mainColumn.wide #tagList {
  margin-bottom: 25px;
}

#mainColumn.wide #tagList h4 {
  display: block;
  background: url("../images/tag_orange.gif") no-repeat 0 55%;
  padding: 10px 0 10px 1.5em;
  border-bottom: none;
  margin-bottom: 0;
}

#mainColumn.wide #tagList .section {
  margin-bottom: 10px;
}

#mainColumn.wide #tagList ul.tagEntryList li {
  display: list-item;
  background: url("../images/list-mark_orange.gif") no-repeat 0 50%;
  margin-left: 1em;
  padding: 0.17em 0;
  padding-left: 1em;
  white-space: nowrap;
}

/* ---------------------------------------
  詳細：写真
--------------------------------------- */

#mainColumn.wide #entry .sectionContents .photoPager {
}

#mainColumn.wide #entry .sectionContents .photoPager span {
  float: left;
  display: block;
  margin-bottom: 10px;
}

#mainColumn.wide #entry .sectionContents .photoPager.bottom span {
  margin-top: 5px;
  margin-bottom: 0;
}

#mainColumn.wide #entry .sectionContents .photoPager .prev {
  width: 20%;
  text-align: left;
}

#mainColumn.wide #entry .sectionContents .photoPager .article {
  width: 60%;
  *width: 59%; /* IE6 */
  text-align: center;
}

#mainColumn.wide #entry .sectionContents .photoPager .next {
  width: 20%;
  text-align: right;
}

#mainColumn.wide #entry .sectionContents ul.galleryThumbs {
  width: 625px;
}

#mainColumn.wide #entry .sectionContents ul.galleryThumbs li {
  float: left;
  white-space: nowrap;
  margin-bottom: 4px;
}

#mainColumn.wide #entry .sectionContents ul.galleryThumbs li a {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: none;
  float: left;
  margin-right: 4px;
  padding: 3px;
}

#mainColumn.wide #entry .sectionContents ul.galleryThumbs li a:hover {
  border-color: #3366cc;
}

/* ==============================================================================

  Right Area

================================================================================= */

#rightColumn .section h3 {
  display: block;
  padding: 5px 1.6em;
  border-bottom: #e2e2e2 1px solid;
  margin-bottom: 5px;
  background: url("../images/h-ico_orange.gif") no-repeat 2% 45%;
  font-weight: bold;
  color: #2d2d2d;
}

#rightColumn .section h3.ranking {
    background: url("../images/profile-ico_flag.png") no-repeat scroll 2% 45% transparent;
    padding: 25px 4em 20px;;
}

/* ---------------------------------------
  右カラム：特集・連載
--------------------------------------- */

#rightColumn .section td.specialText {
  width: 182px;
  padding: 5px;
}

#rightColumn .section td.specialImage {
  padding-bottom:3px;
}

#rightColumn .section td.specialImage img {
  width: 100px;
  padding: 3px;
  border: 1px solid #e2e2e2;
}

#rightColumn .section td.specialImage a:hover {
  border-color: #3366cc;
}

/* ---------------------------------------
  右カラム：リスト
--------------------------------------- */

#rightColumn .section ol li {
  list-style: decimal outside;
  margin: 1em 0 1em 2.5em;
}

#rightColumn .section ul li {
  list-style: outside none;
  margin: 0.25em 0 0.25em 1em;
  background: url("../images/list-mark_orange.gif") no-repeat 0 50%;
  padding-left: 1.25em;
}

/* ---------------------------------------
  右カラム：ランキングリスト
--------------------------------------- */

#rightColumn .section ul.ranking {
  color: #999;
  list-style-type: none;
}

#rightColumn .section ul.ranking li {
  position: relative;
  list-style-type: none;
  background: none;
  padding: 0.5em 0 0.5em 3em;
  border-bottom: 1px dotted #E2E2E2;
  margin: 0;
}

#rightColumn .section ul.ranking li span.number {
  color: #ccc;
  font-weight: bold;
  position: absolute;
  margin-left: -28px;
}

#rightColumn .section ul.ranking li span.title {
  font-weight: bold;
  font-size: 13px;
  display: block;
  width: 250px;
}

#rightColumn .section ul.ranking li span.view {
  font-weight: bold;
  font-size: 11px;
  padding-right:0.5em;
}


/* ==============================================================================

  Left Area

================================================================================= */

#leftColumn .section {
  margin-bottom: 5px;
}

#leftColumn .section #socialButton td {
  width: 80px;
  text-align: center;
}

#leftColumn .section h3 {
  display: block;
  width: 160px;
  background: #f39800;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin-bottom: 5px;
}

#leftColumn .section ul {
}

#leftColumn .section ul li {
  display: block;
  margin: 1px 0;
  border-left:#d2d2d2 5px solid;
}

#leftColumn .section ul li a {
  color: #000;
  background-color: #fefefe;
  display: block;
  padding: 0.4em 0;
  padding-left: 1em;
  *zoom: 1;/* for IE6 */
}

#leftColumn .section ul li.listHeader {
  background: url("../images/folder-ico.gif") no-repeat 7% 50% #fff;
  padding-left: 2.5em;
}

#leftColumn .section ul li.listHeader a{
  padding-left: 0.2em;
}

#leftColumn .section ul li a:hover {
}

/* ==============================================================================

  Footer Area

================================================================================= */

#footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

#footer #footerToTop,
#footer #footerNavi .section,
#footer #footerBottom .section {
  width: 990px;
  margin: 0 auto;
}

/* ---------------------------------------
  Footer：ページトップヘ
--------------------------------------- */

#footer #footerToTop a {
  float: right;
  background: url("../images/footer-totop-ico.gif") no-repeat scroll 10px 10px #333;
  color: #ccc;
  display: block;
  width: 95px;
  text-align: right;
  font-size: 11px;
  padding: 5px 10px;
  text-decoration: none;
}

#footer #footerToTop a:hover {
  text-decoration: underline;
}

/* ---------------------------------------
  Footer：ナビゲーション
--------------------------------------- */

#footer #footerNavi {
  height: 270px;
  background: #333;
}

#footer #footerNavi .section ul {
  float: left;
  width: 155px;
  margin-top: 20px;
  margin-left: 12px;
}

#footer #footerNavi .section ul.ulFirst {
  margin-left: 0;
}

#footer #footerNavi .section li {
  margin-bottom: 10px;
}

#footer #footerNavi .section ul li.listHeader {
  padding: 10px;
  border: 1px solid #444;
  background: #222;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#footer #footerNavi .section ul li a {
  width: 130px;
  float: left;
  padding: 5px 0 5px 25px;
  color: #ccc;
  background: url("../images/footer-ico.gif") no-repeat 5px 8px;
  font-size: 11px;
}

/* ---------------------------------------
  Footer：自社リンク
--------------------------------------- */

#footer #footerBottom {
  height: 220px;
  background: #222;
}

#footer #footerBottom .section {
  padding-top: 15px;
}

#footer #footerBottom .section ul {
  width: 990px;
  margin-bottom: 5px;
}

#footer #footerBottom .section ul li {
  float: left;
  padding-right: 10px;
  font-size: 12px;
}

#footer #footerBottom .section ul li.listHeader {
  width: 157px;
  color: #fff;
  font-weight: bold;
}

#footer #footerBottom .section ul li a {
  color: #ccc;
}

#footer #footerBottom .section p#copyright {
  text-align: center;
  margin-top: 15px;
  font-size: 11px;
  color: #fff;
}