/* ######## サイトの外側の部分 ######### */
body {
	background-color: white;
	text-align: center;
        font-weight: normal;
}
/* ######## 基本となるリンクの色　ここから ######## */
/* a:link { color: #003999;  */
/* } */
/* a { text-decoration: none; */
/* } */
/* a:hover { color: #002F7B; */
/*             text-decoration: underline; */
/* } */
/* a:active { color: #003999; */
/* } */

/* ######## 基本となるリンクの色　ここまで ######## */

/* ######## サイト全体に関わるデフォルト値の設定　ここから ######## */

#container {
	width: 919px;	/* サイトの幅 */
	color: #333;
	background-color: white;
        font-weight: normal;
	text-align: left;
	font-family: 'MS UI Gothic', Arial, sans-serif;
	line-height: 150%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}


h1, h2, h3, h4, h5, h6 {margin: 0px;padding: 0px;}
h1, h2, h5, h6 {font-size: large;}
h3,h4 {font-size: small;}

/* ######## サイト全体に関わるデフォルト値の設定　ここまで ######## */


/* ######## サイトヘッダー（タイトル部）　ここから ######## */
#banner {
	background: white url() no-repeat right top;
	height: 145px;
	text-align: center;
	margin: 0px;
	margin-bottom: 0px;
	border: 0px solid white;
}
#banner a { text-decoration: none; }
#banner a:hover { text-decoration: none;
	color: #ff0040;
	background-color: transparent;
}
#banner h1{
　　　　　　 font-size: small;
             width: 919px;
             margin-top: 0px;
             margin-bottom: 0px;
             text-align: center;
}

#banner p {
	color: #333;
	font-size: 10px;
	margin-top:0px;
	margin-left: 10px;
        line-height: 18px;
}
ul.sample{
    width:100%;
    margin-top:20px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

ul.sample li{
    list-style:none;
    background:url('../../img/head-menu-back.gif');
    padding:3px 10px;
    width:60px;
    float:left;
    border-width:2px;
    border-color:#FFEEDB;
    border-style:ridge;
}
/* ######## サイトヘッダー（タイトル部）　ここまで ######## */


/* ######## 各カラムの幅、色の設定　ここから ######## */
#top, #category, #entry {
	width: 650px;
        float:left;
/*
	margin: 0px;
	padding-left: 1px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 4px;
*/

}
#left {
	width: 240px;	/* 左側メニューの幅 */
	float:left;
/*
	margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 14px;
        margin-top: 4px;
	padding: 0px;
*/


}

#right{
	width:160px;	 /* 右側メニューの幅 */
	float: right;
/*
	margin: 0px;
	padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-top: 4px;
*/

}

/* ######## 各カラムの幅、色の設定　ここまで ######## */


/* ######## 左の(サブ)メニュー　ここから ######## */
.sidebar a { text-decoration: none; }
.sidebar a:link { color: #000000; }
.sidebar a:link a { text-decoration: none; }
.sidebar a:link a:active { color: #000000;}
.sidebar a:hover { text-decoration: none; }

.sidebar {	font-size: small;
	padding: 0px;
	margin: 0px;
}
.sidebar h2 {
	color: white;
	background: #FD0000;
	font-size: small;
	font-weight: bold ;
	text-align: center;
	line-height: 130%;
	padding: 4px 1px;
	border: 1px bgcolor="#FFECEC";
}
.sidebar h3.title {
	color: white;
	background: #FD0000;
	font-size: small;
	font-weight: bold ;
	text-align: center;
	line-height: 130%;
	padding: 4px 1px;
	border: 1px bgcolor="#FFECEC";
}
.sidebar h3 {
	color: black;
	background: gold;
	font-size: small;
	font-weight: normal;
	text-align: center;
	line-height: 130%;
	padding: 5px 1px;
	border: 1px bgcolor="FFECEC";
}
.sidebar h5 {
	color: white;
	background: black;
	font-size: small;
	font-weight: normal;
	text-align: center;
	line-height: 130%;
	padding: 5px 1px;
	border: 1px bgcolor="FFECEC";
}
.sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}
.sidebar li {
	text-align: left;
        margin-top: 0px;
        padding-left: 0px;
       	padding-bottom: 0px;
        padding-right: 0px
        padding-top: 0px
        border-style: none; 
}
.sidebar ul ul {margin: 0px; margin-bottom: 10px;}
.sidebar ul ul ul {margin: 0px; margin-bottom: 5px;}
.sidebar ul ul li {border-top-width: 0px;
                   border-left-width: thin;
                   border-bottom-width: 0px;
                   border-right-width: thin;
                   border-style: solid; 
                   border-color: #B30000;
                   padding-left: 25px;
                   padding-bottom: 4px;
                   padding-top: 4px;
                   background:url('../../images/sample20081110_r20_c5.jpg');
}
.sidebar ul ul li:hover { 
                  background: url('../../images/sample20081110_r16_c5.jpg');
}
.sidebar ul ul ul li {
	background: url(images/skin01_list-arrow.gif) no-repeat left 20%;
	padding-left: 1em;
}
.sidebar ul.push li{
	list-style: none url(images/list-arrow_push.gif);
	margin-left: 15px;
}
.sidebar ul.push li, .sidebar ul.entrylist li{
	margin-top: 2px;
	padding-bottom: 2px;
}
#home a{	/* 「HOMEへ戻る」リンク */
	background-color: transparent;
}
.link-note, #powered {
	font-size: x-small;
	line-height: 120%;
	padding: 0px;
	margin: 0px;
}
#powerd {
	margin-top: 15px;
}
.img {border:0px;}

/* ######## 左の(サブ)メニュー　ここまで ######## */

/* ######## 右の(サブ)メニュー　ここから ######## */
.sidebar2 a { text-decoration: none; }
.sidebar2 a:link { color: #0000FF; }
.sidebar2 a:link a { text-decoration: underline; }
.sidebar2 a:link a:active { color: #FF0000;}
.sidebar2 a:hover { text-decoration: underline;
                         color: #FF0000; }
.sidebar2 {	font-size: small;
	padding: 5px;
	margin: 0px;
}
.sidebar2 h2 {
	color: white;
	background: black;
	font-size: small;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	padding: 4px 1px;
	border: 1px bgcolor="FFECEC";
}
.sidebar2 h3 {
	color: black;
	background: khaki;
	font-size: small;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	padding: 5px 1px;
	border: 1px bgcolor="FFECEC";
}
.sidebar2 
 {
	color: black;
	background: skyblue;
	font-size: small;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	padding: 5px 1px;
	border: 1px bgcolor="FFECEC";
}
.sidebar2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.sidebar2 li {
	text-align: left;
	margin-top: 0px;
	padding-bottom: 0px;
        border-style: none; 
}
.sidebar2 ul ul {margin: 0px; margin-bottom: 10px;}
.sidebar2 ul ul ul {margin: 0px; margin-bottom: 5px;}
.sidebar2 ul ul li {border-top-width: 0px;
                   border-left-width: thin;
                   border-bottom-width: thin;
                   border-right-width: thin;
                   border-color: silver;
                   border-style: solid;
}
.sidebar2 ul ul ul li {
	background: url(images/skin01_list-arrow.gif) no-repeat left 20%;
	padding-left: 1em;
}
.sidebar2 ul.push li{
	list-style: none url(images/list-arrow_push.gif);
	margin-left: 15px;
}
.sidebar2 ul.push li, .sidebar ul.entrylist li{
	margin-top: 2px;
	padding-bottom: 2px;
}

/* ######## 左右の(サブ)メニュー　ここまで ######## */


/* ######## 全体に関するデフォルト値の設定　ここから ######## */
.content {
	font-size: small;
	float:left;
	line-height: 150%;
	margin-left: 4px;
	padding: 0px 0px 0px 25px;
}
.content2 {
	font-size: small;
	float:left;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

.content h5 {
	color: black;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
	padding: 5px 1px;
        margin: 0px;
}
.content h7 {
        color: black;
        background:mistyrose;
        width: 400px;
        font-size: small;
        text-align: left;
        line-height: 130%;
        padding: 5px 1px;
        margin: 0px;
　　　　border: 1px bgcolor="FFE4E1";
}
.content ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.content li {
	text-align: left;
        margin-top: 0px;
	padding-bottom: 0px;
        border-style: none;
}
.content ul ul {margin: 0px; margin-bottom: 10px;}
.content ul ul ul {margin: 0px; margin-bottom: 5px;}
.content ul ul li { 
                   border-top-width: 0px;
                   border-left-width: 0px;
                   border-bottom-width: 0px;
                   border-right-width: 0px;              
}
.content a { text-decoration: none; }
.content a:link { color: #003999; }
.content a:link a { text-decoration: underline; }
.content a:link a:active { color: #0000FF;}
.content a:hover { text-decoration: underline; 
                         color: #FF0000; }

.navibar {		/* ナビゲーションバー */
	font-size: x-small;
	margin-bottom: 5px;
	padding: 0px;
}
.content p {
	font-size: 100%; line-height: 150%;
	text-align: left;
	margin-left: 8px;
	margin-bottom: 1em;
}
.content h1, .content h2, .content h3, .content h4 {
	margin-bottom: 3px;
}
.content p.posted {	/* 投稿者情報 */
	color: #999;
	font-size: small;
	border-top: 1px solid #999;
	text-align: left;
	margin-bottom: 25px;
	padding: 3px;
}
/* ######## 全体に関するデフォルト値の設定　ここまで ######## */


/* ######## サイトフッター　ここから ######## */
#footer {
	font-size: small;
        font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC143C;
	width: 100%;
	margin: 0px;
	padding: 3px 0px 3px;
	clear: both;
}
#footer2 {
	font-size: small;
        font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC143C;
	width: 100%;
	margin: 0px;
	padding: 3px 0px 3px;
	clear: both;
}
#footer a { text-decoration: none;}
/* ######## サイトフッター　ここまで ######## */


/* ######## トップページで使用するもの　ここから ######## */
#top h4 {
	color: #1a40b3;
	border-left: 20px solid #1a40b3;
	padding-left: 0.5em;
}
#topentry {
	background-color: #ffc;
	border: 2px dashed #9c0;
	padding: 10px;
}
#topentry div.entryexcerpt {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
}
#topentry strong {font-size: medium;}
#topentry strong a {
	background: url(images/skin01_arrow_topentry.gif) no-repeat left top;
	padding-left: 1.5em;
}

div.update {margin: 0px; margin-bottom: 3em;}
div.update h4 {font:italic bold large Georgia,Verdana,'Times New Roman',Arial;}
div.update span.day {margin-right: 1em;}
div.update div.line {
	border-bottom: 1px dotted #039;
	margin: 0px;
	padding: 3px;
}
img{border:0px;}
h6{
    font-size:medium;
    background-color:#8EFFFF;
    display:inline;
}
#g{
    color:#ffffff;
    border:dashed #663300;
    border-width:1px 0px;
    height:3px;
}
table.sample{
    border-top:1px solid #663300;
    border-bottom:1px solid #663300;
    border-left:1px solid #663300;
    border-right:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sample th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.sample td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}
/* ######## トップページで使用するもの　ここまで ######## */


/* ######## カテゴリページで使用するもの　ここから ######## */

#category h1 {
	color: #000000;
        background-color: #FFECEC;
       	border-left: 6px solid #B30000;
	border-bottom: 1px solid #B30000;
	padding: 3px 0.5em;
	margin-bottom: 2px;
}

#entry h1 {
	color: #990000
        background-color: white;
       	border-left: 6px solid #DB0000;
	border-bottom: 1px solid #DB0000;
	padding: 2px 0.5em;
	margin-bottom: 1px;
}

#category h2, #entry h2 {
	color: 0000;
	text-align: left;
	border-left: 5px solid #FF6600;
	padding: 2px;
　　　 font-weight: thin;
}

#category h3 {
	color: #990000
        background-color: white;
       	border-left: 6px solid #DB0000;
	border-bottom: 1px solid #DB0000;
	padding: 2px 0.5em;
        margin-left: 6px;
        margin-right: 4px;
	margin-bottom: 1px;
}
#entry h3 {
	color: #990000
        background-color: #CCCCCC;
       	border-left: 6px solid #000080;
	border-bottom: 1px solid #BC8F8F;
	padding: 2px 0.5em;
        margin-left: 6px;
        margin-right: 4px;
	margin-bottom: 1px;
}
}
#category h3 a {text-decoration: none;}
ul.itemlist {
        list-style-type: none;
	margin: 0px; margin-top: 1em;
	padding-left:0px;
        font-weight:thin;
}

ul.itemlist li {margin-bottom: 6px; }
ul.sample{
    width:100%;
    margin-top:20px;
    font-size:12px;
    font-weight:thin;
    padding-left:0;
    margin-left:0;
}

ul.sample li{
    list-style:none;
    background:url('../../img/head-menu-back.gif');
    padding:3px 10px;
    width:80px;
    float:left;
    border-width:2px;
    border-color:#FFEEDB;
    border-style:ridge;
    font-weight:thin;
}




/* ######## カテゴリページで使用するもの　ここまで ######## */


/* ######## 個別エントリーページの設定　ここから ######## */
.pagetop {
	text-align: right;
	margin-bottom: 1em;
}
.entrymenu {		/* カテゴリー内エントリーの
メニュー */
	text-align: center;
	margin-bottom: 40px;
}
.entrymenu img {vertical-align:middle;}



#Trackback_and_Comment h4 {
	color: #1a40b3;
	border-left: 6px solid #1a40b3;
	border-bottom: 1px solid #1a40b3;
	padding: 3px 0.5em;
	margin-top: 1em;
	margin-bottom: 2px;
}
#Trackback_and_Comment p {margin: 0px; margin-bottom: 0.2em;}
#trackback_url {
	color: #333;
	font: x-small Verdana, Arial, sans-serif;
	padding-left: 0.2em;
}
ul.sample{
    width:100%;
    margin-top:20px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

ul.sample li{
    list-style:none;
    background:url('../../img/head-menu-back.gif');
    padding:3px 10px;
    width:80px;
    float:left;
    border-width:2px;
    border-color:#FFEEDB;
    border-style:ridge;
}
/*
table{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sample th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.sample td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}
*/
/* ######## 個別エントリーページの設定　ここまで ######## */

