@charset "UTF-8"; 



/* __sample01
-----------------------------------------------*/
ul.sample01 {
	width: 656px;
        height: 50px;
	padding: 0px 0px 0px;
        margin: 0px 0px 20px;
        background: #eeeeee;
}

ul.sample01 li {
        font-size: 16px;
	position: relative;
	margin: 0 0 5px;
	padding: 15px 0px 0px 20px;
}

ul.sample01 li a {
	font-weight: bold;
}

ul.sample01 li span {
	display: block;
	position: absolute;
	top: 15px;
	right: 5px;
	width: 180px;
	text-align: right;
}

ul.sample01 li > span {
	right: 0;
}


/*-----------------------------------------------
 __リストの設定
-----------------------------------------------*/
li {
	list-style-type: none;
}

/* __sample01
-----------------------------------------------*/
ul .catelist {
	width: 500px;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #999;
}

ul .catelist li {
	position: relative;
	margin: 0 0 5px;
	padding: 5px 160px 5px 15px;
	border-bottom: 1px dotted #999;
}

ul. catelist li a {
	font-weight: bold;
}

ul. catelist li span {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 180px;
	text-align: right;
}

ul. catelist li > span {
	right: 0;
}



/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 100%;
}

/* 見出し */
h1 {
    font-weight: normal;
    text-indent:-9877em;
    text-decoration:none;
}


h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.breadcrumbs {
    margin: 13px 3px 0px 3px;
    font-size: 83.3%;
}


/* リンク */
a,
a:link,
a:visited {
    color: #DC1010;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    vertical-align:bottom;
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 0px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ(index)  -----------------------------------*/
#header {
    margin-left: auto;
    margin-right: auto;
    background:url(../images/hayato_main.jpg) no-repeat;
    width: 980px;
    height: 185px;
    text-align: left;
}


#header a,
#header a:link,
#header a:visited {
    color: #fff;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}





/* ヘッダ(contens) -----------------------------------*/
#header2 {
    margin: 30px 0px 0px 0px;
    color: #999;
    background:url(../images/contens_header.gif) no-repeat;
    width: 980px;
    height: 34px;
    text-align: right;
}

#header2 a,
#header2 a:link,
#header2 a:visited {
    color: #fff;

    font-size: 32px;
    text-decoration: none;
}
#header2 a:hover {}
#header2 a:active {}




/* グローバルナビゲーション(index) -----------------------------------*/

#navi {
    width: 980px;
    height:55px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    text-align: center;
}

#navi dt {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

#navi dd {
    padding:0px 0 0 15px;
    text-align: center;
}
html > body #navi dd {
    padding:0px 0 0 15px;
    text-align: center;
}

#navi ul {
	padding:0px;
}
#navi li {
	display:inline;
	list-style-type:none;
}
#navi li a {
	height:55px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*------off-----------------------------------*/
#navi li.kinbasya a {
	background:url(../images/b_menuber.gif) no-repeat -0px 0px;
	width:92px;
}
#navi li.information a {
	background:url(../images/b_menuber.gif) no-repeat -92px 0px;
	width:130px;
}
#navi li.topics a {
	background:url(../images/b_menuber.gif) no-repeat -222px 0px;
	width:110px;
}
#navi li.halllist a {
	background:url(../images/b_menuber.gif) no-repeat -332px 0px;
	width:126px;
}
#navi li.character a {
	background:url(../images/b_menuber.gif) no-repeat -458px 0px;
	width:251px;
}
#navi li.tvcm a {
	background:url(../images/b_menuber.gif) no-repeat -709px 0px;
	width:114px;
}
#navi li.company a {
	background:url(../images/b_menuber.gif) no-repeat -823px 0px;
	width:128px;
}
/*------hover-----------------------------------*/
#navi li.kinbasya a:hover {
	background:url(../images/b_menuber_r.gif) no-repeat -0px 0px;
}
#navi li.information a:hover {
	background:url(../images/b_menuber_r.gif) no-repeat -92px 0px;
}
#navi li.topics a:hover {
	background:url(../images/b_menuber_r.gif) no-repeat -222px 0px;
}
#navi li.halllist a:hover {
	background:url(../images/b_menuber_r.gif) no-repeat -332px 0px;
}
#navi li.character a:hover {
	background:url(../images/b_menuber_r.gif) no-repeat -458px 0px;
}
#navi li.tvcm a:hover {
	background:url(../images/b_menuber_r.gif) no-repeat -709px 0px;
}
#navi li.company a:hover {
	background:url(../images/b_menuber_r.gif) no-repeat -823px 0px;
}



/* バナー(index) -----------------------------------*/

#topbanner {
    width: 672px;
    height:361px;
    background: #ffffff url(../images/top_img01.gif) no-repeat;
    text-align: center;
    margin: 10px 18px 0px; 20px;
    padding: 0px;
}

#topbanner dt {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

#topbanner dd {
    margin: 0px;
    padding: 8px;
}
html > body #topbanner dd {
    margin-left: auto;
    margin-right: auto;
}

#topbanner ul {
    padding: 0px;
}
#topbanner li {
    display:inline;
    list-style-type:none;
}
#topbanner li a {
    float:left;
    text-indent:-9877em;
    text-decoration:none;
}
#topbanner table {
    border-spacing: 0;
    border-collapse:collapse;
    margin: 10px;
    padding: 0px;
}

/*------off*/
.hokubu_event a {
    background:url(../images/b_hokubu.jpg) no-repeat -0px 0px;
    width:200px;
    height:108px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.hokubu_hall a {
    background:url(../images/b_hokubu.jpg) no-repeat -0px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}
.hokubu_mail a {
    background:url(../images/b_hokubu.jpg) no-repeat -100px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}

.oozu_event a {
    background:url(../images/b_oozu.jpg) no-repeat -0px 0px;
    width:200px;
    height:108px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.oozu_hall a {
    background:url(../images/b_oozu.jpg) no-repeat -0px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}
.oozu_mail a {
    background:url(../images/b_oozu.jpg) no-repeat -100px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}


.ueki_event a {
    background:url(../images/b_ueki.jpg) no-repeat -0px 0px;
    width:200px;
    height:108px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.ueki_hall a {
    background:url(../images/b_ueki.jpg) no-repeat -0px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}
.ueki_mail a {
    background:url(../images/b_ueki.jpg) no-repeat -100px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}


.yoyasu_event a {
    background:url(../images/b_yoyasu.jpg) no-repeat -0px 0px;
    width:200px;
    height:108px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.yoyasu_hall a {
    background:url(../images/b_yoyasu.jpg) no-repeat -0px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}
.yoyasu_mail a {
    background:url(../images/b_yoyasu.jpg) no-repeat -100px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}


.ooyano_event a {
    background:url(../images/b_ooyano.jpg) no-repeat -0px 0px;
    width:200px;
    height:108px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.ooyano_hall a {
    background:url(../images/b_ooyano.jpg) no-repeat -0px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}
.ooyano_mail a {
    background:url(../images/b_ooyano.jpg) no-repeat -100px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}


.hayato_event a {
    background:url(../images/b_hayato.jpg) no-repeat -0px 0px;
    width:200px;
    height:108px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.hayato_hall a {
    background:url(../images/b_hayato.jpg) no-repeat -0px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}
.hayato_mail a {
    background:url(../images/b_hayato.jpg) no-repeat -100px -108px;
    width:100px;
    height:48px;
    margin: 0;
    padding: 0;
}

/*------hover*/
.hokubu_event a:hover {
	background:url(../images/b_hokubu_r.jpg) no-repeat -0px 0px;
}
.hokubu_hall a:hover {
	background:url(../images/b_hokubu_r.jpg) no-repeat -0px -108px;
}
.hokubu_mail a:hover {
	background:url(../images/b_hokubu_r.jpg) no-repeat -100px -108px;
}
.oozu_event a:hover {
	background:url(../images/b_oozu_r.jpg) no-repeat -0px 0px;
}
.oozu_hall a:hover {
	background:url(../images/b_oozu_r.jpg) no-repeat -0px -108px;
}
.oozu_mail a:hover {
	background:url(../images/b_oozu_r.jpg) no-repeat -100px -108px;
}
.ueki_event a:hover {
	background:url(../images/b_ueki_r.jpg) no-repeat -0px 0px;
}
.ueki_hall a:hover {
	background:url(../images/b_ueki_r.jpg) no-repeat -0px -108px;
}
.ueki_mail a:hover {
	background:url(../images/b_ueki_r.jpg) no-repeat -100px -108px;
}
.yoyasu_event a:hover {
	background:url(../images/b_yoyasu_r.jpg) no-repeat -0px 0px;
}
.yoyasu_hall a:hover {
	background:url(../images/b_yoyasu_r.jpg) no-repeat -0px -108px;
}
.yoyasu_mail a:hover {
	background:url(../images/b_yoyasu_r.jpg) no-repeat -100px -108px;
}
.ooyano_event a:hover {
	background:url(../images/b_ooyano_r.jpg) no-repeat -0px 0px;
}
.ooyano_hall a:hover {
	background:url(../images/b_ooyano_r.jpg) no-repeat -0px -108px;
}
.ooyano_mail a:hover {
	background:url(../images/b_ooyano_r.jpg) no-repeat -100px -108px;
}
.hayato_event a:hover {
	background:url(../images/b_hayato_r.jpg) no-repeat -0px 0px;
}
.hayato_hall a:hover {
	background:url(../images/b_hayato_r.jpg) no-repeat -0px -108px;
}
.hayato_mail a:hover {
	background:url(../images/b_hayato_r.jpg) no-repeat -100px -108px;
}

/* バナー(おすすめ機種) */

.osusume {
    text-indent:-9877em;
    text-decoration:none;
    width: 672px;
    height:46px;
    background:url(../images/osusume.gif) no-repeat;
    text-align: center;
    margin: 10px 18px 10px;
    padding: 0px;
}

.osusume2 {
    text-indent:-9877em;
    text-decoration:none;
    width: 656px;
    height:245px;
    background:url(../images/osusume_sample.jpg) no-repeat;
    text-align: center;
    margin: 10px 25px 20px;
    padding: 0px;
}

/* バナー(お知らせ) */

.osirase {
    text-indent:250px;
    text-decoration: none;
    width: 672px;
    height:80px;
    background:url(../images/hayato.gif) no-repeat;
    text-align: left;
    margin: 10px 18px 20px;
    padding: 0px;
}

.osirase2 {
    padding-left: 220px;
}

.halllisticon {
    background:url(../images/halllist_icon.gif) no-repeat;
    text-align: left;
    margin: 0px 10px 0px;
    padding: 0px 0px 0px 14px;
    font-size: 14px;
}

.halllisticon2 {
    background:url(../images/halllist_icon.gif) no-repeat;
    text-align: left;
    margin: 0px 10px 0px;
    padding: 0px 0px 0px 14px;
    font-size: 14px;
    color: #DC1010;
}



/* 右サイドバナー(index) ------------------------------------------------*/

.sideber01 {
    padding: 0;
    margin: 0px 0px 0px 0px;
}

/*(1)*/
#sidebertop {
    width:240px;
    background:url(../images/sideber_bg.gif) repeat-y;
    padding: 0;
    margin: 0px;

}
#sidebertop dt {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#sidebertop dd {
    text-align: left;
    padding: 0;
    margin: 0;
}
html > body #sidebertop dd {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#sidebertop ul {
    padding: 0;
    margin: 0;
}
#sidebertop li {
    padding: 0;
    margin: 0;
    list-style-type:none;
}
#sidebertop li a {
    display:block;
    padding: 0;
    text-decoration:none;
    margin: 0px 0px 0px 18px;
}


/*(2)*/
#sidebertop2 {
    width: 240px;
    background:url(../images/sideber_bg03.gif) repeat-y;
    margin: 0px;
    padding: 0px;

}
#sidebertop2 dt {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#sidebertop2 dd {
    text-align: left;
    padding: 0;
    margin: 0;
}
html > body #sidebertop2 dd {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#sidebertop2 ul {
    padding: 0;
    margin: 0;
}
#sidebertop2 li {
    padding: 0;
    margin: 0;
    list-style-type:none;
}
#sidebertop2 li a {
    display:block;
    padding: 0;
    text-decoration:none;
    margin: 0px 0px 0px 18px;
}


/* タイトルバナー下の説明 */
.blog-description {
    color: #000;
    padding: 8px 45px 0px;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
}

/* ブログ記事日付 */
.date {
    padding-left: 8px;
    color: #1f1f1f;
    font-size: 75%;
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */

.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 0px 0px 0px 0px;
    font-size: 100%;
    text-align: left;
    font-weight: bold;
}


.floatleft {
    margin: 10px 0px 10px 0px;
	float: left;
    text-align: left;
	width: 340px;
}
.floatright {
    margin: 10px 0px 0px 0px;
	float: left;
    text-align: right;
	width: 155px;
}
.floatleftclear {
	clear: left;
}
.displaynone {
	display: none;
}











/* ブログ記事 */
.entry {
    text-align: left;
    width: 656px;
    margin: 0 25px 0px;
    color: #1f1f1f;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    color: #000000;
    margin: 0px 0px 10px 0px;
}







/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 0px;
}
.entry ul li {
    list-style-type: none;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 0px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 0px 0px 0px 0px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #36414d;
    font-size: 11px;
    text-align: right;
}

.entry-footer a {
    background:url(../images/top_img02.gif) no-repeat;
    padding: 0px 0px 20px 14px;
    color: #2566B7;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ−画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}


/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-two-column-right {
    text-align: center;
    background: url(../images/bg.gif) repeat-x;
}


/* 上レイアウト */
.layout-two-column-right #box {
    background:#ffffff;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
html>body.layout-two-column-right #box{
    background:#ffffff;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}


/* 左ブロックレイアウト */
.layout-two-column-right #content {
    background:#ffffff;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 720;
}

.layout-two-column-right .blog {
    background:#ffffff;
    padding: 0px;
    margin: 0px;
}


/* 右ブロックレイアウト */
.layout-two-column-right #links-right-box {
    background:#ffffff;
    margin: 0px;
    padding: 10px 18px 0px 0px;
    float: right;
    width: 240px;
}

.layout-two-column-right #links-right {
    background:#ffffff;
    margin: 0px;
    padding: 0px;
}



/* 一覧へ戻る */

.pageback {
    font-size: 12px;
    margin: 0px 0px 0px 20px;
    padding: 4px;
    font-weight: bold;
    width: 672px;
    text-align: left;
}

.pageback a {
    background:url(../images/pageback.gif) no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 10px 20px;
    color: #DC1010;
}



/* ページ上部へ */

.pagetop {
    font-size: 10px;
    margin: 0px 0px 0px 0px;
    padding: 4px;
    font-weight: bold;
    width: 672px;
    text-align: right;
}

.pagetop a {
    background:url(../images/pagetop.gif) no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 10px 20px;
    color: #DC1010;
}

.pagetop2 {
    font-size: 10px;
    margin: 10px 0px 0px 0px;
    padding: 4px;
    font-weight: bold;
    width: 238px;
    text-align: right;
}

.pagetop2 a {
    background:url(../images/pagetop.gif) no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 10px 20px;
    color: #DC1010;
}


/* フッタメニュー */

#footermenu {
    height: 55px;
    position: static;
    clear:both;
    font-size: 80%;
    margin: 0px ;
    padding: 0px;
    text-align:center;
    background:#EDEDED url(../images/footerimg.gif) no-repeat;
    background-position: center center;
}

#footermenu p {
    margin: 0px;
    padding: 20px;
}

.layout-two-column-right #footer {
    text-indent:-9877em;
    text-decoration:none;
    margin: 0px ;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    background:#000000 url(../images/copyright.gif) no-repeat;
    background-position: center center;
    height: 20px;
}
.layout-two-column-right #footer {
}
html>body.layout-two-column-right #box{
}


input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

*html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


