body {
	margin: 20px 0px 20px 0px;
	background-image: url("");
	background-color: #FFFFFF;	
	text-align: center;  
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #E8D04C;
	SCROLLBAR-3DLIGHT-COLOR: #000099;
	SCROLLBAR-ARROW-COLOR: #000099;
	SCROLLBAR-TRACK-COLOR: #000099;
	SCROLLBAR-DARKSHADOW-COLOR: #000099; 
	}


a {
	text-decoration: underline;		
	}

a:link {
   text-decoration:underline;
	color: #3f658c;
	}

a:visited {
	text-decoration:underline;
	color: #3f658c;
	}

a:active {
	color: #3f658c;
	}

a:hover {
	color: #3f658c;
	text-decoration:none;
	}



h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;

	}


/*ベースカラー*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	width: 760px;	
	background-color: #;
	border: 2px solid #000099;
	}

/*バナー*/
#banner {
	font-family: Verdana, Arial, sans-serif;
	background-color: #abc9d8;
	background-image: url("http://asobo-saga.jp/mt/archives/header-back.jpg");
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px solid #000099;
	color:white;
	}

#banner-img {
	display: none;
	}
#banner a {
	color: #000099;
	text-decoration: none;
	}

/*タイトル文字*/
#banner h1 {
	font-size: 140%;
	font-weight: bold;
	color: white;
	margin-bottom: 2px;
	}
#banner h1 a{
color:white;
}

/*サブタイトル文字*/
#banner h2 {
	font-size:100%;
	font-weight: bold;
	color: white;
	}



#center {
	float: left;
	width: 580px;		
	overflow: hidden;
	}

#center600 {
	float: left;
	width: 600px;
	overflow: hidden;
	}

.content {
	padding: 10px 5px 0px 5px;
	color: #000099;
	font-family: Verdana, Arial, sans-serif;

	}

#right {
	float: left;		
	width: 170px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	}

/*記事部分*/
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
  	font-size:80%;
	line-height: 130%;
	text-align: left;
	border-bottom: solid 0px #000099;
	border-right: solid 3px #000099;
	border-top: solid 0px #000099;
	border-left: solid 1px #000099; 
	padding: 15px 10px 15px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	}



/*記事の日付*/
.content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align: right;
	font-weight: bold;
	color: #000099;
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;
	border-bottom: solid 3px #000099;
	border-right: solid 3px #000099;
	border-top: solid 1px #000099;
	border-left: solid 1px #000099; 
	line-height: 120%;
	}

/*記事のタイトル*/
.content h3 {
	color: #000099;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #000099;
	border-right: solid 3px #000099;
	border-top: solid 1px #000099;
	border-left: solid 1px #000099; 
	padding: 3px 10px 3px 10px;
	background-color: #abc9d8;	
	background-image:url(http://asobo-saga.jp/mt/archives/h3back.gif);
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 140%;
}

/*記事下のリンク*/
.content p.posted {
	color: #000099;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align: left;
	padding: 3px 10px 3px 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: normal;
   border-top: solid 1px #000099;
   border-bottom: solid 3px #000099;
	}


/*サイドバー*/
.sidebar {
	padding: 0px 10px 0px 10px;
	}

/*カレンダー*/
#calendar {
   	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
  	padding:0px;
	text-align: center;
	margin-bottom: 30px;
	}


#calendar table {
	width: 160px;
	padding:0px 0px 0px 0px;
	}

/*カレンダーのタイトル*/
#calendar caption {
   color: #000099;
   font-family: Verdana, Arial, sans-serif;
   font-size:10px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
	border-bottom: solid 3px #000099;
	border-right: solid 3px #000099;
	border-top: solid 1px #000099;
	border-left: solid 1px #000099; 
	}

/*カレンダーの曜日*/
#calendar th {
	line-height: 12px;
	font-size:10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	padding:2px 0px 0px 0px;
	}

/*カレンダーの日付*/
#calendar td {
	line-height: 12px;
	font-size:10px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	padding:2px 0px 0px 0px;
	background-color: #;
	border: solid 1px #000099;
 }
#calendar a {
	color: #FFFFFF;
	background-color: #6666ff;
	text-decoration: none;
	}
#calendar a:hover {
	color: #6666ff;
	background-color: #FFFFFF;
	text-decoration:underline;
	}



/*サイドバーの見出し*/
.sidebar h2 {
   color: #000099;
   font-family: Verdana, Arial, sans-serif;
   font-size:80%;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
	border-bottom: solid 3px #000099;
	border-right: solid 3px #000099;
	border-top: solid 1px #000099;
	border-left: solid 1px #000099; 
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}


/*アーカイブ・コメント*/
.sidebar li {
	color: #000099;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align: left;
	line-height: 120%;	
	margin-top: 3px;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	}

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

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/*XML・検索のテキスト*/
.link-note {
	line-height: 150%;
	text-align: left;
	color: #000099;
	margin-top: 3px;
	margin-bottom: 30px;

	}



#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	color: #000099;
	padding: 5px 0px 0px 0px;
	border-top: solid 1px #000099;
	margin-top: 50px;
	}



#comment-data {
	float: left;
	width: 160px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

textarea {
font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}

#trackbacks{
 background-color : #ccddff;
 text-align : left ;
}


#comments{
 background-color : #ccddff;
 text-align : left ;
}

.prevback{
text-align:center;
}