
/* default
------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: #CDB8B6;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	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,
a:visited {color: #CDB8B6; }
a:focus,
a:hover,
a:active {
	position: relative;
	left: 1px;
	top: 1px;
}



/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}

.emoji{
	vertical-align: middle;
}

.entry_body img {
max-width: 100%;
height: auto;
}


/* Base elements
------------------------------------------------- */

h1 { font-size: 160%; }
	
h2 { font-size: 115%; }
	
h3 { font-size: 108%; }
	
h4 { font-size: 100%; }
	
h5 { font-size: 94%; }
	
h6 { font-size: 85%; }
	
ul, ol, li, dl, dt, dd { list-style: none; }
	
blockquote {
	width: auto;
	margin: 0.5em 1em;
	padding: 3px;
	border: 1px dashed;
}
	
fieldset {
		color: #666666;
		border: none;
}
	
legend { font-weight: bold; }
	
textarea,input,select {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #4F4785;
}

html>body textarea,
html>body input,
html>body select { font-size: small; }

pre {
	margin: 1em 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; }



/* Layout
------------------------------------------------------------ */

div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #A493A8;
	background-image: url(http://templates.blog.fc2.com/template/owlsnight/owlsnight_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

div#header {
	background-image: url(http://templates.blog.fc2.com/template/owlsnight/owlsnight_main02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
}

div#wrap {
	width: 600px;
	float: left;
}
div#main {
	float: right;
	width: 400px;
	padding-bottom: 20px;
}

div#sidemenu1 {
	float: left;
	width: 190px;
	padding: 5px;
}

div#sidemenu2 {
	float: right;
	width: 190px;
	padding: 5px;
}

div#footer {
	clear: both;
	width: 100%;
	background-image: url(http://templates.blog.fc2.com/template/owlsnight/owlsnight_main03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	padding-top: 10px;
}
	


/* Header
------------------------------------------------------------ */

div#header h1 {
	text-align: right;
	padding-bottom: 15px;
	margin-right: 15px;
	margin-left: 90px;
	padding-top: 75px;
}
	
div#header h1 a,
div#header h1 a:link,
div#header h1 a:visited {
	color: #FFFFFF;
}
	
div#header p {
	text-align: right;
	margin-right: 15px;
	margin-left: 90px;
}



/* Main Contents
------------------------------------------------------------ */

	
div.content {
	margin-bottom: 50px;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
}

p.entry_day {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

h2.entry_header,
h3.entry_header {
	text-align: left;
	margin-bottom: 15px;
	color: #524080;
}

h2.entry_header a {
	color: #524080;
}

div.entry_body {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	color: #CECCB7;
	line-height: 1.3;
}

div.entry_body p.entry_more {
	padding: 25px 15px 15px 0px;
	margin: 0px;
}
	
div.entry_body p.tag_lnk {
	margin: 0px;
}
	
div.entry_body p.theme {
	margin: 15px 0px 0px;
}

ul.entry_footer {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #AEA6BF;
}

ul.entry_footer a {
	color: #AEA6BF;
}

ul.entry_footer li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-right-style: solid;
}

ul.entry_footer li.end {
	border: none;
}

/* clap + bookmark */
div.fc2_footer {
	margin-bottom: 10px;
}

div.page_navi {
	margin-bottom: 30px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

div.pagetop {
	text-align: right;
}



/* 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 1em;
}
div.entry_body p {
	margin: 0.5em 1.5em;
}

div.entry_body ul,
div.entry_body ol {
	margin: 1em 0em 1em;
}

div.entry_body ul li {
	list-style: disc outside;
	margin-left: 15px;
}

div.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

div.entry_body dl {
	margin: 1em 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 1em 1em 0em;
}
div.entry_body dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

div.entry_body dd {
	margin: 0em 1em 1em;
}



/* Comment, Trackback, Entry list
------------------------------------------------------------ */

p.sub_header {
	text-align: left;
	margin-bottom: 10px;
	padding: 5px;
	border-right: #9797B9;
	border-bottom: #9797B9;
	border-left: #9797B9;
	color: #524080;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 115%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 115%;
	font-weight: bold;
}

html>p.sub_header {
	font-size: 115%;
}

h3.sub_title {
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

div.sub_body {
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 10px;
}

h2.listtitle {
		display: inline;
		font-weight: normal;
		font-size: x-small;
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size: small;
}

html>body h2.listtitle {
		font-size: small;
}

div.list_body {
	color: #CECCB7;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

ul.sub_footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	color: #AEA6BF;
}

ul.sub_footer li {
		display: inline;
		list-style-type: none;
	}
	
ul.sub_footer li a,
ul.sub_footer li a:link,
ul.sub_footer li a:visited {
	color: #AEA6BF;
}

dl.form {
		margin-right: 10px;
		margin-left: 10px;
}


input#himitu {
		margin-right: 0.5em;
}

p.form_btn {
		margin-top: 20px;
		margin-bottom: 15px;
		margin-right: 10px;
		margin-left: 10px;
}


p.trackback_url {
	padding-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

p.trackback_url input {
	padding-bottom: 1px;
	border-bottom: 1px dashed #CDB8B6;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom: 5px;
	width: 85%;
	background-color: #8C7396;
	color: #CDB8B6;
}



/* Plugin (Main content)
------------------------------------------------------------ */

div.entry_body .plg_header,
div.entry_body .plg_body,
div.entry_body .plg_footer {
	margin-top: 3px;
}



/* Sidemenu (Plugin)
------------------------------------------------------------ */
#sidemenu1 textarea,
#sidemenu1 select,
#sidemenu1 input,
#sidemenu2 textarea,
#sidemenu2 select,
#sidemenu2 input{
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #e6d9d9;
	font-weight: lighter;
        background-color: #baadbd ;
        border : 1px solid #9d8aa2;
}

dl.sidemenu_body li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 3px;
}

dl.sidemenu_body {
	margin-bottom: 15px;
}
	
dl.sidemenu_body .plg_title {
	margin-bottom: 10px;
	color: #CCC8B7;
	background: url(http://templates.blog.fc2.com/template/owlsnight/owlsnight_m-tittle.gif) no-repeat left top;
	height: 20px;
	width: 130px;
	padding-top: 5px;
	font-size: small;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: bold;
}

	
dl.sidemenu_body .plg_header,
dl.sidemenu_body .plg_body,
dl.sidemenu_body .plg_footer {
	color: #E9DFDE;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
}

dl.sidemenu_body .plg_body input {
	margin: 2px;
}

p.ad {
	font-size: 85%;
	margin-bottom: 2px;
}

p.powered {
	font-size: 92%;
}


/* calender(Plugin)
------------------------------------------------------------ */

table.calender {
	width: 90%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

table.calender caption {
		margin-bottom: 10px;
}

table.calender th {
		padding: 0.1em;
		border-bottom: 1px dotted #CDB8B6;
		text-align: center;
}

table.calender td {
		padding: 0.1em;
		border-bottom: 1px dotted #CDB8B6;
		text-align: center;
}

table.calender td a {
	display: block;
	color: #FFFFFF;
	background-color: #CDB8B6;
}

table.calender th#sun {
		color: #993399;
}

table.calender th#sat {
		color: #6A89C4;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

div.mylog {
	padding: 5px;
	font-size: small;
	text-align: left;
	background-color: #A493A8;
}

div.mylog p.title {
	display: none;
}

div.mylog .tab {
	text-align: left;
	margin-bottom: 10px;
}

div.mylog .tab input{
	padding: 3px 5px;
}

div.mylog .tab input.b1{
	margin-right: 5px;
}
    
div.mylog dl {
	margin: 0px;
	padding: 0px;
}

div.mylog dt.day {
	color: #CDB8B6;
	font-size: x-small;
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: left;
}

div.mylog dt.day img {
	vertical-align: middle;
}

div.mylog dd.piyolog {
	margin: 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDB8B6;
	padding: 0px 0px 10px;
}

div.license {
	font-size: x-small;
	text-align: right;
}



/* Footer
------------------------------------------------------------ */

div#footer .page_navi {
	text-align: left;
	width: 360px;
	margin: 0px auto;
	color: #D19B74;
}

div#footer .page_navi a,
div#footer .page_navi a:link,
div#footer .page_navi a:visited {
	color: #D19B74;
}

div#footer address {
	font-style: normal;
	text-align: center;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	font-size: 10px;
}



/* for MacIE
------------------------------------------------------------ */
textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}
