/*◆ページ全体の基本的な設定と背景色◆*/
body {
	margin: 5px 0px 20px 0px;
		background-color: #FFFFFF;
	
		text-align: center;
	
	}

/*◆指定無しの場合のリンク文字設定◆*/
a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #006699;
	}

a:visited {
	color: #006699;
	}

a:active {
	color: #006699;
	}

a:hover {
	color: #ff0000;
	}

/*◆指定無しの時のh1、h2、h3設定◆*/
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/*◆ブログを囲んでいる一番外側の枠線の指定◆*/
#container {
	line-height: 120%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 816px;
	
	background-color: #FFFFFF;
	border-top: 5px solid #265d2e;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

/* ◆ブログタイトルの左側部分◆ */
#banner {
		float: left;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
	border: 1px solid #ffffff;
	width: 500px;
	}

/* ◆ブログタイトルの右側部分◆ */
#bannerside {
	margin-top:0px;
	margin-right:5px;
		background-color: #ffffff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #000000;
	font-size: small;
	text-align: right;
	border: 1px solid #ffffff;
	padding: 5px;
	height: 56px;
	}

/* ◆ブログタイトル部分の表示形式の指定◆ */
a#banner-img {
	display: none;
	}


/* ◆ブログタイトル部分のリンク色の指定◆ */
#banner a {
	color: #265d2e;
	text-decoration: none;
	}

/* ◆ブログタイトル部分でh1を使用した時の文字の大きさの指定◆ */
#banner h1 {
	font-size: 26px;
	font-weight: bold;
	
	}

/* ◆ブログタイトル部分でh2を使用した時の文字の大きさの指定◆ */
#banner h2 {
	font-size: small;
	}

/* ◆HOMEがあるメニュー部分の背景色や余白などの設定◆ */
#tophead {
	margin: 0px 6px 0px 6px;
	padding: 2px 2px 2px 5px;
	background-color: #efefef;
	text-align: left;
	color: #265d2e;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	border-top: 1px solid #265d2e;
	
	}

/* ◆HOMEがあるメニュー部分のリンクの設定◆ */
#tophead a {
	color: #265d2e;
	text-decoration: none;
	}

#tophead a:hover {
	color: #ffd478;
	text-decoration: underline;
	}

/* ◆HOMEがあるメニュー部分の背景色や余白などの設定◆ */
#footer {
	margin: 0px 6px 6px 6px;
	padding: 2px;
	background-color: #265d2e;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	border-top: 0px solid #265d2e;
	
	}


#footnavi {
	margin: 0px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: auto;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	text-align: left;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top: 1px dashed #97B997;
	border-bottom: 1px solid #97B997;
	
	}

#footnavi a {
	color: #006600;
	text-decoration: none;
	}


/* ◆センターＢＯＸ部分の幅や背景色、余白の設定◆ */
#box2 {
	float: right;
	width: 160px;
	height: autio
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	margin-top: 0px;
	margin-right: 5x;
	margin-left: 5x;
	margin-bottom: 10x;
	padding: 5px;
	overflow: hidden;
	}


/* ◆左側メニュー部分の幅や背景色、余白の設定◆ */
#left {
		float: right;
	
	
	width: 220px;
                margin: 6px 0px 0px 0px;
	background-color: #d1e3d7;
	border: 1px solid #d1e3d7;
	margin-right: 3px;	
	overflow: hidden;
	}

/* ◆右側メニュー部分の幅や背景色、余白の設定◆ */
#right {
		float: left;
	
	
	width: 180px;
	height: 248px;
	background-color: #fff7f0;
	border: 1px solid #999999;	
	overflow: hidden;
	}

/* ◆本文やブログを表示する部分の幅や余白、枠線の設定◆ */
#center {

	float: left;
	width: 580px;
	background-repeat:repeat-y;
	background-repeat:no-repeat;
	background-image: url("http://www.suppleweb.com/words/archives/images/mr1-7.jpg");
	
	overflow: hidden;
	border: 1px solid #ffffff;
	}

/* ◆スライドショー画像部分の幅や枠線の設定◆ */
#center2 {
		float: left;
	width: 389px;
	
	
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	}

/* ◆ブログを表示する部分の余白や背景色、文字色、文字の大きさの設定◆ */

.content {
	padding: 15px 15px 5px 15px;

	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	}


/* ◆ブログを表示する部分でpを指定した時の文字色や文字の大きさの設定◆ */
.content p {
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

/* ◆ブログを表示する部分でblockquoteを指定した時の文字の行間設定◆ */
.content blockquote {
	line-height: 150%;
	}

/* ◆ブログを表示する部分でliを指定した時の文字の行間の設定◆ */
.content li {
	line-height: 150%;
	}

/* ◆ブログを表示する部分でh1を指定した時の文字色や文字の大きさ余白などの設定◆ */
.content h1 {
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	border-bottom: 1px solid #333333;
	text-align: left;
	font-weight: bold;

	margin-bottom: 10px;
	padding: 3px;
	}

/* ◆ブログを表示する部分でh2を指定した時の文字色や文字の大きさ余白などの設定◆ */
.content h2 {
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
		
	margin: 2px;
	padding: 3px;
	}

.content h2 a {
	text-decoration: none;
	}


/* ◆ブログを表示する部分でh3を指定した時の文字色や文字の大きさ余白などの設定◆ */
.content h3 {
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

/* 画像の回り込みと余白 */
img {
	margin-right: 5px;
	}

img.left {
	float: left;
	}

/* ◆ブログを表示する部分でp.postedを指定した時の文字色や文字の大きさ余白などの設定◆ */
.content p.posted {
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-top: 1px dotted #999999;
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.links {
              	font-weight: normal;
	font-size: 12px;
	}

.links a {

                font-weight: bold;
	text-decoration: none;
	}


/* ◆カレンダー部分の文字色や文字の大きさ余白などの設定◆ */
#calendar {
  	line-height: 140%;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 0px;
	}

/* ◆カレンダー部分のテーブル枠の余白や枠線の設定◆ */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

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

#calendar td {
	text-align: center;
	}

/* ◆両サイドのメニュー枠の余白の設定◆ */
.sidebar {
	padding: 0px;
	}

/* ◆両サイドのメニュー枠内でh2を指定した時の文字の設定◆ */
.sidebar h2 {
	margin: 5px 5px 5px 5px;
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	background-color: #ffffff;
	border: 0px hidden;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top: 1px solid #66a773;
	border-right: 1px solid #66a773;
	border-left: 10px solid #66a773;
	border-bottom: 1px solid #66a773;
	letter-spacing: .2em;
	}

/* ◆両サイドのメニュー枠内でh3を指定した時の文字の設定◆ */
.sidebar h3 {
	margin: 5px 5px 5px 5px;
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	background-color: #ffffff;
	border: 0px hidden;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top: 1px solid #f29648;
	border-right: 1px solid #f29648;
	border-left: 10px solid #f29648;
	border-bottom: 1px solid #f29648;
	letter-spacing: .2em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
        list-style-type:square;
        list-style-position:inside;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	padding-left: 15px;
        list-style-type:circle;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;
	
	margin-top: 0px;
	}

.sidebar img {
	border-top: 2px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	}

/* ◆photoを指定した時の文字の位置の設定◆ */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/* ◆link-noteを指定した時の文字の設定◆ */
.link-note {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: 180%;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

/* ◆Movable Typeのpoweredを表示する時の文字の設定◆ */
#powered {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

/* ◆コメントを部分を表示する部分の幅や余白、位置などの設定◆ */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/* ◆コメントを書くテキストエリア部分の幅の設定◆ */
textarea[id="comment-text"] {
	width: 80%;
	}
