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

/*
 * File      : styles-site.css
 * Version   : 1.00
 * Update    :
 * 1.00 2005.03.13: 2カラム固定サイズ・右メニュー用初版
 *
 * Copyright (C) 2005 koikikukan. All rights reserved.
 */

/* ページ全体の基本的な設定と背景色 */
	body {
		margin: 0px 0px 20px 0px;
		background:#FFFFFF;
		background: url(http://www.hanayomesan.jp/images/background2.gif);
	}

/* リンク文字設定 */
	a {
		color: #F900bb;
		text-decoration: none;
	}
	a:link {
		color: #F900bb;
		background: none;
                FONT-WEIGHT: bold;
	}
	a:visited {
		color: #F900bb;
		background: none;
	}
	a:active {
		color: #FF33cc;
		background: none;
	}
	a:hover {
		color: #1d5cf0;
                text-decoration: underline
		background: none;
	}

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

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

/* 3カラム全体 */
	#box {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		padding-bottom: 15px;
		width: 750px;
	}

/* タイトル名 */
	#banner {
		position: relative; z-index: 1;
		font-family: Verdana, Arial, sans-serif;
		color:#FF6600;
font-size: 12px;
font-weight:bold;
		padding-right:15px;
		padding-left:15px;
		padding-top:15px;
		padding-bottom:2px;
		text-align: center;
	}

/* タイトル名の文字のリンク色 */
	#banner a {
		font-weight:normal;
		font-size: 16px;
		font-family: "ＭＳゴシック",sans-serif;
		text-decoration: none;
	}
	#banner a:link{
		color: #669999;
		background: none;
	}
	#banner a:visited{
		font-size: 16px;
		color: #669999;
		background: none;
	}
	#banner a:active,
	#banner a:hover {
		font-size: 16px;
		color: #669999;
		background: none;
	}
	#banner h2 {
		color: #669999;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

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

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

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

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

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

/* 各エントリーの文字のリンク色 */
	.blogbody a {
		color: #F900bb;
		text-decoration: none;
	}
	.blogbody a:link {
		color: #F900bb;
		background: none;
	}
	.blogbody a:visited {
		color: #F900bb;
		background: none;
	}
	.blogbody a:active {
		color: #FF33cc;
		background: none;
	}
	.blogbody a:hover {
		color: #1d5cf0;
		background: none;
	}

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

/* エントリーのタイトル */
	.title	{
		font-size: 14px;
background: #FFCCFF;
color: #ff3399;
		padding:5px;
	}

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

/* エントリーの日付 */
	.date	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight:none;
		color: #ffffff;
		background: #669999;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		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: 4px;
		color: #999999;
		text-align:right;
		margin-top:1px;
	}

	#bottom {
		position: relative; z-index: 1;
		font-family: Verdana, Arial, sans-serif;
		color:#FF6600;
font-size: 12px;
font-weight:bold;
		padding-right:15px;
		padding-left:15px;
		padding-top:15px;
		padding-bottom:2px;
		text-align: center;
	}

/* 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.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-box{ /* IE6後方互換モードでの解釈誤り対処 2005.06.18追加 */
		float: left;
		width : 160px ;
	}

	#links-right{
		width : 160px ;
		padding-top : 0px;
		padding-left : 5px;
		padding-right : 5px;
	}

/* 左カラム */
	#links-left-box{ /* IE6後方互換モードでの解釈誤り対処 2005.06.18追加 */
		float: left;
		width : 155px ;
	}

	#links-left{
		width : 155px ;
		padding-top : 15px;
		padding-left : 5px;
		padding-right : 5px;
	}

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

#ad {
		font-family: Verdana, Arial, sans-serif;
		color:#242424;
		background: none;
		font-size:9px;
		font-weight:normal;
		line-height:150%;
		padding:5px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
/*		word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */
	}

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


/* 2004.10.22 サブカテゴリー対応 */
	.side #categories {
/*		font-family: Verdana, Arial, sans-serif;
		color: #242424;
		background: none;
		font-size: 9px;
		font-weight:normal;
		line-height:150%;
		text-align: left;
		padding:2px;
		margin-bottom:25px;*//* 冗長指定削除 2004.11.24追加 */
	}

	.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;
	}

.subcategories a.foldmark {
    font-size:9px; /* マークのフォントサイズ */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
}

/* サブカテゴリー対応 ここまで */

.sidetitle a.foldmark {
    float: right; /* マークを右端に配置 */
    font-size:9px; /* マークのフォントサイズ */
    padding-right:3px; /* 右端からのパディング */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
}

.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}

.sidetitle2 a {
    width: auto;
}

/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #ff3399; /* 枠線 */
    color:#242424; /* 文字色 */
    background-color:#f6f6f6; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #ff3399; /* 枠線 */
    color:#ffffff; /* 文字色 */
    background-color: #ff99cc; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

ul.list1 {
	list-style: none!important;
	margin: 0px!important;
	margin-left: -2px!important;
	padding: 0px!important;
}

ul.list1 li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background: url(http://megumi-velvet.com/images/maru.gif) no-repeat 3px 0.4em;
/*	background-repeat: no-repeat!important;*/
	list-style: none!important;
}

ul.tree {
    margin: 0px!important;
    padding: 0px!important;
    font-size: 9px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li {
    margin: 0px!important;
    padding: 0px 0px 0px 16px!important;
    background-image: url(tree_lst.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end {
    background-image: url(tree_end.gif);
    list-style: none;
}
	.side-counter {
		font-size:9px;
		background: none;
		padding:2px;
		margin-top:8px;
		margin-bottom:15px;
		text-align:center;
	}

	.side2 {
		font-family: Verdana, Arial, sans-serif;
		color:#242424;
		background: none;
		font-size:9px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
		margin-bottom:5px;
	}

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

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

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



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

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

select {
    font-size: 10px;
}

