@charset "UTF-8";

body, h1, h2, h3, form { margin: 0; padding: 0 }
body {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color:#66543d;
	text-align: center;
	margin-bottom: 20px;
}

a:link { color:#66543d; text-decoration: none; }
a:active { color:#66543d; text-decoration: none }
a:visited { color:#66543d; text-decoration: none }
a:hover { color:#66543d; text-decoration:none;}

br{letter-spacing : normal;}

/* スクロールバー */
HTML {
	scrollbar-face-color:#FFFFFF; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-arrow-color:#919f55; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#919f55; 
	scrollbar-3dlight-color:#919f55; 
	scrollbar-darkshadow-color:#FFFFFF
}

img.emoji{
	vertical-align:middle;
	border:0;
}

/* ------- 全体囲み ------- */
#container {
	width: 890px;
	margin : 0 auto;
	text-align: left;
}

/* ------- メイン＋左サイドバー囲み ------- */
#wrapper {
	width: 685px;
	float: left;
	text-align: left;
}

/* ------- ヘッダー/タイトル ------- */
#banner {
	width: 480px;
	height: 80px;
	text-align: left;
	padding: 0px;

	background: url(http://blog-imgs-1.fc2.com/q/m/i/qmix/banner_retro.gif) ;
}
 
#banner h1{font-size:large;
	padding: 15px 0 0 48px;
	text-align: left;
	font-weight: bold; 
	text-decoration: none;}

.description{
	font-size: x-small;
	letter-spacing: 0.08em;
	line-height: 165%;
	padding: 3px 0 0 48px;}


/*　ブログタイトルのリンク文字　*/
	#banner a{color:#FFFFFF;text-decoration:none;}
	#banner a:link{color:#FFFFFF;text-decoration:none;}
	#banner a:visited{color:#FFFFFF;text-decoration:none;}
	#banner a:active{color:#FFFFFF;}
	#banner a:hover{color:#919F55;text-decoration:none;}



/* ------- サイドバー表示部分 ------- */
#side_left {
	float: left;
}
#side_right {
	float: right;
}

/* サイドバー左右共通 */
.side {
	width: 200px;
	overflow: hidden;
	margin: 25px 0 0 0;
	padding: 0;
}

/* サイドバー部分のリンク文字 */
	.side a{color:#66543d;text-decoration:none;}
	.side a:link{color:#66543d;text-decoration:none;}
	.side a:visited{color:#66543d;text-decoration:none;}
	.side a:active{color:#66543d;}
	.side a:hover{color:#c4b44d;text-decoration:none;}

/* メニューの見出し */
.side h3 {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 10px;
	background: url(http://blog-imgs-1.fc2.com/q/m/i/qmix/menutitle.gif) no-repeat 0% 50%;
}


/* メニュー内のプログインブロック文字属性 */
.side_text{
	font-size: x-small;
	margin: 10px 0 25px 0px;
	padding: 0 10px;
}

.side_text p {
	font-size: x-small;
	text-align: left;
	line-height: 165%;
	margin: 0;
	padding: 0;
}

/* メニュー内のリスト */
.side_text ul {
	margin: 0;
	padding: 0;
}

.side_text li {
	font-size: x-small;
	text-align: left;
	padding: 0 5px 0 0;
	margin: 3px 0;
	list-style-type: none;
}

/* カレンダー設定 */
table.calender {
	font-size: x-small;
	width: 150px;
	margin: 10px;
	border-collapse: collapse;
	text-align: center;
}
.calender caption {
	font-size: x-small;
	margin: 0;
	border-bottom: 1px solid #666666;
	width: 175px;
	padding: 0 0 3px 0;
}
.calender th {
	line-height: 15px;
	text-align: center;
	font-weight: bold;
}
.calender td {
	line-height: 15px;
	text-align: center;
}
.calender td a {
	display: block;
	font-weight: bold;
}
th#sun {
	color: #df6677;
}
th#sat {
	color: #5f9b9f;
}
.calender td a:link, .calender td a:visited {
	text-decoration: none;
	background: #ffffff;
}
.calender td a:hover {
	text-decoration: none;
	background: url(http://blog-imgs-1.fc2.com/q/m/i/qmix/calbg.gif)  no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
}

/* 自己紹介画像の中央寄せ */
.pay {
	text-align: center;
}
img {
	border: 0px solid gray;
}

/* 検索 */
.side form {
	padding: 5px; 
	margin: 0;
}
.search {
	font-size: x-small;
	padding: 5px;
	text-align: center;
}
.search textarea {
	border: 1px solid #919f55;
}
.search input {
	font-size: x-small;
	font-family: Verdana, Sans-serif;
}

/* ------- メイン/記事表示部分 ------- */
#main {
	width: 480px;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-left: 1px solid #919f55;
	border-right: 1px solid #919f55;
	border-bottom: 1px solid #919f55;
	background: #FFFFFF
}

/* 記事表示部分/コメントなどを囲うブロック要素の属性 */
.content {
	margin: 0;
	padding: 0;
}

/* 記事の見出し(タイトル) */
.content h3 {
	font-size: small;
	color :#919f55;
	padding: 20px 0 10px 25px;
}

/* １記事 */
.entry-body {
	margin: 10px 0;
	padding: 5px 5px 0 15px;
	font-size: small;
	letter-spacing: 0.08em;
	line-height: 140%;
}

/* 記事内のリンク文字 */
.entry-body a:link { color:#cc9966; text-decoration: none; }
.entry-body a:active { color:#cc9966; text-decoration: none; }
.entry-body a:visited { color:#cc9966; text-decoration: none; }
.entry-body a:hover { color:#c4b44d; text-decoration: none; 
border-bottom:dashed 1pt;}

/* 記事内の画像 
（枠線を入れたいときは1px以上、#色を設定してください）*/
.entry-body img {
	border: 0px solid #666666;
	margin: 3px;
}

/* 引用 */
.entry-body blockquote {
	background: #FFFFFF;
	border:1px dotted #c4b44d;
	padding: 10px;
}

/* 記事内リスト */
.entry-body ol li {
	margin-left: 18px;
}
.entry-body ul li {
	background: url() no-repeat 0% 50%;
	padding-left: 18px;
	margin-left: 0;
	list-style-type: none;
}

/* 記事のステータス用リスト */
p.posted { 
	margin: 0 0 15px 0;
	padding: 15px 10px 10px 0;
	font-size: x-small;
	text-align: right;
	color: #919f55;
	background: url(http://blog-imgs-1.fc2.com/q/m/i/qmix/line_retro.gif) no-repeat 0% 100%;
}


/* 記事ステータス・コメントリストリンク文字 */
.posted a:link, .posted a:active, .posted a:visited  {
	color:#919f55;
	text-decoration: none;}
.posted a:hover {
	color:#919f55;
	text-decoration: none;
	border-bottom:dashed 1pt;}

/* コメント、トラックバック表示部分 */
.comment, .trackback {
	margin: 5px 10px;
	padding: 5px 5px 5px 15px;
	color: #66543d;
	line-height: 140%;
	border-bottom: 1px dotted #66543d;
}

/* コメント、トラックバックの見出し(タイトル) */
.comment h3, .trackback h3 {
	font-size: small;
	color :#66543d;
	padding: 10px 0;
}

/* コメント、トラックバックの投稿リスト */
p.comment-posted, p.trackback-posted { 
	margin: 0;
	padding: 15px 15px 0 0px;
	font-size: x-small;
	text-align: right;
	color: #66543d;
}

/* コメントフォーム表示部分 */
.comment-form {
	margin: 5px 10px;
	padding: 5px 5px 5px 15px;
	color :#66543d;
	line-height: 140%;
	border: 0px solid #e5bc49;
}

/* レスフォーム設定 */
dl.comform {
	width: 100%;
	margin: 0;
	padding: 0;
}
.comform dt {
	letter-spacing: 0.1em;
	color: #919f55;
}
.comform dd {
	font-size: x-small;
	margin: 0;
	padding: 0 0 0.5em 0;
}
.comform textarea {
	width: 80%;
	border: 1px solid #919f55;
}
.comform input {
	border: 1px solid #919f55;
}
#himitsu {
	width: auto;
}

/* エントリーのナビゲーション */
.navi { 
	font-size: x-small;
	margin: 10px 0;
	padding: 0 0 3px 0;
	text-align: center
}

/* コメント・トラックバック（編集・投稿）見出し */
h4.commenthead, h4.trackbackhead {
	font-size: small;
	font-weight: bold;
	line-height: 100%;
	color: #c4b44d;
	text-transform: uppercase;
	margin: 5px 0 5px 15px;
	padding: 6px 0 6px 12px;
	background: url(http://blog-imgs-1.fc2.com/q/m/i/qmix/arrow_h4.gif) no-repeat 0% 50%;
}

/* トラックバックurl表示部分 */
.trackback-url {
	margin: 10px 30px;
	padding: 10px 20px;
	line-height: 140%;
	background: url(http://blog-imgs-1.fc2.com/q/m/i/qmix/bg_block01.gif) ;
	border: 1px solid #919f55;
}

/* ------- フッター　Copyright ------- */
#footer {
	width: 480px;
	padding:10px 0;
	font-size: x-small;
	letter-spacing: 0.05em;
	text-align: center;
	background: #cecb94;
}

/* スクロールつきフリーエリア */
.box{
	text-align: left;
	font-size: x-small;
	color: #66543d;
	border: solid 0px #77a000;
	width:180px;
	height:80px;
	margin:10px 5px;
	padding: 0;
	overflow:auto;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #77a000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
}
