body {
	margin: 0px 0px 20px 0px;/*ページ周りの余白調節*/
    background-image: url("");/*画像を置く時用*/
	background-color: #FFFFFF;/*ページ全体のバックカラー*/
    text-align: center; /*ウィンドウ中央に配置*/
    }


a {	text-decoration: none;	}

a:link {    color: #0000CD;	}

a:visited {	color: #FF4500;
    text-decoration:none;}

a:active {	color: #0000CD;
	text-decoration:none;	}

a:hover {	color: #0000CD;
    text-decoration:none;
    position:relative; top:1px; left:1px;	}


/*文字設定　ノーマル文字・左寄せ*/
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/*引用文章用設定*/
blockquote {
margin-right: 2em;
margin-left: 2em;
padding-left: 1em;
border: dotted 2px #F20000;
width: auto;
color: #000000;
}


/* ---------------全体のレイアウト ---------------*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	width: 800px;	
	background-color: #FFFFFF;
	border-top: 1px solid #F20000;
	border-left: 1px solid #F20000;
    border-bottom: 1px solid #F20000;
    border-right: 1px solid #F20000;
   
	}

/* サイトのタイトル・概要が入るところ
paddingを0px以外にする場合、heightを削除しpaddingで高さを調節すること*/

#banner {
	font-family: osaka, Verdana, Arial, sans-serif;
    background-image: url("http://e-tuhan.jp/images/baner2.jpg");
    background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	height: 115px;
	border-bottom: 1px solid #F20000;
	}

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


/*タイトル文字*/
#banner h1 {
	font-size: 30px;
	font-weight: bold;
    color: #F20000;
    padding-top: 25px;
    padding-left: 5px;
    margin-bottom: 0px;
    text-align: left;
	}

/*サブタイトル文字*/
#banner h2 {
	font-size:14px;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
    font-weight: normal;
	color: #F20000;
	}
	


/*float属性で指定しないと崩れる原因になるようだ*/
#center {
	float: left;
	width: 440px;		
	overflow: hidden;
	}

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

.content {
	padding: 10px 10px 0px 10px;
	color: #F20000;
	font-family: osaka, Verdana, Arial, sans-serif;
	font-size:12px;
	}
/*サイドバー*/
#right {
	float: left;		
	width: 180px;
	overflow: hidden;
    padding: 10px 0px 0px 0px;
   	}
   	

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



/*日付は表示されないが書式設定のみ*/
.content h2 {
	font-family: osaka, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	color: #F20000;
	padding: 3px 5px 3px 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #F20000;
    border-right: solid 1px #F20000;
    border-top: solid 1px #F20000;
    border-left: solid 1px #F20000; 
    line-height: 120%;
	}

/*記事タイトル部分設定*/
.content h3 {
    color: #FFFFFF;
    font-family: osaka, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
    border-bottom: solid 1px #F20000;
    border-right: solid 1px #F20000;
    border-top: solid 1px #F20000;
    border-left: solid 1px #F20000; 
    padding: 3px 10px 3px 10px;
	background-color: #BF0000;	
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 140%;
    }

/*記事、トップメニュー用設定*/
.content h4 {
	color: #000000;
   font-family: osaka, Verdana, Arial, sans-serif;
   font-size: 12px;
   max-width:200px;
   text-align: left;
   font-weight: normal;	
   padding:2px 0px 2px 2px;
   line-height: 15px;
    background-color: #FFFCDE;
    border-bottom: solid 1px #F20000 width 200px;
    margin-bottom: 2px;
    margin-top: 4px;
    }
    
/*記事、トップメニュー用設定*/
.content h5 {
	color: #000000;
   font-family: osaka, Verdana, Arial, sans-serif;
   font-size:12px;
   text-align: left;
   font-weight: normal;	
   padding: 0px 0px 0px 10px;
   line-height: 15px;
    margin-bottom: 2px;
    margin-top: 2px;
      }

/*記事下のリンクトラックバックのみ、設定*/
.content p.posted {
	color: #000000;
	font-family: osaka, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
    padding: 3px 10px 3px 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: normal;
   border-top: solid 1px #F20000;
   border-bottom: solid 1px #F20000;
	}


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

/*カレンダー、使用しないが設定だけ*/
#calendar {
   	line-height: 120%;
	font-family: osaka, 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: #F20000;
   font-family: osaka, Verdana, Arial, sans-serif;
   font-size:10px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
    border-bottom: solid 1px #F20000;
    border-right: solid 1px #F20000;
    border-top: solid 1px #F20000;
    border-left: solid 1px #F20000; 
	}

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

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



/*サイドバーのタイトル*/
.sidebar h2 {
   color: #FFFFFF;
   font-family: osaka, Verdana, Arial, sans-serif;
   font-size:12px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
   background-color: #BF0000;
    border-bottom: solid 1px #F20000;
    border-right: solid 1px #F20000;
    border-top: solid 1px #F20000;
    border-left: solid 1px #F20000; 
	}

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


/*サイドバーli設定*/
.sidebar li {
	font-color: #000;
	font-family: osaka, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 15px;	
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
	border-bottom: solid 1px #F20000;
	list-style-type: none;
	}

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

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

/*XML・検索のテキスト*/
.link-note {
	font-family: osaka, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #000000;
	
	}



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



#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";
}



