@charset 'UTF-8';

/* --------------------- basic ---------------------- */
*{
margin:0;
padding:0;
font-style:normal;
}

html,body{
margin:0 auto;
background:#f5efeb url(http://www.wassonqmr.com/template/tb_sweet_background.gif) repeat-x 0 0;
text-align:center;
}

h2,h3,h4,h5,h6{
color:#b3612b;
margin:2em 0 -0.4em 0;
line-height:1.4;
}
h3{
padding:10px 0 10px 45px;
background:url(http://www.wassonqmr.com/template/tb_sweet_h3_background.gif) no-repeat 0 0;
font-size:125%;
font-weight:bold;
}
h4{
padding:12px 0 12px 45px;
background:url(http://www.wassonqmr.com/template/tb_sweet_h4_background.gif) no-repeat 0 0;
font-size:110%;
font-weight:normal;
}
h5{
padding:12px 0 12px 45px;
background:url(http://www.wassonqmr.com/template/tb_sweet_h5_background.gif) no-repeat 0 0;
font-size:100%;
}
h6{
font-size:100%;
}

/* リンク色 */
a,
a:link{
color:#008282;
}
a:visited{
color:#694b36;
}
a:hover{
color:#b3612b;
}
a:active{
color:#b3612b;
}
div#main a:link{
text-decoration:underline;
}

a img{
border:none;
}

strong{
color:#b3612b;
font-weight:bold;
}

em{
color:#b3612b;
}

ins{
border-bottom:1px solid #d1baab;
text-decoration:none;
}

del{
text-decoration:line-through;
}

p,
blockquote,
pre,
hr,
table,
dl,
ul,
ol,
div.amazon{
margin:1em 0;
}

blockquote{
padding:2px 40px;
border:1px solid #fff;
background:url(http://www.wassonqmr.com/template/tb_sweet_blockquote.gif) repeat-y 50% 0;
}

p.source{
text-align:right;
}

sup{
font-size:85%;
}

code,
pre,
kbd{
font-family:"Courier New","Courier",monospace;
}
pre{
width:100%;
overflow:auto;
}

hr{
height:1px;
border:1px solid #b79784;
}

table{
border-top:1px solid #d1baab;
border-left:1px solid #d1baab;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
border-collapse:separate;
border-spacing:3px;
font-size:100%;
text-align:left;
}
table tr th{
border-top:1px solid #fff;
border-left:1px solid #fff;
border-bottom:1px solid #b79784;
border-right:1px solid #b79784;
background:#d1baab;
padding:1px 5px;
color:#fff;
font-weight:bold;
}
table tr td{
border-top:1px solid #fff;
border-left:1px solid #fff;
border-bottom:1px solid #d1baab;
border-right:1px solid #d1baab;
padding:1px 5px;
color:#694b36;
}
caption{
color:#694b36;
text-align:center;
}

ul.footnote{
list-style:none;
padding:0;
background:none;
font-size:85%;
}

dl dt{
font-weight:bold;
}
dl dd{
margin:0 0 0 1em;
padding:0 0 0 10px;
}

label{
text-transform:capitalize;
}

ul{
list-style:none;
}
ul li{
margin:0 0 0 10px;
padding:0 0 0 20px;
background:url(http://www.wassonqmr.com/template/tb_sweet_list.gif) no-repeat 0 6px;
}

div#main ol{
padding:0 0 0 25px;
}

img.pict,
img.thumb{
margin:2px;
padding:5px;
border:1px solid #d8c4b8;
background:#fff;
}

input,
textarea{
padding:2px;
border:1px solid #d8c4b8;
background:#fff;
color:#b3612b;
}
input:focus,
textarea:focus{
border:1px solid #b3612b;
}
input.button{
padding:2px;
border:none;
background:#b3612b;
color:#fff;
font-weight:bold;
text-transform:capitalize;
}

div.amazon{
padding:10px 40px;
border:1px solid #fff;
background:url(http://www.wassonqmr.com/template/tb_sweet_blockquote.gif) repeat-y 0 0;
}
div.amazon img{
float:left;
clear:left;
margin:0 10px 0 0;
}


/* --------------------- layout --------------------- */
/* 全体の幅・フォントなど */
div#header,
div#body,
div#footer{
width:800px;
margin:0 auto;
color:#694b36;
font-family:"meiryo","メイリオ","Century Gothic","Lucida Sans Unicode","Lucida Grande",sans-serif;
text-align:left;
}

/* ヘッダー部分 */
div#header{
position:relative;
height:150px;
}

/* ボディ部分 */
div#body{
}

/* エントリー部分 */
div#main{
float:left;
width:540px;
}

/* サイドバー部分 */
div#side{
float:left;
width:260px;
}

/* フッタ部分 */
div#footer{
width:auto;
background:url(http://www.wassonqmr.com/template/tb_sweet_footer.gif) repeat-x 0 0;
}

/* 回り込み解除 */
div#body:after,
div.amazon:after,
div.entry:after,
dl.recommend dd:after{
content:" ";
display:block;
clear:both;
visibility:hidden;
}
div#body,
div.entry,
div.amazon,
dl.recommend dd{
min-height:1px;
display:inline-table;
}
/* Mac IE ¥*/
* html div#body,
* html div.entry,
* html div.amazon,
* html dl.recommend dd{
height:1px;
}
div#body,
div.entry,
div.amazon,
dl.recommend dd{
display:block;
}
/* */


/* --------------------- header --------------------- */
/* サイト名 */
h1{
padding:70px 40px 1px 40px;
color:#b3612b;
font-size:115%;
font-weight:bold;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active{
color:#b3612b;
text-decoration:none;
}

/* サイトの解説 */
div.description{
padding:0 40px;
font-size:70%;
}

/* メニュー */
div#header ul{
position:absolute;
top:10px;
right:0;
list-style:none;
padding:0;
margin:0;
font-size:90%;
text-align:right;
}
div#header ul li{
display:inline;
margin:0 1px 0 0;
padding:0;
background:none;
}
div#header ul li a{
padding:0 1em;
background:#fff;
border-bottom:1px solid #fff;
}
div#header ul li a:hover{
padding:0 1em 1em 1em;
}

/* ---------------------- main ---------------------- */
/* エントリーナビ */
div.sequel{
padding:0 20px 10px 20px;
font-size:74%;
text-align:center;
}

/* 記事 */
div.entry,
div.comment,
div.comment_form,
div.trackback_url,
div.trackback,
div.profile{
width:100%;
margin:0 0 60px 0;
}

/* 記事のタイトル */
h2.entry_title,
div.profile h2{
margin:0 0 0 5px;
padding:0 15px 0 70px;
background:url(http://www.wassonqmr.com/template/tb_sweet_entrytitle.gif) no-repeat 0 0;
color:#b3612b;
font-size:105%;
font-weight:bold;
line-height:67px;
z-index:2;
}
div#main h2.entry_title a,
div#main h2.entry_title a:link,
div#main h2.entry_title a:visited
div#main h2.entry_title a:hover,
div#main h2.entry_title a:active{
color:#b3612b;
text-decoration:none;
}
div#main h2.entry_title a:hover{
text-decoration:underline;
}

/* 記事の日付 */
div.entry_date{
padding:0 30px 0 40px;
font-size:74%;
text-align:right;
}

/* 記事、記事の続き */
div.entry_body,
div.entry_more{
padding:0 30px 0 40px;
font-size:80%;
line-height:1.7;
}


/* カテゴリーなど */
ul.entry_state{
list-style:none;
margin:0;
padding:0 20px 0 25px;
font-size:70%;
text-align:right;
}
ul.entry_state li{
display:inline;
padding:2px 0 0 10px;
background:none;
}

/* コメントのタイトル */
div.comment h3,
div.comment_form h3,
div.trackback_url h3,
div.trackback h3{
margin:0 0 0 5px;
padding:0 15px 0 70px;
border:none;
background:url(http://www.wassonqmr.com/template/tb_sweet_headline.gif) no-repeat 0 0;
color:#b3612b;
font-size:105%;
font-weight:bold;
line-height:67px;
}
div.comment h3,
div.comment_form h3,
div.trackback_url h3,
div.trackback h3{
text-transform:capitalize;
}

/* コメント、トラックバック */
div.comment dl,
div.trackback dl{
margin:0;
padding:0 0 0 20px;
font-size:84%;
line-height:1.9;
}

/* コメントの日付・トラックバックの日付など */
div.comment dl dt,
div.trackback dl dt{
padding:0 20px;
font-weight:normal;
line-height:20px;
}

/* コメントの名前・トラックバックの送信元など */
div.comment dl dt strong,
div.trackback dl strong{
font-size:115%;
font-weight:normal;
}
div.trackback dl dd.tb_title{
margin:0;
padding:0 20px;
border:none;
background:none;
color:#c00;
font-weight:normal;
}

/* コメントなど */
div.comment dl dd,
div.trackback dl dd{
margin:0 25px 20px 25px;
padding:10px 40px;
border:1px solid #fff;
background:url(http://www.wassonqmr.com/template/tb_sweet_comment.gif) repeat-y 50% 0;
}

/* コメントフォーム */
div.comment_form dl{
margin:0;
padding:5px 0px 0 0;
font-size:84%;
text-align:left;
}
div.comment_form dl dt{
position:relative;
width:125px;
margin:0.4em 0 0em 0;
font-weight:normal;
line-height:1;
text-transform:capitalize;
text-align:right;
}
div.comment_form dl dd{
margin:-1.8em 0 0 0;
padding:0.5em 0 0.5em 135px;
}
div.comment_form dl dd.description{
line-height:1em;
}
div.comment_form dl input{
width:200px;
font-size:115%;
}
div.comment_form dl textarea{
width:300px;
font-size:115%;
}
div.comment_form button{
width:70px;
height:30px;
border:none;
text-indent:-9999px;
text-align:left;
cursor:pointer;
vertical-align:bottom;
}

div.comment_form dl dt.submit{
visibility:hidden;
}
div.comment_form dl input#set_cookie{
width:auto;
border:none;
}
div.comment_form dl input.button{
width:auto;
}
/* ページナビ、ページトップ */
div.pagenavi,
div.pagetop{
padding:0 0 10px 0;
font-size:74%;
text-align:center;
}


/* ---------------------- side ---------------------- */
/* サイド */
div#side dl{
width:100%;
margin:0;
padding:25px 0 20px 0;
background:url(http://www.wassonqmr.com/template/tb_sweet_sidetitle.gif) no-repeat 0 0;
}

/* サイドのタイトル */
div#side dl dt{
padding:0 10px 5px 20px;
color:#b3612b;
font-size:90%;
font-weight:bold;
text-transform:capitalize;

}

/* サイドの内容 */
div#side dl dd{
margin:0;
padding:5px 10px 0 15px;
background:none;
font-size:70%;
line-height:1.7;
}

/* サイドのリスト */
div#side dl dd ul{
list-style:none;
margin:0;
}
div#side dl dd ul li{
margin:3px 0;
padding:0;
background:none;
}
div#side dl dd ul li ul li{
margin:2px 0 3px 3px;
padding:0 0 0 18px;
background:url(http://www.wassonqmr.com/template/tb_sweet_list.gif) no-repeat 0 6px;
}

div#side dl p{
margin:0 0 1em 0;
}

/* 検索 */
div.search{
margin:0 auto;
}
div#body div.search p{
margin:1em 0 0 0;
}
div.search input{
vertical-align:bottom;
}
div.search input.form{
width:100px;
font-size:135%;
}
div.search input.submit{
width:auto;
font-size:135%;
}

/* カレンダー */
dl.calendar dd{
margin:0 auto;
text-align:center;
}
dl.calendar table.calendar{
margin:0 auto;
padding:0;
border:none;
border-collapse:separate;
border-spacing:1px;
font-size:100%;
text-align:center;
}
dl.calendar table.calendar tr td{
padding:0;
border:1px solid #f5efeb;
color:#694b36;
line-height:1.6;
text-align:center;
}
dl.calendar table.calendar tr td.weekday,
dl.calendar table.calendar tr td.cell{
width:28px;
}
dl.calendar table.calendar tr td.weekday{
}
dl.calendar table.calendar tr td.cell a{
display:block;
background:#fff;
}
dl.calendar table.calendar tr td.cell a:hover{
background:#b3612b;
color:#fff;
}
span.today{
color:#b3612b;
font-weight:bold;
}

dl.recommend dd img{
float:left;
clear:left;
margin:0.5em 5px 0 0;
}


/* --------------------- footer --------------------- */
/* 著作権表示 */
address{
padding:25px 0 15px 0;
font-size:74%;
font-style:normal;
text-align:center;
}
