@charset "utf-8";
/*
Theme Name: Home Depo
Theme URI: http://http://www.homedepo.biz/
Description: ホームデポ様ホームページ
Version: 1.1
Author: M.T
Author URI: http://http://www.homedepo.biz
*/

/* IE UTF-8 font-family対応
----------------------------------------------------------- */
/*
#header,
#leftnavi,
div.sublink,
#main_mitu,
#footer_u,
#footer_end
{
	*FONT-FAMILY: 'ＭＳ Ｐゴシック';
}
*/

body{
/*
	FONT-FAMILY: 'ＭＳ Ｐゴシック';
	*FONT-FAMILY: 'ＭＳ Ｐゴシック';
*/
	FONT-FAMILY: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	*FONT-FAMILY: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* post
----------------------------------------------------------- */
div.post{
    width: 700px;
    text-align: left;
    vertical-align: top;
    padding-left: 0px;

/*
    FONT-FAMILY: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
*/
	FONT-FAMILY: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.post hr{
    border:solid #E10916;
    border-width:2px 0 0 0;
    height:2px;/* for IE6 */
    clear:both;/* for IE6 */
    width:100%;
}

h2.entry-title{
    font-size: 110%;
    font-weight: bolder;
	padding: 5px 0px 5px 10px;
	border-left: 2px solid #B32726;
	border-bottom: 1px solid #B32726;
}

h2.entry-title a:link{
    color: #6E6E6E;
}

h2.entry-title a:visited{
    color: #6E6E6E;
}

h2.entry-title a:hover{
    color: #FF0823;
    text-decoration: underline;
}

div.entry-content img{
    border: 1px solid rgb(0, 0, 0);
    padding: 3px;
}

div.entry-content a.more-link{
    color: #6E6E6E;
    font-weight: bolder;
}

div.entry-content a.more-link:hover{
    color: #FF0823;
    text-decoration: underline;
}

div.entry-meta{
    text-align: right;
    padding-right: 5px;
}

span.entry-date{
}


/* Page Navi
----------------------------------------------------------- */
.tablenav, .nav-below{
    font-weight: bold;
    margin: 1em auto;
    line-height: 2em;
    text-align: center;
    width: 700px;
}

a.page-numbers, 
.tablenav .current,
span.nav-previous a,
span.nav-back-list a,
span.nav-next a
{
    background: white;
    border: solid 1px #6E6E6E;
    color: #6E6E6E;
    padding: 3px 0.5em;
    text-decoration: none;
/*    
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
*/
}

a.page-numbers:hover,
span.nav-previous a:hover,
span.nav-back-list a:hover,
span.nav-next a:hover
{
    background: white;
    border-color: #FF0823;
    color: #FF0823;
    text-decoration: underline;
}

.tablenav .current {
    background: white;
    border-color: #FF0823;
    color: #FF0823;
    font-weight: bold;
}

.tablenav .next, .tablenav .prev,
.nav-below .nav-previous .nav-back-list .nav-next
{
    text-decoration: none;
/*
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
*/
}
