@charset "utf-8";
/*
Theme Name: Dosanite
Theme URI: http://www.dosanite.co.jp
Description: Designed by Yukari , Coded by Akn , Produced by dosanite.
*/

/* @group YUI reset.css */

/*
 * YUI reset.css
 * arranged by Akn
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0; 
} 


/* @end */

/* @group Basic */

/* @group clearfix */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  zoom:1;
}

/* @end */

/* @group WordPress */
.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;
}
.pageprev ,
.pagenext {
    margin: 10px 0;
    padding: 0 10px;
}
.pagesprev ,
.pagesnext {
    margin-bottom: 1em;
    padding: 0 10px;
}
.pageprev ,
.pagesprev {
    float: left;
}
.pagenext ,
.pagesnext {
    float: right;
}
.pageprev a ,
.pagenext a ,
.pagesprev a ,
.pagesnext a {
	color: #fff;
}

/* @end */



.clear {
    clear: both;
}

/* @end */
html {
    background: #60676b url('img/background.png') top center repeat-x fixed;
    font-family: sans-serif;
}
a:link ,
a:visited {
    text-decoration: none;
}

/* @end */

/* @group Layouts */

#wrapper {
    margin: 0 20px 1em;
    width: 776px;
}
#header {
    height: 100px;
}
#description {
    margin-left: 50px;
    line-height: 12px;
    color: #333;
    font-size: 10px;
    font-weight: bold;
}
#searchBox {
	margin-top: -18px;
	margin-left: 600px;
}
#articles {
    float: right;
    width: 546px;
    margin-right: 14px;
    display: inline; /* ie6 */
}
#widgetWrapper {
    margin-right: 5px;
    padding-bottom: 1em;
    float: right;
}
#footer {
	background: url('img/footer-bg.png') repeat-x;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

/* @end */

/* @group header */
#header {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url('img/banner-bg.png');
    _background-image: url('img/banner-bg.gif');
}
#banner {
	padding-top: 16px;
}
#searchBox form {
	background-repeat: no-repeat;
    background-image: url('img/searchBox-bg.png');
    _background-image: url('img/searchBox-bg.gif');
	width: 200px;
	height: 23px;
    display: block;
    position: relative;
}
#searchBox input {
    margin: 0;
    border: none;
    position: absolute;
}
#searchBox .text {
    left: 0;
    width: 110px;
    margin-top: 3px;
    margin-left: 8px;
    background: transparent;
}
#searchBox .button {
	left: 130px;
}



/* @end */

/* @group main */

#main {
    background: url('img/wrapper-bg.png')  repeat-y;
}

/* @end */

/* @group articles */
#articles {
}
#articles .searchresult-header {
    margin-top: 6px;
    margin-left: 1em;
    color: #fff;
    font-size: 14px;
}

/* @group directLink */
#directLink {
    background: #b9c6e5 url('img/directLink-bg.png') no-repeat;
    width: 546px;
    height: 35px;
}
#directLink ul {
	
}
#directLink ul li {
	float: left;
	width: 105px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 4px;
	display: inline;/* ie6 */
}
#directLink ul li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 105px;
	height: 28px;
	color: #fff;
	line-height: 28px;
	text-indent: 24px;
	font-size: 14px;
	font-weight: bold;
}

/* @group direct-item */

#directLink ul li.first a {
	background-image: url('img/directLink-item-bg1.png');
}
#directLink ul li.first a:hover {
	background-image: url('img/directLink-item-bg1-hover.png');
}
#directLink ul li.second a {
	background-image: url('img/directLink-item-bg2.png');
}
#directLink ul li.second a:hover {
	background-image: url('img/directLink-item-bg2-hover.png');
}
#directLink ul li.third a {
	background-image: url('img/directLink-item-bg3.png');
}
#directLink ul li.third a:hover {
	background-image: url('img/directLink-item-bg3-hover.png');
}
#directLink ul li.fourth a {
	background-image: url('img/directLink-item-bg4.png');
}
#directLink ul li.fourth a:hover {
	background-image: url('img/directLink-item-bg4-hover.png');
}
#directLink ul li.fifth a {
	background-image: url('img/directLink-item-bg5.png');
}
#directLink ul li.fifth a:hover {
	background-image: url('img/directLink-item-bg5-hover.png');
}

/* @end */

/* @end */

/* @group entry */

.entry {
	margin-left: 2px;
}
.entry .header {
    height: 50px;
    background: url('img/entry-header-bg.png') 6px 4px no-repeat;
}
.entry .header h2 {
	padding-top: 9px;
	padding-left: 20px;
	height: 41px;
	line-height: 22px;
	font-weight: bold;
}
.entry .header h2 a {
	color: #000;
	font-size: 16px;
}
.entry .header .date {
    margin-top: -42px;
    margin-left: 460px;
    width: 64px;
	line-height: 24px;
    font-size: 12px;
    font-family: sans-serif;
}
.entry .body {
    background: #fff url('img/entry-body-bg-bottom.png') 0px bottom no-repeat;
    position: relative;
    margin-left: 10px;
    padding: 4px 14px 24px 18px;
    width: 410px;
    line-height: 1.4em;
	z-index: 3;
}
.entry .body .data {
    text-align: right;
    color: #21711f;
    font-size: 11px;
    font-weight: bold;
}

/* @group entry basic */
.entry .body p ,
.entry .body li ,
.entry .body table {
    line-height: 1.6em;
    font-size: 14px;
}
.entry .body ul ,
.entry .body ol {
    list-style-position: outside;
    margin-left: 1em;
}
.entry .body ul {
    list-style-type: disc;
}
.entry .body ol {
    list-style-type: decimal;
}


/* @end */

/* @group footer */
.entry .footer {
	background: #6db92b url('img/entry-footer-bg-middle.png') top repeat-y;
    margin-left: 110px;
    margin-top: -26px;
    margin-bottom: 20px;
    position: relative;
	width: 424px;
	z-index: 1;
}
.entry .footer h3 {
	background: url('img/entry-footer-bg-top.png') top no-repeat;
	padding-top: 10px;
	padding-left: 346px;
	font-size: 10px;
	cursor: pointer;
}
.entry .footer h3 ,
.entry .footer h3 a {
    color: #fff;
}
.entry .footer .comments {
	margin: 14px;
}
.entry .footer .comments .comment {
	border: 1px solid #21711f;
	background: #c2ff89;
	padding: .5em;
	font-size: 12px;
}

.entry .footer .comments .comment .info {
	margin-top: 1em;
}

/* @group form */

.entry .footer .comment-post {
	margin-top: 0.5em;
	padding: 8px 10px 0;
	border-top: 1px #fff dotted;
}
.entry .footer .comment-post label ,
.entry .footer .comment-post input {
	margin-top: 6px;
	height: 14px;
}
.entry .footer .comment-post label {
	margin-left: 10px;
	float: left;
	display: block;
	width: 130px;
	color: #fff;
	font-size: 12px;
}
.entry .footer .comment-post input ,
.entry .footer .comment-post textarea {
	border: 1px solid #21711f;
	background: #c2ff89;
}
.entry .footer .comment-post input {
	margin-right: 60px;
	width: 200px;
}
.entry .footer .comment-post textarea {
	margin-top: 6px;
	width: 378px;
	margin-left: 10px;
}
.entry .footer .comment-post #submit {
	margin-left: 10px;
    width: 80px;
	height: auto;
	padding: 4px 0;
    float: none;
}



/* @end */

.entry .footer .bottom {
	background: url('img/entry-footer-bg-bottom.png') bottom no-repeat;
	height: 12px;
}

/* @end */


/* @end */



/* @end */

/* @group widgetWrapper */

.widget {
	margin-bottom: 5px;
	width:200px;
}
.widget .header {
	background-repeat: no-repeat;
	background-image: url('img/widgetManager-bg1.png');
	height: 32px;
	line-height: 30px;
	text-indent: 18px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

/* @group navigation */

.widget li {
	margin-top: 1px;
	margin-bottom: 3px;
	_margin: 0;
    width: 192px;
    text-indent: 16px;
}
.widget li a {
    background-repeat: no-repeat;
    background-image: url('img/widgetManager-bg2.png');
    display: block;
    height: 24px;
    line-height: 24px;
    color: #000;
    font-size: 14px;
}
.widget li a:hover {
    background-image: url('img/widgetManager-bg2-hover.png');
}
.widget li.cat-item a.open {
    background-image: url('img/widgetManager-bg2-open-top.png');
}
.widget li.cat-item ul {
    background-image: url('img/widgetManager-bg2-open-bottom.png');
    background-repeat: no-repeat;
    background-position: 0 bottom;
	margin: 0;
	width: 192px;
	padding-bottom: 8px;
}
.widget li.cat-item ul li {
    background-image: url('img/widgetManager-bg2-open-middle.png');
    background-repeat: repeat-y;
	width: 192px;
	height: 22px;
	margin: 0;
	border: none;
}
/* for IE aperture bug */
.widget li.cat-item li a:link ,
.widget li.cat-item li a:visited {
	margin-left: 8px;
    background: none;
    display: block;
    width: 178px;
    height: 22px;
	line-height: 22px;
	text-indent: 30px;
	font-size: 14px;
}
.widget li.cat-item li a:hover {
	background: white url('img/widgetManager-bg3-hover.png') 0 0 no-repeat !important;
}
.widget li.cat-item li a:active ,
.widget li.cat-item li.current-cat a {
	background: url('img/widgetManager-bg3-selected.png') 0 0 no-repeat !important;
}
/* @end */

/* @group comments */

#recentcomments {
    margin-left: .3em;
    margin-right: .7em;
}

#recentcomments li {
	text-indent: 0;
	margin-top: 0.2em;
}
#recentcomments li ,
#recentcomments li a {
	line-height: 1.4em;
	font-size: 14px;
	font-weight: normal;
}
#recentcomments li a {
	background: none;
	color: #009;
}
#recentcomments li a:hover {
	color: #00f;
}

/* @end */

/* @group calendar
 */

#wp-calendar {
    width: 190px;
}
#wp-calendar th ,
#wp-calendar td {
    text-align: center;
    font-size: 100%;
}
#wp-calendar th {
    font-weight: bold;
}
#wp-calendar caption {
    margin-bottom: 4px;
    padding: 3px 0 2px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}



/* @end */


/* @end */

/* @group footer */

#footer p {
	background: url('img/footer-grad.png') right bottom no-repeat;
	padding-right: 1em;
	padding-top: 6px;
    text-align: right;
	line-height: 16px;
	font-size: 10px;
	vertical-align: bottom;
}

/* @end */

/* @group miniNavi */
#miniNavi {
    width: 132px;
    position: fixed;
    left: 800px;
    bottom: 20px;
}
#miniNavi h2 {
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 1px 0;
	background-image: url('img/miniNavi-header-bg.png');
	_background-image: url('img/miniNavi-header-bg.gif');
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#miniNavi ul li {
	margin-top: 2px;
	text-indent: 10px;
}
#miniNavi ul li a:link ,
#miniNavi ul li a:visited {
	background-image: url('img/miniNavi-item-bg.png');
	_background-image: url('img/miniNavi-item-bg.gif');
	background-repeat: no-repeat;
	display: block;
	color: #fff;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
#miniNavi ul li a:hover {
	background-image: url('img/miniNavi-item-bg-hover.png');
	_background-image: url('img/miniNavi-item-bg-hover.gif');
}

/* @end */
