

/* default
------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background-color: #ee5a22;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_bg.gif);
	background-repeat: repeat-y;
	background-position: right center;
	text-align: center;
	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%;
}	
/**/


	

/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;
	/**/
}

a:link,
a:visited {color: #6fc4c5; }
a:focus,
a:hover,
a:active { color: #ecd68e; }



/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}

.emoji {
	vertical-align:middle;
}


/* 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: 10px 20px;
	padding: 0.2em 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: 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: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_sideleft.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#header {
	width: 100%;
	position: relative;
	height: 223px;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_header_m.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

div#intro {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 167px;
	z-index: 40;
	width: 100%;
	position: absolute;
}

div#maincontents {
	width: 100%;
	z-index: 100;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_sideright.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

div#wrap {
	width: 100%;
	float: left;
	margin-right: -220px;
}

div#primary {
	width: 100%;
	float: right;
	margin-left: -220px;
}

div#main {
	margin-right: 220px;
	margin-left: 220px;
	padding-top: 20px;
	padding-bottom: 40px;
}

div#sidemenu1 {
	float: left;
	width: 190px;
	padding-left: 30px;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_sideleft_t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 91px;
}

div#sidemenu2 {
	float: right;
	width: 190px;
	padding-right: 10px;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_sideright_t.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 91px;
}

div#footer {
	clear: both;
	padding: 3px 0px;
	width: 100%;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	color: #ffffff;
	background-color: #000000;
}
	
html>div#footer {
	font-size: x-small;
}




/* Header
------------------------------------------------------------ */

div#header h1 {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 120px;
	z-index: 50;
}
	
div#header p {
	margin-left:130px;
	margin-right:130px;
}

div#header #header_l {
	height: 223px;
	width: 382px;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_header_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 0px;
}

div#header #header_m {
	margin-left: 382px;
	margin-right: 506px;
	height: 223px;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_header_m.gif);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 5;
}

div#header #header_r {
	width: 506px;
	height:223px;
	z-index: 10;
	right: 0px;
	top: 0px;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_header_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}

div#header .xcalender {
	position: absolute;
	top: 203px;
	left: 0px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	z-index: 50;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	letter-spacing:-1px;
}

html>div#header .xcalender {
	font-size: x-small;
}

/* for IE \*/
* html div#header .xcalender {
	font-size: xx-small;
}	
/**/

div#header .xcalender li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}



/* Main Contents
------------------------------------------------------------ */
	
div.entry_day {
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_table_day.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #de4e23;
	height: 17px;
	text-align: left;
	padding-left: 45px;
	padding-top: 4px;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>div.entry_day {
	font-size: small;
}

div.content {
	text-align: center;
	background-color: #ffffff;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_table_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:0px 10px;
}


div.content_footer {
	background-color: #ffffff;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_table_rb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 10px;
}

div.content_footer .kadomaru {
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_table_lb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 7px;
}

div.content .kadomaru_lt {
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_table_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	margin-left:-10px;
}

h2.entry_header,
h3.entry_header {
	text-align: left;
	margin-bottom: 10px;
	padding: 15px 5px 15px 5px;
	font-size: large;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: middle;
}

html>entry_header {
	font-size: middle;
}


div.entry_body {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_blogbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width:95%;
	overflow: hidden;
	line-height: 1.4;
}

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;
	padding-bottom: 10px;
}

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-bottom: 20px;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 39px;
	position: relative;
}

div.pagetop a:link,
div.pagetop a:visited {
	text-align: right;
	position: absolute;
	top: 4px;
	right: 16px;
	color: #ffffff;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

div.pagetop a:focus,
div.pagetop a:hover,
div.pagetop a:active { color: #000000; }

html>div.pagetop a {
	font-size: small;
}

/* 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 {
	color: #de4e23;
	text-align: left;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 15px 10px 5px;
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_table_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: middle;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
}

html>div.license {
	font-size: large;
}

h3.sub_title {
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	color: #de4e23;
	padding-left: 5px;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
}

div.sub_body {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	overflow: hidden;
}

ul.list_body {
width:90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
}

ul.list_body li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 1px;
}

ul.sub_footer {
	text-align: right;
	padding-top: 10px;
	padding-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: 250px;
	height: 150px;
}

div.form input#himitu {
	margin-right: 0.5em;
}

div.form .form_btn {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
}

div.form .form_btn input {
	margin-right: 3px;
}

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 #B3B1C2;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom: 1px;
	width: 85%;
	background-color: #ffffff;
	color: #4£æ4785;
}



/* Plugin (Main content)
------------------------------------------------------------ */

div#plg3 {
	background-image: url(http://templates.blog.fc2.com/template/urushi/urushi_blogbg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-position: right top;
	width:95%;
	overflow: hidden;
}

div.entry_body .plg_header,
div.entry_body .plg_body,
div.entry_body .plg_footer {
	margin-top: 3px;
}


/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

dl.sidemenu_body {
	margin-bottom: 15px;
	margin-right: 23px;
	overflow: hidden;
	width:162px;
}
	
dl.sidemenu_body a:link,
dl.sidemenu_body a:visited {
	color: #ffffff;
}
	
dl.sidemenu_body a:focus,
dl.sidemenu_body a:hover,
dl.sidemenu_body a:active {
	color: #1a1a1a;
}
	
dl.sidemenu_body .plg_title {
	margin-bottom: 10px;
	color: #f2de89;
	padding: 5px;
}
	
dl.sidemenu_body .plg_header,
dl.sidemenu_body .plg_body,
dl.sidemenu_body .plg_footer {
	margin-top: 3px;
	margin-left: 5px;
}




/* calender(Plugin)
------------------------------------------------------------ */

table.calender {
	width: 95%;
	margin-left: 0px;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body {
	font-size: small;
}

/* for IE \*/
* html body {
	font-size: 78%;
}	
/**/

table.calender caption {
	margin-bottom: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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: #6fc4c5;
}

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: 145px;
	padding: 5px;
	border: 1px solid #b22222;
	font-size: small;
	text-align: left;
	color: #820000;
}

div.mylog p.title {
	font-weight: bold;
	color: #820000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b22222;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}
div.mylog dl {
	margin: 0px;
	padding: 0px;
}
div.mylog dt.day {
	width: 145px;
	color: #800000;
	font-size: x-small;
	margin: 0px;
	padding: 0px 0px 5px;
	background-image: none;
	text-align: left;
}
div.mylog dd.piyolog {
	margin: 0px 0px 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b22222;
	padding: 0px 0px 10px;
}
div.license {
	font-size: x-small;
	text-align: right;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>div.license {
	font-size: small;
}


/* mailform(plugin)
------------------------------------------------------------ */

p.plugin-mail {
	width: 85%;
}

#plg3 p.plugin-mail {
	width: 200px;
	margin-left: 0px;
	text-align:left;
}


/* Footer
------------------------------------------------------------ */

div#cooyright p,
div#footer p {
	margin-bottom: 3px;
}

div#copyright address {
	font-style: normal;
	padding-bottom: 10px;
}



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}