/*カスタマイズして使ってもらうことをあまり意識していないので、少し編集しにくいかと思いますが、HTMLと照らし合わせて読めばある程度は理解できると思います。*/

a:link, a:visited { color: #000;}
a:hover, a:active { background-color: #CEBD6B;text-decoration: none;color: #000;}

/* メニューリスト */
/* リスト親要素 */
ul {
text-align:left;
color:#000; /* リストの文字色 */
text-decoration:none;
list-style-type:square; /* リストマークの種類 */
line-height:160%; /* 行間 */
margin:0;
padding:0 0 0 16px; /* リストマークの分、左に余白 */
}

.border {
	font-size: 100%;
	color: #333333;
	border-left: 5px solid #ffdd00;
	padding:2px 0 2px 10px;
	margin:10px 0 0 0;
}


/* メニューリスト子要素 */
li {
text-align:left;
text-decoration:none;
padding:0;
}

body {
	/*font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
	line-height: 1.4;
	font-size: small;
	text-align: center;
}

* {
	margin:0;
	padding:0;
}


#b1 {
	/*height: 130px;*/
}

#b2 {
	background:#ffffff;
	height: 100%;
}

#b3 {
	/*background:#ffffff;*/
}

#b4 {
	background:#ffffff;
}

#b5 {
	background:#ffdd00;
	height: 50px;
}


#topDiv {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#wp {
	width:100%;
	float:left;
	margin-right:-230px;
	background:#f9f9e5;
}

#b4 {
	width:230px;
	float:left;
}

#b5 {
	width:100%;
	clear:left;
}

#b2 {
	width:100%;
	float:right;
	margin-left:-230px;
}

#b3 {
	width:230px;
	float:right;
}

#b2 p {
	margin-right:230px;
	margin-left:230px;
}
.date{
font-size: 130%;
color: #6e59af;
margin:1px 0 2px 0;
}

h2.title {
	font-size: 170%;
	color: #333333;
	background-color: #CEBD6B;
	margin-bottom: 10px;
	line-height: 1.2em;
}

pre{
	padding: 5px;
	width:100%;
	overflow:auto;
}

* > pre{
	width:auto;
}

.posted,span.posted {
	display:block;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 80%;
}

#ac
{
	padding: 3px; 
	margin-right:230px; 
	margin-left:230px;
}

.sidetitle {
	margin: 10px 0;
	font-size: 125%;
	color: #000;
	background-color: #D8D0A9;
	width: 100%;
	margin-top: 30px;
}

.paginate {
	font-family: sans-serif, Verdana, Geneva, Tahoma, Trebuchet MS, Arial;
	font-size: 120%;
	font-weight: normal;
	padding: 10px 0 20px 0;
	margin:	 0;
	text-align:center;
}
