﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background: url(img/img01.gif) repeat-x left top;
}
#container { 
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
#header {
	height: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(img/banner0708.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
#header h1 {
	font-style: italic;
	font-size: 18px;
	padding: 0;
	margin-top: 20px;
}
#header h2 {
	font-style: italic;
	font-size: 18px;
}
.thrColFixHdr #container #header #banner {
	background-image: url(img/banner0708.jpg);
	margin-left: 250px;
}


#clr {
}
#container #sidebar1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
}

#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 1px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	height: 2600px;
}
#sidebar1 ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#sidebar1 li {
	display: inline;
}

#sidebar1 a {
	display: block;
	padding: 10px 0 10px 10px;
	border-top: 1px solid #EBEBEB;
	color: #333333;
	font-size: medium;
}

#sidebar1 a:hover, #sidebar1 .top a {
	background: #990000;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 1px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	height: 2600px;
}
#sidebar2 ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}
#sidebar2 li {
	display: inline;
}
#sidebar2 a {
	display: block;
	padding: 10px 0 10px 10px;
	border-top: 1px solid #EBEBEB;
	color: #333333;
	font-size: medium;
}
.ad {
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	float: none;
	width: 180px;
	text-align: center;
}
#sidebar2 a:hover, #sidebar2 .top a {
	background: #990000;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#mainContent {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#container #mainContent h2 {
	padding-top: 20px;
	font-style: italic;
	padding-bottom: 10px;
}
.post {
	padding: 10px;
}

.post h3 {
	background: #E0E0E0;
	color: #000000;
	line-height: normal;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F57601;
}

.post h3 a {
	background: none;
	color: #444444;
	border: none;
}

.post h3 a:hover {
	text-decoration: underline;
}

.post .entry {
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.post .entry p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}


#footer {
	background-color: #990000; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	font-size: small;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
