@charset "utf-8";
/*--------------------------------------------------
    リセット
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------
    基本設定
--------------------------------------------------*/
body {
	background: #407130;
	color: #5d4e44;
	font-family: sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
/* for IE \*/
* html body {
	font-size: 78%;
}	
/**/
	
/*--------------------------------------------------
    リンク
--------------------------------------------------*/
a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;
	/**/
}
a:link,
a:visited {color: #5d4e44; }
a:hover,
a:active { color: #dd656e; text-decoration: underline; }

/*--------------------------------------------------
    画像
--------------------------------------------------*/
img,
a img {
	border: none;
}
.emoji{
	vertical-align:middle;
        border: none;
}

/*--------------------------------------------------
    基本要素
--------------------------------------------------*/
ul, ol, li, dl, dt, dd { list-style: none; }	
blockquote {
	width: auto;
	margin: 10px;
	padding: 0.5em;
	border: 1px solid #5d4e44;
}	
textarea,input,select {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
html>body textarea,
html>body input,
html>body select { font-size: small; }
pre {
	margin: 10px;
	padding: 0.5em;
	border: 1px solid #5d4e44;
	font-family: serif;
	overflow: auto;
	width: auto;
}
/* for without MacIE5 \*/
div.main_body pre {	overflow: scroll; }
/**/	
div.main_body > pre { width: auto; }	
div.main_body code { font-family: monospace; }

/*--------------------------------------------------
    レイアウト
--------------------------------------------------*/
div#container {
        background: #407130;
        width: 100%;    
}
div#sora {
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/08_sora.gif) no-repeat top center;
	width: 100%;
        height: 200px;
}
div#header {
	width: 900px;
        height: 200px;
        margin: 0 auto;
}
div#wrap {
	width: 900px;
        margin: 50px auto 0;
}
div#main {
        float: left;
	width: 570px;
	margin-left: 40px;
        display:inline;
}
div#sidemenu {
	float: right;
	width: 250px;
	margin:0 20px 60px 0;
        overflow: hidden;
        display:inline;
}
div#footer {
	clear: both;
	width: 900px;
        height: 50px;
        margin: 80px auto 0;
}
html>div#footer {
}

/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
div#header p.topkadomaru {
        width: 200px;
        height: 20px;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/08_topkadomaru.gif) no-repeat;
        margin-left: 660px;
        padding-top: 2px;
        font-size: 70%;
        text-align: center;
}
div#header h1 {
        margin: 60px 0 0 190px;
        font-size: 140%;
        font-weight: normal;
        letter-spacing: 0.2em;
        color: #dd656e;
}
div#header h1 a {
        color: #dd656e;
        text-decoration: none;
}	
div#header p.descri {
        margin: 5px 0 0 190px;
        font-size: 80%;
        line-height: 140%;
        color: #5d4e44;
}

/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/	
div.content {
        background: #eeead9;
	margin: 0 0 40px 0;
	text-align: left;
	overflow: hidden;
	width: 570px;
}
h2.entry_header {
	text-align: left;
	margin: 10px 10px 0;
        padding-left: 10px;
        font-size: 100%;
        color: #5d4e44;
        border-bottom: dotted 1px #5d4e44;
}
h2.entry_header a {
        color: #5d4e44;
        text-decoration: none;
}
div.entry_body {
	text-align: left;
        font-size: 90%;
        margin: 30px 20px 20px;
        line-height: 1.6em;
}
div.entry_body p.entry_more {
	padding: 15px 0;
	margin: 0px;
        color: #407130;
        font-size: 90%;
}
div.entry_body p.entry_more a {
        color: #407130;
}	
div.entry_body p.theme {
	margin: 15px 10px;
}
div.entry_body img {
}
div.entry_info {
	text-align: right;
        font-size: 80%;
        margin: 2px 20px 2px;
        color: #407130;
}
div.entry_info a,
div.entry_info2 a {
        color: #407130;
}
div.entry_info2 {
	text-align: left;
        font-size: 90%;
        margin: 2px 0 2px;
        color: #407130;
}
div.page_navi {
        width:570px;
	text-align: center;
	padding: 0 0 30px 0;
        font-size: 80%;
        color: #eeead9;
}
div.page_navi a:link,
div.page_navi a:visited {color: #eeead9; }
div.page_navi a:hover,
div.page_navi a:active { color: #dd656e; text-decoration: underline; }
div.pagetop {
	text-align: right;
	padding: 2px 10px;
        font-size: 80%;
        border-top: dotted 1px #5d4e44;
        margin: 0 10px;
}

/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
	margin: 10px 0px 0px;
}

/* IE改行有効 */
br {
        letter-spacing: 0;
}

/* エントリー (html tag) */
div.entry_body h2,
div.entry_body h3,
div.entry_body h4,
div.entry_body h5,
div.entry_body h6 {
	margin: 0em 0em 0.5em;
}
div.entry_body p {
	margin: 0.3em 1em;
}
div.entry_body ul,
div.entry_body ol {
	margin: 1em 0em 1em;
}
div.entry_body ul li {
	list-style: disc outside;
	margin-left: 2em;
}
div.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}
div.entry_body dl {
	margin: 20px;
	border : 1px solid #5d4e44;
	padding: 10px;
        font-size: 90%;
}
div.entry_body dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #5d4e44;
}
div.entry_body dd {
	margin: 0em 1em 1em;
}

/*--------------------------------------------------
    コメント、トラックバック
    全記事一覧、検索結果一覧
--------------------------------------------------*/	
#tb, #cm, #tl, #sa {
        width: 570px;
        color: #eeead9;
        margin: 40px 0;
}
#tb a:link,
#tb a:visited {color: #eeead9; }
#tb a:hover,
#tb a:active { color: #dd656e; text-decoration: underline; }
#cm a:link,
#cm a:visited {color: #eeead9; }
#cm a:hover,
#cm a:active { color: #dd656e; text-decoration: underline; }
#tl a:link,
#tl a:visited {color: #eeead9; }
#tl a:hover,
#tl a:active { color: #dd656e; text-decoration: underline; }
#sa a:link,
#sa a:visited {color: #eeead9; }
#sa a:hover,
#sa a:active { color: #dd656e; text-decoration: underline; }
p.sub_header {
	text-align: left;
	margin: 0 10px;
	padding: 2px 10px;
	color: #eeead9;
        font-weight: bold;
	font-size: 100%;
        border-bottom: dotted 1px #eeead9;
}
.colum {
        border: solid 1px #dd656e;
        margin:20px;
}
h3.sub_title {
	margin: 15px 20px;
	color: #dd656e;
	font-size: 100%;	
}
div.sub_body {
	margin: 10px 20px;
        font-size: 90%;
        line-height: 1.5em;
}
ul.sub_footer {
	text-align: right;
	margin: 15px 30px;
        font-size: 80%;
}
ul.sub_footer li {
	display: inline;
	list-style-type: none;
        color: #dd656e;
}
#cm ul.sub_footer li a:link,
#cm ul.sub_footer li a:visited {color: #dd656e; }
#cm ul.sub_footer li a:hover,
#cm ul.sub_footer li a:active { color: #dd656e; text-decoration: underline; }
#tb ul.sub_footer li a:link,
#tb ul.sub_footer li a:visited {color: #dd656e; }
#tb ul.sub_footer li a:hover,
#tb ul.sub_footer li a:active { color: #dd656e; text-decoration: underline; }
div.form {
        margin: 20px 20px 40px;
        font-size: 90%;
}
div.form dd {
	margin-bottom:8px;
}
div.form textarea {
	width: 100%;
	height: 180px;
}
div.form input#himitu {
	margin-right: 0.5em;
}
div.form .form_btn {
}
div.form .form_btn input {
	margin-right: 0.5em;
}
ul.list_body {
	margin:20px;
        font-size: 90%;
}
ul.list_body li {
	margin-bottom: 5px;
}
p.trackback_url {
	padding: 20px 20px;
	text-align: left;
        font-size: 90%;
}
p.trackback_url input {
	padding:3px;
	border:none;
	width: 90%;
	background-color: #dd656e;
	color: #ffffff;
        margin-bottom: 10px;
}
#tb div.pagetop,
#cm div.pagetop,
#tl div.pagetop,
#sa div.pagetop {
        border-top: dotted 1px #eeead9;
}

/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/	
div#sidemenu {
	color: #eeead9;
}
div#sidemenu a:link,
div#sidemenu a:visited {color: #eeead9; }
div#sidemenu a:hover,
div#sidemenu a:active {color: #dd656e; text-decoration: underline; }
#sidemenu li {
	list-style-type: disc;
	margin: 0 10px;
}
dl.sidemenu_body {
	margin: 0 10px 30px 10px;
}
dt.plg_title {
        height:22px;
	color: #eeead9;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 8px;
        padding: 8px 0 0 40px;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/08_birdmark.gif) no-repeat;
        border-bottom: dotted 1px #eeead9;
}
dd.plg_header,
dd.plg_body,
dd.plg_footer {
        font-size: 85%;
        line-height: 1.5em;
        margin: 0 5px;
}
dd.plg_body input {
	margin: 2px;
}

/*--------------------------------------------------
    カレンダー(Plugin)
--------------------------------------------------*/	
table.calender {
	width: 90%;
	margin: 15px auto;
}
table.calender caption {
	margin-bottom: 15px;
	margin: 0px auto;
}
table.calender caption a {
	color: #eeead9;
}
table.calender th,
table.calender td {
	padding: 0.1em;
	border-bottom: 1px dotted #eeead9;
	text-align: center;
}
table.calender td a {
	display: block;
        color: #eeead9;
	background-color: #5d4e44;
        text-decoration: none;
}
table.calender td a:hover{ 
	display: block;
        color: #eeead9;
	background-color: #dd656e;
        text-decoration: none;
}
table.calender th#sun {
}
table.calender th#sat {
}

/*--------------------------------------------------
    フッター
--------------------------------------------------*/	
div#footer p {
	margin: 0 0 0 60px;
        font-size: 80%;
        color: #eeead9;
}
div#footer address {
	font-style: normal;
	margin: 0 0 0 60px;
        font-size: 80%;
        color: #eeead9;
}
div#footer a:link,
div#footer a:visited {color: #eeead9; }
div#footer a:hover,
div#footer a:active { color: #dd656e; text-decoration: underline; }

/*--------------------------------------------------
    for MacIE
--------------------------------------------------*/	
textarea,input,select {
	font-family: sans-serif;
}
