@charset "UTF-8";

/*-----Common-----*/

a{
color: #2279a6;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

body {
font-size: small;
line-height: 1.6;
background: #e2e2e2;
}

blockquote {
padding: 10px;
margin: 0;
background: #f6f6f6;
}

#container {
color: #444444;
line-height: 1.6;
background: #e2e2e2 url(/_common/skins/525/images/bg.gif) repeat-x;
}

#banner {
height: 120px;
padding: 20px 0 0 0;
margin-bottom: 0px;
text-align: left;
background: url(/_common/skins/525/images/header_bg.jpg) no-repeat center top;
}

#banner h1{
width: 980px;
margin: 0 auto;
font-family: Helvetica,Arial,sans-serif;
font-size: 28px;
}

#banner h1 a{
color: #444444;
}

#lead{
width: 980px;
margin: 0 auto;
color: #444444;
}

/*-----Content-----*/

#content{
width: 980px;
margin: 0 auto;
text-align: left;
}


/* Links */
.archive-title{
margin-bottom: 10px;
font-size: 86%;
}

.archive-bottom{
margin-top: 10px;
font-size: 86%;
}

.archive-name{
float: left;
}

.previousLink{
padding-left: 14px;
background: url(/_common/skins/525/images/arrowL_small.gif) no-repeat left center;
}

.nextLink{
padding-right: 14px;
background: url(/_common/skins/525/images/arrowR_small.gif) no-repeat right center;
}

.archive-links{
float: right;
padding-left: 14px;
white-space: nowrap;
background: url(/_common/skins/525/images/arrowT_small.gif) no-repeat left center;
}

.archive-title a:link {
color: #4d4d4d;
text-decoration: none;
}

.archive-title a:visited {
color: #4d4d4d;
text-decoration: none;
}

.archive-title a:active {
color: #4d4d4d;
text-decoration: none;
}

.archive-title a:hover {
color: #4d4d4d;
text-decoration: underline;
}

.archive-bottom a:link {
color: #4d4d4d;
text-decoration: none;
}

.archive-bottom a:visited {
color: #4d4d4d;
text-decoration: none;
}

.archive-bottom a:active {
color: #4d4d4d;
text-decoration: none;
}

.archive-bottom a:hover {
color: #4d4d4d;
text-decoration: underline;
}


/* Articles */
#main {
float: left;
width: 530px;
overflow: hidden;
}

.articles {
margin-bottom: 20px;
overflow: hidden;
border: 1px solid #bcbcbc;
background: #ffffff;
}

.articles-title {
padding: 15px 10px 15px 20px;
margin: 0 0 20px 0;
font-size: 120%;
line-height: 1.3;
border-bottom: 1px solid #bcbcbc;
}

.articles-body {
padding: 0 20px 20px 20px;
}

a.readMoreLink {
}

.posted{
padding: 20px 20px 20px 20px;
font-size: 90%;
}

/*-----Entry-----*/

.entry {
padding: 10px 20px;
border-top: 1px solid #bcbcbc;
}

.entry h4 {
padding: 0;
margin: 0 0 10px 0;
font-size: 106%;
}

.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/525/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;
}

/* Comment Write */
#comment-write dt {
float: left;
clear: both;
}

#comment-write dl {
padding: 8px 0;
}

#comment-write dd {
margin: 0 0 3px 85px;
line-height: 1.5;
}

#comment-write textarea {
height: 150px;
padding: 3px;
border: 1px solid #969696;
}

.comment-input {
width: 380px;
padding: 3px;
border: 1px solid #969696;
}


/* Trackback Write */

#trackback-write form {
margin: 5px 0;
}

.each-trackback {
padding: 0;
margin-bottom: 1px;
}

.trackback-url {
padding-top: 10px;
}

.trackback-url input {
width: 98%;
border: 1px solid #969696;
padding: 3px;
margin-bottom: 5px;
}


/*-----Side-----*/
#side-a {
float: left;
width: 210px;
margin-left: 15px;
overflow: hidden;
}

#side-b {
float: right;
width: 210px;
overflow: hidden;
}

.sidebar {
width: 210px;
margin-bottom: 20px;
overflow: hidden;
font-size: small;
line-height: 1.6;
}

.sidebar-title {
padding: 5px 0 14px 35px;
margin: 0 0 0px 0;
font-size: small;
font-weight: bold;
line-height: 1.6;
background: url(/_common/skins/525/images/side_title_acs.gif) no-repeat left 0px;
}

.sidebar-title a,
.sidebar-title a:hover{
font-weight: bold;
color: #444444;
}

.sidebar-body {
margin: 0 0 0 4px;
}

.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.3;
list-style-type: none;
}

.sidebar-body li a {
margin-right: 4px;
}

.new {
margin-left: 6px;
color: #ee0000;
}

/*--Profile--*/

dt.profile-img {
float: left;
}

dd.profile-status{
margin-left: 80px;
line-height: 1.4;
font-size: 90%;
}

#profile .profileLink{
}

.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;
text-align: center;
}

#calendar th {
height: 20px;
width: 24px;
font-weight: normal;
}

#calendar td{
height: 22px;
width: 22px;
font-size: 86%;
}

#calendar td.link {
font-weight: bold;
color: #ffffff;
background: url(/_common/skins/525/images/td_link.gif) no-repeat center center;
}

#calendar td.link a,
#calendar td.link a:hover{
font-weight: normal;
color: #ffffff;
}

#calendar a.thisMonth,
#calendar a:hover.thisMonth{
color: #444444;
}

/*--Search--*/
#search .sidebar-body {
}

.search-tbox {
width: 57%;
border: 1px solid #969696;
}


/*--Message--*/
#send-message {
text-align: left;
}


/*--RSS Regist--*/
#rssRegist {
height: 29px;
width: 131px;
padding: 9px 0 0 25px;
margin: 0 0 15px 0;
font-size: x-small;
font-weight: bold;
line-height: 14px;
line-height: 1;
background: url(/_common/skins/525/images/rss.gif) no-repeat;
}


#rssRegist a{
color: #1881a1;
text-decoration: none;
}

#rssRegist a:hover {
color: #1881a1;
text-decoration: underline;
}


/*--So-net--*/
#powered {
margin: 0 0 0 5px;
text-align: left ! important;
}

#powered img {
margin-bottom: 10px;
text-align: left;
}

#rssfeed {
margin: 0 0 0 5px;
text-align: left ! important;
}

#rssfeed a:link {
color: #666666;
text-decoration: none;
}

#rssfeed a:visited {
color: #666666;
text-decoration: none;
}

#rssfeed a:active {
color: #666666;
text-decoration: none;
}

#rssfeed a:hover {
color: #666666;
text-decoration: underline;
}


/*--Tag--*/
.tag-word{
margin: 10px 0 0 0;
}

.tag{
margin-bottom: 20px;
overflow: hidden;
border: 1px solid #bcbcbc;
background: #ffffff;
}

#tag_cloud{
padding: 12px 10px;
margin: 10px 20px;
text-align: left;
background: #f6f6f6;
}

#tag_cloud a {
padding: 2px;
}

.tag-title{
padding: 15px 10px 15px 20px;
margin: 0 0 20px 0;
font-size: 120%;
font-weight: bold;
line-height: 20px;
border-bottom: 1px solid #bcbcbc;
}

.tag-body{
margin: 0 20px 20px 20px;
}

.tag-service{
position: relative;
clear: left;
padding: 0 0 3px 0;
font-size: 106%;
font-weight: bold;
text-align: left;
background: url(/_common/skins/525/images/line.gif) repeat-x left bottom;
}

.tag-search{
padding: 5px 0 0 0;
margin-bottom: 10px;
text-align: right;
}

.tag-article{
padding: 2px 10px;
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 10px;
}

.tag-photos-title{
padding: 5px 0;
line-height: 1.4em;
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;
height: 200px;
width: 140px;
margin: 0 10px;
}

.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: 40px 10px 15px 10px;
font-size: 86%;
background: url(/_common/skins/525/images/footer_bg.gif) repeat-x left top;
}

.copyright{
padding: 0;
margin: 0;
text-align: right;
}