@charset "UTF-8";

/*-----Common-----*/

a{
color: #e05e00;
text-decoration: none;
}

a:hover{
color: #e05e00;
text-decoration: underline;
}

body {
font-size: small;
line-height: 1.6;
background: url(/_common/skins/735/images/bg.gif) repeat;
}

blockquote {
padding: 10px 30px 10px 10px;
margin: 0;
border: 1px solid #d0cfc6;
background: #fff url(/_common/skins/735/images/blockquote_bg.gif) repeat-y right top;
}

#container {
margin-bottom: 20px;
color: #333333;
line-height: 1.5;
}

#banner {
height: 160px;
padding: 40px 0 0 0;
margin-bottom: 5px;
text-align: left;
background:url("/_images/blog/_bd9/kazutoku/DSCF5163_m.jpg") no-repeat center top;
}

#banner h1{
width: 1065px;
margin: 0 auto;
font-family: Helvetica,Arial,sans-serif;
font-size: 28px;
}

#banner h1 a{
color: #fafad2;
}

#lead{
width: 1065px;
margin: 0 auto;
color: #fafad2;
}

/*-----Content-----*/

#content{
width: 1065px;
margin: 0 auto;
text-align: left;
}

/* Links */
.archive-title{
padding: 10px 20px;
font-size: small;
line-height: 1.3;
background: #fefdf9;
}

.archive-bottom{
padding: 10px 20px;
margin: -20px 0 20px 0;
font-size: small;
line-height: 1.3;
background: #fefdf9;
}

.archive-title a,
.archive-title a:hover,
.archive-bottom a,
.archive-bottom:hover{
color: #444;
}

.archive-name{
float: left;
}

.previousLink{
padding-left: 16px;
background: url(/_common/skins/735/images/arrowL_small.gif) no-repeat left center;
}

.nextLink{
padding-right: 16px;
background: url(/_common/skins/735/images/arrowR_small.gif) no-repeat right center;
}

.archive-links{
float: right;
padding-left: 16px;
white-space: nowrap;
background: url(/_common/skins/735/images/arrowT_small.gif) no-repeat left center;
}


/* Articles */
#main {
float: left;
width: 840px;
overflow: hidden;
}

.articles {
width: 840px;
margin-bottom: 20px;
overflow: hidden;
background: #fefdf9 url(/_common/skins/735/images/note.gif) repeat;
}

.articles-title {
padding: 10px 10px 9px 20px;
margin: 0 0 20px 0;
font-size: 112%;
font-weight: bold;
color: #e05e00;
line-height: 1.4;
background: #fbfaf7 url(/_common/skins/735/images/title_bg.gif) repeat-x left bottom;
}


.articles-title a {
color:#444444;
}

.articles-title a:hover {
color: #e05e00;
}

.articles-body {
margin: 0 20px 20px 20px;
line-height: 1.6;
}

.articles-body img {
margin-right: 6px;
margin-bottom: 6px;
}

.posted{
margin: 0 20px 20px 20px;
font-size:11px;
}

/*-----Entry-----*/
.entry {
margin: 0 20px 20px 20px;
}

.entry h4 {
padding: 2px;
margin: 0 0 5px 0;
font-size: small;
}

.entry ul, .entry li, .entry dl, .entry dt, .entry dd, .entry form {
padding: 0;
margin: 0;
}

/* nice! */
#nice h4 {
padding-left: 20px;
background: url("/_common/skins/735/images/icon-nice.gif") no-repeat left center;
}

#nice form {
margin-bottom: 5px;
}

#nice ul {
padding: 8px;
margin-bottom: 5px;
background: #eee9da;
}

#nice li {
float: left;
width: 67px;
padding: 5px 0;
overflow: hidden;
font-size: x-small;
line-height: 1.2;
display: block;
text-align: center;
white-space: nowrap;
list-style: none;
}

/* Comments */
#comments form {
}

.each-comment {
clear: both;
padding: 8px;
margin-bottom: 0px;
background: #eee9da;
}

.each-comment img {
float: left;
margin: 0 10px;
}

.each-comment input {
padding: 0;
margin: 0;
}

* html .each-comment input {
margin-bottom: -2px;
}

.comments-body {
margin: 0 0 0 60px;
}

#comments .delete {
margin-left: 60px;
}

/* Comment Write */
#comment-write dt {
float: left;
clear: both;
}

#comment-write dl {
padding: 8px 15px;
background: #eee9da;
}

#comment-write dd {
margin: 0 0 3px 80px;
line-height: 1.5;
}

#comment-write textarea {
height: 150px;
border: 1px solid #969696;
}

.comment-input {
width: 420px;
border: 1px solid #969696;
}

/* Trackback Write */
#trackback-write p {
margin: 0;
}

#trackback-write form {
margin: 12px 0;
}

.each-trackback {
padding: 8px 15px;
background: #eee9da;
}

.trackback-url {
padding-top: 10px;
}

.trackback-url input {
width: 98%;
border: 1px solid #969696;
}

/*-----Side-----*/
#side-b{
float: right;
width: 220px;
padding-left: 5px;
overflow: hidden;
font-size: small;
}


.sidebar{
width: 205px;
margin-bottom: 20px;
margin-left: 5px;
overflow: hidden;
}

.sidebar a {
color:#333333;
text-decoration:underline;
}
.sidebar a:hover{
color: #af4900;
}

.sidebar-title {
padding: 15px 30px 0 10px;
margin: 0;
font-size: small;
line-height: 1.6;
background: url(/_common/skins/735/images/side_title_bg_200.gif) repeat-y;
}

.sidebar-title a {
text-decoration:none;
}

.sidebar-title a:hover {
color: #e05e00;
text-decoration:underline;
}

.sidebar-body {
padding: 30px 0 0 0;
margin: 0;
font-size: small;
line-height: 1.6;
background: url(/_common/skins/735/images/side_title_bottom_200.gif) no-repeat left top;
}

.sidebar-body ul, .sidebar-body li, .sidebar-body dl, .sidebar-body dt, .sidebar-body dd, .sidebar-body form {
padding: 0;
margin: 0;
}

.sidebar-body li {
margin-bottom: 8px;
line-height: 1.4;
list-style-type: none;
padding-left:16px;
background:url(/_common/skins/735/images/dot.gif) no-repeat 0 2px;
}

.sidebar-body li a {
margin-right: 4px;
}

.new {
margin-left: 6px;
font-weight: bold;
color: #ee0000;
}

/*--Profile--*/

dt.profile-img {
float: left;
}

dd.profile-status{
margin-left: 80px;
line-height: 1.8;
font-size:11px;
}

#profile .profileLink{
line-height: 1.2;
}

.nice {
padding: 0 2px;
margin: 0;
border: 1px solid #0090ff;
color: #0090ff;
background: #ffd900;
}

/*--Calendar--*/

.calendar-date {
text-align: center;
}

#calendar table {
margin: 3px auto;
font-size: 90%;
line-height: 1.3;
text-align: center;
}

#calendar th {
height: 19px;
width: 21px;
font-weight: normal;
}

#calendar td{
height: 19px;
width: 21px;
font-size: 90%;
text-align: center;
}

#calendar td a {
text-decoration:none;
}

#calendar td.link {
height: 19px;
width: 21px;
color: #ffffff;
background: url(/_common/skins/735/images/td_link.gif) no-repeat center center;
}

#calendar td.link a,
#calendar td.link a:hover{
color: #fff;
}

/*--Search--*/
#search .sidebar-body {
}

.search-tbox {
width: 67%;
}

/*--Message--*/
#send-message {
}

/*--RSS Regist--*/
#rssRegist {
height: 25px;
width: 144px;
padding: 9px 0 0px 25px;
margin: 0 auto 20px auto;
font-size: 90%;
font-weight: bold;
line-height: 1.3;
background: url(/_common/skins/735/images/rss.gif) no-repeat;
}

#rssRegist a:link {
color: #e05e00;
text-decoration: none;
}

#rssRegist a:visited {
color: #e05e00;
text-decoration: none;
}

#rssRegist a:active {
color: #e05e00;
text-decoration: none;
}

#rssRegist a:hover {
color: #e05e00;
text-decoration: underline;
}

/*--So-net--*/
#powered {
}

#powered img {
margin-bottom: 10px;
}

#rssfeed a {
color:#333333;
}

/*--Tag--*/
.tag-word{
margin: 10px 0 0 0;
}

.tag{
width: 685px;
margin-bottom: 20px;
overflow: hidden;
background: #fefdf9 url(/_common/skins/735/images/note.gif) repeat;
}

#tag_cloud{
padding: 12px 10px;
margin:10px 20px;
border:1px solid #999999;
text-align: left;
}

#tag_cloud a {
padding: 2px;
}

.tag-title{
padding: 10px 10px 9px 20px;
margin: 0 0 20px 0;
font-size: 112%;
font-weight: bold;
color: #e05e00;
line-height: 1.4;
background: #fbfaf7 url(/_common/skins/735/images/title_bg.gif) repeat-x left bottom;
}

.tag-body{
margin: 0 20px 20px 20px;
}

.tag-service{
position: relative;
clear: left;
padding: 0 0 3px 0;
padding: 0 0 1px 0;
border-bottom: 1px solid #444444;
font-size: 120%;
font-weight: bold;
line-height: 1.4;
text-align: left;
}

.tag-search{
padding: 5px 0 0 0;
margin-bottom: 10px;
text-align: right;
}

.tag-article{
text-align: left;
}

.tag-article-title{
padding: 0 0 5px 0px;
text-align: left;
}

.tag-article-posted{
}

.tag-article-summary{
padding: 0px 10px;
line-height: 1.4;
}

.tag-more{
clear: left;
margin: 10px 0;
text-align: right;
}

.tag-photos{
float: left;
height: 200px;
width: 140px;
margin: 0px 20px 0 0;
}

.tag-photos-title{
padding: 5px 0;
line-height: 1.4;
text-align: left;
}

.tag-audios{
margin: 2px 10px;
}

.tag-audios-title{
padding: 0 0 5px 0px;
text-align: left;
}

.tag-audios-posted{
}

.tag-videos{
float: left;
margin: 0px 20px 0 0;
}

.tag-videos-title{
padding: 5px 0;
line-height: 1.4;
text-align: left;
}

.tag-navi{
clear: left;
margin: 10px 0;
text-align: center;
}

/*-----Footer-----*/
#footer {
clear: both;
height: 25px;
padding: 0 20px;
font-size: 10px;
}

#footer a,
#footer a:hover{
color: #333333;
}

.copyright{
padding: 0;
margin: 0;
text-align: right;
}
