/* ページ全体 */
body {
	margin: 0px 0px 0px 0px;	
	text-align: center;
	background-color:#FFFFFF;
	}

a{
	text-decoration: none;
}


a img {
	border:0;
}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	}



/* ブロック：全体 */
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	padding: 0px;
	width: 800px;	
	text-align: left;
	background-color:#ffffff;
	}


/* ブロック：ヘッダ */

#banner-img {
	background-imge: url("http://www.citywave.com/tatsuro/archives/tatsuro_blog_title.gif");
	background-repeat: no-repeat;
	}



/* ブロックレイアウト：中央 */
#center {
	float: left;
	width: 400px;
	padding:0px 20px 0px 10px;
	overflow: hidden;
/*	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;*/
	}




/* ブロックレイアウト：左 */
#left {
	float: left;
	width: 179px;
	overflow: hidden;
}


#left  div{
	margin-bottom: 20px;
}


/* ブロックレイアウト：エントリーアーカイブ左 */
#left2 {
	float: left;
	width: 579px;
	padding:0px 20px 0px 10px;
	overflow: hidden;
}


#left  div{
	margin-bottom: 20px;
}



/* ブロックレイアウト：右 */
#right {
	float: left;
	width: 179px;
	}

#right  div{
	margin-bottom: 20px;
}






/* ブロック内マージン */
#margin {
	margin:5px;
	}


/* サブコンテンツ（左右ブロック）の指定 */

.subcontent {
	margin: 0px;
	padding: 0px;
	}

.subcontent h2 {
	margin-bottom: 5px;
	text-align: center;
	}

.subcontent ul {
	padding-left: 0px;
	margin: 3px;
	margin-bottom: 30px;
	list-style-type: none;
	}



.subcontent img {
	border: 0px solid #FFFFFF;
	}


/* カレンダー */
#calendar {
	line-height: 140%;
	padding: 5px;
	text-align: center;
	margin-bottom: 30px;
	border:dotted 1px #CCCCCC;
	}

#calendar table {
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	margin-bottom:5px;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}





/* 画像 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}





/* メインコンテンツ：書込ブロック */
.content {
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	margin:5px;
	}

.content p {
	color: #000000;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #FF3366;
	text-align: left;
	margin-bottom: 10px;
	background:url(http://www.citywave.com/tatsuro/archives/mk.gif);
	background-repeat:no-repeat;
	padding: 5px 0px 10px 45px;
	}

.content h3 {
	color: #99DD33;
	text-align: left;
	margin-bottom: 10px;
	}


/*.content h2 {
	color: #333333;
	text-align: left;
	background:url(http://www.citywave.com/tatsuro/archives/bg_bar.gif);
	padding: 2px 2px 2px 10px;
	margin-bottom: 10px;
	}

.content h3 {
	color: #FF3366;
	text-align: left;
	margin-bottom: 15px;
	}
*/

.content p.posted {
	color: #666666;
	border-top:  1px dotted #CCCCCC;
	text-align: left;
	margin-bottom: 30px;
	line-height: normal;
	padding-top: 3px;
	}

/* 検索
___________________________________________________________*/

	
#search #container {
	width: 799px;
	border:  1px solid #E5E5E5;
　　text-align: center; 
	}

#search #banner {
	background-color: #E5E5E5;
	padding:20px;
	}

#search #banner a {
	color: #666666;
	}

#search #banner h1 {
	font-size: x-large;
	margin-bottom: 10px;
	}

#search #banner-description {
	font-size: medium;
	font-weight: normal;
	color:#666666;
	}

#search #pagebody-inner {
	padding: 20px;
	color:#999999;
	}

#search #pagebody p {
	margin: 0 0 5px 0;
	}

#search form {
	margin: 0px;
	padding: 0px;
	}


#search #search-options {
	font-size: x-small;
	color: #999999;
	}


#search .search-results-header {
	font-size: medium;
	font-weight: bold;
	color: #666666;
	padding: 20px 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
	}

#search .search-results-container {
	font-size: small;
	}

#search .search-results-container h3 {
	font-size: medium;
	padding: 15px 0 5px 0;
	}

#search .entry-footer {  
	font-size: x-small;
	padding:0 0  15px 0;
	border-bottom: 1px dotted #CCCCCC;
	}


#search .module-header {   /* 未使用*/
	color: #333333;
	font-size: medium;
	font-weight: bold;
	padding: 20px 0 5px 0;
	}


