@charset "utf-8";


/* default
------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #23647E;
	color: #324C5A;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-size: small;
	text-align: center;
}

html>body {
	font-size: small;
}

/* for IE \*/
* html body {
	font-size: 78%;
}	
/**/


	

/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;
	/**/
}

a:link {color: #452A6E; }
a:visited {color: #809FFF; }
a:focus,
a:hover {
	color: #D6E7CD;
	background-color: #23647E;
}
a:active { color: #273477; }



/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}

.emoji{
	vertical-align:middle;
}


/* Base elements
------------------------------------------------- */

h1 { font-size: 170%; }
	
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: 10px 20px;
	padding: 0.2em 1em;
	border: #FFFFFF dotted 1px;
	background: #99bbcc;
}

blockquote a:link {color: #452A6E; }
blockquote a:visited {color: #FFFFFF; }
blockquote a:focus,
blockquote a:hover {
	color: #D6E7CD;
	background-color: #23647E;
}
a:active { color: #273477; }
	
textarea,input,select {
	font-size: x-small;
	font-size: small;
}

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: 740px;
	margin: 0px auto;
	background-color: #D0DEE4;
}

div#header {
	background: url(http://templates.blog.fc2.com/template/meet_a_fairy/header.gif) no-repeat center top;
	width: 740px;
	height: 300px;
	text-align:left;
}

div#wrap {
	width: 555px;
	float: left;
}
div#wrap:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	height: 0px;
}
/*\*/
* html div#wrap {
	overflow: visible;
	height: 1px;
}
/**/

div#main {
	float: right;
	width: 370px;
	padding-left: 10px;
	padding-top:5px;
	overflow: hidden;
}

div#sidemenu1 {
	float: left;
	width: 175px;
	padding-top:5px;
	overflow: hidden;
}

div#sidemenu2 {
	float: right;
	width: 175px;
	padding-top:5px;
	overflow: hidden;
}

div#footer {
	clear: both;
	font-size: x-small;
	background: url(http://templates.blog.fc2.com/template/meet_a_fairy/fotter.gif) repeat-y center bottom;
	width: 740px;
	height: 50px;
	overflow:hidden;
	color: #A0C0CD;
	text-align: center;
}
	
html>div#footer {
	font-size: x-small;
}



/* Header
------------------------------------------------------------ */

div#header h1 {
	height:190px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:200px;
	padding-top:30px;
}

div#header h1 a:link {
	color: #A0C0CD;
}
div#header h1 a:visited {
	color: #A0C0CD;
}
div#header h1 a:focus{
	color: #FF8900;
	background: none;
}
div#header h1 a:hover {
	color: #FF8900;
	background: none;
}
h2.entry_header a:active { color: #0033CC; }

div#header p {
	margin-top:20px;
	margin-left: 20px;
	width: 450px;
	overflow: visible;
	color: #FFFFFF;
}




/* Main Contents
------------------------------------------------------------ */

div.content {
	margin-bottom: 10px;
}

div.main_title {
	background: #D0DEE4 url(http://templates.blog.fc2.com/template/meet_a_fairy/main_title.gif) no-repeat center bottom;
	width: 320px;
	height: auto;
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 5px;
}

h2.entry_header,
h3.entry_header {
	width: 230px;
	color: #76363D;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	margin: 0px auto;
}

h2.entry_header a:link {
	color: #452A6E;
}
h2.entry_header a:visited {
	color: #809FFF;
}
h2.entry_header a:focus{
	color: #FF8900;
	background: none;
}
h2.entry_header a:hover {
	color: #FF8900;
	background: none;
}
h2.entry_header a:active { color: #0033CC; }

h3.entry_header a:link {
	color: #0033CC;
}
h3.entry_header a:visited {
	color: #809FFF;
}
h3.entry_header a:focus{
	color: #FF8900;
	background: none;
}
h3.entry_header a:hover {
	color: #FF8900;
	background: none;
}
h3.entry_header a:active { color: #0033CC; }

div.entry_body {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

div.entry_body p.entry_more {
	padding: 15px 15px 15px 0px;
	margin: 0px;
}
	
div.entry_body p.tag_lnk {
	margin: 0px;
}
	
div.entry_body p.theme {
	margin: 10px 0px 0px;
}

ul.entry_footer {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.text-bar {
	margin-top:10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(http://templates.blog.fc2.com/template/meet_a_fairy/text_line.gif) no-repeat center;
	text-indent: -9999px;
	display: block;
}

ul.entry_footer a {
	text-decoration: none;
}

ul.entry_footer li {
	display: inline;
	list-style-type: none;
}

/* clap + bookmark */
div.fc2_footer {
	margin: 10px 0px 0px;
}

div.page_navi {
	margin-bottom: 15px;
	text-align: center;
}

div.pagetop {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}

div.line{
	background: url(http://templates.blog.fc2.com/template/meet_a_fairy/under_line.gif) no-repeat right bottom;
	height: 35px;
	text-indent: -9999px;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
}


/* 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: 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 {
	background: #D0DEE4 url(http://templates.blog.fc2.com/template/meet_a_fairy/main_title.gif) no-repeat center top;
	width: 320px;
	height: 40px;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	color: #76363D;
}

h3.sub_title {
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: underline;
}

div.sub_body {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align:left;
}

ul.list_body {
	margin-bottom:10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.list_body li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 1px;
	text-align:left;
}

ul.sub_footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.sub_footer li {
	display: inline;
	list-style-type: none;
}

div.form {
	text-align: left;
}
	
div.form dl {
	margin-right: 10px;
	margin-left: 10px;
}

div.form dl dd {
	margin-bottom: 5px;
}

div.form dl dd textarea {
	width: 345px;
	height: 150px;
}

div.form input#himitu {
	margin-right: 0.5em;
}

div.form .form_btn {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

div.form .form_btn input {
	margin-right: 3px;
}

p.trackback_url {
	padding-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

p.trackback_url input {
	padding-bottom: 1px;
	border-bottom: 1px dashed #B3B1C2;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom: 1px;
	width: 85%;
	background-color: #FFFFFF;
	color: #4F4785;
}



/* Plugin (Main content)
------------------------------------------------------------ */

h3.plg3_header {
	background: #D0DEE4 url(http://templates.blog.fc2.com/template/meet_a_fairy/main_title.gif) no-repeat center bottom;
	height: auto;
	margin: 0px auto;
	margin-top:10px;
	padding-top: 20px;
	padding-left:90px;
	padding-right:90px;
	padding-bottom: 5px;
}

div.plg3_body .plg_body {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

div.plg3_body .plg_footer {
	margin: 10px 0px 0px;
}


/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
	background: url(http://templates.blog.fc2.com/template/meet_a_fairy/point_aicon.gif) no-repeat left top;
	text-indent: 18px;
	margin-left: -5px;
	padding-top:3px;
	padding-bottom:3px;
}

dl.sidemenu_body {
	margin-bottom: 10px;
}
	
dl.sidemenu_body .plg_title {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #76363D;
	background: url(http://templates.blog.fc2.com/template/meet_a_fairy/sub_title.gif) no-repeat 2px 0px;
	height: 30px!important;
	height: 45px;
	padding-top: 15px;
	text-indent: 40px;
}

/*\*/
* html dl.sidemenu_body .plg_title {
	height: 30px;
}
* html dl.sidemenu_body .plg_title {
	height/**/: 45px;
}
/**/
	
dl.sidemenu_body .plg_header,
dl.sidemenu_body .plg_body,
dl.sidemenu_body .plg_footer {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 10px;
}

dl.sidemenu_body .plg_body input {
	margin: 2px;
}

div.text_side_bar {
	margin-top:10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(http://templates.blog.fc2.com/template/meet_a_fairy/text_side_line.gif) no-repeat center;
	text-indent: -9999px;
	display: block;
}

div.sub_line {
	background: url(http://templates.blog.fc2.com/template/meet_a_fairy/sub_under_line.gif) no-repeat right bottom;
	width:160px;
	height: 35px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
}


/* calender(Plugin)
------------------------------------------------------------ */

table.calender {
	width: 90%;
	margin: 0px auto;
}

table.calender caption {
	margin-bottom: 10px;
	margin: 0px auto;
}

table.calender th,
table.calender td {
	padding: 0.1em;
	border-bottom: 1px dotted #cccccc;
	text-align: center;
}

table.calender td a {
	display: block;
	color: #ffffff;
	background-color: #999999;
}

table.calender th#sun {
	color: #FF0000;
}

table.calender th#sat {
	color: #0000FF;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

div.tab {
	text-align: left;
	margin-bottom: 10px;
}

div.tab input{
	padding: 3px 5px;
}

div.tab input.b1{
	margin-right: 5px;
}
    
div.mylog {
	width: 150px;
	padding: 5px;
	border: 1px solid #A5A5A5;
	font-size: small;
	text-align: left;
	color: #666666;
	background-color: #FFFFFF;
}
div.mylog p.title {
	font-weight: bold;
	color: #838383;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}
div.mylog dl {
	margin: 0px;
	padding: 0px;
}
div.mylog dt.day {
	width: 150px;
	color: #339900;
	font-size: x-small;
	margin: 0px;
	padding: 0px 0px 5px;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}
div.mylog dd.piyolog {
	margin: 0px 0px 5px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	padding: 0px 0px 10px;
}
div.license {
	font-size: x-small;
	text-align: right;
}



/* Footer
------------------------------------------------------------ */

div#footer p {
	padding-top:10px;
	margin-bottom: 3px;
}

div#footer p a:link {
	color: #FFDFBF;
}
div#footer p a:visited {
	color: #FF6600;
}
div#footer p a:focus{
	color: #FF6600;
	background: none;
}
div#footer p a:hover {
	color: #FF1B00;
	background: none;
}
div#footer p a:active { color: #0033CC; }

div#footer address {
	font-style: normal;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}

/* Last update 2008-02-18 Template by FC2 */
