/* 全体 */

body {
    background-color: #FFFFFF;
    margin: 0px;
　　padding: 0px;

    } 

*img {
border:0;
}


/* リンク関連 */

A                { color: #006699; text-decoration: none; background: none;}
A:link           { color: #006699; text-decoration: none; background: none;}
A:link:hover     { color: #FF0066; text-decoration: none; background: none;}
A:link:active    { color: #FF0066; text-decoration: none; background: none;}

A:visited        { color: #006699; text-decoration: none; background: none;}
A:visited:hover  { color: #FF0066; text-decoration: none; background: none;}
A:visited:active { color: #FF0066; text-decoration: none; background: none;}


/* 見出し */

h1,h2,h3 {
    margin: 0px;
    padding: 0px;
}


/* 全体を囲う箱 */

/* 幅を固定して表示する場合(現在の設定はこちらです)*/

#inbox {
    background: #FFFFFF;
    border-bottom: 1px solid #333366;
    border-left: 1px solid #333366;
    border-right: 1px solid #333366;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}


/* 画面全体に表示する場合は下の様に設定してください */
/*
#inbox {
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 99%;
}
*/



/* バナー */

#banner {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #99999;
   padding-top: 120px;
    padding-bottom: 10px;
　　padding-left: 17px;
    border-bottom: 1px solid #666699;
    background: #ffffff url('maekawa-back8.JPG') no-repeat right top;
    text-align:left; background-image:url('maekawa-back8.JPG'); background-repeat:no-repeat
    
    }  　


#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}











#banner h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
　　　　　　　font-weight: bold;　　　
	color: #666666;
}







#banner h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
}



/* レイアウト */

#links {
    margin-top: 5px;
    padding-left: 5px;
    margin-right: 5px;
    width: 150px;
　　 float: left;
}


#links-right {
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 5px;
    width: 170px;
    float: right;
}


#content {
   margin: 5px 180px 0px 185px;
    padding: 0px 0px 0px 5px;
　　 border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;

}　



#footer {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e5e5e5;
    padding-top: 8px;
    padding-bottom: 5px;
    clear: both;
}


/* 記事まわり */

.blog {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    background: none;
}


.blogbody {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #666666;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding: 0.5em;
    margin-bottom: 0.5em;
    background: none;
}


.date { 
    color: #999999;
    font-family:Verdana, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.5em 0em 0.5em 0em;
}


.title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #696969;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
}


#content h2 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #999999;
    text-align: left;
    margin-bottom: 5px;
}

.sign {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    color: :#666666;
    margin-bottom: 10px;
}

.posted {
    background: none;
    color:#666666;
    font-family:Verdana, Arial, sans-serif;
    font-size: 0.7em;
    font-weight:normal;
}


.extended {
    color:#666666;
    display:block;
    float:right;
    font-family: Verdana, Arial, sans-serif;
    font-size:1em;
    font-style:normal;
}


/* サイドバー */


#calendar {
    line-height: 140%;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    padding: 2px;
    text-align: center;
    margin-bottom: 5px;
}

#calendar table {
    padding: 2px;
    border-collapse: collapse;
    border: 0px;
    width: 100%;
}

#calendar caption {font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #999999;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #444444;
    padding: 0.3em;
    background: #f0f0f0;
}

#calendar th {
    text-align: center;
    font-weight: normal;
}

#calendar td {
    text-align: center;
}



.sidebar h2 {font-family: Verdana, Arial, sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    color: #999999;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #444444;
    padding: 0.25em;
    background: #f0f0f0;
}

.sidebar ul {
    padding-left: 5px;
    margin: 0px;
    margin-bottom: 20px;
}

.sidebar ul ul {
    margin-bottom: 0px;
    }

.sidebar #categories ul {
    padding-left: 5px;
    }


.sidebar li {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    text-align: left;
    line-height: 150%;
    margin-top: 3px;
    list-style-type: none;
}

.sidebar #categories li {
    list-style-type: none;
}

.sidebar {
    padding-left: 0px;
    padding-right: 0px;
}

.sidebar img {
    border: 3px solid #FFFFFF;
}

.photo {
    text-align: left;
    margin-bottom: 20px;
}

.link-note {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    line-height: 150%;
    text-align: left;
    padding: 2px;
    color: #666666;
}

#powered {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    line-height: 150%;
    text-align: left;
    color: #666666;
    margin-top: 50px;
}



/* アーカイブのページ関連 */

#menu {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    padding: 0.5px;
}


.comments-body {
    background: none;
    color:#666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.9em;
    font-weight:normal;
    line-height:1.5em;
    margin:0.5em;
    padding:0.5em;
}


.comments-post {
    background: none;
    color:#666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight:normal;
}


.comments-head {
    border-bottom: 1px solid #e5e5e5;
    color: #666666; 
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
}

.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}


/* Mac IE テキストエリア文字化け対策 */

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

/* @Style http://atstyle.biz/ */

カテゴリー


#globalnavi {
    text-align: center;
    padding-bottom: 5px;
    border-bottom : 1px solid #666699;
} 

