/* Archive用のCSS */

#banner{
   background: url(img/arbanbg.gif);
   height: 120px;
   }

.content-nav {
   text-align: right;
   position: absolute;
   bottom:6px;
   right: 20px;
   background: #E2EDEB;
   padding: 2px 4px;
   font-size: x-small;
   }

.content-nav a { color: #4D95B0; text-decoration: none; font-weight:bold; font-size: x-small; } 
.content-nav a:hover { color: #C64754; font-size: x-small; } 

.archivenavi {
   text-align: right;
   position: absolute;
   bottom:70px;
   right: 20px;
   padding: 2px 4px;
   font-size: xx-small;
   font-family: Verdana, Arial, sans-serif;
   }

#one, #two, #three {
   position: absolute;
   bottom:162px;
   right: 20px;
   }


.archivenavi a:link, .archivenavi a:visited, .archivenavi a:active { text-decoration:underline !important; color:#ABBAB5 !important; }
.archivenavi a:hover { text-decoration:underline !important; color:#C64754 !important;}


/* 検索テンプレート */

#kensakuue {
   width: 100%;
   text-align: center;
   }

#dashtop {
   margin-top: 40px;
   }
   
.searchword {
   font-weight: bold;
   font-size: medium;
   color: #C64754;
   }

.kekka {
   font-weight: normal;
   font-size: small;
   }

#hukunda {
   margin-right: 20px;
   margin-left: 20px;
   }


#kenshikaku
{
   margin: 0 0 10px 0 ;                                         /*10px 0;*/
   border: 0;                                     /*1px dashed #bdbdb4;*/
   padding: 0;
   color: #292e33;
   font-size: 0.9em;                                 /*11px;*/
   text-align: center;
   background: #E4EFE9; 
}

#kenshikaku h2 {
   padding: 10px;
   margin-bottom: 30px;
   }

/* このサイトについて */
div#about {
	line-height: 140%;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(http://tomo.chips.jp/mt/img/skin/tile/tileabout.jpg);
	background-repeat: repeat-y;

	font-family: Verdana, Arial, sans-serif;
	color: #333;
	padding: 50px ;
	}

h2.aboutsite {
	color:#333;
	font-weight:normal; 
	font-size: medium;
	padding:2px 8px;
	margin-top:20px;
	margin-left:20px;
	border-left: 4px solid #4D95B0;
	}

#aboutent p {
   margin: 20px ;
   line-height:1.3em;
   }

/* 同一カテゴリ内の全投稿 */

div#subtitle {
   text-align:center;
   padding:4px 0;
   margin-bottom:4px;
   }

span#subtin {
   padding:2px 4px;
   background:#E4EFE9; 
   color:#333;
   border:1px dashed #C5C5C5;
   }
   
