@charset "UTF-8"; /* 文字コード */


/* ページ全体の基本的な設定と背景色 */
	body {
		margin:0px;
		background:#ffffff;
	}

/* リンク文字設定 */
	a {
		color: #336699; 
		text-decoration: none;
	}

	a:link {
		background: none;
	}

	a:visited {
		background: none;
	}

	a:active {
		background: none;
	}

	a:hover {
		color: blue;
		background: none;
	}

/* h1h2h3 */
	h1{
		margin: 0px;
		padding: 0px;
	}
		
	h2{
		margin: 0px;
		padding: 0px;
	}

	h3 {
		margin: 0px;
		padding: 0px;
	}

/* タイトル名 */
	#banner {
	position: relative; z-index: 1;
		color:#FFFFFF;
		background:#8FABBE; /*タイトル背景色*/
		padding-left:15px;
		padding-top:15px;
		padding-bottom:15px;
		text-align: left;
		border-bottom: 1px solid #666699;
	}


/* エントリーのある大段落（トップページ） */
	#content {
		border-bottom: 1px solid #666699;
		border-left: 1px solid #666699;
		border-right: 1px solid #666699;
		margin-right : 190px ;
		margin-left  : 260px ;
		margin-top : 0px ;
		margin-bottom : 10px ;
	}

/* エントリー別の段落 */
	.blog {
		padding:10px;
		font-size:small;
		font-weight:normal;
		color: #336699;
		background: none;
	}

/* 各エントリー */
	.blogbody {
		background:#ffffff;
		background-position:right; 
		background-repeat:repeat-y; 
		color: black;
		font-family: Times New Roman;
		font-weight: 500;
		font-size: 14px;
		padding-top:25px;
		padding-left:8px;
		padding-right:8px;
		line-height:150%;
		width : auto ;
		margin-bottom:15px;
/*		word-break: break-all; 半角文字折り返し対処 2004.10.14追加 */
	}

/* タイトルと本文の行間を狭くする対処 */
	.blogbody p {
		margin-top: 5px;
		margin-bottom: 5px;
	}

/* 各エントリーの文字のリンク色 */
	.blogbody a {
		text-decoration: none;
	}

	.blogbody a:link {
		background: none;
	}

	.blogbody a:visited {
		background: none;
	}

	.blogbody a:active {
		background: none;
	}

	.blogbody a:hover {
		background: none;
	}

/* エントリーの画像（左に配置した時の文章とのマージン） 2004.07.20追加 */
	.blogbody img {
		margin-right: 8px;
		margin-bottom: 5px;
	}

/* エントリーのタイトル */
	.title	{
		font-size: 14px;
		padding-left:0px;
		margin-bottom:0px;
		padding-bottom:0px;
	}

/* 本文中のキーワード */
	.keyword	{
		font-size: 14px;
		color: #666666;
		padding-top:5px;
		padding-left:0px;
		margin-bottom:0px;
		padding-bottom:0px;
	}

/* 「ホーム」等へのリンク部分（トップページ以外） */
	#menu {
		font-family: Times New Roman;
		font-size: 14px;
		font-weight: bold;
		margin:0px;
		padding-top:3px;
		padding-bottom: 10px;
		text-align:center;
	}

/* エントリーの日付 */
	.date	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
/*		font-weight:none; */
		color: #ffffff;
		background: #8FABBE;
		background-position:left; 
		background-repeat:no-repeat;
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		margin-top:6px;
		margin-left:5px;
		margin-right:5px;
	}

/* エントリー投稿者の段落 */
	.posted {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		margin-top:10px;
	}

/* 2004.10.22 TypeKeyによるコメントで投稿者アイコンが枠で囲まれてしまう対処 */
	.commenter-profile img {
		vertical-align: middle;
		border-width: 0;
	}

/* エントリーのテキストエリア可変長指定 2004.07.20追加 */
	.blogbody textarea {
		width: 97% ;
	}

/* quotetitle設定 */
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px solid #666699;
		padding: 3px;
	}

/* カレンダーのある大段落（トップページ右） */
	#links-right{
		color: #ffffff;
		position : absolute ;
		right : 15px ;
		top : 95px ;
		width : 160px ;
		text-align: right;
	}

/* リンクのある大段落（トップページ左） */
	#links-left{
		position : absolute ;
		left :15px ;
		top : 95px ;
		width : 230px ;
	}


/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等の見出し */
	.sidetitle {
		color: black;
		font-family: Times New Roman;
		font-size:14px;
		font-weight:bold;
		margin-top:3px;
		background:#f6f6f6;
		line-height:140%;
		padding:1px 0px;
		text-align:center;
		border: 1px solid  #999999;
	}

/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等 */
	.side {
		font-family: Times New Roman;
		background: none;
		font-size:14px;
		font-weight:bold;
		line-height:150%;
		padding:2px;
		margin-bottom:25px;
/*		word-break: break-all; *//* 半角文字折り返し対処 2004.10.14追加*/
	}

/* 2004.10.22 サブカテゴリー対応 */
	.side #categories {
		font-family: Times New Roman;
		color: #666666;
		background: none;
		font-size: 14px;
		font-weight:bold;
		line-height:150%;
		text-align: left;
		padding:2px;
		margin-bottom:25px;
	}

	.side #categories ul {
		padding-left: 15px;
		margin: 0px;
		margin-bottom: 0px;
	}

	.side #categories ul ul {
		margin-bottom: 0px;
	}

	.side #categories li {
		margin-top: 0px;
		margin-bottom: 0px;
		list-style-type: circle;
	}
/* サブカテゴリー対応 ここまで */

	.image img {
		border: 1px solid #666699;
		margin-top: 20px;
	}

/* 「コメント」「コメントする」の見出し */
	.comments-head	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background: #8FABBE;
		padding-top:2px;
		padding-left:5px;
		padding-bottom:2px;
		width : auto ;
		margin-top:10px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
	}

/* 「コメント」の段落 */
	.comments-body {
		font-size:12px;
		font-weight:normal;
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		line-height:150%;
		padding:0px;
		margin-left:8px;
		margin-right:8px;
		margin-top:0px;
		margin-bottom:0px;
/*		word-break: break-all; 半角文字折り返し対処 2004.10.14追加 */
	}

	.comments-body p {
		margin-top:10px;
		margin-bottom:5px;
	}

	/* コメントテキストエリアの幅指定 2004.07.20追加 */
	.comments-body textarea {
		width:266px;
	}

/* 「コメント」投稿者 */
	.comments-post {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		padding:0px;
		margin-top:0px;
		margin-bottom:0px;
	}

	.comments-post a:link {
		color: #8FABBE;
		text-decoration: underline;
		background: none;
	}
	.comments-post a:visited {
		color: #8FABBE;
	}
	.comments-post a:active{
		color: #8FABBE;
	}
	.comments-post a:hover {
		color: #006699;
	}

/* 「トラックバック」の段落 */
	.trackback-body {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		margin:10px;
		border-bottom:1px dotted #003366;
	}

/* トラックバックURL */
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #336699;
		background:#ffffff;
		border: 2px solid #336699;
		padding:10px;
		margin:10px;
	}

/* 「トラックバック」投稿者 */
	.trackback-post {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
	}

/* 検索、コメントなどの入力フォームの設定 */
	form {
		margin:0px;
	}

/* 投稿者名、コメントの書き込み欄の文字化け防止 */
	input,textarea {
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
		margin: 2px;
	}

.webling {
padding:2px;
color: #8FABBE;
}

.terminal {
background-color: black;
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 16px;
}

.delete_border{
border: 0px;
}

.amazon_waku {
border: 1px dotted #666699;
padding-top:2px;
padding-left:5px;
padding-bottom:2px;
margin-left:5px;
margin-right:5px;
}
.amazon {
color: black;
/* border: 1px dotted #666699; */
}

.amazon_image {
width: 70px;
vertical-align: top;
/* border: 1px solid #666699; */
}

.amazon_title {
vertical-align: top;
/* border: 1px solid #666699; */
}

.break2 {
margin-bottom : 20px;
}

table {
border: 2px #8FABBE solid;
border-spacing: 10px;
border-collapse: collapse;
padding: 10px;
}

td {
border: 1px #8FABBE solid;
border-spacing: 5px;
padding: 10px;
}

tr {
border: 1px #8FABBE solid;
border-spacing: 5px;
padding: 10px;
}