@charset "EUC-JP";

/* Reset
------------------------------------------------- */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin: 0;
	padding: 0;
}



/* Default
------------------------------------------------- */

body {
	background-color: #F4CD7F;
	color: #2B210B;
	text-align: center;
	font-family: Verdana, Helvetica, "¥á¥¤¥ê¥ª", Meiryo, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	line-height: 1.4;
	font-size: small !important; /* IE7 */
	font-size: 82%; 	/* IE6 */
}
/* Modern browser */
html>/**/body {
	font-size: 13px;
}
}



/* Hyper text
------------------------------------------------- */

a { 
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link,
a:visited {
	color: #B61C24;
	text-decoration:none;
}

a:focus,
a:hover,
a:active {
	color: #F1A924;
}



/* Image
------------------------------------------------- */

img,
a img {
	border: none;
}
	
.emoji {
	vertical-align:middle;
}



/* Base elements
------------------------------------------------- */

h1 { font-size: 180%; }
	
h2 { font-size: 130%; }
	
h3 { font-size: 115%; }
	
h4,h5,h6 { font-size: 100%; }
	
ul, ol, li, dl, dt, dd { list-style: none; }

table {
	font-size: small¡¡!important;	/* for Modern browser */
	font-size: 82%;	/* for IE6 */
}



/* Layout
------------------------------------------------------------ */

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header {
	margin:0 auto 20px;
	width: 803px;
	height:307px;
	background:url("http://templates.blog.fc2.com/template/animalcooking/header.gif") no-repeat center;
	overflow: hidden;
}

#main {
	float: right;
	width: 464px !important;
	width /* for IE5.5 */: 464px;
	margin-right:30px;
	padding: 0px 20px 20px 0px;
	overflow: hidden;
}
/*\*/
* html #main { margin-right:20px; }
/**/

#sidemenu {
	float: left;
	width: 229px;
	margin-left:10px;
	padding-bottom: 20px;
	overflow: hidden;
}

#footer {
	clear: both;
	padding: 10px 0px;
	width: 100%;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 90%;	 /* for IE6 */
}



/* Header
------------------------------------------------------------ */

#header h1 {
	margin: 10px 10px 0 0 ;
	color: #B61C24;
	text-align: right;

}
	
#header p {
    margin: 240px 0 1px;
	display: block;
	text-align: center;
}



/* Main Contents
------------------------------------------------------------ */

.content {
	width:456px;
	margin-bottom: 80px;
	text-align: left;
}

ul.d_navi { padding: 25px 0 5px 55px ; clear:both; }
ul.d_navi li{ float:left; margin-left:5px; }

div.entry_header {
	width: 464px;
	margin-bottom: 10px;
	background:url("http://templates.blog.fc2.com/template/animalcooking/entory_header.gif") no-repeat left top;
	display:block;
	text-align: left;
	clear:both;
}
div.entry_header h2{
	padding: 15px 20px 5px 30px;
	clear:both;
}

/*\*/
* html div.entry_header h2{ padding-top: 7px; padding-bottom:3px; }
*:first-child+html div.entry_header h2{ padding-top: 7px; padding-bottom:3px; }
/**/

.entry_body {
	width:384px;
	text-align: left;
	padding: 15px 30px 27px;
}

.entry_body p.entry_more {
	padding: 15px 15px 15px 0px;
	margin: 0px;
}
	
.entry_body p.tag_lnk {
	margin: 0px;
}
	
.entry_body p.theme {
	margin: 10px 0px 0px;
}

.entry_footer {
	width: 464px;
	height:54px;
	text-align: right;
	margin-bottom: 10px;
	padding-left:50px;
	background:url("http://templates.blog.fc2.com/template/animalcooking/entory_footer.gif") no-repeat left bottom;
	clear:both;
}

.entry_footer li {
	display: inline;
	list-style-type: none;
	float:left;
}

/* clap + bookmark */
.fc2_footer {
	margin: 10px 0px 0px;
}

.page_navi {
	margin-bottom: 15px;
	text-align: center;
}

.pagetop {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
}



/* Entry (html tag)
------------------------------------------------------------ */

.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
	margin: 0em 0em 0.5em;
}

.entry_body p {
	margin: 0.3em 1em;
}

.entry_body ul,
.entry_body ol {
	margin: 1em 0em 1em;
}

.entry_body ul li {
	list-style: disc outside;
	margin-left: 15px;
}

.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

.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;
}

.entry_body dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.entry_body dd {
	margin: 0em 1em 1em;
}

.entry_body blockquote {
	margin: 5px;
	padding: 5px;
	border: 1px dotted;
}

.entry_body pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}

/* for without MacIE5 \*/
.entry_body pre { overflow: scroll; }
/**/

.entry_body > pre { width: auto; }

.entry_body code { font-family: monospace; }



/* Comment, Trackback, Entry list
------------------------------------------------------------ */

.sub_header,
.plg3_header {
	background:url("http://templates.blog.fc2.com/template/animalcooking/sub_header.gif") no-repeat left bottom;
	text-align: left;
	padding:3px 10px;
	font-weight:bold;
}

.sub_title {
	background:url("http://templates.blog.fc2.com/template/animalcooking/list_icon.gif") no-repeat 8px 8px #F4E4C6;
	padding: 5px 32px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom:1px dashed #CF8672;
	border-top:1px dashed #CF8672;
}

.sub_body {
	padding:0 44px;
}


.list_body {
	padding: 10px;
	margin-bottom:10px;
	background:#FFF;
}

.list_body li {
	margin-bottom: 5px;
	border-bottom:1px dashed #CF8672;
}

.sub_footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.sub_footer li {
	display: inline;
	list-style-type: none;
}
	
.form dl {
	margin-right: 10px;
	margin-left: 10px;
}

.form dl dd {
	margin-bottom: 5px;
}

.form dl dd textarea {
	width: 400px;
	height: 150px;
}

.form input#himitu {
	margin-right: 0.5em;
}

.form .form_btn {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

.form .form_btn input {
	margin-right: 3px;
}

.form,
.trackback_url {
	width:436px;
	background:#FFF;
	padding: 30px 10px;
	margin-bottom:20px;
}
/*\*/
*html .form,
*html .trackback_url { width:456px; padding: 30px 0px; }
*html .trackback_url a,
*html .trackback_url input { margin:0 10px; } 
/**/

.trackback_url {
	text-align: left;
}

.trackback_url input {
	padding: 1px;
	width: 85%;
}

input,
textarea {
	border: 1px solid #CF8672;
	background: #FFE;
	padding: 2px;
	color: #CC3322;
}


/* Plugin (Main content)
------------------------------------------------------------ */

.plg3_body {
	margin-bottom: 20px;
}

.plg3_body .plg_header,
.plg3_body .plg_body,
.plg3_body .plg_footer {
	margin-top: 3px;
}



/* Sidemenu (Plugin)
------------------------------------------------------------ */

#sidemenu1 li,
#sidemenu2 li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

.sidemenu_body {
	margin-bottom: 15px;
	padding-top:25px;
	background:url("http://templates.blog.fc2.com/template/animalcooking/side_menu_line.gif") no-repeat left top;
}
	
.sidemenu_body .plg_title {
	margin-bottom: 10px;
	padding: 5px;
	color:#B61C2;
}

	
.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
}

.sidemenu_body .plg_body input {
	margin: 2px;
}

.plg_body li{
	padding-left:24px;
	margin-bottom:5px;
	background:url("http://templates.blog.fc2.com/template/animalcooking/list_icon.gif") no-repeat left top;
}


/* Calendar(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;
	border-bottom: 1px solid #C2A060;
	text-align: center;
}

table.calender td a {
	display: block;
	color: #B5201C;
}
table.calender td a:hover {
	display: block;
	color: #FFF;
	background:#B5201C;
}

table.calender th#sun {
	color: #B5201C;
}

table.calender th#sat {
	color: #B5201C;
}



/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
	text-align: left;
	margin-bottom: 10px;
}

.tab input{
	padding: 3px 5px;
}

.tab input.b1{
	margin-right: 5px;
}
    
.mylog {
	padding: 5px;
	border: 1px solid #A5A5A5;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}

.mylog .title {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}

.mylog dl {
	margin: 0px;
	padding: 0px;
}

.mylog dt.day {
	margin: 0px;
	padding: 0px 0px 5px;
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}

.mylog dd.piyolog {
	margin: 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5A5;
	padding: 0px 0px 10px;
}

.license {
	text-align: right;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}



/* Footer
------------------------------------------------------------ */

#footer {
	width:800px;
	height:48px;
	margin: 0 auto;
	padding:57px 0 5px;
	background:url("http://templates.blog.fc2.com/template/animalcooking/footer.gif") no-repeat center #FFF;
	text-align:center;
	font-size:74%;
}

#footer p {
	margin-bottom: 0px;
}

#footer .copyright {
	margin-bottom: 10px;
}


/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}

/*PIYO
------------------------------------------------------------ */

a.nickname:link,a.nickname:visited {color:#339900;font-weight:bold;}
a.nickname:hover {color:#ffa500;}

div.tab{
 float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
}

.b1{
background-image: none;
}

.b2{
	background-image: none;
}
    
div.mylog {
	padding: 5px;
	font-size: small;
	text-align: left;
	color: #000;
	background-color: #F4CD7F;
	border:none;
}
div.mylog p.title {
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #CF8673;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}
div.mylog dl {
	margin: 0px;
	padding: 0px;
}
div.mylog dt.day {
	color: #AE2211;
	font-size: x-small;
	margin: 0px;
	padding: 0px 0px 5px;
	background-color: #F4CD7F;
	background-image: none;
	text-align: left;
}
div.mylog dd.piyolog {
	margin: 0px 0px 5px;
	color: #333333;
	padding: 0px 0px 10px;
	border-bottom:1px dashed #CF8673;
}
div.license {
	font-size: x-small;
	text-align: right;
}