﻿@charset "UTF-8";

/* Channel style 070322 */
/* 不具合、上書きしてもスタイルが継承される場合は調整します */
/* 標準モードを宣言した時のIEでヘッダが崩れるのを修正（結構怪しい） */
/* エキサイトブログ リニューアルヘッダ */

body   { margin: 0; padding: 0 }

/* 2ColumnLayout 可変---------------------- */
#container     { text-align: left; margin-right: 20px; margin-left: 20px }
#containerBody { width: 100% }/* コンテンツ幅 */

/* Channel header---------------------- */

#headerLine        { padding-right: 20px; padding-left: 20px; border-top: 4px solid #000 }
.header        { font-size: 12px; width: 100% }
.header img     { margin-top: 5px; padding-bottom: 2em; float: left }
.headerLogo     { background-color: #fff; float: left;
/* \*//*/
width: 380px; 
/**/ 
 }/* MacIE用に適当に幅を指定 */

.disc          { padding-top: 1.8em; padding-right: 5px; padding-left: 4px; float: left }
/* 標準モードで必要ie以外---------------------- */
/* macieには適用されない \*/
html>body div.headerNavi              { line-height: 140%; text-align: right; padding-top: 4px; padding-bottom: 1px; width: auto }/* これ以降macieに適用 */
/* ie---------------------- */
* html .headerNavi                 { line-height: 140%; text-align: right; padding-top: 4px; padding-bottom: 1px; float: right }
.headerNavi a { font-weight: bold }
.headerPR       { text-align: right; margin-top: 3px; padding-top: 4px; height: 2px; border-top: 1px solid #ccc }
.headerPR a { font-weight: normal }

/* menu---------------------- */

.banner    { text-align: center; margin-right: auto; margin-left: auto; padding-bottom: 5px; clear: both }

#menu      { font-size: 12px; line-height: 100%; background-image: url("http://image.excite.co.jp/jp/ch/menuBg.jpg"); background-repeat: no-repeat; background-position: 100% 0; padding-right: 5px; clear: both; border-bottom: 2px solid #838383; margin-top: 10px; margin-right: auto; margin-left: auto }
#menu ul      { background-image: url("http://image.excite.co.jp/jp/ch/menuBg.jpg"); background-repeat: no-repeat; text-align: center; list-style-type: none; margin: 0; padding: 5px 0 3px }
#menu li  { font-weight: bold; display: inline; margin: 0; padding: 0 }
#menu li a,#menu li span    { color: #000; font-size: 12px; line-height: 140%; background-color: transparent; margin: 0; padding: 6px 6px 5px; border-right: 1px solid #fff }
#menu li a:visited { color: #3e3e3e }
#menu li a:hover { background-color: #fff }
#menu li.selected a,#menu li.selected span  { color: #fff; background-image: url("http://image.excite.co.jp/jp/ch/menuBgSelected.jpg"); background-repeat: repeat-x; padding-bottom: 6px }
#menu li.selected a:visited  { color: #fff }

