@charset "EUC-JP";
/*--------------------------------------------------
    リセット
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------
    基本設定
--------------------------------------------------*/
body {
	background: url(http://blog-imgs-38.fc2.com/c/r/o/croquisblog/D1000012_2.jpg) no-repeat #000000 fixed;
	color: #eeeeee;
	font-family: Verdana, 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: #333333; }
a:hover,
a:active { color: #333333; 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 10px;
	padding: 1em;
	border: 1px dashed;
}	
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 auto;
	padding: 0.5em;
	border: 1px solid;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}
/* for without MacIE5 \*/
div.main_body pre { overflow: scroll; }
/**/	
div.main_body > pre { width: auto; }	
div.main_body code { font-family: monospace; }

/*--------------------------------------------------
    レイアウト
--------------------------------------------------*/
div#container {
	width: 860px;
        margin-left: 230px;
}
div#header {
	width: 860px;
        height: 350px;
}
div#main {
        width: 440px;
	margin: 0 10px 0 0;
        float: left;
        background-image: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/touka_black.gif);
}
div#sidemenu1 {
	float: left;
	width: 200px;
	overflow: hidden;
	margin:0 0 0 0;
}
div#sidemenu2 {
	float: right;
	width: 200px;
	overflow: hidden;
	margin:0 0 0 0;
}
div#footer {
	clear: both;
	width: 860px;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
        padding-top: 40px;
        padding-bottom: 40px;
}	
html>div#footer {
	font-size: x-small;
}

/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
div#header h1 {
        padding-top: 80px;
        padding-left: 20px;
        margin-bottom: 20px;
        font-size: 120%;
        font-weight: normal;
        letter-spacing: 0.2em;
        color: #d9e7fd;
}
div#header h1 a{
        color: #d9e7fd;
        text-decoration: none;
}	
div#header p {
        font-size: 90%;
        line-height: 1.2em;
        margin-bottom: 20px;
        margin-left: 20px;
}


/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/	
div.content {
	margin-bottom: 50px;
	text-align: left;
	overflow: hidden;
	width: 100%;
}
div.Date {
        text-align: right;
        margin-bottom: 15px;
        margin-right: 10px;
        font-size: 80%;
        color: #eeeeee;
}
div.Date a {
        display: block;
        color: #eeeeee;
        text-decoration: none;
}
h2.entry_header{
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/04_entrytitle.gif);
        height: 12px;
	text-align: left;
	margin: 0 0 5px 0;
        font-size: 12px;
        padding: 6px 0 10px 30px;
        font-weight: normal;
        color: #d9e7fd;
}
h2.entry_header a {
        color: #d9e7fd;
}
div.entry_body {
	text-align: left;
        font-size: 90%;
        margin: 0 10px;
        line-height: 1.6em;
}
div.entry_body p.entry_more {
	margin: 15px 0 15px;
}	
div.entry_body p.theme {
	margin: 10px 0px 10px;
}
div.entry_body img {
        border: solid 1px #444444;
}
ul.entry_footer {
	text-align: left;
        font-size: 80%;
        margin: 10px 10px 10px 10px;
}
ul.entry_footer li {
	display: inline;
	list-style-type: none;
}

/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
	margin: 10px 0px 10px;
}

/* ページナビ */
div.page_navi {
        width:420px;
        margin-left: 10px;
	text-align: center;
	padding: 0 0 30px 0;
        font-size: 80%;
}
div.pagetop {
	text-align: right;
        font-size: 80%;
        margin-bottom: 40px;
        width: 430px;
        border-top: dotted 1px #444444;
        padding-right: 10px;
}

/* 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.2em 1em;
}
div.entry_body ul,
div.entry_body ol {
	margin: 1em 0em 1em;
}
div.entry_body ul li {
	list-style: disc outside;
	margin-left: 10px;
}
div.entry_body ol li {
	list-style: decimal outside;
	margin-left: 10px;
}
div.entry_body dl {
	margin: 1em 1.5em;
	border: dotted 1px;
	padding: 1em 1em 0em;
}
div.entry_body dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom: dotted 1px;
}
div.entry_body dd {
	margin: 0em 1em 1em;
}

/*--------------------------------------------------
    コメント、トラックバック
    全記事一覧、検索結果一覧
--------------------------------------------------*/	
#tb, #cm, #tl, #sa {
        width: 440px;
}
p.sub_header {
	text-align: left;
	margin-bottom: 20px;
	color: #fdfce3;
	font-size: 90%;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/04_sidetitle.gif) repeat-x;
        padding:2px 10px;
}
.colum {
        border: dotted 1px #fdfce3;
        margin:10px;
}
h3.sub_title {
	margin: 10px;
	color: #d9e7fd;
	font-size: 100%;	
}
div.sub_body {
	margin: 10px 20px;
        font-size: 90%;
}
ul.sub_footer {
	text-align: right;
	margin: 15px 20px;
        font-size: 80%;
}
ul.sub_footer li {
	display: inline;
	list-style-type: none;
}
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 30px;
        font-size: 80%;
}
ul.list_body li {
	margin-bottom: 5px;
}
p.trackback_url {
	padding: 20px 20px;
	text-align: left;
        font-size: 80%;
}
p.trackback_url input {
	padding:3px;
	border:none;
	width: 80%;
	background-color: #d9e7fd;
	color: #222222;
        margin-bottom: 10px;
}


/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/	
#sidemenu1 li,
#sidemenu2 li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 5px 5px 10px;
}
dl.sidemenu_body {
	margin: 0 0 30px 0;
}
dt.plg_title {
	color: #fdfce3;
        font-size: 90%;
        font-weight: normal;
        margin-bottom: 10px;
        padding:2px 10px;
        background: url(http://blog-imgs-46.fc2.com/u/r/a/uraraka01/04_sidetitle.gif) no-repeat;
}
dd.plg_header,
dd.plg_body,
dd.plg_footer {
        font-size: 80%;
        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 th,
table.calender td {
	padding: 0.1em;
	border-bottom: 1px dotted #666666;
	text-align: center;
}
table.calender td a {
	display: block;
	color: #444444;
	background-color: #fdfce3;
        text-decoration: none;
}
table.calender td a:hover{ 
	display: block;
	background-color: #666666;
	color: #eeeeee;
        text-decoration: none;
}
table.calender th#sun {
	color: #FF6600;
}
table.calender th#sat {
	color: #0066FF;
}


/*--------------------------------------------------
    Amazonマイショップ(Plugin)
--------------------------------------------------*/	
div.over {
        width: 850px;
        height: 180px;
        overflow: auto;
        scrollbar-base-color: #333333;
}
div.yoko_scroll {
}
div.plugin-newamazon {
        float: left;
}
div.plugin-newamazon a {
        margin-right: 5px;
        line-height: 50px;
}
div.plugin-newamazon img {
        border: solid 1px #444444;
}

/*--------------------------------------------------
    フッター
--------------------------------------------------*/	
div#footer p {
	margin: 0 20px 3px 20px;
}
div#footer address {
	font-style: normal;
	margin: 0 20px 3px 20px;
}

/*--------------------------------------------------
    for MacIE
--------------------------------------------------*/	
textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}
