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

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

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

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

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

body.layout-two-column-right,
body.layout-two-column-left,
body.layout-one-column,
body.layout-three-column
{
	background:#ffffff url(body_bg.gif) repeat-x center top;
}

a
{
	text-decoration:none;
	color:#fb2b09;
	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:820px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
}

body.layout-three-column div#main-container
{
	width:920px;
	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:288px;
	margin:0;
}

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_bg.jpg) no-repeat top left;
}
body.layout-three-column div#banner
{
	color:inherit;
	background:transparent url(banner3_bg.jpg) no-repeat top left;
}

div#banner h1
{
	text-align:left;
	font-size:140%;
	font-weight:lighter;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.2em;
	position: relative;
	top: 210px;
	left: 65px;
	width:700px;
}

div#banner h1 a
{
	text-decoration:none;
	color:#000000;
	background-color:transparent;
	font-weight:lighter;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.2em;
}

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

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

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

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


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

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

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

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

body.layout-one-column div.content
{
	padding:0 0 15px 0;
	margin-left:60px;
}
body.layout-two-column-right div.content
{
	padding:0 0 15px 0;
	margin-left:60px;
}
body.layout-two-column-left div.content
{
	padding:0 0 15px 0;
	margin-right:60px;
}
body.layout-three-column div.content
{
	padding:0 30px 15px 30px;
}

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

p.date-header
{
	font-size:80%;
	font-weight:normal;
	text-align:center;
	color:#222222;
	background:transparent url(date_bg.gif) no-repeat center center;
	padding:15px 0 5px 0;
}

h3.entry-header
{
	font-size:90%;
	font-weight:normal;
	color:#000000;
	background:#e3e3e3 url(entry_tit_bg.gif) no-repeat left top;
	padding:13px 10px 13px 40px;
	margin-top:15px;
}

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

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

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

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

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

div.entry-body p,
div.entry-more p
{
	color:#222222;
	font-size:80%;
	line-height:160%;
	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:#222222;
	font-size:80%;
	margin:0 5px 0 15px;
	background-color:inherit;
}

div.content div.entry-tags h4
{
	font-size:60%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	color:#ffffff;
	background:#000000 url(tit_icon.gif) no-repeat 5px 4px;
	padding:2px 0 3px 24px;
	margin:0 0 4px 0;
}

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

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

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

div.entry-info ul
{
	list-style-type: none;
	padding-top:5px;
	border-top:1px solid #000000;
}

div.entry-info li
{
	color:#666666;
	font-size:60%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

div.content h4,
div.content h5
{
	color:#222222;
	font-size:80%;
	font-weight:normal;
	background:#fffad3 url(subtit_bg.gif) repeat-y left top;
	margin-bottom:10px;
	padding:5px 10px;
}

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

h6.entry-header
{
	font-size:70%;
	font-weight:normal;
	color:#000000;
	background:#e3e3e3 url(entry_tit_bg.gif) no-repeat left top;
	padding:13px 5px 13px 40px;
	margin-top:15px;
}

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

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

/* ---------- 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:230px;
	float:right;
}

body.layout-two-column-left div#left-menu,
body.layout-two-column-left div#right-menu
{
	width:230px;
	float:left;
}

body.layout-three-column div#left-menu,
body.layout-three-column div#right-menu
{
	width:220px;
	float:left;
}

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content
{
	margin-right:60px;
}

body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content
{
	margin-left:60px;
}

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

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

div.left-content h3,
div.right-content h3
{
	background:#000000 url(menu_tit_bg.gif) no-repeat left bottom;
	padding:4px 0;
	margin-bottom:10px;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	font-family:Verdana;
	text-align:center;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#ffffff;
	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:#222222;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	line-height:120%;
	margin-bottom:10px;
}

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(icon.gif) no-repeat 0 2px;
	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:#fb2b09;
	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;
	color:inherit;
	background-color:transparent;
}

div.search-form label,
div.cclicense
{
	background-color:inherit;
	color:#000000;
	font-size:70%;
	font-family:"ＭＳ ゴシック";
}

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

div.search-form input.searchsubmit
{
	color:#ffffff;
	font-size:80%;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
	background:transparent url(submit.gif) no-repeat left top;
	width:48px;
	height:17px;
}

/* ---------- 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;
	width:100%;
	padding-top:17px;
	margin-bottom:30px;
	background:#ffffff url(footer_bg.gif) repeat-x left top;
	color:inherit;
}

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

div#footer ul li
{
	display:inline;
	font-size:80%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	color:#222222;
	margin-right:15px;
	background-color:inherit;
}

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

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

div.trackbacks h4
{
	font-size:70%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	color:#ffffff;
	background:#000000 url(tit_icon.gif) no-repeat 5px 4px;
	padding:2px 0 3px 24px;
	margin:0 0 4px 0;
}

div.trackbacks p,
div.trackbacks dt
{
	color:#222222;
	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:#222222;
	font-size:60%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

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

/* ---------- comment ---------- */
div.comments h4,
div.comments-post h5
{
	font-size:70%;
	font-weight:normal;
	font-family:"ＭＳ ゴシック";
	color:#ffffff;
	background:#000000 url(tit_icon.gif) no-repeat 5px 4px;
	padding:2px 0 3px 24px;
	margin:0 0 4px 0;
}

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:#222222;
	background-color:inherit;
	font-size:80%;
}

p.comments-open-moderated
{
	color:#222222;
	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:#222222;
	background-color:inherit;
	font-size:60%;
}

div#comments-open-data legend
{
	color:#222222;
	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:#222222;
	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:#222222;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#ffffff;
	font-size:80%;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
	background:transparent url(submit.gif) no-repeat left top;
	width:48px;
	height:17px;
}

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
{
	font-size:90%;
	font-weight:normal;
	color:#000000;
	background:#e3e3e3 url(entry_tit_bg.gif) no-repeat left top;
	padding:13px 10px 13px 40px;
	margin-top:15px;
}

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

dd#search-box input.searchsubmit {
	color:#ffffff;
	font-size:80%;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
	background:transparent url(submit.gif) no-repeat left top;
	width:48px;
	height:17px;
}

div.content h5.search-results-tit
{
	color:#222222;
	font-size:80%;
	font-weight:normal;
	background:#e3e3e3;
	margin-bottom:10px;
	padding:5px 10px;
}

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

div.content p
{
	color:#222222;
	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:#222222;
	font-size:80%;
	background-color:inherit;
	margin:0 0 5px 0;
}

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