@charset "utf-8";
/*
Theme Name: arite.net-theme
Theme URI: http://www.spb.co.jp/
Description: あるいてネット用テーマ
Version: 0.1a
Author: Tomonori Mineta
Author URI: http://www.spb.co.jp/
Tags: aruite.net

*/

/* ============================================================================ */
/* ============================================================================ */
/* 初期設定 */

* { 
    font-size: 100%;
}

/* 基準　フォント・文字サイズ　指定 */
/* ---------------------------------*/
body {
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka",Verdana,Arial, Helvetica, sans-serif;
    font-size: small !important; /* IE 7向け */
    font-size: small; /* IE 6以下 */
}
/* モダンブラウザ向け */
html>/**/body {
    font-size: 13px; 
}
/* safari用指定 */
    body:first-of-type {  
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}

/*  標準タグスタイル*/
/* ---------------------------------*/
/*  hタグ*/

h1, h2, h3 {
    /*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
    font-weight: bold;
    }

h2 {
    /*font-size: 1.6em;*/
    /*color:#663300;*/
    }
h2 {
    /*margin: 30px 0 0;*/
    }
h2.pagetitle {
    /*font-size: 1.6em;*/
    }
h2.pagetitle {
    /*margin-top: 30px;*/
    text-align: center;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    /*color:#663300;*/
    color:#333;
    }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
    }
h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
    }

h3 {
    /*font-size: 1.3em;*/
    }
h3 {
    padding: 0;
    margin: 30px 0 0;
    }

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
    }

a {
    color: #147;
    text-decoration: none;
    }
.entry p a:visited {
    color: #b85b5a;
    }


a:hover {
    color: #06C;
    text-decoration: underline;
    }


/* リスト

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
    }

html>body .entry li {
    margin: 7px 0 8px 10px;
    }

/*.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
    }*/

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
    }

.entry ol li {
    margin: 0;
    padding: 0;
    }

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }



/* 画像 */
#special .entry p{
    margin:0;padding:0;
    }
.post img{
    padding:3px;border:1px solid #CCC;
    background-color:#FFF;
    }
#column_box img{
    padding:0px;border:none;
    background-color:transparent;
    }
.column_box img{
    padding:0px;border:none;
    background-color:transparent;
    }
.text_box img{
    padding:0px;border:none;
    background-color:transparent;
    }
.each_map img{
    padding:0px;border:none;
    background-color:transparent;
    }

#info_new img{
    padding:0px;border:none;
    width:100px;height:100px;
    margin:0 10px 10px 0;
    }
#mycarousel img{
    padding:0px;border:none;
    }
p img {
    padding: 0;
    max-width: 100%;
    }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
    
/* 各コンテンツ　段落 */ 
.entry p ,.entry_blog p {
    margin:10px;
    clear: both; 
    }
.entry p:after ,.entry_blog p:after{
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }
        * html .entry p img{
        margin-bottom:10px;
        }

/* その他のタグ・クラス */
small {
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    font-size: 0.9em;
    line-height: 1.5em;
    }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
    }

code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    }

acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

.hidden {
    display: none;
    }

hr {
    display: none;
    }

a img {
    border: none;
    }


/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    /*border: 1px solid #ddd;*/
    text-align: center;
    /*background-color: #f3f3f3;*/
    padding-top: 4px;
    margin: 10px;
    /*-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
}

.wp-caption img {
    /*margin: 0;
    padding: 0;
    border: 0 none;*/
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


/* */
.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

/* ============================================================================ */
/* ============================================================================ */
/* レイアウト　BOX */

body {
    margin: 0;
    padding: 0;
    /*background-color:#512626;*/
    background: #512626 url('images/bg.gif') ;
    }
#wrap {
    width: 950px;
    height:100%;
    margin: 0px auto;
    padding: 0;
    background: #FFF url('images/bg_all.gif') repeat-y top center;
    }
    #wrap:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    
/* ヘッダー */
/* ---------------------------------*/

#header {
    background: #FFF url('images/header-img.jpg') no-repeat bottom center;
    margin: 0 0 15px 0px;
    padding: 0;
    height: 80px;
    width: 950px;
    position:relative;
    }
.home #header {
    margin: 0 0 5px 0px;
    }

#headerimg  {
    margin: 0;
    padding:0;
    height: 75px;
    width: 100%;
    position:relative;
    }
    
#headerimg h1 {
    /*font-size: 4em;
    text-align: center;*/
    padding:0;
    margin:0;
    position:absolute;
    width:400px;
    height:54px;
    left:18px;
    top:19px;
    text-indent:-9999px;
    }
#headerimg h1 a{
    width:400px;
    height:54px;
    display:block;
    }

#headerimg .description {

    text-indent:-9999px;
    }
    
/* ヘッダー・グローバルメニュー */
#menu{position:absolute;
    top:44px;
    left:466px;
    width:474px;
    height:36px;
    }
#menu ul{margin:0;padding:0;position:relative;
    width:474px;
    height:36px;
    }

    #menu ul li{position:absolute;height:36px;
    margin:0;padding:0;
    list-style-type: none;
    list-style-image: none;
    text-indent:-9999px;}
    
    #menu ul li#gm1{
        width:122px;
        top:0px;left:0px;}
        #menu ul li#gm1 a{
          display:block;
            width:122px;height:36px;
            }
        #menu ul li#gm1 a:hover {
            background-image:url('images/gm1_f2.gif');
            }
        
    #menu ul li#gm2{
        width:183px;
        top:0px;left:122px;}
        #menu ul li#gm2 a{
            display:block;
            width:183px;height:36px;
            }
        #menu ul li#gm2 a:hover {
            background-image:url('images/gm2_f2.gif');
            }
            
    #menu ul li#gm3{
        width:83px;
        top:0px;left:305px;}
        #menu ul li#gm3 a{
            display:block;
            width:83px;height:36px;
            }
        #menu ul li#gm3 a:hover {
            background-image:url('images/gm3_f2.gif');
            }
            
    /*#menu ul li#gm4{
        width:474px;
        top:0px;left:150px;}*/
        
    #menu ul li#gm5{
        width:86px;
        top:0px;left:388px;}
        #menu ul li#gm5 a{
            display:block;
            width:86px;height:36px;
            }
        #menu ul li#gm5 a:hover {
            background-image:url('images/gm5_f2.gif');
            }


/* コンテンツエリア */
/* ---------------------------------*/
.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }
.navigation:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
.navigation-top {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    }
.navigation-top:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
#content {
    /*font-size: 1.2em;
    border:1px solid #CCC;
    background-color:#FCFBF7;*/
    }
    #content:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }

#content{
    float: left;
    padding: 0;
    margin: 3px 0 0 0;
    padding:5px;
    width: 590px;
    }  
    * html #content{
        width: 590px;
        }
    * html .single #wrap #content{
        width: 565px;
        } 
        
        

#content h2{
    /*border-bottom:1px dashed #003366;border-left:6px solid #003366;*/
    /*color:#036;*/
    color:#333;
    height:30px;
    background: #FFF url('images/bg_h2.gif') no-repeat bottom center;
    margin:0px 0 5px;
    padding:0 15px 0 20px;
    font-size:20px;
    }
h2.new_entry_title{
    height:30px;
    width:130px;
    background: #FFF url('images/ar_title_15.gif') no-repeat bottom center;
    margin:0px 0 5px;
    text-indent:-9999px;
    }

.category #content h2.pagetitle{
    background: none;
    border:none;
    /*background: #FFF url('images/bg_h2.gif') no-repeat bottom center;*/
    border-bottom:1px dashed #663300;
    margin:0px 0 15px;
    padding:0 15px 0 10px;
    font-size:20px;
    color:#663300;
    }
.category #content h2.pagetitle_blog{
    background: none;
    border:none;
    /*background: #FFF url('images/bg_h2.gif') no-repeat bottom center;*/
    border-bottom:1px dashed #663300;
    margin:0px 0 15px;
    padding:0 15px 0 10px;
    font-size:20px;
    color:#663300;
    text-align:center;
    }
    
#content div#column_box{
    /*border:1px solid #999;
    background-color:#FFF;
    width:250px;
    padding:5px;
    margin:0 0 10px auto;*/
    }
        
        
        
.post {
    margin: 0px 0 40px;

    }
    * html .category .narrowcolumn .post{
        height:300px;
        }
    *:first-child+html .category .narrowcolumn .post{
        height:300px;
        }
        
    .post:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }
    .post hr {
        display: block;
        }


.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

    border-left: 1px solid #ddd;
}


/* 左サイドバー */
/* ---------------------------------*/
#sidebar_left{
    float: left;
    padding: 0;
    margin: 0 8px 0 0;
    width: 167px;
    /*border:1px solid #555;*/
    }


/* 左サイドバー ウェジェットスタイル*/
#sidebar_left h2{
    margin:0;
    width:162px;
    height:35px;
    text-indent:-9999px;
    }
#sidebar_left h3{
    margin:5px 0;
    }
#sidebar_left ul, #sidebar_left ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar_left ul li {
    list-style-type: none;
    list-style-image: none;
    margin:0 0 15px 5px;
    background: transparent url('images/bg_w.gif') repeat-y top center;
    
    }
    #sidebar_left ul li div{
        background: transparent url('images/bg_w_bottom.gif') no-repeat bottom center;
        padding:0 5px 10px 0;
        }
#sidebar_left ul li#text-4 {
    list-style-type: none;
    list-style-image: none;
    margin:0 0 15px 5px;
    background: transparent none;
    
    }
    #sidebar_left ul li#text-4 div{
        background: transparent none;
        padding:0 5px 0px 0;
        }
/* 左サイドバー ウェジェットタイトルスタイル*/
#sidebar_left li#execphp-2 h2{
    background: transparent url('images/w_title_sagasu.gif') repeat-y top center;
    }
    #sidebar_left li#execphp-2 h3.category{text-indent:-9999px;
        background: transparent url('images/w_sub_title_category.gif') no-repeat top left;
        margin-left:5px;
        height:20px;
        }
    #sidebar_left li#execphp-2 h3.tiiki{text-indent:-9999px;
        background: transparent url('images/w_sub_title_tiiki.gif') no-repeat top left;
        margin-left:5px;
        height:20px;
        }
#sidebar_left li#execphp-3 h2{
    background: transparent url('images/w_title_asobu.gif') repeat-y top center;
    }    
#sidebar_left li#execphp-4 h2{
    background: transparent url('images/w_title_siru.gif') repeat-y top center;
    }    
#sidebar_left li#views-5 h2{
    background: transparent url('images/w_title_ninnki.gif') repeat-y top center;
    }
#sidebar_left li#views-4{
    padding-bottom:10px;
    }
    
#sidebar_left ul p, #sidebar_left ul select {
    margin: 5px 0 8px;
    }

#sidebar_left ul ul, #sidebar_left ul ol {
    margin: 5px 0 0 10px;
    }

#sidebar_left ul ul ul, #sidebar_left ul ol {
    margin: 0 0 0 10px;
    }

ol li, #sidebar_left ul ol li {
    list-style: decimal outside;
    }

#sidebar_left ul ul li, #sidebar_left ul ol li {
    margin: 3px 0px 0 5px;
    padding: 0 5px 0 20px;
    background: transparent url('images/ar.gif') no-repeat top left;
    }
/* 右サイドバー */
/* ---------------------------------*/
#sidebar{
    float: right;
    padding: 0;
    margin: 0 0 0 0;
    width: 167px;

    }
#sidebar {
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

/* 右サイドバー ウェジェットスタイル*/
    #sidebar h2 {
        /*font-family: 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 1.2em;*/
        }
    #sidebar h2{
        margin:0;
        width:162px;
        height:20px;
        font-size:13px;
        /*text-indent:-9999px;*/
    }
    #sidebar h2 {
        margin: 0;
        padding:10px 0 0 0;
        text-align:center;
        background: transparent url('images/w_title.gif') no-repeat top center;
        }
    * html #sidebar h2{
        margin-left:5px;
        width:157px;
        }
    #sidebar li#views-3 h2{
        background: transparent url('images/w_title_ninnki.gif') no-repeat top center;
        height:35px;
        text-indent:-9999px;
        }
#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin:0 5px 15px 0;
    padding:0px 5px 0px 0;
    background: transparent url('images/bg_w.gif') repeat-y top center;
    
    }
    #sidebar ul li div.textwidget{
        background: transparent url('images/bg_w_bottom.gif') no-repeat bottom center;
        padding:0 5px 10px 0;
        margin:0 0 0 5px;
        }
    #sidebar ul li div.execphpwidget{
        background: transparent url('images/bg_w_bottom.gif') no-repeat bottom center;
        padding:0 5px 10px 0;
        }
    #sidebar ul li ul{
        position:relative;
        background: transparent url('images/bg_w_bottom.gif') no-repeat bottom center;
        padding:0 0px 5px 10px;
        margin-left:0px;
        }

#sidebar ul li{
    text-align:left;
    }

#weathernews_blog_parts{
    width:150px;
    margin:10px auto 0 1px;
    }


#blog_sidebar form {
    margin: 0;
    }
    

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 5px;
    padding: 0;
    }
#sidebar ul ul li {
    margin: 0px 0px 5px 0px;
    padding: 0 5px 0 15px;
    background: transparent url('images/ar6.gif') no-repeat top left;
    list-style: none outside;
    }


/* 広告スペース A A1*/
#sidebar ul#cm_sidebar_main{
    background-image:none;
    margin-bottom:5px;
    }
#sidebar ul#cm_sidebar_main li.cm_list_main {text-align:center;
    list-style-type: none;
    list-style-image: none;
    background-image:none;
    }
#sidebar ul#cm_sidebar_main li.cm_list_main div.cm_box{
        background-image: none;
        /*width:120px;height:120px;*/
        margin:0 auto;padding:1px;
        /*background-color:#FFF;
        border:1px solid #CCC;*/
        }
    #sidebar ul#cm_sidebar_main li.cm_list_main ul{
        background-image: none;
        }

/* 広告スペース B C*/
#sidebar ul#cm_sidebar{
	background-image:none;
	margin-bottom:0px;
	}
#sidebar ul#cm_sidebar li.cm_list {text-align:center;
    list-style-type: none;
    list-style-image: none;
    background-image:none;margin-bottom:0px;
    }
#sidebar ul#cm_sidebar li.cm_list div.textwidget{
        background-image: none;margin-bottom:0px;
        }
    #sidebar ul#cm_sidebar li.cm_list div.execphpwidget{
        background-image: none;
        }
    #sidebar ul#cm_sidebar li.cm_list ul{
        background-image: none;
        }
        
/* Blog右サイドバー */
/* ---------------------------------*/       

#blog_sidebar{
    float: right;
    padding: 0;
    margin: 0 0 0 0;
    width: 167px;

    }
#blog_sidebar {
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

/* Blog右サイドバー ウェジェットスタイル*/
    #blog_sidebar h2 {
    font-size:13px;
        /*font-family: 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 1.2em;*/
        }
    #blog_sidebar h2{
        margin:0;
        width:162px;
        height:20px;
        /*text-indent:-9999px;*/
    }
    #blog_sidebar h2 {
        margin: 0;
        padding:10px 0 0 0;
        text-align:center;
        background: transparent url('images/w_title.gif') no-repeat top center;
        }
    * html #blog_sidebar h2{
        margin-left:5px;
        width:157px;
        }
#blog_sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }

#blog_sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    }

#blog_sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin:0 5px 15px 0;
    padding:0px 5px 0px 0;
    background: transparent url('images/bg_w.gif') repeat-y top center;
    
    }
    #blog_sidebar ul li div.textwidget{
        background: transparent url('images/bg_w_bottom.gif') no-repeat bottom center;
        padding:0 5px 10px 0;
        margin:0 0 0 5px;
        }
    #blog_sidebar ul li div.execphpwidget{
        background: transparent url('images/bg_w_bottom.gif') no-repeat bottom center;
        padding:0 5px 10px 0;
        }

#blog_sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
    }

#blog_sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }

ol li, #blog_sidebar ul ol li {
    list-style: decimal outside;
    }

#blog_sidebar ul ul li, #sidebar ul ol li {
    margin: 0px 0px 5px 0px;
    padding: 0 5px 0 15px;
    background: transparent url('images/ar7.gif') no-repeat top left;
    list-style: none outside;
    }

/* 広告スペース A A1*/
#blog_sidebar ul li#text-12 {text-align:center;
    background-image:none;
    margin:0;
    }
    #blog_sidebar ul li#text-12 div.textwidget{text-align:center;
    background-image:none;
        margin:0;
    }
#blog_sidebar ul li#text-12 div.textwidget ul#cm_sidebar_main{text-align:center;
    background-image:none;
    margin:0;
    }
#blog_sidebar ul li#text-12 div.textwidget ul#cm_sidebar_main li.cm_list_main {text-align:center;
    list-style-type: none;
    list-style-image: none;
    background-image:none;
    margin:0;
    }
#blog_sidebar ul li#text-12 div.textwidget ul#cm_sidebar_main li.cm_list_main div.cm_box{
        background-image: none;
        /*width:120px;height:120px;*/
        margin:0 auto;padding:1px;
        /*background-color:#FFF;
        border:1px solid #CCC;*/
        }
/* 広告スペース A A2*/
#blog_sidebar ul li#text-13 {text-align:center;
    background-image:none;
    margin:0;
    }
    #blog_sidebar ul li#text-13 div.textwidget{text-align:center;
    background-image:none;
        margin:0;
    }
#blog_sidebar ul li#text-13 div.textwidget ul#cm_sidebar_main{text-align:center;
    background-image:none;
    margin:0;
    }
#blog_sidebar ul li#text-13 div.textwidget ul#cm_sidebar_main li.cm_list_main {text-align:center;
    list-style-type: none;
    list-style-image: none;
    background-image:none;
    margin:0;
    }
#blog_sidebar ul li#text-13 div.textwidget ul#cm_sidebar_main li.cm_list_main div.cm_box{
        background-image: none;
        /*width:120px;height:120px;*/
        margin:0 auto 0 5px;padding:1px;
        /*background-color:#FFF;
        border:1px solid #CCC;*/
        }
/* 広告スペース A A3*/
#blog_sidebar ul li#text-14 {text-align:center;
    background-image:none;
    margin:0;
    }
    #blog_sidebar ul li#text-14 div.textwidget{text-align:center;
    background-image:none;
        margin:0;
    }
#blog_sidebar ul li#text-14 div.textwidget ul#cm_sidebar_main{text-align:center;
    background-image:none;
    margin:0;
    }
#blog_sidebar ul li#text-14 div.textwidget ul#cm_sidebar_main li.cm_list_main {text-align:center;
    list-style-type: none;
    list-style-image: none;
    background-image:none;
    margin:0;
    }
#blog_sidebar ul li#text-14 div.textwidget ul#cm_sidebar_main li.cm_list_main div.cm_box{
        background-image: none;
        /*width:120px;height:120px;*/
        margin:0 auto 0 5px;padding:1px;
        /*background-color:#FFF;
        border:1px solid #CCC;*/
        }

/* 広告スペース B C*/
#blog_sidebar li.widget_text div.textwidget ul#cm_sidebar{
    background-image:none;
    margin-bottom:0px;
    }
#blog_sidebar li.widget_text div.textwidget ul#cm_sidebar{
    background-image:none;
    margin-bottom:0px;
    }
#blog_sidebar li.widget_text div.textwidget ul#cm_sidebar li.cm_list {text-align:center;
    list-style-type: none;
    list-style-image: none;
    background-image:none;margin-bottom:0px;
    }
#blog_sidebar li.widget_text div.textwidget ul#cm_sidebar li.cm_list div.textwidget{
        background-image: none;margin-bottom:0px;
        }
    #blog_sidebar li.widget_text div.textwidget ul#cm_sidebar li.cm_list div.execphpwidget{
        background-image: none;
        }
    #blog_sidebar li.widget_text div.textwidget ul#cm_sidebar li.cm_list ul{
        background-image: none;
        }
/* フッター */
/* ---------------------------------*/
#f_menu{clear: both;
    border-bottom:1px solid #CCC;
    margin:0 auto;
    width:900px;
    text-align:center;}
#footer {
    /*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/
    border: none;
    }
#footer {
    padding: 0;
    margin: 0 auto;
    width: 950px;
    clear: both;
    /*border:1px solid #900;*/
    }

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    }


/* ============================================================================ */
/* ============================================================================ */
/* トップページ */

/* top googlemap */
/* ---------------------------------*/
#map_area{
    width:910px;padding:10px 20px;margin:0 0 15px;;
    background: transparent url('images/bg_map.gif') no-repeat top;
    }
#map {width:350px;margin:0;padding:0;float:right}
#google_maps{width:350px;margin:0;padding:0;}
#cont{width:350px;margin:0;padding:0;text-align:center;}
#cont form {margin:0;padding:0;line-height:1em;}
#new_entry{width:555px;margin:0;float:left;}

#new_entry h2 {margin:0 0 5px 0;}



/* パンくずリスト */
/* ---------------------------------*/
.breadcrumb{
    margin:0px auto 10px;
}

* トップページ　*/
/* ---------------------------------*/
#special{margin:0;padding:0;}
#special .entry{margin:0 0 30px 0;padding:0;}

/* トップページ　バナーエリア*/
/* ---------------------------------*/

#content #bn_era{
    width:591px;
    height:86px;
    margin:5px 0 10px;
    padding:0;
    }

/* トップページ　What's New リスト*/
/* ---------------------------------*/
#content ul#whats_new {
    margin:0 0 10px 5px;
    padding:0 0 0 5px;
    background:none;
    }
#content ul#whats_new li {
    list-style-type: none;
    list-style-image: none;
    margin:0 5px 5px 0;
    padding:0px 5px 0px 25px;
    background: transparent url('images/ar2.gif') no-repeat top left;
    }
/* トップページ　お知らせ リスト*/
/* ---------------------------------*/
#content ul#osirase {
    margin:0 0 10px 5px;
    padding:0 0 0 5px;
    background:none;
    }
#content ul#osirase li {
    list-style-type: none;
    list-style-image: none;
    margin:0 5px 5px 0;
    padding:0px 5px 0px 25px;
    background: transparent url('images/ar3.gif') no-repeat top left;
    }
    #content ul#osirase li .entry{
    /*margin:5px auto;*/
    }
    #content ul#osirase li .entry p{
    margin:5px auto;
    }
/* トップページ　Topics リスト*/
/* ---------------------------------*/
#content ul#Topics {
    margin:0 0 10px 5px;
    padding:0 0 0 5px;
    background:none;
    }
#content ul#Topics li {
    list-style-type: none;
    list-style-image: none;
    margin:0 5px 5px 0;
    padding:0px 5px 0px 25px;
    background: transparent url('images/ar4.gif') no-repeat top left;
    }
    #content ul#Topics li .entry{
    /*margin:5px auto;*/
    }
    #content ul#Topics li .entry p{
    margin:5px auto;
    }
/* トップページ　Blog リスト*/
/* ---------------------------------*/
#content ul#blog {
    margin:0 0 10px 5px;
    padding:0 0 0 5px;
    background:none;
    }
#content ul#blog li {
    list-style-type: none;
    list-style-image: none;
    margin:0 5px 5px 0;
    padding:0px 5px 0px 25px;
    background: transparent url('images/ar5.gif') no-repeat top left;
    }
    #content ul#blog li .entry{
    /*margin:5px auto;*/
    }
    #content ul#blog li .entry p{
    margin:5px auto 10px;
    }

/* トップページ　各項目のアーカイブへのリンク*/
.itiran_link{
    text-align:right;
    margin:5px auto 15px;
    }
/* ============================================================================ */
/* ============================================================================ */
/* アーカイブ */

/* アーカイブ　お知らせ リスト*/
/* ---------------------------------*/
#content ul#osirase {
    margin:0 0 10px 5px;
    padding:0 0 0 5px;
    background:none;
    }
#content ul#osirase li {
    list-style-type: none;
    list-style-image: none;
    margin:0 5px 5px 0;
    padding:0px 5px 0px 25px;
    background: transparent url('images/ar3.gif') no-repeat top left;
    }
    #content ul#osirase li .entry{
    /*margin:5px auto;*/
    }
    #content ul#osirase li .entry p{
    margin:5px auto;
    }


#content .cm_area_osirase{
	margin:0px auto 30px;
    padding:0px;
	/*border:1px solid #CCC;
	background-color:#FFF;*/
	text-align:center;
	}
/* アーカイブ　Topics リスト*/
/* ---------------------------------*/
#content ul#Topics {
    margin:0 0 10px 5px;
    padding:0 0 0 5px;
    background:none;
    }
#content ul#Topics li {
    list-style-type: none;
    list-style-image: none;
    margin:0 5px 5px 0;
    padding:0px 5px 0px 25px;
    background: transparent url('images/ar4.gif') no-repeat top left;
    }
    #content ul#Topics li .entry{
    /*margin:5px auto;*/
    }
/* ============================================================================ */
/* ============================================================================ */
/* 寺社仏閣ページ */

/* シングルページ(寺社仏閣ページ) */
/* ---------------------------------*/
.meta_table{}

.meta_table th{
    background-color:#003366;
    color:#FFF;
    width:70px;
}
.meta_table td{
    background-color:#FFF;
    border:1px solid #003366;
    width:250px;
}

.single #content h3{
    border-left:3px solid #663300;
    border-bottom:1px solid #663300;
    padding-left:3px;
    clear: both; 
    }
.single #content h4{
    border-bottom:1px dashed #663300;
    padding-left:3px;
    clear: both; 
    }

.entry p{
    margin:10px;
    clear: both; 
    }
.entry p:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }
        * html .entry p img{
        margin-bottom:10px;
        }

/* ============================================================================ */
/* ============================================================================ */
/* Blog系ページスタイル */
.blog_content {
    /*border:1px solid #CCC;
    background-color:#FFF;*/
    padding:10px;
    }
#content h2.blog {
    margin:0px;
    padding:8px 0 0 50px;
    background-image:url('images/bg_blog_title_h2.gif');
    background-color:transparent;
    background-position:left;
    background-repeat:no-repeat;
    /*border-left:6px solid #069;border-bottom:1px dashed #069;*/
    border:none;
    }
    /*.blog_content .column_box h2.blog {
        margin:10px 0 0px 0px;
        padding:10px 0 0 10px;
        background-image:none;
        background-color:transparent;
        border-left:6px solid #069;border-bottom:1px dashed #069;
        border:none;
        }*/
    * html #content h2.blog{
        padding:15px 0 0 50px;
        margin:0px;
        height:0px;
        }
    * html .blog_content .post .column_box h2.blog{
        padding:15px 0 0 50px;
        margin:0px;
        height:0px;
        }

.blog_content .post{
    margin:0 0 30px;

        }
        .blog_content .post:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }
.blog_content .column_box{
    /*border-top:1px solid #DCD;
    border-bottom:1px solid #DCD;
    background-color:#E8E6E2;
    padding:10px;*/
    background: #FFF url('images/bg_blog_title.gif') no-repeat top left;
    margin:0 auto 10px;
    width:580px;
    height:100px;
    }
    * html .category .column_box{
        line-height:1.4em;
        }
    * html .blog_content .column_box{
        line-height:1.4em;
    }
    .blog_content .column_box:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }
    .blog_content .column_box p.etc_meta{float:right;
        width:450px;
        text-align: right;
        margin:0;
        padding-right:20px;
    }
    * html #content .column_box p.etc_meta{
        padding-top:6px;
        margin:0;
        }
        .blog_content .column_box p.etc_meta:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }
    .blog_content .column_box p.user_avatar{float:left;
        width:70px;
        text-align: left;
        margin:0;
        padding-left:20px;
    }
        .blog_content .column_box p.user_avatar img{
           float:left;
           width:50px;height:50px;
           margin-right:5px;
           border:1px solid #555;
        }
    .blog_content .post .entry {
        /*border-bottom:1px solid #CCC;*/
        background-color:transparent;
        padding:0px 10px 5px;
        margin:0 auto 2px;
        margin-bottom:30px;
        }
    .blog_content .post .entry:after , .blog_content .post .entry_blog:after{
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }

    .blog_content .post .entry p:after , .blog_content .post .entry_blog p:after{
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    .blog_content .author{
       text-align:right;
       color:#999;
        }
            .blog_content .author:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }

.single #content h3.blog ,.blog_content .post .entry h3.blog{
    background: transparent url('images/bg_blog_sub_title.gif') no-repeat top left;
    margin:30px auto 20px 0;
    padding:0 0 0 35px;
    width:550px;
    height:25px;
    border:none;
    font-size:16px;
    }
    * html .single #content h3.blog ,.blog_content .post .entry h3.blog{
       width:538px;
    }
p.serif{
    text-align:right;
    }
/* ============================================================================ */
/* ============================================================================ */
/* ページスタイル　あるいてネットって */


.aruite .post .entry h2.aruite{
    background-image: none;
    background-color:transparent;
    border: none;
    padding:0;
    margin:0 auto 30px;
    }
.aruite div.aruite img ,.aruite h2 img ,.aruite h3 img ,.aruite h4 img{
       border: none;
       background-color:transparent;
    }

/* ============================================================================ */
/* ============================================================================ */
/* ページスタイル　デフォルト */


.defo .post .entry h2.defo{
    background-image: none;
    background-color:transparent;
    border: none;
    padding:0;
    margin:0 auto 30px;
    }
.defo div.aruite img ,.defo h2 img ,.defo h3 img ,.defo h4 img{
       border: none;
       background-color:transparent;
    }
.defo h3{
    background: transparent url('images/bg_blog_sub_title.gif') no-repeat top left;
    margin:30px auto 20px 0;
    padding:0 0 0 35px;
    width:550px;
    height:25px;
    border:none;
    font-size:16px;
    }
    * html .special h3{
       width:538px;
    }

.defol h4{
    border-bottom:1px dashed #663300;
    padding-left:3px;
    clear: both; 
    }
    
/* ============================================================================ */
/* ============================================================================ */
/* ページスタイル　特別企画 */


.special div.post div.entry h2.special_h2{
    background-image: none;
    background-color:transparent;
    border: none;
    padding:0;
    margin:0 auto 30px;
    }
div.special img ,.special h2 img ,.special h3 img ,.special h4 img{
       border: none;
       background-color:transparent;
    }

.special h3{
    background: transparent url('images/bg_blog_sub_title.gif') no-repeat top left;
    margin:30px auto 20px 0;
    padding:0 0 0 35px;
    width:550px;
    height:25px;
    border:none;
    font-size:16px;
    }
    * html .special h3{
       width:538px;
    }

special h4{
    border-bottom:1px dashed #663300;
    padding-left:3px;
    clear: both; 
    }

.special table{
    border:1px solid #CCC;
    }
    .special table td{
        border:1px solid #CCC;
        padding:3px;
        }
    .special table td p{
        margin:0;
        }













/* ============================================================================ */
/* ============================================================================ */
/* ？？？ */


.commentlist li, #commentform input, #commentform textarea {
    /*font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
    }
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

#commentform p {
    /*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
    }

.commentmetadata {
    font-weight: normal;
    }





#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
/* End Typography & Colors */



/* Begin Structure */










/*  Begin Headers */

    }
/* End Headers */











/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
    }

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

#commentform {
    margin: 5px 10px 0 0;
    }
#commentform textarea {
    width: 100%;
    padding: 2px;
    }
#respond:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
    }
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
/*  text-align: justify; */
    }

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

    }
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */







/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */




/* SexyBookmark */
/* ---------------------------------*/

.sexy-bookmarks {
    /*width:550px;margin:10px auto;padding:5px 0px 0px;
    border-bottom:1px solid #CCC;
    background:url(http://www.aruite.net/test/wp-content/plugins/wp-social-bookmark-menu/sexy-trans.png) no-repeat left bottom;*/
    }
.sexy-bookmarks:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }

.sexy-bookmarks ul{
    margin:0 auto;padding:0;text-align:center;
    }
    
.sexy-bookmarks ul li {
    margin:0 auto;padding:0;
    }
.sexy-bookmarks ul li a{
    margin:0;padding:0;
    }

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
    It won't be a stylish marriage, I can't afford a carriage.
    But you'll look sweet upon the seat of a bicycle built for two." */

