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

/*
 * File      : styles-site.css
 * Version   : 1.01
 * Update    :
 * 1.00 2005.03.13: 2カラム固定サイズ・左メニュー用初版
 * 1.01 2005.08.11: IE6・後方互換モードでの不具合対処
 *
 * Copyright (C) 2005 koikikukan. All rights reserved.
 */

/* ページ全体の基本的な設定と背景色 */
	body {
		margin: 0px 0px 0px 0px;
		background:#ffffff; /* 背景色 */
		text-align:center; /* IE6後方互換モードでのセンタリング 2005.06.18追加 */
	}

/* リンク文字設定 */
	a {
		color: #993300;
		text-decoration: underline;
	}
	a:link {
		color: #FF9966;
		background: none;
	}
	a:visited {
		color: #993300;
		background: none;
	}
	a:active {
		color: #993300;
		background: none;
	}
	a:hover {
		color: #993300;
		background: #FFFF99;
	}

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

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

/* 3カラム全体 */
	#box {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		padding-bottom: 0px;
		width: 700px;
		background-color: #FFFFFF;
		border: solid 1px #E8C960;
	}

/* タイトル名 */
	#banner {
		color:#999999;
		background:#ffffff;
		background-position:left top;
		background-repeat:no-repeat;
		background-image: url("logo.gif");
		text-align: right;
		padding-bottom: 15px;
		height: 80px;
	}

/* フッタ */
	#footer {
		padding: 12px 23px 11px 0px;
		border-top: 1px solid #E8C960;
		background:#ffffff;
		color:#333333;
		text-align: right;
		font-size: 10px;
		font-family: Verdana, Arial, sans-serif;
		letter-spacing: 0.05em;
}

/* サイト説明文 */
	.description {
		color: #999999;
		font-size: 12px;
	}

/* カレンダー外側のスタイルを示す設定 */
	#globalnavi {
		text-align: center;
		padding-bottom: 5px;
		border-bottom: solid 1px #E8C960;
		}

/* エントリーのある大段落（3カラム） */
	#content {
		float: left;
		width: 700px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top : 0px ;
		margin-bottom : 10px ;
	}

/* エントリーのある大段落（1カラム） */
	#container {
		margin-top : 0px ;
		margin-bottom : 10px ;
	}

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

/* 各エントリー */
	.blogbody {
		background:#ffffff;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:5px;
		padding-left: 0px;
		padding-right:0px;
		line-height:150%;
		width : auto ;
		margin-bottom:15px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加*/
	}

/* 画像 */
	.blogimg {
		float: left;
		border-style:none;
		width: 450px;
		height: 450px;
	}

/* テキスト */
	.blogtext {
		float: left;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		width: 200px;
		height: 380px;
		padding-top:40px;
		padding-left: 0px;
		padding-right:10px;
	}

/* テキスト */
	.undertext {
		float: left;
		font-family: Verdana, Arial, sans-serif;
		color: #ff0000;
		ftext-align: center;
		font-size: 9px;
		width: 200px;
		height: 15px;
		padding-top:0px;
		padding-left: 0px;
		padding-right:0px;
	}

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

/* 各エントリーの文字のリンク色 */
	.blogbody a {
		color: #FF9966;
		text-decoration: underline;
	}
	.blogbody a:link {
		color: #FF9966;
		background: none;
	}
	.blogbody a:visited {
		color: #993300;
		background: none;
	}
	.blogbody a:active {
		color: #993300;
		background: none;
	}
	.blogbody a:hover {
		color: #993300;
		background: #FFFF99;
	}

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

/* サムネイル本体*/
	.thumbbody {
		background:#ffffff;
		text-align: center;
		margin-top: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 2px;
		padding-right: 2px;
		line-height:150%;
		width : auto ;
		border-top: 1px solid #E8C960;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加*/
	}

/* サムネイル画像*/
	.thumbimg {
		border-style:none;
		padding-left: 2px;
		padding-right: 2px;
		float : left ;
	}

/* エントリーのタイトル */
	.title	{
		font-size: 12px;
		color: #666666;
		padding-top:5px;
		padding-left:20px;
		margin-bottom:0px;
		padding-bottom:0px;
	}

/* 「ホーム」等へのリンク部分（トップページ以外） */
	#menu {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight:normal;
		background: none;
		margin:0px;
		padding-top:3px;
		text-align:center;
	}

/* エントリーの日付 */
	.date	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight:none;
		color: #666666;
		background: #E8C960;
		padding-top:2px;
		padding-bottom:2px;
		padding-left:5px;
		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;
	}

/* 「続きを読む」の行 */
	.extended { 
		font-weight:normal;
		padding: 3px;
	}

/* blockquote設定 */
	blockquote {
		color: #666;
		margin:15px 20px 0px 20px;
		font-size:10px;
		font-weight:normal;
		background:#f6f6f6;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #999999;
		width: auto ;
	}

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

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

/* カレンダー */
	.calendar {
		text-align: left;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 60px;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-weight:normal;
		background: none;
	}
	.calendar a:link {
		font-size:9px;
		color: #FF9966;
		text-decoration: underline;
	}
	.calendar a:visited{
		font-size:9px;
		color: #993300;
		text-decoration: underline;
	}
	.calendar a:active{
		font-size:9px;
		color: #993300;
		text-decoration: underline;
	}
	.calendar a:hover {
		font-size:9px;
		color: #993300;
		background: #FFFF99;
		text-decoration: underline;
	}

	.calendarHead { 
		color:#666666; 
		font-size: 9px; 
		font-weight: normal; 
		margin-right: 10px;
	} 

	.notoday { 
		margin-right:5px;
		color:#666666; 
		font-size: 9px; 
	} 

	.today { 
		margin-right:5px;
		color:#666666; 
		font-size: 9px; 
		border : 1px solid #E8C960; 
	} 


/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等の見出し */
	.sidetitle {
		color:#666;
		font-family: Verdana, Arial, sans-serif;
		font-size:10px;
		margin-top:3px;
		background:#f6f6f6;
		line-height:140%;
		padding:1px 0px;
		text-align:center;
		border: 1px solid  #999999;
	}

/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等 */
	.side {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		background: none;
		font-size:9px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
		margin-bottom:25px;
/*		word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */
	}

/* RSS(XML)の設定 */
	.syndicate {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-bottom:5px;
	}

/* Poweredの設定 */
	.powered {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-top:50px;
	}

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