@charset "UTF-8";

/*
name: Dr.Blog Style Library
designer: Dr.Blog
designer_url: http://drblog.jp/
developer: Dr.Blog
developer_url: http://drblog.jp/
*/

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:#fff;
	text-align:center;
}

body.layout-two-column-right,
body.layout-two-column-left,
body.layout-one-column
{
	background:#fff repeat-y center top;
}

body.layout-three-column
{
	background:#fff repeat-y center top;
	background-image: url(http://www.julietta.jp/img/common/back_img.jpg);
}

a
{
	text-decoration:none;
	color:#663333;
	background-color:transparent;
}

a:hover
{
	text-decoration:underline;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	width:800px;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
}

body.layout-three-column div#main-container
{
	width:800px;
	padding:15px 0 0 0;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner,
body.layout-three-column div#banner
{
	height:100px;
	margin:0 10px 15px 10px;
}

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner
{
	color:inherit;
	background:transparent url(banner.gif) no-repeat top left;
}
body.layout-three-column div#banner
{
	color:inherit;
	background:transparent url(banner3.gif) no-repeat top left;
}

div#banner h1
{
	text-align:left;
	font-size:146%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	letter-spacing:0.2em;
	top: 35px;
	left: 15px;
}

div#banner h1 a
{
	color:#514036;
	background-color:transparent;
	text-decoration:none;
}

div#banner h1 a:hover
{
	text-decoration:underline;
}

div#banner h2
{
	color:#afa88b;
	text-align:left;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	position: relative;
	top: 40px;
	left: 15px;
	background-color:transparent;
}

/* ---------- banner_end ---------- */

/* ---------- main ---------- */


body.layout-one-column #main
{
	width:700px;
	float:left;
}

body.layout-two-column-right #main
{
	width:600px;
	float:left;
}

body.layout-two-column-left #main
{
	width:600px;
	float:right;
}

body.layout-three-column #main
{
	width:460px;
	float:left;
               margin-top:10px;
}

div.content
{
	padding:0 15px 15px 15px;
}

div.entry
{
	margin:0 0 20px 0;
}

p.date-header
{
	color:#999999;
	font-size:70%;
	font-weight:normal;
	padding:17px 12px 7px 12px;
	background:transparent url(date_title_bg.gif) repeat-x left bottom;
}

h3.entry-header
{
	font-size:80%;
	font-weight:bold;
	padding:9px 12px 20px 12px;
	color:#514036;
}

body.layout-one-column h3.entry-header
{
	background:#ffffff url(entry1_head_bg.gif) no-repeat left bottom;
}

body.layout-two-column-right h3.entry-header,
body.layout-two-column-left h3.entry-header
{
	background:#ffffff url(entry2_head_bg.gif) no-repeat left bottom;
}

body.layout-three-column h3.entry-header
{
	background:#ffffff url(entry3_head_bg.gif) no-repeat left bottom;
}

h3.entry-header a
{
	color:#514036;
	background-color:inherit;
	text-decoration:none;
}

h3.entry-header a:hover
{
	text-decoration:underline;
}

div.entry-content
{
	padding:10px 0;
}

div.content blockquote
{
	padding:10px;
	border:1px solid #b2af6e;
	background:#f6efde url(blockquote.gif) no-repeat right bottom;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	color:#666666;
	font-size:80%;
}

div.entry-body p,
div.entry-more p
{
	color:#666666;
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.entry-body img,
div.entry-more img
{
	border:0;
	margin:0 0 10px 0;
}

div.entry-body ul,
div.entry-more ul
{
	list-style-position:outside;
	margin-bottom:10px;
}

div.entry-body li,
div.entry-more li
{
	color:#666666;
	font-size:80%;
	margin:0 5px 0 0;
	background-color:inherit;
	margin-left:15px;
}

div.content div.entry-tags h4
{
	font-size:80%;
	color:#333333;
	background:transparent url(tag_bg.gif) no-repeat 0 0;
	padding:0 0 5px 24px;
	margin:0 0 5px 0;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	padding:10px 15px;
	margin:0 0 10px 0;
	background-color:#f2f2f2;
	color:inherit;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size:80%;
	color:#663333;
	background-color:transparent;
}

div.entry-info
{
	background:transparent url(entry_bg.gif) no-repeat center top;
	color:inherit;
	padding: 30px 0 10px 0;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
	background:transparent url(border_bg.gif) repeat-x left top;
	padding-top:5px;
	color:inherit;
}

div.entry-info li
{
	color:#999999;
	font-size:60%;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

div.content h4,
div.content h5
{
	color:#514036;
	font-weight:bold;
	font-size:70%;
	background:transparent url(icon2.gif) no-repeat 0 2px;
	padding:5px 10px 5px 40px;
	margin-bottom:10px;
}

div.content p.navi-link
{
	color:#999999;
	background-color:inherit;
	font-size:80%;
	font-weight:normal;
	margin-bottom:15px;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */


body.layout-one-column div#left-menu,
body.layout-one-column div#right-menu
{
	display:none;
}

body.layout-two-column-right div#left-menu,
body.layout-two-column-right div#right-menu
{
	width:170px;
	float:right;
　             margin-top:10px;
}

body.layout-two-column-left div#left-menu,
body.layout-two-column-left div#right-menu
{
	width:170px;
	float:left;
　             margin-top:10px;

}

body.layout-three-column div#left-menu,
body.layout-three-column div#right-menu
{
	width:170px;
	float:left;
　　　　　　　margin-top:10px;
}

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content
{
	padding:0 10px 0 0;
}

body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content
{
	padding:0 0 0 10px;
}

body.layout-three-column div.right-content
{
	padding:0 6px 0 0;
}

body.layout-three-column div.left-content
{
	padding:0 0 0 10px;
}

div.left-content h3,
div.right-content h3
{
	background:transparent url(title_bg.gif) repeat-x left top;
	color:#666666;
	font-weight:bold;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	padding:18px 2px;
	text-align:center;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#666666;
	background-color:transparent;
	text-decoration:none;
}

div.left-content h3 a:hover,
div.right-content h3 a:hover
{
	text-decoration:underline;
}

div#left-menu li,
div#right-menu li
{
	list-style-type:none;
	color:#663333;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	line-height:120%;
	margin-bottom:8px;
}

div.search-form li,
div.category-archives li,
div.monthly-archives li,
div.recent-entry li,
div.site-link li
{
	color:inherit;
	background:transparent url(icon1.gif) no-repeat 0 5px;
	padding:0 10px 0 15px;
}

div.search-form li a,
div.category-archives li a,
div.monthly-archives li a,
div.recent-entry li a,
div.site-link li a
{
	color:#663333;
	background-color:transparent;
	text-decoration:none;
}

div.search-form li a:hover,
div.category-archives li a:hover,
div.monthly-archives li a:hover,
div.recent-entry li a:hover,
div.site-link li a:hover
{
	text-decoration:underline;
}

div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.cclicense,
div.powered,
div.search-feed
{
	margin-bottom: 25px;
	background:transparent url(side_bg.gif) no-repeat center bottom;
	padding-bottom:35px;
	color:inheirt;
}

div.search-form label,
div.cclicense {
	background-color:inherit;
	color:#999999;
	font-size:70%;
	margin:0 0 5px 0;
}

div.search-form input#search {
	width:80%;
	color:#666666;
	font-size:80%;
	background-color:#ffffff;
	border: 1px solid #666666;
	padding:2px;
	margin:5px 0;
}

div.search-form input.searchsubmit {
	color:#5d421a;
	font-size:80%;
	background:transparent url(submit.gif) no-repeat left top;
	width:56px;
	height:22px;
}

/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer,
body.layout-three-column div#footer
{
	clear:both;
}

div#footer
{
	text-align:center;
	padding-bottom:30px;
}

div#footer ul
{
	list-style:none;
}

div#footer ul li
{
	display:inline;
	font-size:60%;
	color:#999999;
	margin-right:15px;
	background-color:inherit;
}

/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

div.trackbacks p,
div.trackbacks dt
{
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

div.trackbacks dl
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	margin:5px 0 10px 0;
}

div.trackbacks input
{
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

ul.trackback-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#666666;
	font-size:60%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

div.comments,
div#comments-open-data label
{
	margin-bottom: 10px;
}

div.comments-body
{
	padding:5px;
}

div.comments-body p,
div.comments-info li,
div#comments-open-data legend,
div#comments-open-data label
{
	color:#666666;
	background-color:inherit;
	font-size:80%;
}

p.comments-open-moderated
{
	color:#666666;
	background-color:inherit;
	font-size:80%;
}

div.comments-body p,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}

ul.comments-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
	margin:0 0 15px 0;
}

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#666666;
	background-color:inherit;
	font-size:60%;
}

div#comments-open-data legend
{
	color:#666666;
	background-color:inherit;
	margin-bottom:10px;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

div#comments-open-data textarea
{
	width:60%;
	color:#666666;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#5d421a;
	font-size:80%;
	background:transparent url(submit.gif) no-repeat left top;
	width:56px;
	height:22px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

div.content h3.search-results-header
{
	color:#666666;
	font-size:70%;
	font-weight:bold;
	padding:17px 12px 7px 12px;
	background:transparent url(title_bg.gif) repeat-x left top;
	margin-bottom:10px;
}

div.search-feed p
{
	color:#666666;
	font-size:70%;
	line-height:140%;
}

div.search-feed-content
{
	padding:10px;
}

p.feed-link
{
	margin:5px 0 0 0;
}

form#search-form label
{
	background-color:inherit;
	color:#666666;
	font-size:80%;
	margin:0 0 5px 0;
}

dd#search-box ul,dd#search-options ul
{
	list-style:none;
	padding:0 0 10px 0;
}

dd#search-box ul li,dd#search-options ul li
{
	display:inline;
	margin:0 15px 0 0;
}

dd#search-box input#search
{
	width:70%;
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	padding:2px;
	background-color:#ffffff;
}

dd#search-box input.searchsubmit {
	color:#5d421a;
	font-size:80%;
	background:transparent url(submit.gif) no-repeat left top;
	width:56px;
	height:22px;
}

h5.search-results-tit
{
	color:#514036;
	font-weight:bold;
	font-size:70%;
	background:transparent url(icon2.gif) no-repeat 0 2px;
	padding:5px 10px 5px 40px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#666666;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.content p
{
	color:#666666;
	font-size:80%;
	font-weight:normal;
	background-color:inherit;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul
{
	margin:0 0 10px 20px;
}

div.archive-body ul.archive-list li
{
	color:#666666;
	font-size:80%;
	background-color:inherit;
	margin:0 0 5px 0;
}

/* ---------- archives_end ----------*/

div#main-container { background-color:#ffffff; }