* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
       	text-align: center;
	
}
body div {
	text-align: left;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
a:link {
	color: #b9011b;
}
a:visited {
	color: #f00;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
address {
	color:#eee;
	font: 10px Verdana, sans-serif;
	padding: 3px;
}

/* 　--------------背景の影--------------　 */
#back {
	width: 720px;
	background-color: #fff;
	background-image: url("http://www.foobar.ne.jp/~gorou/tt-cgi/images/aaaaa.jpg");
	background-repeat: repeat-y;
}

/* 　--------------コンテナーの幅、色--------------　 */
#container {
	text-align: left;
	width: 700px;
	background-color: #ffffff;
	border: 1px solid #b9011b;
}

/*　--------------ページ上部のバナー--------------  */
#banner0 {
	text-align: left;
        background-image: url("http://www.foobar.ne.jp/~gorou/tt-cgi/images/eli1.png");
	padding: 0px;
	height: 30px;
	border: 0px;
}

#banner h3 span{  
	display: none;
}

/*  ------------バナー下の説明文------------- */
#banner2 {
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	background-color: #fff;
       	text-align: center;
	font-size: 12px;
	padding: 15px;
	height: 20px;
	border: 0px; 	
}
/* 　--------------ページ下部--------------　 */
#bottom {
	background-image: url("http://www.foobar.ne.jp/~gorou/tt-cgi/images/eli1.png");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
	text-align: center;
	clear:both;
}

/* 　-------------ページ左部--------------　 */
#left {
	margin-right:10px;
	padding: 15px 0 15px 15px ;
	line-height: 160%;
}

/* 　--------------ページ右部-------------　 */
#right {
	float: left;
	width: 200px;
	overflow: hidden;
	font-size:13px;
}


/* 　--------------コンテンツ--------------　 */
.content {	
	float: left;
	width: 485px;
	overflow: hidden;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
}
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 10px;
}


/* 　--------------本文内ｈ1（ＢＢＳ投稿タイトル）--------------　 */

.content h1 {
	font-size: 14px;
	color : #fff;
	background-image: url("http://www.foobar.ne.jp/~gorou/tt-cgi/images/tbg.png");
	background-repeat: no-repeat;
	font-weight : bold; 
	padding: 0 0 0 5px;
	margin-bottom: 10px;
}

/* 　--------------本文内ｈ２（日付）--------------　 */
.content h2 {
	color: #003333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;  	
}

/* 　--------------本文内ｈ３(リンク先のタイトル)--------------　 */
.content h3 {
	color: #663333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

/* 　--------------本文内ｈ５（ＢＢＳ投稿者ＵＲＬ）--------------　 */
.content h5 {
	color: #663333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	border : 0;
	font-weight: normal;
	margin: 0px 0px 15px 0;
}

/* 　--------------本文内ｈ６（ＢＢＳ投稿者情報）--------------　 */
.content h6 {
	color: #663333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	border: 0;
	margin: -5px 0 -5px 0;
}

/* 　--------------右寄せ、破線なし--------------　 */
.content p.trackback {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 0px;
	text-align: right;
	margin: 10px 0 25px 0;
	line-height: normal;
	padding: 3px;
	clear: both;
}
/* 　--------------右寄せ、上に破線--------------　 */
.content p.posted {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border-top: 1px dotted #663333;
	text-align: right;
	margin: 10px 0 25px 0;
	line-height: normal;
	padding: 3px;
}



/* 　--------------右部ナビゲーションｈ２--------------　 */
.list h2 {
	color: #003333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	letter-spacing: .3em;
	border-bottom: 1px dotted #999999; 
	margin: 20px 0;	
}

/* 　--------------右部ナビゲーション、ＵＬリスト--------------　 */
.list ul {
	padding-left: 15px;
	margin-bottom: 25px;
	}

.list li {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	margin-top: 0px;
	list-style-type: none;
	}

.list ol {
	padding-left: 15px;
	margin-bottom: 15px;
	}

form.listselector { /* --------------プルダウンメニューフォーム-------------- */
  　  margin: 0px;
  padding: 1px;
}
form.listselector select { /* --------------プルダウンメニュー中身-------------- */
　  margin: 0px;
  padding: 1px;
   color:#996633;
  letter-spacing: 2px;
}

/*-----------------ナビゲーションの背景画とか----------------------*/
#index-menu
,#index-navi { 
	background: transparent url(http://www.foobar.ne.jp/~gorou/tt-cgi/images/menu-bottom.png) no-repeat bottom right; 
	 margin: 15px 0 20px 0; 
	padding: 0 0 5px 0; 
}
#index-menu h3 {
	 background: transparent url(http://www.foobar.ne.jp/~gorou/tt-cgi/images/menu-top.png) no-repeat top right; 
	padding: 5px 0 0 5px;
	margin: 0 0 10px 0;
}
#index-navi h3 {
	 background: transparent url(http://www.foobar.ne.jp/~gorou/tt-cgi/images/menu-top.png) no-repeat top right; 
	padding: 10px 0 0 10px;
	margin: 20px 0 15px 0;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	letter-spacing: .3em;
}
#index-menu ul,
#index-navi ul{ 
	margin: 5px 0 10px 20px;
	padding: 0 10px 0 0; 
}
#index-menu ul li,
#index-navi ul li { 
	list-style-type: none; 
	margin: 0 0 0.5em 0; 
	padding: 0; 
}
#index-navi h4{
	padding: 10px 0 0 0 ;
	margin:5px 0 5px 0;
	text-align: left;
	font-weight: normal;
	font-size:12px;
	color:black;
	letter-spacing: .3em;
	border-bottom: dotted 1px black;
} 
#index-menu h3 span { 
	text-indent: -700em; 
	text-decoration: none;
	font-size: 2px; 
	display: block; 
}
#index-menu ul li a, 
#index-menu ul li a:visited,
#index-navi ul li a,
#index-navi ul li a:visited { 
	text-decoration: none; 
	font-weight: normal; 
	color: #666; 
	font-family: Verdana, Arial, sans-serif; 
	letter-spacing: .1em;  
}
#index-menu ul li a:hover,
#index-navi ul li a:hover { 
	text-decoration: underline; 
	color: black; 
}

/*-----------------powered、検索の背景画とか----------------------*/
#search li {
      margin-left: -25px;
      margin-top: -5px;
}

#search, #powered { 
	background: transparent url(http://www.foobar.ne.jp/~gorou/tt-cgi/images/menu-bottom.png) no-repeat bottom right;
	 margin: 0 0 15px 0; 
	 padding: 0 0 .5em 0;
}

#search h3, #powered h3{
	 background: transparent url(http://www.foobar.ne.jp/~gorou/tt-cgi/images/menu-top.png) no-repeat top right;   height: 5px;
}

#search h3 span, #powered h3 span{
  display: none;
}

#search a,#search a:visited,
#powered a, #powered a:visited {
  color: #666;
  text-decoration: none; }

#search a:hover, #powered a:hover{
  color: black;
  text-decoration: underline; 


}
#search p {
  padding-left: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #003333;
 letter-spacing: .3em;
}
#powered p {
  padding-left: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: black;
}
