@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;
}
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;
}
.writerBanner {
width: 150px;
text-align: center;
padding: 2px;
}
.twidth {
width: 110px;
padding: 2px;
}
.thead {
font-weight: bold;
text-align: center;
}
.linkRegist a {
background: url(./image/linkRegist.png) no-repeat;
text-align: center;
margin: 5px auto;
width: 200px;
height: 60px;
text-indent: -9999px;
display: block;
}
.linkRegist a:hover {
position: relative;
top: 1px;
left: 1px;
}
.myBox {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.cornerTop {
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
}
.cornerBottom {
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
}
#dataContainer {
position: relative;
padding-top: 37px;
margin: 0 auto;
width: 450px;
}
#price {

}
#price thead tr {
position: absolute;
top: 0;
left: 0;
border-bottom: 1px solid #666;
}
#price thead tr th {
width: 80px;
text-align: center;
}
#price tbody tr th {
text-align: center;
width: 80px;
border-right: 1px solid #333;
border-top: 1px dashed #ccc;
}
#price tbody tr td {
width: 80px;
text-align: right;
border-top: 1px dashed #ccc;
border-right: 1px dashed #ccc;
}
#dataContent {
overflow: auto;
width: 420px;
height: 350px;
border: 1px solid #ccc;
}


* {
margin: 0;
padding: 0;
}
body {
text-align: center;
background: #fff;
}
#container {
width: 800px;
margin: 0 auto;
padding: 0;
text-align: left;
position: relative;
background: #fff;
border: 1px solid #999;
}

#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;
top: 40px;
right: 10px;
font-size: 18px;
font-weight: bold;
}
#header h2 a {
text-decoration: none;
color: #333;
}
#header p {
position: absolute;
top: 90px;
right: 10px;
width: 420px;
font-size: 12px;
text-align: left;
color: #333;
}
#content {
width: 800px;
margin: 0;
position: relative;
font-size: 12px;
}

#main {
float: left;
width: 540px;
}
#bredcrumb {
font-size: 12px;
margin: 5px 10px;
border-bottom: 1px solid #ccc;
}
#bredcrumb li {
display: inline;
line-height: 200%;
}
#infomation {
padding: 0 10px;
line-height: 140%;
}
#infomation h2 {
font-size: 16px;
font-weight: bold;
line-height: 160%;
border-bottom: 1px solid #666;
background: url(./image/h2.gif) left center 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%;
font-size: 14px;
margin: 1em 0 0.5em 0;
padding: 20px 0 0 5px;
font-weight: bold;
border-left: 10px solid #95AFFF;
border-bottom: 1px solid #666;
}
#infomation h4 {
clear: both;
line-height: 140%;
font-size: 14px;
margin: 1em 0 0.5em 0;
padding: 0 0 0 5px;
font-weight: bold;
border-left: 5px solid #95AFFF;
}
#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 dl {
margin: 0.5em 0 0.5em 20px;
}
#infomation dl dt {
font-weight: bold;
}
#infomation dl dd {
margin: 0 0 0 10px;
}
#infomation ul,#infomation ol {
margin: 0.5em 0 0.5em 20px;
}
#infomation ul {
list-style: circle;
}
#infomation ol {
list-style: decimal;
}
#infomation li {
line-height: 140%;
}
.page-infomation {
}

.page-infomation li {
}

li.published {
}

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

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

}

.entry-infomation li,.page-infomation li {
display: inline;
font-size: 80%;
}

li .published {

}

.entry-body,.page-body {
line-height: 140%;
padding: 0 5px;
font-size: 12px;
}
.entry-body h3,.page-body h3 {
line-height: 160%;
border-left: 10px double #00AA2B;
border-bottom: 3px solid #ccc;
margin: 0.5em 0;
padding-left: 5px;
font-size: 14px;
font-weight: bold;
}
.entry-body h4,.page-body h4 {
line-height: 160%;
border-left: 5px solid #00AA2B;
border-bottom: 3px solid #ccc;
margin: 0.5em 0;
padding-left: 5px;
font-size: 14px;
font-weight: bold;
}
.entry-body h5,.page-body h5 {
line-height: 160%;
border-bottom: 3px solid #ccc;
margin: 0.5em 0;
padding-left: 5px;
font-size: 14px;
font-weight: bold;
}
.entry-body h6,.page-body h6 {
line-height: 140%;
border-bottom: 1px solid #ccc;
margin: 0.5em 0;
padding-left: 5px;
font-size: 14px;
font-weight: bold;
}
.entry-body p,.page-body p {
line-height: 140%;
margin: 0.5em 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 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-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: 80%;
}

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

.entry-tags li,.page-tags li {
display: inline;
font-size: 80%;
}

#trackbacks {
padding: 0 10px;
}

.trackbacks {

}

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

.trackbacks-info {
margin: 5px 0;
}
.trackbacks-info input {
width: 100%;
margin: 0 10px;
border: 1px solid #ccc;
padding: 5px 10px;
}
#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 {
font-size: 90%;
padding: 10px;
}
.reply {
margin-left: 10px;
}
#comments-open {

}

.comments-open {
padding: 5px;
}

.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 {
}
#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;
}
#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 5px 0;
border: 1px solid #ccc;
background: #95AFFF;
}

.widget-header {
background: url(./image/side-header.gif) left top no-repeat;
color: #333;
line-height: 24px;
text-align: left;
padding-left: 25px;
font-size: 14px;
font-weight: bold;
}
.widget-content {
margin: 5px;
background: #fff;
}
.widget-content ul {
list-style-type: none;
margin: 0 10px;
}
.widget-content ul li {
line-height: 160%;
font-size: 12px;
padding: 5px 0 0 10px;
}
.widget-content li a:hover {
color: #fff;
background: #0044ff;
}
.widget-content ul li ul li {
padding: 0;
}
.widget-archive-category {
}
#categories {
}
#categories li {
}
.categories {
border-bottom: 1px dotted #ccc;
}
.categories li {
padding: 5px 0 0 5px;
}
.widget-recent-entries {

}
.widget-domain-search {
text-align: center;
}
.recently-entries li {
border-bottom: 1px dotted #ccc;
}

.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 {
margin: 20px 0;
}

#feed {
list-style-type: none;
text-align: center;
}

#feed li {

}

.feed {

}

#credit {

}

#credit li {
font-size: 80%;
}
#footer {
border-top: double 3px #333;
clear: both;
position: relative;
width: 800px;
height: 100px;
background: #8EABFF;/*url(./image/back-footer.jpg) repeat-x*/
}
#info {
position: absolute;
bottom: 10px;
right: 10px;
color: #333;
font-size: 12px;
}
#info a {
color: #333;
}
