@charset "utf-8";
/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css
    http://developer.yahoo.com/yui/reset/
*/
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
    color: #0044ff;
}
hr {
    border:0;
    height:1px;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.floatLeft {
float: left;
}
.floatRight {
float: right;
}
.imgLeft,.photo {
float: left;
margin: 0 5px 0 0;
}
.imgRight {
float: right;
margin: 0 0 0 5px;
}
.clear {
clear: both;
}
.bold {
font-weight: bold;
}
.italic {
font-weight: italic;
}
.u {
text-decoration: underline;
}
.attention {
background: #ffff00;
font-weight: bold;
}
* {
margin: 0;
padding: 0;
}
body {
text-align: center;
background: #E9E9E9;
}
#container {
width: 800px;
margin: 0 auto;
padding: 0;
text-align: left;
position: relative;
background: #fff;
border-right: 1px solid #000;
border-left: 1px solid #000;
}

#header {
width: 800px;
height: 150px;
position: relative;
background: url(./image/back-title.jpg) no-repeat;
}
#header h1 {
position: absolute;
top: 10px;
right: 10px;
font-weight: bold;
font-size: 12px;
color: #333;
}
#header h2 {
position: absolute;
bottom: 20px;
right: 10px;
font-size: 18px;
font-weight: bold;
color: #fff;
background: #000;
}
#header h2 a {
text-decoration: none;
color: #fff;
}
#header p {
position: absolute;
top: 90px;
left: 10px;
padding-right: 10px;
font-size: 12px;
text-align: left;
color: #333;
}
#content {
width: 800px;
margin: 0;
position: relative;
}

#main {
float: left;
width: 540px;
}
#main a:hover {
/*color: #ffffff;
background: #0044ff;*/
position: relative;
top: 1px;
left: 1px;
}
#bredcrumb {
font-size: 90%;
margin: 5px 10px;
border-bottom: 1px solid #ccc;
}
#bredcrumb li {
display: inline;
line-height: 200%;
}
#infomation {
padding: 0 10px;
line-height: 140%;
font-size: 14px;
}
#infomation h2 {
font-weight: bold;
line-height: 160%;
border-bottom: 1px solid #666;
background: url(./image/h2.jpg) left top no-repeat;
padding: 5px 0 5px 30px;
}
#infomation p {
text-align: left;
margin: 0.5em 0;
line-height: 140%;
}
#infomation h3 {
clear: both;
line-height: 140%;
margin: 1em 0 0.5em 0;
font-weight: bold;
border-bottom: 1px solid #666;
}
#infomation .first {
background: url(./image/ranking1.gif) left center no-repeat;
padding: 10px 0 10px 40px;
}
#infomation .second {
background: url(./image/ranking2.gif) left center no-repeat;
padding: 10px 0 10px 40px;
}
#infomation .third {
background: url(./image/ranking3.gif) left center no-repeat;
padding: 10px 0 10px 40px;
}
#infomation h4 {
clear: both;
line-height: 140%;
margin: 1em 0 0.5em 0;
}
#infomation dl {
margin: 0.5em 0;
}
#infomation dl dt {
font-weight: bold;
font-size: 16px;
}
#infomation dl dd {
margin: 0 0 0 10px;
}
#infomation ul,#infomation ol {
margin: 0.5em 0 0.5em 20px;
}
#infomation li {
line-height: 140%;
}
#infomation .dataContainer ul  {
margin: 10px 0 0 0;
padding: 0;
position: relative;
top: 1px;
}
#infomation .dataContainer ul li {
background: #ccc;
float: left;
list-style: none;
width: 100px;
height: 30px;
padding: 0;
margin: 0;
font-size: 12px;
}
#infomation .dataContainer ul li a {
text-align: center;
display: block;
background: url(./image/tab.jpg) no-repeat;
line-height: 30px;
}
#infomation .dataContainer ul li .selected {
background: url(./image/tab-selected.jpg) no-repeat;
color: #000;
text-decoration: none;
cursor: default;
}
#infomation .dataContainer .dataContent {
clear: both;
}
#infomation .dataContainer .dataContent dl {
border: 1px solid #999;
margin: 0;
padding: 5px;
}
#infomation .dataContainer dl dt {
}
#infomation .dataContainer dl dd {
margin: 0 0 20px 0;
}

.entry,.page {
padding: 0 10px;
}

.entry-header,.page-header {
margin: 0 0 10px 0;
}
.entry-header h2,.page-header h2 {
background: url(./image/h2.jpg) top left no-repeat;
border-bottom: 1px solid #666;
color: #555;
line-height: 160%;
margin: 0 0 3px 0;
padding: 5px 0 5px 30px;
font-size: 110%;
font-weight: bold;
}
.entry-header h2 a,.page-header h2 a {
display: block;
}
.entry-infomation,.page-infomation {
font-size: 85%;
line-height: 140%;
}

.entry-infomation li,.page-infomation li {
display: inline;
}

li .published {
}

.entry-body,.page-body {
line-height: 140%;
}
.entry-body h3,.page-body h3 {
line-height: 160%;
background: url(./image/h3.jpg) no-repeat top left;
border-bottom: 1px solid #333;
margin: 1em 0 0.5em 0;
padding-left: 25px;
font-size: 110%;
font-weight: bold;
}
.entry-body h4,.page-body h4 {
line-height: 160%;
background: url(./image/h4.jpg) no-repeat top left;
border-bottom: 1px solid #333;
margin: 1em 0 0.5em 0;
padding-left: 20px;
font-size: 110%;
font-weight: bold;
}
.entry-body h5,.page-body h5 {
line-height: 160%;
border-bottom: 1px solid #ccc;
margin: 1em 0 0.5em 0;
padding-left: 5px;
font-size: 105%;
font-weight: bold;
}
.entry-body h6,.page-body h6 {
line-height: 140%;
border-bottom: 1px solid #ccc;
margin: 1em 0 0.5em 0;
padding-left: 5px;
font-size: 105%;
font-weight: bold;
}
.entry-body p,.page-body p {
line-height: 140%;
margin: 1em 0;
}
.entry-body ul,.page-body ul {
line-height: 140%;
list-style-type: disc;
margin: 0.5em 0 0.5em 2em;
}
.entry-body ul ul,.page-body ul ul {
line-height: 140%;
list-style-type: circle;
margin: 0.5em 0 0.5em 1em;
}
.entry-body ol,.page-body ol {
line-height: 140%;
list-style-type: decimal;
margin: 0.5em 0 0.5em 2em;
}
.entry-body ol ol,.page-body ol ol {
line-height: 140%;
list-style-type: lower-roman;
margin: 0.5em 0 0.5em 1em;
}
.entry-body li,.page-body li {
line-height: 140%;
}
.entry-body dl,.page-body dl {
line-height: 140%;
margin: 0.5em 0 0.5em 2em;
}
.entry-body dt,.page-body dt {
line-height: 140%;
}
.entry-body dd,.page-body dd {
line-height: 140%;
}
.entry-body blockquote,.page-body blockquote {
line-height: 140%;
background: #eee;
margin: 0.5em;
padding: 5px;
}
.entry-body q,.page-body q {
line-height: 140%;
}
.entry-body hr,.page-body hr {
border: 1px solid #cccccc;
}
.entry-body pre,.page-body pre {
line-height: 140%;
}
.entry-body code,.page-body code {
line-height: 140%;
}
.entry-body strong,.page-body strong {
font-weight: bold;
}
.entry-body em,.page-body em {
font-style: italic;
}
.entry-body table.pc-intro,.page-body table.pc-intro {
width: 500px;
border: 1px solid #999999;
border-collapse: collapse;
}
.entry-body table.pc-intro th,.page-body table.pc-intro th {
border: 1px solid #999999;
padding: 2px;
font-weight: bold;
background: #70aae5;
width: 100px;
}
.entry-body table.pc-intro td,.page-body table.pc-intro td {
border: 1px solid #999999;
padding: 2px;
}
.entry-footer,.page-footer {
border-top: 1px solid #ccc;
margin: 5px 0 0 0;
}

.entry-categories,.page-category {
text-align: right;
}

.entry-categories li,.page-category li {
display: inline;
font-size: 12px;
line-height: 140%;
}

.entry-tags,.page-tags {
text-align: right;
}

.entry-tags li,.page-tags li {
display: inline;
font-size: 12px;
line-height: 140%;
}
.entry-related,#recommend {
margin: 20px 0;
}
.entry-related h3,#recommend h3 {
font-weight: bold;
line-height: 140%;
margin: 5px 0;
padding:5px;
border: 1px solid #999999;
background: #cccccc;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.entry-related ul {
list-style-type: circle;
margin: 0.5em 0 1em 20px;
}
.entry-related li {
line-height: 140%;
}

/* recommend */
#recommend #tablist {
list-style-type: none;
margin: 0;
}
#tablist li {
display: inline-block;
width: 100px;
line-height: 200%;
background: #999999;
}
#tablist li a {
display: inline-block;
width: 100px;
text-align: center;
text-decoration: none;
color: #ffffff;
}
#tablist li a:hover,.selected {
background: #333333;
}
#rec-content {
overflow: hidden;
position: relative;
border: 1px solid #999999;
height: 150px;
}
#recommend #prev {
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}
#rec-content #next {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
#rec-content ul {
height: 150px;
margin: 0 20px;
padding: 5px;
line-height: 140%;
}
#rec-content ul li {
display: inline-block;
height: 150px;
width: 100%;
clear: both;
}


/* pagebute */
#pagebute {
text-align: center;
margin: 0 0 30px 0;
}
.link_before,.link_page,.link_next {
padding: 5px;
border: 1px solid #999999;
}
.link_before:hover,.link_page:hover,.link_next:hover {
color: #ffffff;
background: #0044ff;
}

#trackbacks {
padding: 0 10px;
}

.trackbacks {

}

.trackbacks-header {
font-weight: bold;
}

.trackbacks-info {
margin: 5px 0;
}
.trackbacks-info input {
width: 450px;
border: 1px solid #999999;
padding: 5px 10px;
}
.trackbacks-info input:hover {
background: #cccccc;
}
#trackback-data {

}

#comments {
padding: 0 10px;
}

.comments {
}
.comments-header {
font-weight: bold;
}
.comments-content {
margin: 10px;
padding: 5px;
}
.comment {
margin: 0 0 30px 0;
border: 1px solid #ccc;
}
.comment-header {
font-size: 90%;
margin: -1.5em 10px 0 10px;
background: #fff;
border: 1px solid #ccc;
padding: 0.5em;
}
.comment-content {
padding: 10px;
}
.reply {
margin-left: 10px;
}
#comments-open {
margin: 5px 0;
}

.comments-open {
}

.comments-open-header {
font-weight: bold;
}

.comments-open-content {

}
#comment-greeting {
/*border: 3px dotted #999;
margin: 20px 0;
padding: 5px;
font-size: 90%;*/
}
#comments-form {
}
#comments-form input,#comments-form textarea {
padding: 5px 10px;
border: 1px solid #999999;
}
#comments-form input:hover,#comments-form textarea:hover {
background: #cccccc;
}
#comment-parent-id {
}
#comments-open-data {
}
#comment-form-name {
margin: 5px 0;
}
#comment-author {
width: 450px;
}
#comment-form-email {
margin: 5px 0;
}
#comment-email {
width: 450px;
}
#comment-form-url {
margin: 5px 0;
}
#comment-url {
width: 450px;
}
#comment-form-remember-me {
margin: 5px 0;
}
#comment-form-reply {
margin: 5px 0;
}
#comments-open-text {
margin: 5px 0;
}
#comment-text {
width: 450px;
height: 120px;
}
#comments-open-captcha {
}
#comments-open-footer {
margin: 10px 0;
}
#comment-preview {
border: 1px solid #ccc;
padding: 5px 10px;
}
#comment-submit {
border: 1px solid #ccc;
padding: 5px 10px;
}

#sidebar {
float: right;
width: 260px;
}

.widget {
margin: 0 10px 10px 0;
padding: 0 5px;
border: 1px solid #ccc;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background: #95AFFF;
}

.widget-header {
color: #333;
line-height: 24px;
text-align: left;
margin: 5px 0;
font-size: 14px;
font-weight: bold;
}
.widget-content {
margin: 5px 0;
padding: 5px 0;
background: #fff;
}
.widget-content ul {
margin: 0 10px 0 0px;
}
.widget-content ul ul {
margin: 0 0 0 -25px;
}
.widget-content ul li {
line-height: 140%;
font-size: 90%;
padding: 0 0 0 25px;
margin: 5px 0;
}
.widget-content li a:hover {
color: #fff;
background: #0044ff;
}
.widget-content li li {
margin: 5px 0;
list-style-image: none;
}
.widget-magazine .widget-content {
padding: 5px;
}
.widget-magazine .widget-content p {
font-size:90%;
}
.widget-archive-category li,
.widget-pages li,
.widget-recent-entries li,
.widget-archive-monthly li,
.widget-related-links li
 {
background: url(./image/side-list.jpg) no-repeat left top;
}
.widget-archive-category li li,
.widget-pages li li,
.widget-recent-entries li li,
.widget-archive-monthly li li,
.widget-related-links li li,
.widget-recent-comments li {
background: url(./image/side-list-txt.gif) no-repeat left top;
}

.widget-archive-monthly-dropdown {
}
.widget-tag-cloud {
}
#tag-cloud {
list-style-type: none;
margin: 0;
}

#tag-cloud li {
display: inline;
}

.rank-1 {

}

.rank-2 {

}

.rank-3 {

}

.rank-4 {

}

.rank-5 {

}

.rank-6 {

}

.rank-7 {

}

.rank-8 {

}

.rank-9 {

}

.rank-10 {

}

.widget-syndication {

}

#feed {
list-style-type: none;
}

#feed li {
}

.feed {
}

#footer {
border-top: double 3px #333;
clear: both;
position: relative;
width: 800px;
height: 100px;
background: #2b8aef url(./image/back-footer.jpg) repeat-x;
}
#info {
position: absolute;
bottom: 10px;
right: 10px;
color: #ffffff;
font-size: 90%;
}
#info a {
color: #ffffff;
}
