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

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

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

	}

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

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

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



/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
	line-height: 120%;
	text-align: left;
	padding: 0px;
	width: 800px;
	
	background-color: #ffffff;
	border: 1px solid #cccccc; 
/*	background-color: #cccccc; */
/*	border: 1px solid #cccccc;  */

	}

/* バナー部分の文字や背景色、枠線、余白などの設定 */
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #000000; 
/*	color: #058dde;  */
	text-align: left;
	}

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

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

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

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



/* エントリー全体を入れるＢＯＸの基本設定 */
#center {

/*	float: left; */

	width: 575px;

	margin: 10px 0px 0px 0px;

	overflow: hidden;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {


/*	margin: 0px 10px 0px 10px; */

	padding: 0px 30px 0px 30px; 

	line-height: 120%;
	margin-bottom: 5px;

	background-color: #ffffff;
/*	background-color: #cccccc; */
	
	color: #000000; 

	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	}


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

/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
/*	text-align: left; */
	margin-bottom: 5px;
	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: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;

	font-weight: bold;

                border-bottom-style: solid;
                border-bottom-width: 1px;
                border-bottom-color: #999999;

                border-left-style: solid;
                border-left-width: 12px;
                border-left-color: #999999;

                border-top-style: hidden;
                border-right-style: hidden;


	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-bottom: 10px; 



	
	}


.content h4 {


	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;

	font-weight: bold;

                border-left-style: solid;
                border-left-width: 10px;
                border-left-color: #87ceeb;

/*                border-top-style: hidden; */
 /*               border-right-style: hidden; */
  /*              border-bottom-style: hidden; */

	padding-left: 5px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
/*	margin-bottom: 2px;  */


/*	border: 4px double #FF8C00;	*/

	
	}




/* 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;
	}

/* right（メニュー枠）の内側のＢＯＸの余白の設定 */
.sidebar {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 0px; 
	}



/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;  	
	letter-spacing: .3em;
	}

/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 0px;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	margin-bottom: 0px;
                margin-left : 15px; 
                padding-left : 0 px; 

	}

/* メニュー枠内でcategories ulタグを使用した時の設定 */
.sidebar #categories ul {
	padding-left: 15px;
	}

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;

/*	font-size: x-small; */
	font-size: small;

	text-align: left;
	line-height: 150%;
	list-style-type: none;	
	
	margin-top: 0px;

	}

/* メニュー枠内で categories li　を使用した時の設定 */
.sidebar #categories li {
	list-style-type: circle;
	}

/* メニュー枠内で 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: small;
	line-height: 120%;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	}

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

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	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: 14px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:150%;
		padding: 10px;  
		border: 2px dotted #99CC00;
		width: auto ;
	}


