@charset "utf-8";
/*
Theme Name: DOMILEO-BLOG
Theme URI: http://dicro.heteml.jp/domileo/
Description: heme for Domitor-leo website
Version: 1.0
Author: Tomoko Kume
Author URI: http://www.d-cro.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


*/
@import url('shared/css/propertyReset.css');
@import url('shared/css/top.css');
@import url('shared/css/second.css');
@import url('shared/css/ie6-7.css');


body {
	width: 850px;
	padding-bottom: 20px;
	background: #000 url('shared/images/bg_page.jpg');
	background-position:50% 100%;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 0;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.3;
	text-align:left;
	font-family:Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	}


/*====================
 link pseudo-class
====================*/
a {
	color: #660000;
	text-decoration: none;
	}
a:visited {
	color: #993300;
	}
a:hover {
	color: #e38543;
	text-decoration: underline;
	}
a:active {
	color: #ffd987;
	}

/*====================
 branding
====================*/
div#branding{
	background:url('shared/images/ttl_sub.jpg') no-repeat;
	margin:0px;
	padding:0px 0px;
	width:850px;
	height: 200px;
	}

div#branding p.logo{
	float:left;
	}


div#branding h1{
	float:right;
	text-align: right;
	padding:30px 15px 0px 0px;
	color:#990000;
	font-weight: bold;

	}


div#branding p.intro{
	clear:both;
	font-size:100%;
	text-align:left;
	line-height:140%;
	color:#CCCCCC;
	padding:30px 10px 20px 0px;
	margin:10px 5px 0px 390px;
		}
/*====================
 globalnav
====================*/

div#globalnav {

	margin:0px;
	width:850px;
	height:38px;
	}

div#globalnav li {
	float: left;
	}

/*====================
 breadcrumb
====================*/

div#breadcrumb {
	margin:0px 0px 0px 5px;
	font-size:80%;
	color:#333333;
	}

span.breadarrow {
	margin:0px 35px;
	}



/*====================
contents
====================*/

body.second div#contents {
	width: 850px;
	margin:0;
	line-height: 1.3;
	text-align:center;
	background: #fff url('shared/images/bg_side.jpg') repeat-y;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/

}
/**/
* html div.contents{
	overflow: visible;
	height:1px;
}



/* main */
body.second div#contents div#main {
	width: 665px;
	float: right;
	margin:0px;
	padding:0px 10px 10px 10px;
	text-align: left;
	background-color:#fff;
	}


div#contents h3 {
	margin-top: 20px;
	color: #660000;
	font-size: 90%;
	}

div#contents h3.first-child {
	margin: 0;
	}


div#contents blockquote,
div#contents ul,
div#contents ol,
div#contents dl,
div#contents table {
	margin: 10px 0;
}

div#contents p{
	margin: 20px 0;
}

div#main h2{
	margin: 20px 0 20px 0;
	color: #CC6600;
	font-size: 1.2em;
         border-bottom: solid 4px #CCCCCC;
	font-weight:bold;
        clear:both;

}
/* ++++++ サイドバー部分のデザイン ++++++ */


#sub form {
	margin: 0;
	}


div#contents #sub {
	float: left;
	margin:0px;
	width: 145px;
	line-height: 2;
　　　　 font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#CCC url('shared/images/sub_bg.gif') left bottom no-repeat;
	padding-bottom: 250px;
	padding-left: 5px;
	text-align:left;

	}


div#contents #sub li a {
	display: block;
	background: url('shared/images/arrow.gif') left center no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-size:0.8em;
	list-style: none;
	}

div#contents #sub li a:hover {
	color: #660000;
	}

div#contents #sub h5 {
	text-align:center;
         padding:5px 0px 20px 0px;
      }


#sub ul ul	{
	color: #88ccff;
	margin-bottom: 3px;
         padding-left:10px;
	}

#sub h2	{
         font-weight:bold;
	color: #660000;
	text-align:center;
	margin: 0;
	padding: 6px 0;
	}

/* カレンダー */
#calendar table	{
	width: 100%;
	text-align: center;
	color: #000000;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

#calendar th, #calendar td	{
	padding: 5px 0;
	border: solid 1px #538ad8;
	}

#calendar a	{
	text-decoration: none;
	color: #3366aa;
	}

#calendar caption	{
	padding: 3px 0;
	}

#calendar tfoot td	{
	border: none;
	}

#calendar tfoot td#prev	{
	text-align: left;
	}

#calendar tfoot td#next	{
	text-align: right;
	}


/* ++++++ コメント部分のデザイン ++++++ */

#comments h3	{
	font-size: 0.8em;
	border-bottom: solid 2px #538ad8;
	padding-bottom: 5px;
	}

.com	{
	font-size: 0.8em;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 0.75em;
	}





/*====================
 siteinfo
====================*/
div#siteinfo {
	width:850px;
	margin-top: 20px 0px;
	padding:15px 0px;
	clear:both;
	background: #1C1C1C url('shared/images/nav_woodly.gif') no-repeat bottom right;
	}


div#siteinfo ul {
	float: left;
	padding:0px 0px 0px 20px;
	font-size: 80%;
	}

div#siteinfo ul li {
	display: inline;
	margin-right: 10px;
	}

div#siteinfo ul li+li:before {
	margin-right: 10px;
	content: "/";
	}

div#siteinfo address {
	width:850px;
	padding:50px 0px 10px 20px;
	font-size: 0.8em;
	color:#666;
　　　　　text-align:left;
	}

/*====================
 general class
====================*/
.access_aid {
	height: 0;
	overflow: hidden;
	}

img.visual01 {
	float: right;
	margin: 0 0 5px 5px;
	}

img.visual02 {
	float: left;
	margin: 0 10px 10px 0;
	}

/* text */
.txtAttn{
	font-size: 1em;
	color:#ff9900;
	font-weight:bold;
}

.txtAttn02{
	font-size: 0.8em;
	color:#999999;
}

.txtdate{
	font-size: 0.75em;
	color:#666666;
}

/*====================
 clearfix
====================*/
/* common */
div#globalnav ul:after,
div#container:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content:".";
	}

*html div#container{
	height: 0%;
	}
.container{
        display:block;
         }


/* second */
div#charactorlist ol:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content:".";
	}



/*====================
 common item
====================*/

.inbox {
        margin:10px 0px;
        padding:10px　10px　0px　10px　;
	border: solid 2px #009966;
       }

.inbox ul {
        padding-left:10px;
       }

.prof {
        margin:20px 0px;
        padding:10px　5px　40px　5px　;
	border: solid 2px #CC3399;
        font-size:0.9em;
       }


/*====================
 blog
====================*/

.post h2	{
	font-size: 0.9em;
	margin: 20px 0 20px 0;
	color: #CC6600;
         border-bottom: solid 4px #CCCCCC;
	font-weight:bold;
        clear:both;

}
.post h2 a	{
	text-decoration: none;
	}

.post p	{
	font-size: 0.85em;
	color: #333;
	line-height: 1.8;
	}

.post	{
	margin-bottom: 40px;
	}

.pagenav	{
	font-size: 0.75em;
         clear:float;
	}


.post p.cooking {
	font-size: 1em;
	color: #CC0000;
         font-weight:bold;
}

.post .ingredient {
	background-color: #FFFFCC;
	margin: 5px;   
	padding: 10px;  
	background-color: #FFFFCC;
	font-size: 0.85em;
         font-weight:bold; 
         float-left;
         width:300px;
}

.post p.blog_m {
	font-size: 0.9em;
	color: #333;

}
.post p.blog_w {
	font-size: 0.9em;
	color: #3366ff;

}




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
