/*
ほとんど修正
*/

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

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration: none;
	
	
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #006699;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #006699;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

/* 指定が無い時の見出しタグの設定 */
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: 840px;
	background-color: bisque;
	border: 1px solid #000000;

	}

/* バナー部分の文字や背景色、枠線、余白などの設定 */
#banner {
	font-family: Verdana, Arial, sans-serif;
	background-color: #557bce;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	background-repeat:no-repeat;
	background-image: url("");
	}

/* バナー部分の画像表示形式を指定するプロパティ */
#banner-img {
	display: none;
	}

/* バナー部分の未読リンクの色 */
#banner a {
	color: #ffffff;
	text-decoration: none;

	}

/* バナー部分のh1に対する文字サイズの指定 */
#banner h1 {
	font-size: x-large;
	line-height: 120%;	
	font-weight: bold;
	color: #ffffff;
	}

/* バナー部分のh2に対する文字サイズの指定 */
#banner h2 {
	font-size: small;
	padding-top: 5px;
	color: #ffffff;
	}


/* エントリー全体を入れるＢＯＸの基本設定 */
#center {
	float: left;
	width: 440px;
	overflow: hidden;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {
	padding-top: 10px;
	padding-rigth: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#right {
	float: left;
	width: 200px;
	background-color: bisque;
	overflow: hidden;
	}

/* 左側のメニューを入れるＢＯＸの基本設定 */
#left {
	float: left;
	width: 200px;
	background-color: bisque;
	overflow: hidden;
	}


/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	}

/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 150%;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	line-height: 150%;
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3399ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

	}

/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

/*サイドバー*/
.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: #666666;
   font-family: Verdana, Arial, sans-serif;
   font-size:12px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
	}

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

/*カレンダーの日付*/
#calendar td {
    line-height: 12px;
    font-size:10px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding:2px 0px 0px 0px;
    border-right: solid 2px #006699;
    border-left: solid 1px #006699;
    border-top: solid 1px #006699;
    border-bottom: solid 2px #006699;
 }

#calendar a {
    color: #FFFFFF;
    background-color: #6699FF;
    text-decoration: none;
	}

#calendar a:hover {
    color: #AFD181;
    background-color: #FFCC33;
    text-decoration:underline;
	}

/*サイドバーの見出し*/
.sidebar h2 {
   color: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-size:12px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
   background-image: url("");
   background-position: top right;
   background-repeat: no-repeat;
   background-color: #0033CC;
   border-right: solid 1px #666666;
   border-bottom: solid 1px #666666;
	}

.sidebar h3 {
   color: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-size:12px;
   text-align: center;
   font-weight: bold;	
   padding:2px 0px 2px 0px;
   line-height: 15px;
   background-image: url("");
   background-position: top right;
   background-repeat: no-repeat;
   background-color: #FF9900;
   border-right: solid 1px #666666;
   border-bottom: solid 1px #666666;
	}

#menu li {
   	font-family: Verdana, Arial, sans-serif;
   	font-size:12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6666;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6666;
	padding: 3px;
	background-color: none;
	}


#menu strong {
   	font-family: Verdana, Arial, sans-serif;
	color: #003399;
   	font-size:11px;
    	font-weight:bold;

	}


#menu a:hover {
	background-color: #FFFF66;
	}


/* メニュー枠内でulタグを使用した時の設定 */


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


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

/* メニュー枠内で img(画像）タグを使用した時画像の周りに白い枠線がつく設定 */
.sidebar img {
	border: 3px solid #FFFFFF;
	}

/* photo を使用した時の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 30px;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	color: #666666;
	padding: 5px 0px 0px 0px;
	border-top: solid 1px #666666;
	margin-top: 50px;
	}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}

/* 日付に下線 */
.date {
	font-weight: bold;
	border-bottom: gray 1px solid;
	text-align: right;
	padding: 2px;
	}

