/* default
------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #eeead9;
	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%;
}	
/**/


	

/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;
	/**/
}

a:link {color: #339999; }
a:visited {color: #339999; }
a:hover,
a:active { color: #dd656e; text-decoration: underline; }



/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}

.emoji{
	vertical-align:middle;
        border: none;
}



/* Base elements
------------------------------------------------- */

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; }



/* Layout
------------------------------------------------------------ */

div#container {
        background: #5d4e44;
        width: 100%;    
}

div#sora {
        background: url(http://blog-imgs-46-origin.fc2.com/u/r/a/uraraka01/07_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;
}

div#sidemenu {
	float: right;
	width: 250px;
	margin:0 20px 60px 0;
        overflow: hidden;
}

div#footer {
	clear: both;
	width: 900px;
        height: 50px;
        margin: 80px auto 0;
}
	
html>div#footer {
}



/* Header
------------------------------------------------------------ */

div#header p.topkadomaru {
        width: 200px;
        height: 20px;
        background: url(http://blog-imgs-46-origin.fc2.com/u/r/a/uraraka01/07_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;
}



/* Main Contents
------------------------------------------------------------ */
	
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: #7fd0c1;
        font-size: 90%;
}
div.entry_body p.entry_more a {
        color: #7fd0c1;
}
	
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: #7fd0c1;
}
div.entry_info a,
div.entry_info2 a {
        color: #7fd0c1;
}
div.entry_info2 {
	text-align: left;
        font-size: 90%;
        margin: 2px 0 2px;
        color: #7fd0c1;
}

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;
}


/* clap + bookmark */
div.fc2_footer {
	margin: 10px 0px 0px;
}


/* Entry (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;
}



/* Comment, Trackback, Entry list
------------------------------------------------------------ */

#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 #7fd0c1;
        margin:20px;
}

h3.sub_title {
	margin: 15px 20px;
	color: #7fd0c1;
	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: #7fd0c1;
}

#cm ul.sub_footer li a:link,
#cm ul.sub_footer li a:visited {color: #7fd0c1; }
#cm ul.sub_footer li a:hover,
#cm ul.sub_footer li a:active { color: #7fd0c1; text-decoration: underline; }

#tb ul.sub_footer li a:link,
#tb ul.sub_footer li a:visited {color: #7fd0c1; }
#tb ul.sub_footer li a:hover,
#tb ul.sub_footer li a:active { color: #7fd0c1; 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;
}


/* Sidemenu (Plugin)
------------------------------------------------------------ */

div#sidemenu {
	color: #eeead9;
}

div#sidemenu a:link {color: #999999; }
div#sidemenu a:visited {color: #999999; }
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-origin.fc2.com/u/r/a/uraraka01/07_birdmark.gif) no-repeat;
        border-bottom: dotted 1px #eeead9;
}

dd.plg_header,
dd.plg_body,
dd.plg_footer {
        font-size: 90%;
        line-height: 1.5em;
        margin: 0 5px;
}

dd.plg_body input {
	margin: 2px;
}




/* calender(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: #7fd0c1;
        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 {
}



/* Piyo(Plugin)
------------------------------------------------------------ */

div.tab {
	text-align: left;
	margin-bottom: 10px;
}

div.tab input{
	padding: 5px 5px;
}

div.tab input.b1{
	margin-right: 5px;
}
    
div.mylog {
	width: 190px;
	padding: 15px;
	border: 1px solid #5d4e44;
	font-size: small;
	text-align: left;
	color: #5d4e44;
	background-color: #eeead9;
	margin: 0px;
}

div.mylog p.title {
	font-weight: bold;
	color: #5d4e44C;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5d4e44;
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
}

div.mylog dl {
	margin: 0px;
	padding: 0px;
}

div.mylog dt.day {
	width: 190px;
	color: #5d4e44;
	font-size: x-small;
	margin: 0px;
	padding: 0px 0px 5px;
	background-color: #eeead9;
	background-image: none;
	text-align: left;
}

div.mylog dd.piyolog {
	margin: 0px 0px 5px;
	color: #5d4e44;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5d4e44;
	padding: 0px 0px 10px;
}

div.license {
	font-size: x-small;
	text-align: right;
}



/* Footer
------------------------------------------------------------ */

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;
}
