@charset "utf-8";
/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body
{
	color:#666;
  	font-family:"Comic Sans MS", fantasy;
	font-size:80%;
	line-height:180%;
	background:#FFFFFF;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
}


/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a{text-decoration: none;}
a:link   {color:#999999;}
a:visited{color:#999999;}
a:hover  {color:#666666;border-bottom:1px dotted #999;}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 100%;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 1010px;
	margin: 0 auto;
	overflow:hidden;
	background:#FFF url(images/bg.gif) repeat-y left top;
}
#wrapper
{
	width: 100%;
	margin: 0 auto;
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	width: 978px;
	height:80px;
	margin:0;
	background:url(images/common.gif) repeat-x left top;
	border-left:1px solid #999;
	border-right:1px solid #999;
	clear:both;
}
#header h1{
	padding:0;
	margin:0;
	height:80px;
}
h1 a{
	line-height:2em;
	margin-left:30px;
}
.h1_sub{
	width: 90%;
	text-align: left; 
	margin:0 auto;
	font-size:12px;
	text-indent:0;
}
.pagenavi{
	margin: 0 auto 0 10px;
	width: 550px;
	text-align:center;
	float:left;
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 550px;
	float:left;
	margin:5px 0 0 0;
}
.content
{
	padding: 0;
}
.contentmiddle
{
	padding: 0;
}
.contentbottom
{
	padding: 0;
	height:20px;
	margin-bottom:30px;
	background:url(images/dot.gif) repeat-x;
}
/**/
/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle,
.contenttitle_archives
{
	background:url(images/common.gif) repeat-x left -100px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	height:40px;
}
.deta{
	clear: both;
	font-family:"Comic Sans MS", fantasy;
	text-align:right;
}
.contenttitle h2,
.contenttitle_archives h2{
	margin:0;
	padding:5px;
	font-size:150%;
	text-align:left;
	font-weight:bold;
}
.contenttitle h2 a:link   {color:#666;}
.contenttitle h2 a:visited{color:#666;}
.contenttitle h2 a:hover  {color:#999999;} 
.contenttitle h2 a{text-decoration: none;}

.contentbody,
.topcontent
{
	font-size:13px;
	text-align: justify;
	padding: 0 10px 16px 10px;
}

.contentbody blockquote{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.mini
{
	text-align:right;
	font-size:90%;
	color:#999;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 200px;
	padding: 2px 0 0 0;
	font-family:"Comic Sans MS", fantasy;
	margin:5px 0 5px 10px;
}
#sidebarcontainer2
{
	float: left;
	width: 200px;
	padding: 2px 0 0 0;
	font-family:"Comic Sans MS", fantasy;
	margin:5px 0 5px 10px;
}
.sidebar
{
	margin: 0 0 4px 6px;
}

/* Menu lists */
.sidebardl
{
	padding: 0;
	margin: 0;
}
.sidebardl dt
{
	width:190px;
	height:20px;
	background:url(images/common.gif) repeat-x left -110px;
	border:1px solid #999;
	margin:auto;
}
.sidebardl dd
{
	width:190px;
	padding:0 5px;
}
.sidebardl dd#cal
{
	padding:0;
	list-style:none;
}
.sidebardl dd.lnone{
	list-style:none;
}
.sidebardl dd.subcat
{
	text-indent:10px;
}
.sidebardl dd.new_date
{
	text-align:right;
	font-size:90%;
	width:186px;
	line-height:1em;
}

.sidebardl dd a
{
	background:url(images/common.gif) no-repeat left -145px;
	padding-left:15px;
}
.sidebardl dd.subcat a
{
	margin-left:10px;
}
.sidebardl dd#cal a
{
	list-style:none;
	display:inline;
	background:none;
	padding:0;
}
.sidebardl dd.lnone a{
	list-style:none;
	display:inline;
	background:none;
}
.sidebardl dd a#nucleus_lf{
	padding:0;
}

/*.sidebardl dd.sidebar_bottom
{
	height:30px;
	width:200px;
	list-style:none;
}*/
/*-------------------------------------------------
  Calendar
-------------------------------------------------*/
.calendar {
  font-size: 95%;
  width:auto;
  color: #999;
  margin:0 5%;
  height:50px;
  text-align: center;
  padding:0;
  font-family:"Comic Sans MS", fantasy;
}

.calendar #calendardateheaders2 {
  text-align: center;
  float:left;
}

.calendar #days {
  text-align: center;
  float:left;
  padding:0 3px;
}

.calendar #today {
  text-align: center;
  font-weight:bold;
  color:#FF99FF;
  float:left;
  padding:0 3px;
}
/*-------------------------------------------------
  Calendar2
-------------------------------------------------*/
.calendar2 {
  font-size: 95%;
  width:auto;
  margin:auto;
  text-align: center;
  padding:0 3px;
  font-family:"Comic Sans MS", fantasy;
}

.calendar2 #calendardateheaders2 {
  text-align: center;
}
.calendar2 .sun {
  color:#CC0000;
}
.calendar2 .sat {
  color:#0000CC;
}

.calendar2 .days {
  text-align: center;
}
.calendar2 .days a{
  color:#FF99FF;
  border-bottom:1px solid #ff99ff;
}
.calendar2 .today{
  text-align: center;
  background:#FFCCFF;
}
/* Dtree -----------------------------*/
dd#Dtree a{
	display:inline;
	list-style:none;
	text-indent:0;
	padding:0;
	background:none;
}
.dtree {
  font-family:"Comic Sans MS", fantasy;
    white-space: nowrap;
	line-height:1em;
	padding-top:5px;
}
.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a {
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    
}
.dtree a.nodeSel {
	font-weight:bold;
}
.dtree .clip {
    overflow: hidden;
}
.dtree a.selectedNode {
    font-weight:bold;
}
.dtree a.selectedCatNode {
    font-weight:bold;
}
.dtree a.selectedScatNode {
    font-weight:bold;
}
.dtree a.urlselected {
    border-right:1em solid red;
}
#hidden_catlist{
	display:none;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 978px;
	height:40px;
	margin:0;
	background:url(images/common.gif) repeat-x left -100px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
	clear:both;
}

#copyrights
{
	text-align:center;
	font-size:100%;
	line-height:3em;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin:  0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin:0;
}
.formfield
{
	display:block;
	font-size: 11px;
	background: white;
	color: #999999;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin:0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #999999;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin:0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{
	width: 130px;
  font-family:"Comic Sans MS", fantasy;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family:"Comic Sans MS", fantasy;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
  font-family:"Comic Sans MS", fantasy;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family:"Comic Sans MS", fantasy;
	padding: 0 2px;
}
.mainform .formfield
{
	width: 280px;
  font-family:"Comic Sans MS", fantasy;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family:"Comic Sans MS", fantasy;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
    width: 300px;
    margin-right: 105px;
  font-family:"Comic Sans MS", fantasy;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family:"Comic Sans MS", fantasy;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}



p#line{
border-top:dotted 1px #999;
width:70%;
padding:0;
margin:0;
}
/*top headline style*/
dl.headline{
	
}
dl.headline dt{
	background: url(images/common.gif) no-repeat left -145px;
	padding: 0 0 0 10px;
	margin: 0 10px;
	font-weight:bold;
	font-size:110%;
}
dl.headline dd{
	background: url(images/common.gif) no-repeat left -164px;
	padding: 0 0 0 10px;
	margin: 0 20px;
}
dl.headline dd li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
/* recipe style */
dl.recipe{
	
}
dl#re_desc{
	float:left;
	width:60%;
}
dl#re_summary{
	float:right;
	width:40%;
}
dl.recipe dt{
	font-weight:bold;
	font-size:110%;
	clear:both;
	background:url(images/common.gif) no-repeat left -142px;
	text-indent:10px;
	font-family:"Comic Sans MS", fantasy;
}
/*概要*/
dl.recipe dd li{
	list-style:none;
	display:inline;
	background:url(images/common.gif) no-repeat left -164px;
	margin-left:3px;
}
/*材料*/
dl.recipe dd.rl01{
	float:left;
	padding-right:50px;
	width:150px;
	background:url(images/common.gif) no-repeat left -164px;
	text-indent:10px;
	border-bottom:1px dotted #CCCCCC;
}
dl.recipe dd.rr01{
	float:left;
	width:300px;
	border-bottom:1px dotted #CCCCCC;
}
/*手順*/
dl.recipe dd.rl02{
	float:left;
	width:5%;
	border-bottom:1px dotted #CCCCCC;
}
dl.recipe dd.rr02{
	float:left;
	width:95%;
	background:url(images/common.gif) no-repeat left -164px;
	text-indent:10px;
	border-bottom:1px dotted #CCCCCC;
}
dl.recipe dt.more{
	color:#FF66FF;
	font-weight:bold;
	font-size:110%;
	clear:both;
	background:url(images/common.gif) no-repeat right -142px;
  	font-family:"Comic Sans MS", fantasy;
  	text-align:right;
	padding-right:15px;
}



