/*<style type="text/css">*/
/*これ書くとした効かなくなるのははぜだろう*/

/*一番根っこの設定*/
body {
	margin: 8px 0px 20px 0px;
	background-color: #CCCCFF;
        	text-align: center;
	}

/*リンク関係アンダーラインなし*/
a {
	text-decoration: none;
	}

/*リンクは青*/
a:link {
	color: #0000ff;
	}

/*アクセス済みは紫*/
a:visited {
	/*text-decoration: none;*/
	color: #800080;
	}

/*クリックしたときは操作しない　戻ったときこの色になっちゃうので*/
a:active {
	/*text-decoration: none;*/
	/*color: #FFFFCC;*/
	}

/*カーソル合わせたとき赤*/
a:hover {
	text-decoration: underline;
	color: #B22222;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/*全体の枠*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	background-color: #FFFFFF;
	border: 1px solid #CCFFCC;
	}

/*タイトル（バナー）*/
#banner {
	font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', Georgia, 'Times New Roman', serif;;
/*	font-family: 'ヒラギノ明朝 Pro W6', Georgia, 'Times New Roman', serif;*/
	color: #FFFFFF;
/*	background-color: #B22222;*/
	background-color: #2222B2;
	text-align: left;
	padding: 15px;
	/*border-bottom: 1px solid #FFFFFF;*/
	/*height: 30px;*/
	}

a#banner-img {
	display: none;
	}

#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: 250%;
	}

#banner h2 {
	font-size: small;
	}

/*中心カラムの装飾*/
#center {
	float: left;
	width: 500px;
	overflow: hidden;
	}

/*中心カラムの中身*/
.content {
	padding: 15px 15px 5px 15px;
	background-color: #ffffff;
/*	color: #ff3333;*/
/*	font-family: 'ヒラギノ丸ゴ Pro W4', 'ＭＳ Ｐゴシック', Osaka, verdana ,arial ,sans-serif;*/
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4";
/*	font-size: xx-large;*/
	font-weight: bold;
	}

/*右カラムの装飾*/
#right {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

/*本文*/
.content p {
	color: #000066;
	/*font-family:  'ヒラギノ丸ゴ Pro W4', 'ＭＳ Ｐゴシック', Osaka, verdana ,arial ,sans-serif;*/
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4";
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	padding: 0px 12px;
	}

/*本文の段下げ*/
.content blockquote {
	color: #0066ff;
	/*font-family:  'ヒラギノ丸ゴ Pro W4', 'ＭＳ Ｐゴシック', Osaka, verdana ,arial ,sans-serif;*/
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4";
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	background-color: #ffffee;
	border: 1px dotted black;
	padding: 4px 16px;
 	}

/*リスト形式の表示*/
.content li {
	line-height: 150%;
	}

/*h2 見出し2　主に日付の部分*/
.content h2 {
	color: black;
	font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3';
/*	font-family: 'ヒラギノ明朝 Pro W6', Georgia, 'Times New Roman', serif;*/
	font-size: 120%;
	text-shadow: gray 2px 3px 4px; 	
	text-align: left;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 24px;
	background-color: #ccccff;
	border: 1px solid black;
	}

/*h3　見出し3 エントリーのタイトル*/
.content h3 {
	color: black;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4";
	/*font-family: 'Trebuchet MS', Verdana, sans-serif;*/
	font-size: 150%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

/*よくわからん*/
.content p.posted {
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}


#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #B22222;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #B22222;
	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 h2 {
	color: #B22222;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4";
/*	font-family: Verdana, Arial, sans-serif;*/
	font-size: small;
	border-bottom: 1px solid #B22222;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;　　　　/*大文字に変える*/
  	padding: 3px;
	letter-spacing: .3em;　　/*文字間あける*/
	}

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

/*最近の記事　アーカイブの項目*/
.sidebar li {
	color: #666666;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4";
/*	font-family: Verdana, Arial, sans-serif;*/
	font-size: small;
	text-align: left;
	line-height: 120%;
	margin-top: 10px;
	list-style-type: none;
	padding-left: 12px;
	}

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

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

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

.old-news {
 font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4";
	font-size: small;
	line-height: 180%;
	text-align: left;
	padding: 2px;
	margin-bottom: 4px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

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

</style>