@charset "UTF-8";

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

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

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

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

body
{
	color:inherit;
	background:#ffffff url(img/common/body_bg.gif) repeat-x left top;
	text-align:center;
	margin-bottom:15px;
}

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

a:hover
{
	color:#222222;
	text-decoration:underline;
}

div.separate
{
	clear:both;
}

hr.clear
{
	display:none;
}

a:hover img
{
       opacity:0.6;
       filter:alpha(opacity=60);
}

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

/* ---------- container ---------- */

div#container
{
	background-image:url(img/common/container_bg.png);
	background-repeat:repeat-y;
	background-position:0 0;
	width:820px;
	margin:0 auto;
	text-align:left;
}

* html #container { behavior: expression(IEPNGFIX.fix(this)); } 

div.container-inner
{
	margin:0 10px;
}

div.container-archive
{
}

/* ---------- container ---------- */

/* ---------- header ---------- */

div#header
{
	color:inherit;
}

div.header-inner
{
        width:800px;
	height:300px;
}

div.header-archives
{
        width:800px;
	height:200px;
}

div#header img
{
	float:left;
}

div#header p
{
	text-align:right;
	font-size:70%;
	padding-top:0px;
}

div#header p a
{
	color:#1a86e2;
	background-color:inherit;
}

/* ---------- header_end ---------- */

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

div#banner
{
	padding:1px;
}

div.banner-inner
{
	height:20px;
}

div.banner-inner h1
{
	font-weight:normal;
	font-size:80%;
	position:relative;
	top:0px;
	left:10px;
	width:90%;
}

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

div.banner-inner h1 a:hover
{
	color:#ffffff;
	background-color:inherit;
	text-decoration:none;
}

div.banner-inner h2
{
	color:#ffffff;
	font-weight:normal;
	font-size:5%;
	position:relative;
	top:0px;
	left:0px;
	width:90%;
}

/* ---------- banner_bg ---------- */

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

div#search-content
{
	background-image:url(img/search_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:29px;
}

div.search-form form
{
	width:200px;
	float:right;
}

div.search-form form input#search
{
	font-size:80%;
	color:#acacac;
	background-color:#ffffff;
	border:1px solid #b4b4b4;
	width:136px;
	padding:2px;
}

div.search-form form input.searchsubmit
{
	border:0;
	font-size:80%;
	position:relative;
	top:4px;
	left:0;
}

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

/* ---------- content ---------- */

div#content
{
        background:#ffffff url(img/common/wrapper_bg.gif) repeat-x left top;
        _height:1px;
	padding:25px 30px 0 0;
	_padding:25px 20px 0 0;
}

/* ---------- content_end ---------- */

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

div#main
{
	float:right;
	width:540px;
}

div#main h2
{
	background:#ffffff url(img/common/h2.gif) no-repeat left top;
        padding:6px 5px 15px 34px;
        margin:15px 0 15px 0;
        font-size:120%
        color:#333333;;
}

div#main h3
{
	background:#ffffff url(img/common/h3.gif) no-repeat left top;
        padding:6px 5px 15px 37px;
        margin:15px 0 15px 0;
        font-size:120%
        color:#333333;;
}

div#main h4
{
		background:#ffffff url(img/common/h4.gif) no-repeat left top;
        padding:4px 5px 15px 35px;
        margin:15px 0 15px 0;
        font-size:120%
        color:#666666;;
}

div#main h5
{
	background:#ffffff url(img/common/h5.gif) no-repeat left center;
        padding:6px 5px 6px 23px;
        margin:15px 0 15px 15px;
        font-size:120%
        color:#333333;;
}

div#main h6
{
	background:#ffffff url(img/common/h6.gif) no-repeat left center;
        padding:6px 5px 6px 23px;
        margin:15px 0 15px 15px;
        font-size:120%




        color:#333333;;
}

div#info-box
{
	padding:5px 0 0 0;
	text-align:left;
	margin-bottom:25px;
}

div#info-box img
{
       margin:10px 0;
}

div#info-box p
{
	font-size:80%;
	color:#555555;
	background-color:inherit;
	line-height:150%;
}

/*div#main h3#shop-info
{
	font-size:2px;
	text-indent:-9999px;
	background-image:url(img/main/h3_shop-info.gif);
	background-repeat:no-repeat;
	background-position:left top;
        width:522px;
	height:28px;
}*/

div#news-box
{
	margin-bottom:15px;
}

div#news-box h3.news-header
{
	font-size:2px;
	text-indent:-9999px;
	background-image:url(img/whatsnew.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:29px;
}

div.news-box-inner ul
{
	list-style-type:none;
	font-size:80%;
}

div.news-box-inner ul li
{
	color:#555555;
	padding:5px 0 4px 28px;
	background-color:inherit;
	background-image:url(img/whatsnew_icon.gif);
	background-repeat:no-repeat;
	background-position:14px 10px;
	border-bottom:1px solid #dddcdc;
}

div.news-box-inner ul li a
{
	color:#1284f6;
	background-color:inherit;
}

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

/* ---------- sidebar ---------- */

div#sidebar
{
	float:left;
	width:200px;
	text-align:left;
        background-color:#ffffff;
}

div#sidebar img
{
       margin:0 0 15px 3px;
}

div.contents-menu
{
	margin:0 0 20px 4px;
	color:#423636;
	background-color:inherit;
	font-size:80%;
}

div.contents-title
{
	width:191px;
	height:45px;
}

div.contents-title h4
{
	font-size:2px;
	font-weight:normal;
	text-indent:-9999px;
	background:transparent url(img/sidebar/contents_menu.gif) no-repeat left top;
	height:45px;
	color:#666666
	margin:0 0px;
}

div.category-archives ul
{
	list-style-type:none;
	margin-bottom:0px;
}

div.category-archives ul li
{
	color:#423636;
	background-color:inherit;
}

div.category-archives ul li a
{
	text-decoration:none;
	color:#333333;
	background:transparent url(img/sidebar/cat_bg.gif) no-repeat left bottom;
	display:block;
	padding:5px 6px 17px 28px;
        margin-bottom:5px;
	line-height:100%;
}

div.category-archives ul li a:hover
{
	background:transparent url(img/sidebar/cat_bg_hover.gif) no-repeat left bottom;
	line-height:100%;
	text-decoration:none;
	color:#335533;
}

div.category-archives ul.sub-category li
{
}

div.category-archives ul.sub-category li a
{
	text-decoration:none;
	color:#333333;
	background:transparent url(img/sidebar/subcat_bg.gif) no-repeat left bottom;
	display:block;
	padding:5px 6px 17px 56px;
        margin-bottom:5px;
	line-height:100%;
}

div.category-archives ul.sub-category li a:hover
{
	background:transparent url(img/sidebar/subcat_bg_hover.gif) no-repeat left bottom;
	line-height:100%;
	text-decoration:none;
	color:#335533;
}

div.rssfeed
{
	font-size:2px;
	text-indent:-9999px;
	margin:0 0px 10px 4px;
}

div.rssfeed a
{
	display:block;
	background:transparent url(img/rss.gif) no-repeat left top;
	width:191px;
	height:42px;
}

div.rssfeed a:hover
{
	background:transparent url(img/rss.gif) no-repeat left bottom;
}


span.powered
{
	font-size:60%;
	color:#0b2947;
	background-color:inherit;
	padding-left:10px;
}

a.movabletype
{
	font-size:55%;
	color:#1284f6;
	background-color:inherit;
}

/* ---------- sidebar_end ---------- */

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

div#footer
{
	background-image:url(img/common/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:60px;
        margin-left:10px;
}

div.footer-inner
{
	font-size:60%;
	text-align:center;
	padding:18px 0 0 0;
}

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

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

#footer-menu {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#footer-menu ul {
	list-style-type: none;
}

#footer-menu li {
	float:left;
	display : block;
	list-style-type: none;
  padding: 0px 5px 0px 5px; 
  border-style: solid; 
  border-width: 0px 1px 0px px;
}

#footer-menu li a {
	display: block;
	padding: 0px 5px;

}

#footer-menu li a:hover { 
	padding: 0px 5px;

}

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




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

div.banner-archives
{
	background-image:url(img/banner_inner_archives.gif);
	background-repeat:no-repeat;
	background-position:50% 0;
	height:80px;
}

div.banner-archives h1
{
	font-weight:normal;
	font-size:150%;
	position:relative;
	top:15px;
	left:30px;
	width:90%;
}

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

div.banner-archives h2
{
	color:#ffffff;
	font-weight:normal;
	font-size:90%;
	position:relative;
	top:25px;
	left:30px;
	width:90%;
}

div#main p.navi
{
	font-size:60%;
	margin-bottom:10px;
	color:#413738;
	background-color:inherit;
}

div#main p.navi a
{
}

div.entry
{
	margin-bottom:40px;
	width:540px;
}

div.entry img
{
	margin:10px 0;
	padding:2px;
	border:1px solid #ccc;
}

div.entry blockquote
{
	font-size:80%;
	line-height:150%;
	color:#423636;
	background:transparent url(img/blockquote.gif) repeat-y left top;
	padding:15px 20px;
	margin:0 0 10px 0;
}
/*
div.entry h1,
#main h1
{
	color:#44771f;
	font-size:120%;
	font-weight:bold;
	background:transparent url(img/entry_h1.gif) repeat-y left bottom;
	border-top:1px solid #f2f2f2;
	padding:7px 10px 16px 10px;
	margin:0 0 15px 0;
}

div.entry h2,
#main h2
{
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
	background:transparent url(img/entry_h2.gif) no-repeat left top;
	border-bottom:1px solid #88aa6b;
	padding:10px 10px;
	margin:0 0 10px 0;
}

div.entry h3
{
	color:#44771f;
	font-size:80%;
	font-weight:normal;
	background: #ffffff url(img/entry_h3.gif) no-repeat 0px 8px;
	border-bottom:3px double #b4ce65;
	margin:0 0 5px 0;
	padding:6px 15px 6px 25px;
}

div.entry h4,
div.trackbacks h4,
div#comments h4, #main h4
{
	color:#2b2828;
	font-size:80%;
	font-weight:normal;
	background: #ffffff url(img/entry_h4.gif) no-repeat 0px 8px;
	border-bottom:1px dashed #909090;
	margin:0 0 5px 0;
	padding:6px 15px 6px 25px;
}

div.entry h5,
#main h5
{
	color:#2b2828;
	font-size:80%;
	font-weight:normal;
	background: #ffffff url(img/entry_h5.gif) no-repeat 0px 6px;
	margin:0 0 5px 0;
	padding:5px 15px 5px 25px;
}

div.entry h6,
#main h6
{
	background:#ffffff url(img/entry_h6.gif) no-repeat 0px 6px;
	color:#2b2828;
	font-size:80%;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:5px 15px 5px 25px;
}*/

div.entry p,
div.comments-body p,
p.comments-open-moderated
{
	color:#423636;
	background-color:inherit;
	line-height:150%;
	margin-bottom:5px;
}

div.entry-body
{
	font-size:80%;
        padding-bottom:10px;
	border-bottom:2px solid #d8d8d8;
}

div.entry-info ul
{
	list-style-type:none;
	line-height:100%;
	padding:2px 0;
}

div.entry-info ul li
{
	font-size:60%;
	color:#2B2828;
	background-color:inherit;
	display:inline;
}

div.trackbacks,
div#comments
{
	margin:0 0 15px 0;
}

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

div.trackbacks p input
{
	border:1px solid #cccccc;
}

div.trackbacks dl
{
	padding:10px 0 0 0;
}

div.trackbacks dt
{
	font-size:80%;
}

div.trackbacks dd p
{
	padding:0 0 5px 0;
}

div.trackbacks ul.trackback-info,
div#comments ul.comments-info
{
	border-top:2px solid #d8d8d8;
	list-style:none;
	padding:3px 0;
	margin-bottom:10px;
}

div.trackbacks ul.trackback-info li,
div#comments ul.comments-info li
{
	color:#2b2828;
	background-color:inherit;
	font-size:60%;
	display:inline;
}


div.comments-post h5
{
	color:#423636;
	background-color:inherit;
	font-size:80%;
	font-weight:normal;
	margin:0 0 5px 0;
}

div#comments-open-data legend
{
	font-size:80%;
	margin: 0 0 5px 0;
	padding:0;
}

div#comments-open-data label
{
	font-size:80%;
	color:#423636;
	background-color:inherit;
}

dl#name-email input,

dl#comments-open-text textarea
{
	color:#423636;
	background-color:inherit;
	font-size:80%;
	border:1px solid #cccccc;
}

ul.cookie,
#comments-open-data ul.inline
{
	list-style:none;
	padding:3px 0;
}

#comments-open-data ul.comments-open-footer
{
	list-style:none;
	padding:10px 0 20px 0;
}

#comments-open-data ul.comments-open-footer li
{
	display:inline;
	margin:0 10px 0 0;
}

#comments-open-data ul.comments-open-footer li input
{
	width:80px;
	font-size:80%;
	color:#423636;
	background-color:#e9e9e9;
}

div.comment p
{
	font-size:80%;
	color:#423636;
	background-color:inherit;
}

input.search-input
{
	color:#acacac;
	background-color:#ffffff;
	border:1px solid #b4b4b4;
	width:200px;
	padding:2px;
}

input.searchsubmit
{
	border:0;
	position:relative;
	top:4px;
	left:0px;
}
/* ---------- archives_end ---------- */

div#sitemap
{
       font-size:80%;
}

div#sitemap ul
{
       margin-left:15px;
}

div#sitemap ul li
{
       margin-left:5px;
       margin-bottom:10px;
}

/* ---------- other---------- */


.text-area p {
	font-size:14px;
	line-height:120%;
	}

.text-area td p {
	font-size:14px;
	line-height:120%;
	}

	
p.txt  {
	font-size:12px;
	line-height:160%;
	padding-top:10px;
	}	
	
td p.txt  {
	font-size:12px;
	line-height:120%;
	}		

table.menu td{
	border-bottom:dotted 1px #669966;
	padding:10px;
	}	
	
table.menu th{
	border:hidden;
	}	
	
table.voice td{
	border-bottom:dotted 1px #669966;
	}	
	
.orange{
	color:#e08637;
	}	
	
input,textarea { border:1px solid #999; }