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

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

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

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

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



/* ヘッダ */
#header {
    
    color: #999;
    background: #414141;
overflow:hidden;
width:1000px;
margin:0;
padding:0;


}

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


#topBanner{
float:left;
width:728px;
display:inline;
margin:0;
padding:0;
}

#logo{
float:left;
width:272px;
display:inline;
margin:0;
padding:0;
}



/* #ads
---------------*/
#ads {
background-color:#414141;
font-size:small;
padding:0px;
text-align:left;
width:1000px;
}



/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 8px;
    color: #fff;
    background: #414141;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    border-left: 3px solid #999;
    font-size: 100%;
    font-weight: bold;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;

}

/* 段落 */
.entry p {
    margin: 15px 0;
}

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

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

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

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    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: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dashed #CCCCCC;
    font-size: 12px;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.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%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #333;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #333;
    font-size: 75%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 16px;
}

.side ul li { 
   list-style-type: circle;
 } 

.side ul li ul {
    padding-left: 0px;
}

.side li li { 
   list-style-type: none; 
 } 

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
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 {
    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 {

    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;
}
#comment-reply-label {
  display: inline;
}
#comment-form-reply {
  margin-bottom: 8px;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(http://www.su-gomori.com/mt-static/images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-results-header {
    margin: 8px 0 15px;
    font-size: 120%;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #AEAEAE;
}
.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
    background-color: #fff;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column-right #box,
.layout-three-column #box {
width:1000px;

}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 100%;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
border-right: 1px solid #669;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
}

/* 3カラム固定レイアウト（右サイドバー） */
.layout-three-column-right #content {
    float: left;
    width: 700px;
/*こいつはサイドバーとコンテンツを分ける                border-right: 1px solid #669; */
}
.layout-three-column-right #links-left-box {
    float: right;
clear:right;
    width: 180px;
}
.layout-three-column-right #links-right-box {
    float: right;
clear:right;
    width: 300px;
}
.layout-three-column-right #links-left {
    padding: 15px 5px 0 15px;
}
.layout-three-column-right #links-right {
    padding: 15px 15px 0 15px;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column-right .blog,
.layout-three-column .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding: 10px 15px;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 10px 15px 0;
}

/* リキッドレイアウト共通 */
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-three-column-liquid #links-left-box,
.layout-three-column-liquid #links-right-box,
.layout-three-column-liquid-right #links-left-box,
.layout-three-column-liquid-right #links-right-box,
.layout-two-column-liquid-right #links-right-box {
    position: relative;
    display: inline;
    float: left;
}
.layout-three-column-liquid .blog,
.layout-three-column-liquid-right .blog,
.layout-two-column-liquid-right .blog,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right {
    position: static;
}
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right,
.layout-three-column-liquid .entry,
.layout-three-column-liquid-right .entry,
.layout-two-column-liquid-right .entry {
    overflow-x: hidden;
}

/* ネガティブマージンで選択やクリックできない不具合の対処 */
.layout-three-column-liquid #links-left {
    position: relative;
    z-index: 2;
}

/* 3カラムリキッド */
.layout-three-column-liquid #content {
    width: 100%;
    margin: 0 -200px;
    height: 100%; /* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid .blog {
    margin: 0 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid .blog {
    padding: 10px 15px;
}

/* 3カラムリキッド(右サイドバー) */
.layout-three-column-liquid-right #content {
    width: 100%;
    margin-right: -385px;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid-right .blog {
    margin-right: 385px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid-right .blog {
    padding: 10px 15px;
}

/* 2カラムリキッド(右サイドバー) */
.layout-two-column-liquid-right #content {
    width: 100%;
    margin-right: -385px;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-two-column-liquid-right .blog {
    margin-right: 385px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-two-column-liquid-right .blog {
    padding: 10px 15px;
}

/* for IE7 */
*:first-child+html .layout-three-column-liquid-right .blog,
*:first-child+html .layout-three-column-liquid .blog,
*:first-child+html .layout-two-column-liquid-right .blog {
    padding-top: 18px;
}

/* リキッドレイアウト・サイドバー */
.layout-three-column-liquid #links-left-box {
    top: 15px;
    left: 0px;
    width: 200px;
}
.layout-three-column-liquid-right #links-left-box {
    top: 15px;
    right: 0px;
    width: 185px;
}
.layout-three-column-liquid #links-right-box,
.layout-three-column-liquid-right #links-right-box,
.layout-two-column-liquid-right #links-right-box {
    top: 15px;
    right: 0px;
    width: 200px;
}
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-two-column-liquid-right #links-right {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-left {
    padding: 0 0 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-right {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}

/* リキッドレイアウト・フッタ */
.layout-three-column-liquid #footer,
.layout-three-column-liquid-right #footer,
.layout-two-column-liquid-right #footer {
    margin-top: 25px;
    border-top: 1px solid #669;
    height: 60px;
    color: #fff;
    background: #8fabbe;
    font-size: 12px;
    text-align: center;
    line-height: 5.0;
}
/* for IE7 */
*:first-child+html .layout-three-column-liquid #footer,
*:first-child+html .layout-three-column-liquid-right #footer,
*:first-child+html .layout-two-column-liquid-right #footer {
    width: 100%; /* for IE7 フッタのレイアウト崩れを防止 */
}

/* 1カラムリキッド(ブログ記事全体) */
.layout-one-column-liquid .blog {
    padding: 15px;
}

/* 1カラムリキッド */
.layout-one-column-liquid #content {
    margin: 0 100px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background: #fff;
}
/* 1カラムリキッド */
/* タイトルバナー */
.layout-one-column-liquid #header {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}

/* 1カラム用 */
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
    margin-right: auto;
    margin-left: auto;
    height: 42px;
    color: #ffffff;
    background: #414141;
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
}
.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 1000px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 665px;
}
.layout-one-column #footer {
    width: 478px;
}
.layout-one-column-liquid #footer {
    margin-right: 100px;
    margin-left : 100px;
}

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

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* #blogKizi
---------------*/
#blogKizi {
font-size: 16px;
line-height: 25px;
clear: both;
}

#blogKizi h1 {
font-size: 25px;
line-height: 29px;
font-weight: bold;
margin-bottom: 5px;
margin-top: 0px;
word-spacing: -1px;
letter-spacing: -1px;
}

#blogKizi p {
margin-bottom: 8px;
padding-bottom: 0px;
font-size: 16px;
line-height: 25px;
}

/* #topNews
---------------*/
#topNews {
font-size: 14px;
line-height: 25px;
clear: both;
}

#topNews h1 {
font-size: 25px;
line-height: 29px;
font-weight: bold;
margin-bottom: 5px;
margin-top: 0px;
word-spacing: -1px;
letter-spacing: -1px;
}

#topNews p {
margin-bottom: 8px;
padding-bottom: 0px;
font-size: 13px;
line-height: 25px;
}



/* #border
---------------*/
#border {
border-bottom:1px dashed #CCCCCC;
clear:both;
font-size:0;
height:1px;
margin-bottom:1px;
margin-top:1px;
overflow:hidden;

}


/* #thumb
---------------*/


#thumb {
}

#thumb img {
float: left;
padding: 5px;
border: 1px solid #DCDCDC;
margin-right: 12px;
margin-bottom: 0px;
margin-top: 2px;
margin-left: 0px;
background-color: #FFF;
}

#videoThumb {
}

#videoThumb img {
padding: 5px;
border: 1px solid #DCDCDC;
margin-right: 15px;
margin-bottom: 2px;
margin-top: 2px;
margin-left: 0px;
background-color: #FFF;
}


#topThumb {
}

#topThumb img {
float: left;
padding: 5px;
border: 1px solid #DCDCDC;
margin-right: 15px;
margin-bottom: 6px;
margin-top: 2px;
margin-left: 0px;
background-color: #FFF;
}

#listThumb{
}

#listThumb img {
float: left;
padding: 5px;
border: 1px solid #DCDCDC;
margin-right: 15px;
margin-bottom: 6px;
margin-top: 2px;
margin-left: 0px;
background-color: #FFF;
}



/* #subNews
---------------*/
#subNews {
padding-top: 10px;
font-size: 0px;
overflow: hidden;


}

#subNews p {
font-size: 13px;
line-height: 19px;
padding-top: 0px;
margin-bottom: 10px;
}

#subNews h2 {
font-size: 15px;
line-height: 21px;
text-decoration: none;
margin-bottom: 2px;
overflow: hidden;
margin-top: 2px;
font-weight: bold;
padding-top: 3px;
}

#subDesc {
font-size: 9px;
color: #828282;
line-height: 15px;
font-weight: bold;
margin-bottom: 6px;
}

#subDesc a {
color: #11827C;
text-decoration: underline;
}
#subDesc a:hover {

}

#listDesc {
font-size: 9px;
color: #828282;
line-height: 14px;
font-weight: bold;
margin-bottom: 3px;
}

#listDesc a {
color: #11827C;
text-decoration: underline;
}
#listDesc a:hover {

}


/* #subBox,Right,Left
---------------*/


#subBox {
float: left;
width: 330px;
overflow: hidden;
}


#subLeft{
margin-right: 10px;
display: inline;
}

#subRight{
margin-left: 10px;
display: inline;
}


/* #kiziBody
---------------*/

#kiziBody {

}
#kiziBody a {
font-weight: bold;
font-size: 11px;
color: #11827C;
text-decoration: underline;

}


/* #listNews
---------------*/
#listNews{
margin-top:15px;
clear: both;
font-size: 0px;
overflow: hidden;

}

#listNews h3 {
font-size: 14px;
line-height: 16px;
text-decoration: none;
overflow: hidden;
font-weight: bold;
padding-top: 2px;
}

#listNews p {
font-size: 12px;
line-height: 16px;
padding-top: 0px;
margin-bottom: 10px;
}


#listBox{
float: left;
width: 220px;
overflow: hidden;
}

#listLeft{
margin-right: 10px;
}

#listCenter{
margin-left:5px;
margin-right:5px;
}

#listRight{
margin-left: 10px;

}





/* #lineNews
---------------*/
#lineNews{
	padding:5px 19px;
	}
	
#lineBody{
	clear:right;
	font-size:12px;
	line-height:18px;
	}
#lineBody h3{
	clear:right;
	font-size:15px;
	line-height:19px;
	overflow:hidden;
	padding-top:1px;
	padding-bottom:0px;
	
	}
#lineBody p{
	font-size:11px;
	line-height:17px;
	margin-top:1px;
	}






/* #video
---------------*/
#video {

padding:0px;
background-color:#DDDDDD;
}

#headLine {
padding-left:15px;
margin: 0;
color:#000;
background:#F1F1F1;
font-size:16px;
font-weight:bold;
float:left;
}

#subscribe {
margin-left:850px;
}

#wrap {
margin: 0;
color:#000;
background:#F1F1F1;
}

#mediaStream {
height: 130px;

}

.displayVideo {
display:inline;
float: left;
height: 130px;
margin-left:14px;
width:150px;
position:relative;
}

.info {
background-color:#FFFFFF;
left:6px;
overflow:hidden;
position:relative;
top:-43px;
width:140px;


}

.info p{
font-color:#36414D;
font-size:9px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;

}

.title{
font-size:13px;
overflow:hidden;

}
#moreLink{
padding:0px 15px 0px;
text-align:right;
font-size:16px;
font-weight:bold;
}



/* #sidebar
---------------*/

#sidebarAd{
width:300px;
overflow:hidden;
float:right;
clear:right;
}

#sidebarSearch{
width:300px;
height:24;
overflow:hidden;
float:left;
}

/* #GoogleSearch
---------------*/
#GoogleSearch {
padding: 10px 50px 0;
}

/* #navibar
---------------*/
#naviSearch{
float:right;
}

#navibar {
    text-align: center; /* 配置 */
    font-family: Verdana, Arial, sans-serif; /* フォントスタイル */
    font-weight: normal; /* フォントの太さ */
    font-size: 14px; /* フォントサイズ */
    background-color:#8FABBE;
    width: 1000px; /* 全体の幅 */
    line-height: 150%; /* テキストの高さ */
}
 
/* リンクのスタイル */
#navibar a {
    background-color:#8FABBE; /* 背景色 */
    color: #FFF; /* 文字色 */
    padding: 2px 5px 2px 5px; /* リンク文字のパディング */
}
 
 
/* リンクをポイントした時のスタイル */
#navibar a:hover {
    background-color:#FFCC66; /* 背景色 */
    color:#000000; /* 文字色 */
    text-decoration: none; /* テキストの装飾をなくす */
}





/* スクロールするやつ */



#sliderDemo2 {
height: 220px;
width: 1100px;
margin: 0 auto -15px;
}
#slider2 {
display: none;
height: 200px;
}
#slider3 {
display: none;
height: 100px;
}
#slider4 {
display: none;
height: 100px;
}
#slider5 {
display: none;
height: 100px;
}
* html .itemDiv1 {
display:inline;
}
.itemDiv1 {
height: 120px;
width: 120px;
background-color: #FFFFFF;
}
* html .itemDiv2 {
display:inline;
}
.itemDiv2 {
height: 120px;
width: 150px;
background-color: #FFFFFF;
}
* html .itemDiv3 {
display:inline;
}
.itemDiv3 {
height: 50px;
width: 580px;
}
* html .itemDiv4 {
display:inline;
}
.itemDiv4 {
height: 50px;
width: 80px;
background-color: #95d200;
margin-right:20px;
float:left;
}
* html .itemDiv4_2 {
display:inline;
}
.itemDiv4_2 {
height: 50px;
width: 80px;
background-color: #95d200;
float:left;
}
* html .itemDiv5 {
display:inline;
}
.itemDiv5 {
height: 50px;
width: 360px;
background-color: #95d200;
}
* html .itemDiv6 {
display:inline;
}
.itemDiv6 {
height: 50px;
width: 80px;
background-color: #95d200;
}
* html .flashCase1 {
display:inline;
}
.flashCase1 {
height: 140px;
width: 140px;
}
* html .flashCase2 {
display:inline;
}
.flashCase2 {
height: 140px;
width: 140px;
}
.expl {
width: 500px;
background-color: #F8F8F2;
margin: 0 auto 0 auto;
}
.slddiscrip {
width: 680px;
margin: 0 auto 0 auto;
padding: 10px;
}


#sliderDemo2 h4 {
font-size:13px;
font-weight:normal;

}



/*
	rankingtab plugin  : Plugin JSONAccessRanking 
                                         ------------------------------------*/
ul.rktab {
    list-style: none;
    margin: 10px 0 auto;
    padding: 0;
	zoom: 1; }
ul.rktab:after { /* clearing without presentational markup, IE gets extra treatment */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
ul.rktab li {
    float: left;
    margin: 0;
	padding: 0;
	height: 26px;
	background: transparent;
	border: 1pt solid #99CCFF;
	border-bottom: none;
        list-style:none; }
ul.rktab li.selected,
ul.rktab li:hover {
    float: left;
    margin: 0;
	padding: 0;
	height: 26px;
	background: #ADD8E6; }
ul.rktab li a {
    z-index: 12;
	margin: 0;
    padding: 0 0 0 10px;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.4em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */ 
	float: left;
	display: block;
	background: transparent;    }
ul.rktab li.selected a,
ul.rktab li a:hover {
    z-index: 12;
	margin: 0;
    padding: 0 0 0 10px;
    color: #000;
    font-size: 12px;
    line-height: 2.4em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */ 
	float: left;
	display: block;
	background: #ADD8E6;    }
ul.rktab li a em{
    z-index: 12;
	margin: 0;
    padding: 0 10px 0 0;
	font-style: normal;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; /* required in IE 6 */ 
	float: left;
	display: block;
	background: transparent;    }
ul.rktab li.selected a em,
ul.rktab li a:hover em{
    z-index: 12;
	margin: 0;
    padding: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */ 
	float: left;
	display: block;
	background: ##ADD8E6;    }
ul.rktab li.selected a,
ul.rktab li.selected a:hover {
	color: #000; }



div.accessranking {
	margin: 0 0 10px;
	padding: 10px;
	border: 1pt solid #99CCFF; }

div.accessranking li {
list-style:none;
}

div.accessranking ul.rk_list {
padding:0;
}


/*
	bookmark
                                         ------------------------------------*/
div.sexy-bookmarks {
padding:10
}

div.sexy-bookmarks ul.socials {
width:100%;
margin:0;
padding:0;
}

div.sexy-bookmarks ul.socials li {
	display:inline-block;
	float:left;
	list-style-type:none;
	margin:0;
	height:29px;
	width:50px;
	cursor:pointer;
	padding:0;
}

div.sexy-bookmarks ul.socials li a {
	display:block;
	width:50px;
	height:29px;
	font-size:0;
	color:transparent;
	background:url('sprite-trans.png') no-repeat;
}

li.choix a {
	background-position:-300px top!important;
}
li.choix a:hover {
	background-position:-300px bottom!important;
}
li.pookmark a {
	background-position:-500px top!important;
}
li.pookmark a:hover {
	background-position:-500px bottom!important;
}
li.buzzurl a {
	background-position:-100px top!important;
}
li.buzzurl a:hover {
	background-position:-100px bottom!important;
}
li.hatena a {
	background-position:-50px top!important;
}
li.hatena a:hover {
	background-position:-50px bottom!important;
}
li.delicious a {
	background-position:left top!important;
}
li.delicious a:hover {
	background-position:left bottom!important;
}
li.yahoo a {
	background-position:-650px top!important;
}
li.yahoo a:hover {
	background-position:-650px bottom!important;
}
li.Google a {
	background-position:-600px top!important;
}
li.Google a:hover {
	background-position:-600px bottom!important;
}
li.technorati a {
	background-position:-700px top!important;
}
li.technorati a:hover {
	background-position:-700px bottom!important;
}
li.newsing a {
	background-position:-200px top!important;
}
li.newsing a:hover {
	background-position:-200px bottom!important;
}
li.twitter a {
	background-position:-350px top!important;
}
li.twitter a:hover {
	background-position:-350px bottom!important;
}
li.facebook a {
	background-position:-450px top!important;
}
li.facebook a:hover {
	background-position:-450px bottom!important;
}
li.livedoor a {
	background-position:-250px top!important;
}
li.livedoor a:hover {
	background-position:-250px bottom!important;
}
li.sphinn a {
	background-position:-400px top!important;
}
li.sphinn a:hover {
	background-position:-400px bottom!important;
}
li.nifty a {
	background-position:-550px top!important;
}
li.nifty a:hover {
	background-position:-550px bottom!important;
}



/*
	ナビゲーションバー
                                         ------------------------------------*/

.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 100%;
height:33px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/*
	暇つぶし動画
                                         ------------------------------------*/




.carousel {
	margin-bottom: 15px;
	width: 660px;
	border: solid 1px #999999;
/*	background-color: #ececf1;*/
	background-color: #000000;
	position: relative;
}
 
.carousel a.next ,.carousel a.next2 {
	position: absolute;
	top: 10px;
	right: 10px;
}
 
.carousel a.prev ,.carousel a.prev2{
	position: absolute;
	top: 10px;
	left: 10px;
}
 
.jCarouselLite {
	margin: 25px auto 0px;
	width: 640px;
}
 
.jCarouselLite li img, 
.jCarouselLite li p {
  background-color: #fff;
  width: 150px;
  height: 238px;
  margin: 5px;
}
