html {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:white;
scrollbar-highlight-color:white; 
scrollbar-3dlight-color:#000000; 
scrollbar-track-color:white;
scrollbar-shadow-color:#;000000;
scrollbar-darkshadow-color:white;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #ffffff;
	background: url(http://img-cdn.jg.jugem.jp/487/13608/20050722_1607913.gif);
	}

table {
	table-layout: fixed;
}

/* リンク色の設定 ------------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #333;
	background: transparent; 
}
a:visited {
	color: #333;
	background: transparent; 
}
a:hover {
	color: #333;
           background:#FFBABA;
	text-decoration: underline;
}
a:active {
	color: #333;
           text-decoration:none;

}

/* container部分の設定 ------------------------- */

#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 920px;
}
/* 上のwidthで全体の横幅を調整して下さい。 -------- */
/* 右左のサイドバーは、各200pxで設定しています。 -- */


/* header部分の設定 ------------------------- */

#header {
	background: #000000;
	}

h1 {
	margin: 0px;
	padding: 0px;
	}

.site_title {
	color: #ffffff;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 30px;
	font-weight: bold;
           float: none;
          text-align: right;
	margin:8px 20px 8px 20px;
	}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active {color:#ffffff;text-decoration:none;background: transparent; }
.site_title a:hover {color:#ffffff;text-decoration:underline;background: transparent; }

.description {
	color:#FFFFFF;
	font-family: "ＭＳ ゴシック";
	font-size: 12px;
	letter-spacing:1px;
           text-align: right;
	margin: 5px 0px 8px 23px;
	}

.banner {
	margin: 0px;
	padding: 0px 5px 5px 0px;
	}


/* Navigation部分はメニューなどを追加する予備エリアです。 -- */
#navigation {
	font-family: "Verdana";
	font-size:12px;
	background: #ffffff;
	margin: 5px 0px 5px 23px;
	}



/* コンテンツ部分の設定 ------------------------- */

#left {
	font-family: "Verdana", "ヒラギノ丸ゴ Pro W4", "ＭＳ ゴシック", "Osaka‐等幅";
	color: #000000;
	background: #ffffff;
	border-top: 20px #000000 solid;
	}

#center {
	font-family: "Verdana", "ヒラギノ丸ゴ Pro W4", "ＭＳ ゴシック", "Osaka‐等幅";
	background: #ffffff;
	border-top: 20px #000000 solid;
	}

#right {
	font-family: "Verdana", "ヒラギノ丸ゴ Pro W4", "ＭＳ ゴシック", "Osaka‐等幅";
	color: #000000;
	background: #ffffff;
	border-top: 20px #000000 solid;
	}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

input, textarea {
	border:1px #999999 solid;
	color: #333333;
	background: #ffffff;
	}

.pict {
	padding: 1px;
	border: 0px solid;
	}


/* ENTRY--------------- */

.entry {
	margin: 0px;
	padding-bottom:12px;
	border-bottom: 1px #cccccc solid;
	}

.entry_navi{
	font-size:10px;
	text-align:center;
	padding:15px 0 10px 0;
	border-bottom: 1px #cccccc solid;
	}

.entry_date {
	font-family: "Verdana";
	font-size: 12px; 
	font-weight:bolder;
	color: #999999;
	margin: 12px 0px 6px 0px;
	}

.entry_date a,
.entry_date a:link,
.entry_date a:visited,
.entry_date a:active,
.entry_date a:hover {color:#ff3333;}

.entry_title {
	font-size: 15px;
	font-weight:bold;
	color: #336699;
	margin: 15px 0px 20px 0px ;
	padding-left: 6px;
	border-left: 6px #000000 solid;
	}

.entry_body {
	font-size:13px;
	line-height:170%;
	padding: 0 15px;
	margin-bottom: 5px; 
	}

.entry_body a:link {border-bottom: 1px dotted;}

.entry_more {
	font-size:12px;
	line-height:170%;
	padding: 0 15px;
	margin-bottom: 30px; 
	}

blockquote {
	font-size: 10px;
	background: #eeeeee;
	margin: 10px;
	padding: 5px;
	border: 1px solid #cccccc;
	}

.entry_state {
	font-family: "Verdana";
	font-size:10px;
	color: #666666;
	margin: 0px 15px 0px 10px;
	text-align: right;
	}

.comment {
	font-size: 12px;
	margin:10px 0;
	}

.comment_state {
	font-size: 12px;
	color: #666666;
	padding-left: 6px;
	border-left: 6px #336699 solid;
	}

.page {
	font-family: "Verdana";
	font-size: 9px;
	color: #666666;
	letter-spacing:1px;
	text-align: center;
	margin: 10px 0 12px 0;

}


/* SIDE--------------- */

.linktitle {
	font-family: "Verdana";
	font-size:12px;
	font-weight: bolder;
	margin-top: 15px;
	padding-left: 4px;
	border-left: 6px solid;
	}

.linktext {
	font-size:11px;
	line-height:150%;
	color: #666666;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px #cccccc solid;
	}

.search {
	font-size:12px;
}

.form {
	font-size:12px;
	border:1px solid #999999;
	width: 100px;
}

.button  {
	font-family: "Verdana";
	font-size:10px;
	color: #666666;
	padding: 0px 1px 0px 1px;
}

.jugem_bana{
	margin: 20px 1px 10px 0px;
	}

/* CALENDAR------------ */

#calendar_area {
	padding: 3px 0px 3px 0px;
	background-color: #FFEFEF;
	}

.calendar {
	font-family: "Verdana";	
	font-size: 9px;
	color: #FA8072;
	letter-spacing:1px;
	}

.today {
	background-color: #cccccc;
	}

/* FOOTER_MENU------------- */

#footer_menu {
	border-top: 1px solid #cccccc;
	margin: 0px;
	padding: 10px 0px 2px 0px;
	background-color: #ffffff;
	}

/* FOOTER------------- */

#footer {
	border-top: 1px solid #cccccc;
	margin: 0px;
	padding: 12px 0px 14px 0px;
	background-color: #ffffff;
	}

.copyright {
	font-family: "Verdana";
	font-size: 9px;
	color: #666666;
	background-color: #ffffff;
	letter-spacing:1px;
	}

/* 関連記事独自タグ部分------------- */

h3{
color:#333333;
font-size:12pt;
font-style:bold;
background-color:#FFB6C1;

}

/* ナビゲーション------------- */

#navi {
display:block;
position:relative;
width: 920px;
height:30px;
overflow: hidden;
margin:0px 0px 0px 0px;
}

*html #navi {
display:block;
position:relative;
width: 920px;
height:30px;
overflow: hidden;
margin:10px 0px 0px 0px;
text-align: center;
}

#navi .first {
font-weight: bold;
width: 190px;
height:30px;
float: left;
text-align: center;
margin:0px auto 0px auto;
line-height: 30px;
list-style-type: none;
}

#navi .first a {
display: block;
text-decoration: none;
color: #666;
background: url(http://img-cdn.jg.jugem.jp/7fb/1589552/20130215_350116.gif) bottom left no-repeat;
}

#navi .first a:hover {
background: url(http://img-cdn.jg.jugem.jp/7fb/1589552/20130215_350126.gif) bottom left no-repeat;
}

#navi li {
font-weight: bold;
width: 180px;
height:30px;
float: left;
text-align: center;
margin:0px auto 0px auto;
line-height: 30px;
list-style-type: none;
}

#navi li a {
display: block;
text-decoration: none;
color: #666;
background: url(http://img-cdn.jg.jugem.jp/7fb/1589552/20130215_350116.gif) 0 0 no-repeat;
}

#navi li a:hover {
background: url(http://img-cdn.jg.jugem.jp/7fb/1589552/20130215_350126.gif) bottom left no-repeat;
}

#navi .last {
font-weight: bold;
width: 190px;
height:30px;
float: left;
text-align: center;
margin:0px auto 0px auto;
line-height: 30px;
list-style-type: none;
}

#navi .last a {
display: block;
text-decoration: none;
color: #666;
background: url(http://img-cdn.jg.jugem.jp/7fb/1589552/20130215_350116.gif) 0 0 no-repeat;
}

#navi .last a:hover {
background: url(http://img-cdn.jg.jugem.jp/7fb/1589552/20130215_350126.gif) bottom left no-repeat;
}