/*  基本設定  */

/* 横幅設定  */

#container {
	width: 800px;
	}


/*  ２段組  */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 600px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 200px;
		}


/* ３段組  */

	/* ブログの横幅設定 */
	#three #container {
		width: 800px;
		}

	/* 左サイドバーの横幅 */
	#three #left	{
		width: 190px;
		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
		width: 420px;
		}

	/* 右サイドバーの横幅 */
	#three #right	{
		width: 190px;
		}
/*  基本設定 */

body {
       	text-align: center;
     	}

#container {
	margin-right: auto;
	margin-left: auto;
text-align: left;
    background-color: #ffffff;
	}
.sidebar, #footer {
text-align: center;
    padding-bottom: 20px;
}
#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;

	}
html {
  scrollbar-base-color : #ffffff;
  scrollbar-face-color : #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color : #0000ff;
  scrollbar-3dlight-color: #0000ff;
  scrollbar-highlight-color : #ffffff;
  scrollbar-shadow-color : #ffffff;
  scrollbar-darkshadow-color : #0000ff;
}
a:hover {
  text-decoration : underline ;
}
}
a:visited {
  color: #990099;
}
/*  段の間隔  */

/* 左サイドバーの余白 */
	#left div {
		margin-right: 10px;
margin-left: 10px;
		}

/* 右サイドバーの余白 */
	#right div	{
		margin-left: 10px;
margin-right: 10px;

    		}
.content div {
margin-left: 10px;
margin-right: 10px;
	}
#banner div div, #left div div, #right div div
	.content div div  {
		margin-left: 0;
		margin-right: 0;
		}
/* フッターデザイン */
#footer  {
  font-size: 9pt;
  text-align:center;
margin-top: 20px;
  }
#footer p {
font-size: 9pt;
  margin-top: 3px;
  margin-bottom: 2px;
}

/* 共通設定ここまで */

/* デザイン設定 */
body {
background-image: url(img/blue.gif);
}
#entrylink h2, #categorydata h2 {
	font-size: 85%;
	}
.entry h3, #categorydata h3, #entrylink h3, .topcategory h3	{
	font-size: 102%;
	color: orangered;
	border-bottom: solid 2px #3366aa;
	padding-bottom: 5px;
	}
.entry h2, #categorydata h2	{
	font-size: 100%;
	}

.entry h4, #categorydata h4 {
  color : red;
  margin-top: 0px;
  margin-right : 10%;
  margin-bottom : 5px;
  margin-left : 5px;
  font-size: 105%;
  font-weight: bold;
  text-align : left;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : lime;
  border-bottom-color : #cccccc;
  padding-left : 5px;
}

.entry h6, #categorydata h6 {
  color : white;
  margin-right : 5px;
  margin-left : 5px;
  font-size: 100%;
  font-weight: bold;
  background-color : fuchsia;
  padding-top : 2px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 2px;
  margin-bottom : 5px;
  margin-top : 3px;
}
.entry p, #categorydata p	{
	font-size: 95%;
	color: #666666;
	line-height: 150%;
	}
.entry li {
   font-size: 90%;
 }
.r {
 	text-align:right;
	margin-bottom : 5px;
  margin-top : 3px;
	}

.red p {
 color : red;
 }

.big {
font-size: 140%;
}
/* テーブル設定 */

.hpb-cnt-tb1{
    color: #ffffff;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.hpb-cnt-tb-cell1 {
	background-color: #EEEEEE;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.hpb-cnt-tb-cell2 {
text-align:left;
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/* ヘッダー */

#title	{
	background-position: 0% 0%;
	background-color: #ffffff;
	padding: 5px 15px;
	margin-bottom: 20px;
	}
#title2 {
  width : 300px;
  clear : right;
  left : 480px;
  float : right;
  margin-bottom: 20px;
}

#title2 P {
  text-align : right;
padding-right: 10px;
margin-bottom: 3px;
}
#title3 {
 clear: both;
 text-align:center;
 margin-bottom: 15px;
}
#title3 h2	{
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0099ff;
	}
/* カテゴリー */

#categories ul	{
	font-size: 0.75em;
	color: #88cc33;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left:0;
	padding-left:0;
	}

#categories li	{
	padding-bottom: 5px;
	}
#categories	{
	margin-bottom: 30px;
	}

/* サイドバーデザイン */

/* メニュー */
.sidebar {
    text-align:center;
    padding-top: 20px;
    padding-bottom: 50px;
    
   }
.sidebar h2	{
	font-size: 0.75em;
	margin-bottom: 0px;
	text-align:center;
	color: #ffffff;
	background-color: #3366aa;
	padding: 6px 0;
	}
.sidebar h3 {
  color : #035f7c;
  background-color : yellow;
  font-weight : bold;
  font-size : 0.85em;
  text-align : center;
  padding-top : 2px;
  padding-bottom : 2px;
  margin-bottom : 0px;
  margin-top : 2px;
  border-top-width : 1px;
  border-top-color : #aaddff;
}
.sidebar a	{
	color: #3366aa;
	text-decoration: none;
	}

.sidebar ul	{
	font-size: 0.75em;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left:0;
	padding-left:0;
	}

.sidebar li	{
	background-color: white;
	padding: 5px 0;
	border-bottom: solid 1px #aaddff;
	text-align: center
	}
/* END */