/*
Theme Name: Hananoki
Theme URI: http://www.dosanite.co.jp
Description: Coded by Akn , Produced by dosanite.
*/
/*--------------------
    clearfix
--------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*--------------------
    WordPress default
--------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-bottom: auto;
}
.alignleft ,
.alignright {
    margin: 3px 10px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    border: 1px solid #666666;
    text-align: center;
    padding-top: 5px;
}
.wp-caption-text {
    padding: 3px 0;
}

/*--------------------
    html basic element
--------------------*/
a:link ,
a:visited ,
a:active ,
a:hover {
    text-decoration: none;
}
a:link {
    color: #0033ff;
}
a:visited {
    color: #990066;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

/*--------------------
    layouts
--------------------*/
html {
    background: #d7d7d7;
}
body {
}
#wrapper {
    position: absolute;
    left: 50%;
    margin-left: -480px;
    width: 805px;
}
.main #banner {
    height: 180px;
}
#banner {
    height: 130px;
}
#articles ,
#widgetManager {
    float: right;
    overflow: hidden;
}
#articles {
    margin-right: 5px;
    width: 600px;
}
#widgetManager {
    margin-top: 4px;
    width: 200px;
}

#miniNavi {
    position: fixed;
    margin-left: 325px;
    bottom: 10px;
    left: 50%;
    width: 80px;
}
/* layout change for IE6 */
* html #articles ,
* html #widgetManager ,
* html #articles .news ,
* html #articles .news-flash ,
* html #articles .entry {
    display: inline;
}
* html #articles {
    width: 560px;
    padding: 0 20px;
}
* html .main #articles {
    width: 600px;
    padding: 0;
}
* html #miniNavi {
    position: absolute;
}

/*--------------------
    wrapper
--------------------*/
#wrapper {
    background: #fff url('shadow.png') right top repeat-y;
}

/*--------------------
    banner
--------------------*/
#banner {
    background: url('banner-bg.png') no-repeat;
}
#banner .main {
    margin-left: 150px;
    height: 100px;
    padding-top: 46px;
    float: left;
    display: inline;
}
.main #banner {
    background: url('main-banner-bg.png') no-repeat;
}
.main #banner .main {
    height: 60px;
    margin-left: 220px;
    padding-top: 80px;
}
#banner .description {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: 100px;
    width: 298px;
    font-size: 138.5%;
    color: #fff;
    line-height: 1.2em;
}

.main #banner .description {
    top: 30px;
    border-bottom: 2px solid #dbd943;
}
#banner .address {
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: 100px;
    line-height: 1.2em;
    color: #fff;
}
.main #banner .address {
    top: 60px;
}
#banner #directLink {
    margin-left: 211px;
    position: absolute;
    top: 80px;
}
#wanted {
	margin-top: 20px;
	margin-left: 11px;
	background: url('wanted.jpg') no-repeat;
	width: 589px;
	height: 55px;
}
#wanted a {
	display: block;
	width: 589px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	font-family: "MS UI ゴシック", "MS UI Gothic", sans-serif;
}
#wanted a:link,
#wanted a:visited {
	color: #4266cc;
}
#wanted a:hover {
	color: #ff9900;
}


/*--------------------
    directLink
--------------------*/

#directLink {
    margin-left: 11px;
    clear: both;
}
#directLink ul {
    height: 38px;
    padding-right: 1px;
    border-bottom: 2px solid #007d6f;
    background: url('dL-grad-border.png') right top repeat-x;
    width: 588px;
}
#directLink ul li {
    float: left;
}
#directLink ul li a:visited ,
#directLink ul li a:link {
    display: block;
    height: 38px;
    background-position: 0 0;
    text-indent: -999px;
    overflow: hidden;
}
#directLink ul li a:hover {
    background-position: 0 76px;
}
#directLink ul li a.current-cat {
    background-position: 0 38px;
}

/*--------------------
    articles
--------------------*/
#articles {
    padding-top: 20px;
}
#articles #footer {
    margin: 10px 0;
    text-align: center;
    border-top: 1px solid #007e7a;
    padding-top: 2px;
    color: #007e7a;
}
/* for top page (news) */
#news-flash {
    width: 540px;
    float: right;
}
#articles .categoryName {
    margin-left: 50px;
    _margin-left: 25px;
    font-size: 123.1%;
    color: #007b6d;
}

/* entry */

#articles .entry {
    margin: 10px 20px 0;
    width: 560px;
}
#articles .header {
    border: 1px solid #007b6d;
    border-left: 16px solid #007b6d;
    line-height: 2em;
    text-indent: 1em;
}
* html #articles .header {
    text-indent: 0;
    padding-left: 0;
}
#articles .header a {
    color: #000;
}
#articles .entry .content {
    margin-top: 10px;
    padding: 10px 20px 5px;
    border: 1px solid #007b6d;
}
#articles .entry table {
    margin: .5em;
    line-height: 1.2em;
}
#articles .entry table td {
    padding: .3em .5em;
}
#articles .entry img {
    margin: 6px;
    padding: 4px;
    border: 1px solid #999;
}
#articles .entry .date {
    margin-top: 10px;
    margin-left: 300px;
    padding-top: 4px;
    padding-right: 10px;
    width: 180px;
    border-top: 3px solid #7cafa6;
    color: #7cafa6;
    text-align: right;
}

.entry .footer .comment a ,
.entry .footer .trackback a {
    margin-left: 8px;
    color: #336600;
}
.entry .footer h4 {
    margin-top: 10px;
    line-height: 25px;
    text-indent: 6px;
    color: #336600;
    border-left: 12px solid #336600;
}
.entry .footer #trackback-body {
    margin: 0 30px;
    padding: 16px 10px;
    background: #ccde85;
}
.entry .comment-form p {
    margin-bottom: 5px;
}
.comment-post ,
.comment-form {
    margin: 10px 10px;
}
.comment-form textarea {
    width: 460px;
}


/* prev & next link*/
.pageprev ,
.pagenext {
    margin: 10px 0;
    padding: 0 10px;
}
.pagesprev ,
.pagesnext {
    margin: 10px 50px 0;
    padding: 0 10px;
}
.pageprev ,
.pagesprev {
    float: left;
}
.pagenext ,
.pagesnext {
    float: right;
}

/*--------------------
    widget
--------------------*/
#widgetManager {
    width: 200px;
}
.widget {
    margin-bottom: 20px;
}
#searchform {
    margin-left: 1em;
    line-height: 1.6em;
}
.widget h3.header {
    background: url('widget-header.png');
    width: 200px;
    line-height: 22px;
    text-indent: 10px;
    font-weight: bold;
}
.widget ul ,
.widget p ,
.widget table {
    margin-left: 10px;
}

.widget li.cat-item a {
    padding-left: 4px;
    border-left: 4px solid #d1e4dd;
    line-height: 1.6em;
    color: #000;
    letter-spacing: .05em;
}
.widget li.cat-item a:hover {
    border-left: 4px solid #007b6d;
}
.widget li.cat-item li.cat-item {
    list-style-type: disc;
    list-style-position: inside;
}
.widget li.cat-item li.cat-item a {
    border: none;
    list-style-type: disc;
    padding-left: 0;
}
.widget li.cat-item li.cat-item a:hover {
    color: #007b6d;
}

/* calendar */
.calendar {
    padding: 5px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar th ,
#wp-calendar td {
    text-align: center;
    font-size: 108%;
}
#wp-calendar th {
    font-weight: bold;
}
#wp-calendar caption {
    margin-bottom: 3px;
    padding: 3px 0 3px 26px;
    background: url('squre-purple.png') 10px 50% no-repeat ;
    border-bottom: 1px solid #ffffcc;
}


/*--------------------
    miniNavi
--------------------*/
#miniNavi {
}
#miniNavi ul {
    
}
#miniNavi ul li {
    margin-top: 3px;
}
#miniNavi ul li a {
    display: block;
    width: 155px;
    height: 22px;
    line-height: 20px;
    background: url('miniNavi-bg.png');
    text-indent: 20px;
    color: #fff;
    font-size: 93%;
}
#miniNavi ul li a:hover {
    background: url('miniNavi-hover-bg.png');
}

