/* 基本のスタイル */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url("images/background.gif");
	background-color: #CCEEFF;
	background-repeat: repeat-y;
	background-position: center;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #666666;

	}

a:visited {
	color: #666666;
	}

a:active {
	color: #666666;
	}

a:hover {
	color: #0066CC;

	}

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: 700px;
	background-color: #FFFFFF;
	border: 0px solid #004B99;
	}

/* トップバナー部分 */
#banner {
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	}

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

#description span {
	display: none;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	text-align: left;
	font-size: x-small;
	color: #666666;
	}

#headmenu {
	line-height: 140%;
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	padding: 3px 3px 3px 15px;
	text-align: left;
	margin-bottom: 0px;
	border-bottom:1px solid #bbbbbb;
	letter-spacing:1px;
	}

#headmenu a:link {
	color: #0066CC;
	}

#headmenu a:visited {
	color: #0066CC;
	}

#headmenu a:active {
	color: #0066CC;
	}

#headmenu a:hover {
	color: #0066CC;
	font-weight: bold;
	}

/* 本文真ん中の部分 */
#center {
	float: right;
	width: 498px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

#center2 {
	float: right;
	width: 698px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

.content {
	padding: 15px 15px 5px 0px;
	background-color: #FFFFFF;
	line-height: 120%;
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: small;
	}

.content2 {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	line-height: 120%;
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: small;
	}

.content a:link {
	color: #0066CC;
	}

.content a:visited {
	color: #0066CC;
	}

.content a:active {
	color: #0066CC;
	}

.content a:hover {
	color: #666666;
	text-decoration: underline;
	}

.content2 a:link {
	color: #0066CC;
	}

.content2 a:visited {
	color: #0066CC;
	}

.content2 a:active {
	color: #0066CC;
	}

.content2 a:hover {
	color: #666666;
	text-decoration: underline;
	}

/* 本文左側に持ってくる部分 */
#left {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

/* 記事の中身 */
.entry_body p {
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	margin-bottom: 10px;
	}

.content p.top {
	text-align: center;
	margin-top: 0px;
	}

.content2 p.top {
	text-align: center;
	margin-top: 0px;
	}

.entry_body blockquote {
	border: 1px solid #004B99;
	background-color: #CCEEFF;
	padding: 10px;
	line-height: 140%;
	color: #004B99;
	}

.content ul{
	margin-top: 0px;
	line-height: 140%;
	}

.content li {
	line-height: 140%;
	}

.entry_body img {
	float:right;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	}

.entry_body img.none{
	float: none;
	border: 0px;
	margin: 0px;
	padding:0px;
	}

.content img.none {
	float: none;
	border: 0px;
	margin: 0px;
	padding:0px;
	}

.content2 img.none {
	float: none;
	border: 0px;
	margin: 0px;
	padding:0px;
	}

.content table {
	margin:5px;
	}

.content th,td {
	font-size:small;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	padding:5px;
	}

/* 記事日付 */
.date {
	font-weight: normal;
	font-size: x-small;
	}

/* 記事タイトル */
.content h1 {
	color: #FFFFFF;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: small;
	background: #004B99;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
	}

.content h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

.content h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

.content h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

.content h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}


.content2 h1 {
	color: #FFFFFF;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: small;
	background: #004B99;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
	}

.content2 h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

.content2 h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

.content2 h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

.content2 h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

/* 投稿者情報 */
.content p.posted {
	clear:both;
	color: #999999;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: right;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

/* モブログ用 */
.caption {
	float: left;
	width: 318px;
	margin-bottom:10px;
	}

.photo {
	float: left;
	width: 165px;
	text-align:right;
	}

.caption_new{
	margin-bottom:10px;
	}

.photo_new {
	text-align:right;
	}

/* サイドメニュー部分 */
.sidebar {
	padding: 15px 15px 5px 15px;
	}

/* カレンダー */
#calendar {
	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	padding: 3px 3px 3px;
	text-align: center;
	margin-bottom: 0px;
	border-bottom:1px solid #bbbbbb;
	letter-spacing:1px;
	}

#calendar a:link {
	color: #0066CC;
	}

#calendar a:visited {
	color: #0066CC;
	}

#calendar a:active {
	color: #0066CC;
	}

#calendar a:hover {
	color: #0066CC;
	font-weight: bold;
	}

/* カレンダーの本日表示 */
.today {
	background : #CCEEFF; /* 背景色をつける設定 */
	font-weight: bold;
	}

/* サイドメニューのタイトル部 */
.sidebar h2 {
	text-align: center;
	color: #FFFFFF;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: small;
	font-weight: bold;
	background: #004B99;
	border: 1px solid #004B99;
	margin-top: 5px;
	}

.sidebar h2 a:link {
	color: #FFFFFF;
	background: #004B99;
	border: 1px solid #004B99;
	}

.sidebar h2 a:visited {
	color: #FFFFFF;
	background: #004B99;
	border: 1px solid #004B99;
	}

.sidebar h2 a:active {
	color: #FFFFFF;
	background: #004B99;
	border: 1px solid #004B99;
	}

.sidebar h2 a:hover {
	color: #FFFFFF;
	background: #004B99;
	border: 1px solid #004B99;
	}

/* サイドメニューの項目 */
.sidebar ul {
	margin-top: 10px;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 10px;
	}
/* サイドメニューのサブ項目 */
.sidebar ul ul {
	margin-bottom: 0px;
	}

/* サイドメニュー：カテゴリー表示 */
.sidebar #categories ul {
	padding-left: 0px;
	}

/* サイドメニューの箇条書き */
.sidebar li {
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 140%;
	margin-top: 0px;
	list-style-type: none;
	}

/* サイドメニュー：カテゴリーの箇条書き */
.sidebar #categories li {
	list-style-type: none;
	}

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

.sidebar form {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 140%;
	}

/* 写真 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/* サイドメニューのその他メモ書き部 */
.link-note {
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 140%;
	}

/* コメントタイトル */
.comments {
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height:140%;
	margin-top: 10px;
	margin-bottom: 15px;
	}

/* トラックバックタイトル */
.trackbacks {
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height:140%;
	margin-top: 10px;
	margin-bottom: 15px;
	}

/* サイドメニュー区切り線 */
.sidebar hr {
	border:1px #CCEEFF solid;
	}

/* サイドメニューPoweredby表示 */
#powered {
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-bottom: 15px;
	}

/* 個別アーカイブトラックバック及びコメントタイトル */
.content h2{
	color:  #004B99;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: small;
	background: #CCEEFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: 0px;
	text-align: left;
	font-weight: bold;
	line-height:120%;
	}

/* 個別アーカイブトラックバックアドレス表示部 */
.content p.techstuff {
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	border: 1px dotted #666666;
	line-height: 150%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 6px;
	text-align: left;
	margin-bottom: 10px;
	}

.cf {
	color: #ff0000;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	}

/*検索結果のタイトル*/
.content2 h2{
	color:  #004B99;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: normal;
	background: #CCEEFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-weight: bold;
	line-height: 140%;
	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%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* フッター部分 */
#footer {
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	color: #666666;
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	padding: 15px;
	}

#footer p {
	color: #666666;
	font-family: ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: x-small;
	border-top: 1px solid #666666;
	text-align: center;
	margin-bottom: 10px;
	line-height: normal;
	padding: 3px;
	}

