@charset "UTF-8";

/*
@charset "UTF-8";
file_name: styles-site.css
url: http://www.fieldweb.co.jp/
Copyright (C) 2006 field. All Rights Reserved.

*/

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

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

/* ---------- clear ---------- */

div.clear
{
	clear:both;
	height:1px;
}

div.clear hr
{
	display:none;
}

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

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

body
{
	color:#666666;
	background-color:#e5e5e5;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#1d86fd;
	background:inherit;
}

a:hover
{
	text-decoration:underline;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container
{
	height:100%;
	width:802px;
	margin:0 auto;
	padding:0;
	text-align:left;
 repeat-y top left;
	color:inherit;
}

body.layout-two-column-right div#main-container
{
	background:url(http://www.bflat.co.jp/blog//img/bg-r.jpg) repeat-y top left;
}
body.layout-two-column-left div#main-container
{
	background:url(http://www.bflat.co.jp/blog//img/bg-l.jpg) repeat-y top left;
}

/* ---------- 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:143px;
	margin:0 0px 0px 0px;
	background:url(http://www.bflat.co.jp/blog//img/main_visual.jpg);
}


div#banner h1
{
	text-align:left;
	font-size:110%;
	font-weight:bold;
	position: relative;
	letter-spacing:0.2em;
	top: 30px;
	left: 15px;
}

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

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

div#banner h2
{
	color:#ffffff;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	position: relative;
	top: 35px;
	left: 15px;
	background-color:transparent;
}

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

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

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



div.content
{
	margin-top:0px;
	margin-bottom:20px;
	padding:0 20px 15px 18px;
}

div.content p
{
	font-size:80%;
}

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

p.date-header
{
	text-align:right;
	color:#444444;
	font-size:70%;
	font-weight:normal;
	padding:5px 0 5px 10px;
	background-color:inherit;
}

h3.entry-header
{
	height:30px;
	display:block;
	font-size:80%;
	font-weight:bold;
	background:url(http://www.bflat.co.jp/blog//img/header-title.jpg) repeat-x top left;
	padding:5px 0 0 10px;
	color:#ffffff;
	margin-bottom:0;
}

h3.entry-header a
{
	color:#ffffff;
	background:none;
}

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

div.content blockquote
{
	padding:10px;
	border:1px dashed #999999;
	background-color:#ffffff;
	margin:0 0px 15px 0;
}

div.content div.entry-body blockquote
{
	font-size:80%;
}

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

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

div.entry-body ul,
div.entry-more ul
{
	list-style-position:inside;
}

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

div.content div.entry-tags h4
{
	color:#666666;
	font-size:80%;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background-color:transparent;
	border-bottom:1px dotted #999999;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	border-bottom:1px dotted #999999;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

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

div.entry-info
{
	border-top:3px solid #e0e0e0;
	padding:3px 0 10px 0;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
}

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

h4.search-results-subheader,
div.content h4
{

	background:#b61b1b;
	color:#ffffff;
	font-weight:normal;
	font-size:80%;
	padding:2px 4px;
	margin-bottom:10px;
}

div.content div.entry-body h4
{
	width:100%;
	background:#ffffff;
	color:#444444;
	font-weight:bold;
	font-size:90%;
	padding:2px;
	margin-bottom:10px;
	margin-right:0px;
}


div.content h5
{
	background:#b61b1b;
	color:#ffffff;
	font-weight:normal;
	font-size:80%;
	padding:2px 4px;
	margin-bottom:10px;
	margin-right:0px;

}

div.content p.navi-link
{
	color:#666666;
	font-size:80%;
	margin-bottom:5px;
	background-color:inherit;
}

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

/* ---------- menu ---------- */
div#left-menu a,
div#right-menu a
{
	text-decoration:none;
	color:#1d86fd;
}

div#left-menu a:hover,
div#right-menu a:hover
{
	text-decoration:underline;
}

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

body.layout-two-column-right div#left-menu,
body.layout-two-column-right div#right-menu
{
	height:100%;
	margin-top:0px;
	width:198px;
	float:right;
	padding:0 15px 0 20px;
	margin-bottom:20px;
}


body.layout-two-column-left div#left-menu,
body.layout-two-column-left div#right-menu
{
	height:100%;
	margin-top:0px;
	width:198px;
	float:left;
	padding:0 20px 0 15px;
	margin-bottom:20px;
}



div#right-menu
{
	display:none;
}

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

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

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


div.left-content h3,
div.right-content h3
{
	background:url(./img/navi-header.jpg) no-repeat 0 0;
	height:26px;
	width:195px;
	color:#444444;
	font-weight:bold;
	font-size:80%;
	padding:2px 0px 0px 15px;
	margin-bottom:5px;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#444444;
	background:none;
}


div#left-menu ol,
div#right-menu ol
div#left-menu ul,
div#right-menu ul,
div#left-menu dl,
div#right-menu dl
{
	margin:10px 0 25px 0;
}

div#left-menu dt,
div#right-menu dt
{
	display:none;
}

div#left-menu li,
div#right-menu li,
div#left-menu dd,
div#right-menu dd
{
	width:100%;
	display:block;
	margin:0 0 5px 0;
	line-height:110%;
	list-style:none;
	color:#666666;
	font-size:80%;
	padding-left:13px;
	background:url(http://www.bflat.co.jp/blog//img/ico.gif) no-repeat 0 2px;
}

div#left-menu li a,
div#right-menu li a,
div#left-menu dd a,
div#right-menu dd a
{
	background:none;

}



div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.cclicense,
div.powered,
div.search-feed
{
	margin-bottom: 15px;
}

div.search-form
{
	width:180px;
}


div.search-form label,
div.cclicense {
	background-color:inherit;
	color:#666666;
	font-size:80%;
	margin:0 0 0 0;
	display:none;
}


div.search-form input#search {
	width:65%;
	color:#666666;
	font-size:80%;
	border: 1px solid #cccccc;
	padding:1px;
	background-color:#eeeeee;
}

div.search-form input.searchsubmit {
	color:#c34f4f;
	width:49px;
	height:20px;
	font-size:70%;
	font-weight:normal;
	background:url(http://www.bflat.co.jp/blog//img/submit.gif) no-repeat top left;
	margin-top:5px;
}

/* ---------- 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
{
	height:106px;
	width:802px;
	margin:0 auto;
	text-align:center;
	background:#ffffff url(http://www.bflat.co.jp/blog//img/footer.jpg) no-repeat top left;
}

div#footer p
{
	width:752px;
	font-size:70%;
	color:#2a2a2a;
	position:relative;
	top:50px;
	left:40px;
}

/* ---------- 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
{
	width:99%;
	color:#999999;
	border: 1px solid #cccccc;
	padding:2px;
	background-color:#ffffff;
}

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

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

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

/* ---------- comment ---------- */
div.comments,
div.trackbacks
{
	margin-bottom:20px;
}

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:70%;
}

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 #cccccc;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

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

ul.comments-open-footer input
{
	color:#c34f4f;
	width:49px;
	height:20px;
	font-size:70%;
	font-weight:normal;
	background:url(http://www.bflat.co.jp/blog//img/submit.gif) no-repeat top left;
	margin-top:5px;
}

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
{
	height:36px;
	display:block;
	font-size:80%;
	font-weight:bold;
	background:url(http://www.bflat.co.jp/blog//img/header-title.jpg) repeat-x top left;
	padding:5px 0 0 10px;
	color:#ffffff;
	margin-bottom:10px;
}

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

div.search-feed-content
{
	border: 1px solid #cccccc;
	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:400px;
	color:#666666;
	font-size:80%;
	border: 1px solid #cccccc;
	padding:2px;
	background-color:#eeeeee;
}

dd#search-box input.searchsubmit {
	color:#c34f4f;
	width:49px;
	height:20px;
	font-size:70%;
	font-weight:normal;
	background:url(http://www.bflat.co.jp/blog//img/submit.gif) no-repeat top left;
	margin-top:5px;
}

div.search-results-container h5.search-results-tit
{
	color:#666666;
	font-weight:bold;
	background:#ffffff;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
	font-size:80%;
}

h5.search-results-tit a
{
	font-size:100%;
}

div.search-results-container .entry-info
{
	margin:0 0 20px 0;
}

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

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

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

div.archive-body ul.archive-list li
{
	list-style-position:inside;
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

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


/* ---------- module ---------- */
/* ---------- profile ---------- */
div.right-content div.profile
{
	color:#444444;
	width:193px;
	margin:5px 0 15px 0;
}

div.right-content div.profile span.name
{
	display:block;
	margin:3px 0;
	font-size:120%;
	font-weight:bold;
}

div.right-content div.profile div.img-left
{
	display:block;
	height:85px;
	float:left;
	border:1px solid #eeeeee;
	padding:1px 1px 0 1px;

}

div.right-content div.profile img
{
	height:84px;
	margin:0px;
}

div.right-content div.profile div.img-right
{
	display:block;
	margin:3px 1px 0;
	width:80px;
	height:86px;
	float:right;
}

div.right-content div.profile p
{
	padding:0px 1px 1px 1px;
	line-height:1.3em;
	margin:2px 0px 0px 1px;
	font-size:65%;
}

div.right-content div.profile div.img-right p
{
	margin:2px 0;
	padding-top:30px;
	border:none;
}

div.right-content div.profile p.desc
{
	width:100%;
	padding:3px 1px;
	line-height:1.3em;
	margin:1px 0 3px 3px;
}

/* カレンダー */
div.right-content .calendar-content
{
	height:160px;
	width:193px;
	margin:15px 0 30px 0;
	padding:0;
	border:1px solid #cccccc;
}

div.right-content div.module-header
{
	color:#1d86fd;
	font-weight:normal;
	margin:0 0 0 0;
	padding:7px 0 0 0;
	font-size:80%;
	text-align:center;
}


div.right-content .module-calendar table
{
	margin:3px auto;
	font-weight:normal;
}

div.right-content .module-calendar th
{
	font-size:10pt;
	color:#444444;
}

div.right-content .module-calendar tr
{
	font-size:9pt;
	letter-spacing:0.14em;
}

div.right-content .module-calendar tr.weekheader
{
	font-size:9pt;
}
div.right-content .module-calendar td
{
	color:#444444;
	margin:0 5px;
	padding:0 2px;
	text-align:center;
}
div.right-content .calendar-content
{
	text-align:center;
}
div.right-content .sun
{

}
div.right-content .sat
{

}
/* ---------- moduleend ---------- */
div.syndicate
{
	margin:5px 0;
	width: 195px;
	height: 52px;
	border:none;
	background:url(http://www.bflat.co.jp/blog/img/rss.gif) no-repeat bottom left;
}

div.syndicate a
{
	text-align:left;
	text-decoration: none;
	font-size: 0px;
	width: 195px;
	height: 52px;
	display: block;
	background:url(http://www.bflat.co.jp/blog/img/rss.gif) no-repeat bottom left;
	text-indent: -700em;
}

div.syndicate a:hover
{
	color:#000000;
	background:url(http://www.bflat.co.jp/blog/img/rss_hover.gif) no-repeat bottom left;
	text-decoration: none;
}

div.coop
{
	margin-bottom:10px;
}

div.powered
{
	font-size:70%;
	text-align:left;
}

div.coop p
{
	margin-top:2px;
	font-size:60%;
	text-align:center;
}
