@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;
}
.mt-image-left {
float: left;
margin: 0 10px 10px 0;
}
.mt-image-right {
float: right;
margin: 0 0 10px 10px;
}
.clear {
clear: both;
}
.u {
text-decoration: underline;
}
.attention {
background: #ffff00;
font-weight: bold;
color: #000000;
}
* {
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 {
width: 100%;
line-height: 200%;
text-align: right;
font-weight: bold;
font-size: 12px;
color: #333;
background: #95afff;
}
#header h2 {
position: absolute;
top: 40px;
left: 10px;
font-size: 18px;
font-weight: bold;
color: #fff;
background: #000;
}
#header h2 a {
}
#header p {
position: absolute;
bottom: 15px;
right: 10px;
padding-right: 10px;
font-size: 12px;
text-align: left;
color: #333;
}
#header #banner468 {
position: absolute;
top: 30px;
right: 10px;
}
#content {
width: 800px;
margin: 0;
position: relative;
}

#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: 115%;
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%;
font-size: 110%;
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%;
font-size: 110%;
margin: 1em 0 0.5em 0;
}
#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 li {
line-height: 140%;
}
/* box */
.box {
border:1px solid #666666;
margin: 20px 0 0 0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
}
.box-header {
}
#infomation .box-header h3 {
padding: 5px 0 5px 20px;
margin: 0;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(237, 237, 237)),color-stop(0, rgb(255, 255, 255)),color-stop(0, rgb(141, 194, 235)),color-stop(1, rgb(51, 125, 204)));
	background-image: -moz-linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(255, 255, 255) 0%,rgb(141, 194, 235) 0%,rgb(51, 125, 204) 100%);
	background-image: linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(255, 255, 255) 0%,rgb(141, 194, 235) 0%,rgb(51, 125, 204) 100%);
	color: #ffffff;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ff337dcc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ff337dcc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	zoom: 1;

}
#infomation .box-content {

}
#infomation .box-content ol {
list-style-type:decimal;
margin: 0.5em auto 0.5em 2em;
}
#infomation .box-content ul {
list-style-type:circle;
margin: 0.5em auto 0.5em 2em;
}

.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: 115%;
font-weight: bold;
}
.entry-header h2 a,.page-header h2 a {
display: block;
}
.entry-infomation,.page-infomation {
font-size: 90%;
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: 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: 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: 0.5em 0;
padding-left: 5px;
font-size: 110%;
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: 110%;
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: 1em 0 1em 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: 1em 0 1em 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-body .entry-related .entry-related-title {
font-weight: bold;
}
.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%;
}

#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 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;
background: #fff;
}
.widget-content ul {
margin: 0 10px 0 25px;
}
.widget-content ul ul {
margin: 0;
list-style-type: circle;
}
.widget-content ul li {
line-height: 140%;
font-size: 95%;
padding: 5px 0 0 0;
}
.widget-content li a:hover {
color: #fff;
background: #0044ff;
}
.widget-content li li {
padding: 0;
list-style-image: none;
}
.widget-ranking table {
margin: 5px auto;
}
.widget-archive-category li,
.widget-pages li,
.widget-recent-entries li,
.widget-archive-monthly li,
.widget-related-links li
 {
list-style-image: url(./image/side-list.jpg);
}
.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 {
}

#credit {

}

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