@charset "UTF-8";
/*-----Common-----*/
a{
color: #465c1b;
text-decoration: none;
}

a:hover {
color: #465c1b;
text-decoration: none;
background: #FFFF99;
}

body {
font-size: small;
color: #465c1b;
background: url(/_common/skins/319/images/bg.gif) repeat;
}

blockquote {
padding: 10px;
padding: 10px;
margin: 0;
background: url(/_common/skins/319/images/blockquote.gif) repeat;
}

#container {
margin-bottom: 20px;
line-height: 1.5;
}

#banner {
padding: 40px 0 40px 0;
margin-bottom: 30px;
text-align: left;
background: #93b05a url(/_common/skins/319/images/header_bg.gif) repeat-x left bottom;
}

#banner h1{
width: 900px;
margin: 0 auto;
font-family: Helvetica,Arial,sans-serif;
font-size: 28px;
}

#banner a,
#banner a:hover{
color: #fff;
background: none;
}

#banner a:hover{
text-decoration: underline;
}

#lead{
width: 900px;
margin: 0 auto;
color: #fff;
}

/*-----Content-----*/
#content{
width: 900px;
margin: 0 auto;
text-align: left;
}

/* Links */
.archive-title{
margin-bottom: 15px;
font-size: small;
line-height: 1.6;
}

.archive-bottom{
margin-top: 20px;
font-size: small;
line-height: 1.6;
}

.archive-name{
float: left;
}

.previousLink{
padding: 0px 0 0px 15px;
background: url(/_common/skins/319/images/acs_left.gif) no-repeat left 2px;
}

.nextLink{
padding: 0px 15px 0px 0;
background: url(/_common/skins/319/images/acs_right.gif) no-repeat right 2px;
}

.archive-links{
float: right;
padding: 0px 0 0px 15px;
line-height: 14px;
white-space: nowrap;
background: url(/_common/skins/319/images/acs_top.gif) no-repeat left 2px;
}

/* Articles */
#main {
float: right;
width: 656px;
overflow: hidden;
}

.articles {
margin-bottom: 20px;
margin-bottom: 40px;
overflow: hidden;
}

.articles-title {
padding: 20px 0 5px 0;
margin: 0 0 20px 0;
border-top: 5px solid #a6cf99;
border-bottom: 1px solid #c1cd9f;
font-size: 18px;
font-weight: bold;
line-height: 24px;
}

.articles-title a,
.articles-title a:hover{
font-weight: bold;
}

.articles-body {
margin: 0 0px 5px 0px;
}

#container .articles-body a,
#container .posted a{
font-weight: normal;
text-decoration: underline;
}

#container .articles-body a:hover,
#container .posted a:hover{
font-weight: normal;
text-decoration: none;
}

#container .articles-body blockquote a,
#container .articles-body blockquote a:hover{
font-weight: bold;
text-decoration: none;
}

.articles-body img {
margin-right: 6px;
margin-bottom: 6px;
}

a.readMoreLink {
}

.posted{
padding: 3px 0;
margin: 0px 0px 20px 0px;
font-size: 11px;
}

/*-----Entry-----*/
.entry {
padding: 10px;
margin: 0px 0px 20px 0px;
background: url(/_common/skins/319/images/blockquote.gif) repeat;
}

.entry a {
text-decoration:underline;
}

.entry a:hover {
text-decoration:none;
}

.entry h4 {
padding: 0;
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/319/images/icon-nice.gif") no-repeat left center;
}

#nice form {
margin-bottom: 5px;
}

#nice ul {
padding: 8px;
margin-bottom: 5px;
}

#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: 1px;
}

.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;
}

#comment-write dd {
margin: 0 0 3px 80px;
line-height: 1.5;
}

#comment-write textarea {
height: 150px;
border: 1px solid #969696;
}

.comment-input {
width: 450px;
border: 1px solid #969696;
}

/* Trackback Write */
#trackback-write p {
margin: 0;
}

#trackback-write form {
margin: 12px 0;
}

.each-trackback {
padding: 8px 15px;
margin-bottom: 1px;
}

.trackback-url {
padding-top: 10px;
}

.trackback-url input {
width: 98%;
border: 1px solid #969696;
}

/*-----Side-----*/
#side-a {
float: left;
width: 211px;
padding: 0 9px 0 0;
overflow: hidden;
background: url(/_common/skins/319/images/line.gif) repeat-y right top;
}

.sidebar {
width: 211px;
margin-bottom: 30px;
overflow: hidden;
font-size: small;
line-height: 1.6;
}

.sidebar-title {
padding: 0 0 4px 0;
margin: 0 0 10px 0;
border-bottom: 5px solid #a6cf99;
font-size: small;
font-weight: bold;
line-height: 1.6;
}

.sidebar-body {
margin: 0 0 0 0px;
}

.sidebar-body a {
text-decoration: underline;
}

.sidebar-body a:hover {
text-decoration: none;
}

.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 {
padding: 0 0 5px 10px;
margin-bottom: 5px;
border-bottom: 1px solid #c1cd9f;
background: url(/_common/skins/319/images/acs.gif) no-repeat left  9px;
list-style-type: none;
}

.sidebar-body li a {
margin-right: 4px;
text-decoration:none;
}

.sidebar-body li a:hover {
text-decoration:none;
}

.new {
margin-left: 6px;
font-weight: bold;
color: #ee0000;
}

/*--Profile--*/
.sidebar#profile{
font-size: 10px;
line-height: 1.8;
}

dt.profile-img {
float: left;
}

dd.profile-status{
float: left;
width: 120px;
margin-left: 10px;
line-height: 1.8;
display: inline;
}

#profile .profileLink{
line-height: 1.2;
}

.nice {
padding: 0 2px;
margin: 0;
border: 1px solid #0090ff;
color: #0090ff;
background: #ffd900;
}

/*--Calendar--*/
#calendar{
font-size: 10px;
line-height: 14px;
}

.calendar-date a{
text-decoration:none;
}

.calendar-date {
text-align: center;
}

#calendar table {
margin: 3px 5px;
text-align: center;
}

#calendar th {
height: 22px;
width: 28px;
font-size: 10px;
font-weight: normal;
text-align: center;
}

#calendar td{
height: 22px;
width: 28px;
font-size: 10px;
text-align: center;
}

#calendar td.link {
font-weight: bold;
color: #f2e950;
background: url(/_common/skins/319/images/td_link.gif) no-repeat center center;
}

#calendar td.link a,
#calendar td.link a:hover{
font-weight: normal;
color: #fff;
background: none;
text-decoration: none;
}

#calendar td.link a:hover{
text-decoration: none;
}

/*--Search--*/
#search .sidebar-body {
}

.search-tbox {
width: 57%;
}

/*--Message--*/
#send-message {
}

/*--RSS Regist--*/
#rssRegist {
width: 140px;
padding: 0 0 0 30px;
margin: 0 auto 15px auto;
font-size: 11px;
line-height: 40px;
background: url(/_common/skins/319/images/rss.gif) no-repeat;
}

#rssRegist a{
font-weight: bold;
color: #465c1b;
text-decoration: none;
}

#rssRegist a:hover {
font-weight: bold;
color: #465c1b;
text-decoration: underline;
background: transparent;
}

/*--So-net--*/
#powered {
margin: 0 0 15px 5px;
}

#powered img {
}

#rssfeed {
margin: 0 0 0 5px;
}

/*--Tag--*/
.tag-word{
padding: 3px 0 0 0;
margin: 0px 0 0 0;
}

.tag{
margin-bottom: 20px;
overflow: hidden;
}

.tag{
display: block;
}

#tag_cloud{
padding: 12px 10px;
margin-bottom: 10px;
text-align: left;
border:1px solid #c1cd9f;
}

#tag_cloud a {
padding: 2px;
}

.tag-title{
padding: 20px 0 5px 0;
margin: 0 0 20px 0;
border-top: 5px solid #a6cf99;
border-bottom: 1px solid #c1cd9f;
font-size: 18px;
font-weight: bold;
line-height: 24px;
}

.tag-title a,
.tag-title a:hover{
font-weight: bold;
}

.tag-body{
margin: 0 0px 5px 0px;
}

.tag-body a {
text-decoration:underline;
}

.tag-body a:hover {
text-decoration:none;
}

.tag-service{
position: relative;
clear: left;
padding: 0 0 3px 0;
border-bottom: 1px solid #c1cd9f;
font-size: 14px;
font-weight: bold;
font-weight: bold;
color: #465c1b;
line-height: 1.4;
text-align: left;
}

.tag-search{
padding: 5px 0 0 0;
margin-bottom: 10px;
text-align: right;
}

.tag-article{
padding: 2px 0px;
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.4em;
}

.tag-more{
clear: left;
margin: 10px 0;
text-align: right;
}

.tag-photos{
float: left;
height: 200px;
width: 140px;
margin: 0px 50px 0px 0;
}

.tag-photos-title{
padding: 5px 0;
line-height: 1.4em;
text-align: left;
}

.tag-audios{
margin: 2px 0px;
}

.tag-audios-title{
padding: 0 0 5px 0px;
text-align: left;
}

.tag-audios-posted{
}

.tag-videos{
float: left;
height: 200px;
width: 140px;
margin: 0px 50px 0px 0;
}

.tag-videos-title{
padding: 5px 0;
line-height: 1.4em;
text-align: left;
}

.tag-navi{
clear: left;
margin: 10px 0;
text-align: center;
}

/*-----Footer-----*/
#footer {
clear: both;
padding: 30px 20px 20px 20px;
margin: 0 auto;
font-size: 10px;
background: #93b05a url(/_common/skins/319/images/footer.gif) repeat-x;
}

#footer a{
color: #fff;
text-decoration: none;
}

#footer a:hover{
color: #fff;
text-decoration: underline;
background:none;
}

.copyright{
padding: 0;
margin: 0;
text-align: right;
}

/* Message 2011.08 */
.message {
margin: 0 0 28px 0;
padding: 0;
}
h3.message-title {
margin: 0 0 10px 0;
padding: 0 0 4px 0;
border-bottom: 5px solid #A6CF99;
font-size: small;
font-weight: bold;
}
.message-body {
padding: 0;
}
