@charset "utf-8";

/* ブログ
---------------------------------------- */
a,
a:visited {
    color: #0066ff;
}

a:hover {
    color: #ff6600;
}

/* コンテンツ
------------------------------ */
#container {
    width: 900px;
    background: transparent;
    margin: 0 auto;
    background: transparent url(../blog/images/bg_container.png);
    overflow: auto;
}

#wrapper {
    clear: both;
    width: 900px;
    margin: 0;    
    background: transparent url(../blog/images/bg_cloud.gif) left bottom no-repeat;
    overflow: auto;
}

#content_title {
    position: relative;
    width: 900px;
    height: 35px;
    margin: 0;
    background: #ea6000 url(../blog/images/content_title.gif) left top no-repeat;
}

#content_title h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-indent: -9999px;
    overflow: hidden;
}

#rss {
    position: absolute;
    top: 11px;
    right: 14px;
    width: 36px;
    height: 14px;
    padding: 0;
}


#content {
    width: 680px;
    margin: 0 110px;
    background: transparent;
    overflow:auto;
}

#content_top {
    width: 680px;
    height: 34px;
    margin: 30px 0 0 0;
    background: transparent url(../blog/images/bg_content_top.gif) left bottom no-repeat;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

#content_section {
    position: relative;   
    width: 680px;
    background: #ffffff;
    overflow:auto;
    background: transparent url(../blog/images/bg_content.gif) left top repeat-y;
}

#content_bottom {
    width: 680px;
    position: relative; 
    height: 112px; 
    margin: 0;
    background: transparent url(../blog/images/bg_content_bottom.gif) left bottom no-repeat;
    overflow:auto;
    text-align: right;
    font-size: 12px;
}

#blog_title {
    height: 194px;
    text-align: center;
}

#blog_section {
    clear: both;
/*    width: 380px;
    margin: 0 150px; */
    width: 400px;
    margin: 0 140px;
    overflow: auto;
}

/* ナビゲーション
----------------------*/

/* カテゴリ選択
------------------*/
#select_tab {
    position: relative;
    margin: 0 41px 0 40px;
    width: 599px;
    height: 34px;
    background: transparent;
    font-size: 12px;
}    

#select_tab ul {
    display: block;
    width: 599px;
    margin: 0 ;
    padding:0;
    height: 34px;
    list-style-type: none;
    text-align:left;
}

#select_tab li {
	display: block;
	float: left;
    height: 34px;
    width: 173px;
    margin: 0;
}


#select_tab li a {
	display: block;
	overflow: hidden;
    width: 173px;
/*	width: 100%; */
	height: 0 !important;
	height /**/: 33px;
	padding: 34px 0 0 0;
	background-image: url(../blog/images/bg_select_tab.png);
	color: #ffffff;
}

	#tab_author { position: absolute; left:     0; top: 0; width: 173px; height: 33px;}
	#tab_genre  { position: absolute; left: 213px; top: 0; width: 173px; height: 33px;}
	#tab_date   { position: absolute; left: 426px; top: 0; width: 173px; height: 33px;}

    /* 通常時 */
	#tab_author a { background-position:      0     0; }
	#tab_genre  a { background-position:  -173px    0; }
	#tab_date   a { background-position:  -346px    0; }

    /* オンマウス時 */
	#tab_author a:hover, #tab_author a:active { background-position:      0     0; height: 34px;}
	#tab_genre  a:hover, #tab_genre  a:active { background-position:  -173px    0; height: 34px;}
	#tab_date   a:hover, #tab_date   a:active { background-position:  -346px    0; height: 34px;}

    /* 居場所 */
	#tab_author a.stay, 
	#tab_author a:hover.stay { background-position:      0     -34px; }
	#tab_genre  a.stay,
	#tab_genre  a:hover.stay { background-position:  -173px    -34px; }
	#tab_date   a.stay,
	#tab_date   a:hover.stay { background-position:  -346px    -34px; }


/* 書いた人 選択
------------------*/
#select_author {
    margin: 0;
    height: 91px;
    background: transparent url(../blog/images/bg_select_author.png) left top no-repeat;
    position: relative;
}    

#select_author ul {
    display: block;
    width : 462px;
    padding:0;
    height: 55px;
    list-style-type: none;
    text-align:left;
}

#select_author li {
	display: block;
	float: left;
	width: 55px;
}


#select_author li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 55px;
	padding-top: 55px;
	background-image: url(../blog/images/button_select_author.png);
	color: #ffffff;
}

	#author_uruma    { position: absolute; left: 235px; top: 13px; }
	#author_delvi    { position: absolute; left: 340px; top: 13px; }
	#author_sumiko   { position: absolute; left: 445px; top: 13px; }
	#author_hoketake { position: absolute; left: 550px; top: 13px; }
	
    /* 通常時 */
	#author_uruma    a { background-position:      0     0; }
	#author_delvi    a { background-position:   -55px    0; }
	#author_sumiko   a { background-position:  -110px    0; }
	#author_hoketake a { background-position:  -165px    0; }

    /* オンマウス時 */
	#author_uruma    a:hover { background-position:      0     -55px; }
	#author_delvi    a:hover { background-position:   -55px    -55px; }
	#author_sumiko   a:hover { background-position:  -110px    -55px; }
	#author_hoketake a:hover { background-position:  -165px    -55px; }

    /* 居場所 */
	#author_uruma    a.stay  { background-position:      0     -55px; }
	#author_delvi    a.stay  { background-position:   -55px    -55px; }
	#author_sumiko   a.stay  { background-position:  -110px    -55px; }
	#author_hoketake a.stay  { background-position:  -165px    -55px; }

/* ジャンル別
------------------*/
#list_genre,
#archive_genre,
#entry_genre {
    width: 426px;
    margin: 50px 127px 0 127px;
}

div.genre_item {
    margin: 0;
    width: 426px;
    text-align: center;
}

div.genre_item h2 {
    clear: both;
    margin: 0 0 10px 0;
    text-align:left;
    height: 91px;
    width: 426px;
}

div.genre_section {
/*    margin: 50px 127px 0 127px; */
    width: 426px;
    text-align: center;
}

div.genre_title h2 {
    clear: both;
    margin: 0 0 10px 0;
    text-align:left;
}

div.entry_summary {
    text-align:left;
/*    width: 380px;
    margin: 0 23px; */
    width: 400px;
    margin: 0 18px;
}

#blog_archive {
    margin: 0 23px 10px 23px;
    padding-bottom: 30px;
}

/* 書いた月指定
------------------*/
#input_date {
    position: relative;
    margin: 0 ;
    width: 680px;
    height: 170px;
    background: transparent url(../blog/images/bg_input_date.png) left top no-repeat;
    font-size: 12px;
    overflow: auto;
}

#input_date option {
    background: #ffffff;
}
.select_year {    
    position: absolute;
    left: 296px;
    top: 62px;
    width: 67px;
    height: 18px;
    font-size: 12px;
    background: #ffffff;
    text-align: left;
    border: 0;
    color: #000000;
}

.select_month {    
    position: absolute;
    left: 404px;
    top: 62px;
    width: 47px;
    height: 18px;
    font-size: 12px;
    background: #ffffff;
    text-align: left;
    border: 0;
    color: #000000;
}

select.select_month:focus {
    border: 0;
}



.input_date_go {
    position: absolute;
    left: 486px;
    top: 20px;
    width: 172px;
    height: 92px;
    background: transparent url(../blog/images/button_input_date_go.png) left top no-repeat;
    background-position:0 0;
    text-indent:-9999px;
    border:none;
    color: #ffffff;
	padding-top: 92px;
	overflow: hidden;
}
    
.input_date_go:hover,
.input_date_go:active {  /* IE6 では未対応 */
    background-position:0 -92px;
}


#content_top_navi {
    position: relative;
    width: 580px;
    margin: 131px 50px 0 50px;
    font-size: 12px;
}


/* エントリー
------------------------------ */
div.entry_section {
    clear: both;
    width: 400px;
/*    width: 380px; */
    background: #ffffff;
    margin: 0 auto 30px auto;
    overflow: auto;
}

div.entry_head {
    position: relative;
    clear: both;
    border: solid 1px #999999;
    color: #ea6000;
    overflow: auto;
/*    width: 378px; */ /* border のぶんをマイナス */
    width: 398px; /* border のぶんをマイナス */
}

div.entry_title  {
    float: left;
/*    width: 300px; */
    width: 320px;
    text-align: left;
    font-size: 16px;
    font-family: Verdana , Osaka, sans-serif , 'MS PGothic', 'Hiragino Kaku Gothic Pro W3' ;
    color: #ea6000;
    overflow: auto;
}

/* テーマ別、月別での顔アイコン表示用
------------------------------ */
div.entry_head_widh_author { 
    position: relative;
    clear: both;
    overflow: auto;
/*    width: 380px; */
    width: 400px;
}

div.entry_icon_author {
    float: left;
    width: 39px;
    height: 40px;
    margin: 0 6px 0 0;
}

div.entry_icon_author a {
	display: block;
	overflow: hidden;
    width: 39px;
    margin: 0;
	height: 0 !important;
	height /**/: 40px;
	padding-top: 40px;
	color: #ffffff;
}

div.entry_icon_author a.uruma {
	background: #ffffff url(../blog/images/icon_uruma.png) no-repeat left top;
    background-position:  0    0;
}

div.entry_icon_author a.delvi {
	background: #ffffff url(../blog/images/icon_delvi.png) no-repeat left top;
    background-position:  0    0;
}

div.entry_icon_author a.sumiko {
	background: #ffffff url(../blog/images/icon_sumiko.png) no-repeat left top;
    background-position:  0    0;
}

div.entry_icon_author a.hoketake {
	background: #ffffff url(../blog/images/icon_hoketake.png) no-repeat left top;
    background-position:  0    0;
}

div.entry_icon_author a:hover.uruma,
div.entry_icon_author a:hover.delvi,
div.entry_icon_author a:hover.sumiko {
    background-position:  0     -41px;
}

div.entry_icon_author a:hover.hoketake {
    background-position:  0     -40px;
}

div.entry_head_author {
    float: right;
    border: solid 1px #999999;
    color: #ea6000;
    overflow: auto;
/*    width: 333px; */ /* border のぶんをマイナス */
    width: 353px; /* border のぶんをマイナス */
    margin: 5px 0 0 0;
}

div.entry_title_author  {          /* テーマ別、月別での顔アイコン表示用 */
    float: left;
/*    width: 255px; */
    width: 353px;
    text-align: left;
    font-size: 16px;
    font-family: Verdana , Osaka, sans-serif , 'MS PGothic', 'Hiragino Kaku Gothic Pro W3' ;
    color: #ea6000;
    overflow: auto;
}

div.entry_title_author a:link,
div.entry_title_author a:visited {
    color: #ea6000;
}

div.entry_title a:hover,
div.entry_title_author a:hover {
    color: #ffffff;
    background: #ea6000;
}


div.entry_title h2,
div.entry_title h3,
div.entry_title_author h2,
div.entry_title_author h3 {
    margin: 3px 0 0 5px;
    overflow: auto;
}

div.entry_title a:link.e_title,
div.entry_title a:visited.e_title {
    color: #ea6000;
}

div.entry_title a:hover.e_title {
    color: #ffffff;
}


div.entry_date {
    float: right;
    width: 78px;
    color: #ea6000;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana , Osaka, sans-serif , 'MS PGothic', 'Hiragino Kaku Gothic Pro W3' ;
    line-height: 1.8;
}

span.entry_date {
    color: #ea6000;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana , Osaka, sans-serif , 'MS PGothic', 'Hiragino Kaku Gothic Pro W3' ;
    line-height: 1.8;
}


div.entry_text {
    clear: both;
/*    width: 350px;
    margin: 10px;  */
    width: 400px;
    margin: 10px 0;
    color: #000000;    
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    background: transparent;
}

div.entry_text p {
    margin: 0 0 1em 0;
/*    width: 350px; */
    width: 400px;
    line-height: 1.8;
/*    overflow: auto; */
    overflow: hidden;
}

div.entry_foot {
    clear: both;
/*    width: 380px; */
    width: 395px;
    text-align: left;
	padding: 10px 0;
}

div.entry_foot_link {
    float: right;
    color: #0066ff;
    font-size: 10px;
	background: transparent url(../blog/images/bg_entry_footer.gif) left top no-repeat;
	padding-left: 20px;
	overflow: hidden;
}

div.entry_more {
/*    width: 335px; */
    width: 355px;
    margin: 0 0 0 15px;
}

div.entry_more a {
    font-size: 10px;
	background: transparent url(../images/link_te.gif) left top no-repeat;
	padding-left: 26px;
}


/* 画像 表示用
------------------------------ */
div.entry_text p img {
    clear: both;
    margin: 10px auto;
    text-align: center;
    display: block;
}

div.entry_text p img.rightside {
    float: right;
    margin: 0 0 10px 15px;
}

div.entry_text p img.leftside {
    float: left;
    margin: 0 15px 10px 0;
}


/* コメント
----------------------*/
div.entry_comment {
    clear: both;
    border: solid 1px #999999;
    background: #eeeeee;
    padding: 5px;
    color: #000000;
    margin: 0 0 20px 0;
}

div.entry_comment h3 {
    text-align: center;
    font-size: 14px;
    color: #000000;
    padding: 3px;
    border-bottom: dotted 1px #000000;
}

div.commented {
    text-align: left;
    line-height: 1.6;
    font-size: 12px;
    border-bottom: dotted 1px #000000;
}

div.commented h3 {
    font-weight: bold;
    padding: 3px;
    border: 0;
    text-align: left;
}

div.commented h3 a {
    color: #009900;
}

div.commented p {
    margin: 5px 0 20px 5px;
    padding :0;
}

div.post_comment {
    text-align: left;
    font-size: 12px;
}

div.entry_tb {
    clear: both;
    border: solid 1px #999999;
    background: #eeeeee;
    padding: 5px;
    color: #000000;
    margin: 0 0 30px 0;
}

div.entry_tb h3 {
    text-align: center;
    font-size: 12px;
    color: #000000;
    padding: 3px;
    border-bottom: dotted 1px #000000;
}

div.entry_tb p {
    margin: 5px 0 20px 5px;
    padding :0;
    text-align: left;
    font-size: 12px;
}

div.entry_tb_url,
div.entry_tb_list {
    margin: 5px 0 20px 5px;
    text-align: left;
    line-height: 1.6;
    font-size: 12px;
}



/* アーカイブ 表示用
------------------------------ */
div.archive_head {
    color: #717171;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana , Osaka, sans-serif , 'MS PGothic', 'Hiragino Kaku Gothic Pro W3' ;
    text-align: left;
    padding: 20px 5px 0 5px;
}

div.archive_title {
    float: left;
    width: 320px;
    margin-right: 12px;
}

div.archive_date {
    float: right;
    width: 110px;
    text-align: right;
}

div.archive_title h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana , Osaka, sans-serif , 'MS PGothic', 'Hiragino Kaku Gothic Pro W3' ;
    text-align: left;
}

div.archive_summary {
    clear: both;
    color: #999999;    
    text-align: left;
    padding: 5px;    
}

div.archive_bottom {
    clear: both;
    text-align: right;
}

div.archive_more {
    margin: 0;
}

div.archive_more a {
    font-size: 10px;
	background: transparent url(../images/link_te.gif) left top no-repeat;
	padding-left: 26px;
}

/* エントリー無し
----------------------*/
.no_entry {
    padding: 80px 0 200px 0;
    text-align: center;

}

/* フッター 背景表示用
----------------------*/
#footer_wrapper {
    clear: both;
    width: 900px;
    margin: 0;
    padding: 20px 0 0 0;
	background: #eeeeef url(../blog/images/bg_footer.gif) left top no-repeat;    
}

/* コンテンツ ナビゲーション
----------------------*/
#content_bottom_navi {
    position: relative;
    width: 580px;
    margin: 0 50px;
    font-size: 12px;
}

.content_navi_category  {
    position:absolute;
    top: 0;
    left: 100px;
    width: 380px;
    text-align: center;
}

.content_navi_prev {
    float: left;
/*    width: 60px; */
    text-align: left;
    padding: 0 0 0 25px;
    font-size: 12px;
	background: #ffffff url(../blog/images/bg_navi_prev.gif) left top no-repeat;    
}

.content_navi_next {
    float: right;
/*    width: 60px; */
    text-align: right;
    padding: 0 25px 0 0;
    font-size: 12px;
	background: #ffffff url(../blog/images/bg_navi_next.gif) right top no-repeat;    
}

div.blog_top {
    clear: both;
    width: 580px;
    margin: 0 50px;
    background: #ffffff;
    font-size: 12px;
    text-align: right;
    overflow: auto;
    padding-top: 20px;
}



.content_navi_category h3 a,
.content_navi_prev a,
.content_navi_next a,
div.blog_top a {
    color: #0066ff;
    text-decoration: none;
}

.content_navi_category h3 a:hover,
.content_navi_prev a:hover,
.content_navi_next a:hover,
div.blog_top a:hover {
    color: #ff6600;
    text-decoration: none;
}


/* ヘッダー差し替え対応追記 */
body {}
#wrapper {padding-top:21px;}