/*
Theme Name: MxS
Theme URI:http://axiu.me/learning_notes/theme_mxs/
Description: A theme in silver and white,widgets supported, no plugins required, used for WordPress 3.0+.
Version: 1.1.4
Author: Axiu
Author URI: http://axiu.me/
Tags: white, silver, two-columns, threaded-comments, right-sidebar
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
	font: 13px/1.231 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:small;
}
select,input,button,textarea{
	font:99% arial,helvetica,clean,sans-serif;
}
table{
	font-size:inherit;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	font-size:108%;
	line-height:100%;
}
/*Global layouts*/
body {
	margin:0;
	padding:0;
	text-align: center;
	background:#F9F9F9;
}
div#header {
	width: 1000px;
	height:150px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
		
	}
div#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	-webkit-box-shadow: #CCC 0px 5px 10px;
	box-shadow: #CCC 0px 5px 10px;
	background:#EDEDED;
}
#footer{
	text-align: left;
	padding:0 20px 0 20px;
	background:#DEDEDE;
	margin-top:40px;
	border-top: 1px solid #BBBBB6;
}
div#main {
	width: 647px;
	float: left;
	padding:0 15px 20px 20px;
	border-right:1px solid #DDDDD5;
	border-top:1px solid #bbbbb5;
	background-color:#FFF;
}
div#sidebar {
	width: 313px;
	float: left;
	clear: right;
	border-top:1px solid #bbbbb5;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
a {
	color:#76B2C4;
	text-decoration:none;
}
a:hover{
	color:#C30;
}
a:link,a:visited{
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-moz-transition:all .3s;
}

::-moz-selection{background:#B81D34;color:#fff;}
::selection {background:#B81D34;color:#fff;}
code::-moz-selection {background:#B81D34;color:#fff;}
code::selection {background:#B81D34;color:#fff;}

blockquote {
	margin: 1em 0 1em 15px;
	padding: 8px 10px 5px 10px;
	border: 1px solid #E1E1E1;
	color: #444;
	background:#FAFAFA;
}
blockquote  p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
pre {
	padding: 15px 20px;
	margin:10px 0;
	overflow: auto;
	width: 90%;
}
code{
  color: #100;
  background:#f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  padding:5px;
  overflow: auto;
}
table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}
table th{
	background-color:#eee;	
}
table td{
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
em {
	font-weight: bold;
	font-style: italic;
}
strong {
	font-size: 109%;
	font-weight:bold;
}
ol li{
	margin-left:10px;
}

/*header*/
div#header p.siteName{
	height:25px;
    margin: 0 0 10px 15px;
	padding-top:35px;
	font-size:245%;
	text-shadow: 1px 2px 0 #FCF9EE, 1px 4px 0 #D5D5D5;
}
div#header p.description {
	color:#666;
	font-size: 112%;
	text-shadow: 1px 1px 1px #bbb;
	padding:10px 0 0 0;
	margin:15px 0 1px 50px;
}
#topbox {
	height:80px;
	width:500px;
	background:#eee;
	border:1px solid #fff;
	line-height:80px;
	text-align:center;
	position:absolute;
	top:30px;
	right:0;
}

/*global Navi*/
#outbox{
	border:1px solid #BBBBB5;
	overflow: hidden;
	border-radius:4px 4px 0 0;
}
#globalNavi{
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	background-color:#DEDEDE;
	background: -webkit-gradient(linear,left bottom,left top,from(#CECECE),to(#EAEAEA));
	background: -moz-linear-gradient(bottom,#CECECE,#EAEAEA);
	border:1px solid #fff;
	height:50px;
	width: 996px;
	overflow:hidden
	}
	
#globalNavi ul {
	margin: 0;
	width:65%;
	float:left;
	padding-left:15px;
	margin-left:0;
}
#globalNavi ul li {
	margin:0;
	float:left;
	list-style:none;
	float: left;
	text-align: center;
}
#globalNavi ul li.current_page_item:hover{
	background:none;
}
#globalNavi ul li.current_page_item a,#globalNavi ul li a:hover {
	color:#000;
}
#globalNavi ul li a {
	color:#777;
	font-size:110%;
	line-height:26px;
	text-decoration: none;
    text-shadow: 1px 1px 0 white, 2px 3px 0 #CCCCC2;
	font-weight: bold;
}
#globalNavi a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 12px 10px 13px 10px;
	text-decoration: none;
}
#globalNavi ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 52px;
	float: left;
	width: 180px;
	z-index: 99999;
	padding-left:0;
}
#globalNavi ul ul li {
	min-width: 180px;
	margin: 0;
	height:33px;
}
#globalNavi ul ul ul {
	left: 100%;
	top:-33px;
	position:relative;
}
#globalNavi ul ul a {
	background: #EAEAEA;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	text-shadow:none;
}
#globalNavi li:hover > a,
#globalNavi ul ul :hover > a {
	color: #000;
}
#globalNavi ul li:hover > ul {
	display: block;
}



#globalNavi #searchform{
	padding: 12px 7px;
	float:right;
	margin-right:10px;
}
#searchform div{
	border: 1px solid #BBBBB6;
}
#searchform #searchsubmit{
	cursor: pointer;
	width:45px;
	height:25px;
	margin-left:1px;
	border-color:#EEE;
	background:#E1E1E1;
}
#searchform #searchsubmit:active{
	border-color:#EAEAEA;
	background:#CDCDCD
}
#globalNavi #searchform .screen-reader-text{
	display:none;
}
#globalNavi #searchform input#s{
	background: #FFF;
	color:#222;
	float:left;
	border-color:#EEE;
	height: 17px;
	padding: 3px 10px;
	width: 110px;
}

/*info*/
/*textbody and related*/
#content .topicPath{
	position:absolute;
	color:#828282;
	margin-top:10px;
	width:520px;
	height:30px;
	overflow:hidden
}
#content .topicPath a{
	color:#828282;
}
#content .topicPath a:hover{
	color:#C30;
}
.entry-title{
	font-weight:bold;
    text-shadow: 0 2px 0 #DADADA, 0 4px 0 white;
	color:#000;
}
.entry-title a{
	color:#000;
	z-index: 2;
	position: relative;
	background: #fff;
}
.home .entry-title{
	font-size:22px;
	padding-bottom:5px;
	margin:10px 0 5px 0;
}
.home .thumb{
	float:left;
	margin:0 8px 8px 0;
}
h1.entry-title{
	margin:40px 0 15px 0;
}
#content .post{
	margin:10px 0;
    overflow:hidden;
	color:#4F4F4F;
}
#content .sticky {
	color:#000;
}
#content .sticky .cmtinfo{
	background:#76B2C4;
}
#content .sticky .cmtinfo a{
	color:#eee;
}
#content .post .hentry p, #content .post .indexentry p{
	line-height:20px;
}
.post img{
	max-width:625px;
	height:auto;
}

.hentry a img{
	background: #EEE;
	border:1px solid #DADADA;
	padding:5px 4px;
	margin:0 3px 0 0;
}
#content .post .indexentry p a.more-link{
        padding-left:3px;
        font-weight:bold;
}
#content .post .indexentry p a.more-link:hover {
	color:#B81D34;
}
#content .post .hentry  .gallery{
	width:98%;
	overflow:hidden;
}
.hentry .gallery a{
	display:block;
	margin-right:15px;
}
.hentry .gallery img{
	border:none;
	width:100%;
	padding:0;
	margin:0;
}
/*entry info*/
#content .post  .info {
    font-size:90%;
	overflow:hidden;
}
.singleinfo{
	font-size:90%;
	color:#999;
	padding-top:5px;
	overflow:hidden;
}
.catinfo{
float:left;
color: #333;
margin-left: 2px;
padding: 3px 7px 3px 3px;
}
.catinfo a{
	padding:3px 5px;
}
.dateinfo{
	float:left;
	color: #333;
	padding: 3px 7px 3px 0;
}
#content .cmtinfo{
	position:absolute;
	right:34%;
	margin-top:-35px;
	font-size:22px;
	background: #F2F2F2;
	border-right:1px solid #CCCCC5;
	border-bottom:1px solid #CCCCC5;
	border-radius:13px 13px 13px 0;
	padding:10px 14px;
	z-index:1;
}
#content .cmtinfo a{
	color:#777;
}
#content .cmtinfo a:hover{
	color:#000;
}
#content .post  .infobottom {
	font-style: italic;
        font-size:90%;
}	
.infobottom .tags{
	color:#999;
}
#content .related{
margin:0px;
padding:20px;
}
#content .related ul{
overflow:hidden;
}
#content .related span{
display:block;
font-style: italic;
font-weight:bold;
margin:0 0 20px 0;
}
#content .related li{
float:left;
padding-left:18px;
width:45%;
margin:3px 0;
display:block;
white-space: nowrap;
}
ul#flip1 {
	padding: 0;
	margin:12px 0 0 0;
	position: absolute;
	right:33%;
	margin-top: 10px;
	color:#bbb;
}
ul#flip1 li {
	margin: 0;
	display: inline;
	font-size: 92%;
}
ul#flip1 li a {
	padding: 0 5px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#content .flip{
width:100%;
overflow:hidden;
padding:10px 0;
margin:0;
}
#content .prevpost{
	float:left;
}
#content .nextpost{
	float:right;
}
/*page navi*/
.page_navi {
	padding:3px; 
	margin: 3px ;
	TEXT-ALIGN: right;
	overflow:hidden;
}
.page_navi a, .page_navi a:link,.page_navi span {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
}
.page_navi a.current {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #000;
}
/*Page style*/
#content #flip2{
	list-style-type: none;
	padding:5px;
	margin-bottom:15px;
	background-color: #f5f5f5;
}
#content #flip2 li{
	color: #000;
	padding-bottom:15px;
	color: #999;
}
/* Newer | Older */
/*Comments*/
/*Comment form*/
 #submit{
	padding: 5px 10px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #666;
}
#submit:hover {
	color:#B81D34;
	background: #eee;
}
input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
}
input:hover,
textarea:hover {
	border-color: #999;
}
textarea {
	padding: 0.5em 10px;
}
/*comments style*/
h2#commentsx{
	overflow:hidden;
}
.thread-alt {
	background:#F7F7F7;
	border-top:1px solid #E1E1E1;
}

.depth-1 {
}
ol.commentlist {
	margin:0px;
	padding:17px 0 0 0;
	list-style:none;
}
div#respond{
	margin-left:10px;
	overflow:hidden;
 }
div#respond .cancel-comment-reply{
	background: #EEE;
	border: none;
	color: white;
	font-size: 85%;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom:-5px;
	right: 0px;
	top:-10px;
	text-transform: uppercase;
}
#respond input{
	float:left;
}
#respond textarea{
	width:75%;
}
.nocomments{
	display:none;
}
.comment-form-comment label,.form-allowed-tags{
	display:none;
}
#respond label{
	margin-left:5px;
}
 ol.commentlist .bypostauthor {
}
 ol.commentlist #respond{
	margin: 1em 0px 0px 16px;
}
ol.commentlist li {
	padding:10px 25px 10px 10px;
	list-style:none;
}
ol.commentlist li:hover{
}
ol.commentlist li  .message_head{
	line-height:25px;
}
ol.commentlist li span.date{
	color: #bbb;
}
ol.commentlist li span.name a {
	margin-right: 0.5em;
}
 ol.commentlist li span.name a:hover{
	color:#333;
}
 ol.commentlist li span.reply{
	display: block;
	position:absolute;
	right:340px;
	text-decoration:none;
	padding: 3px;
}
li span.avatarx {
	float:left;
	clear: left;
	border:1px solid #BBBBB6;
	padding:4px;
	margin-right:10px;
}
 ol.commentlist li span.cmt_text{
	padding-bottom: 3px;
}
 ol.commentlist li span.cmt_text p img{
	border:none;
	padding: 0px;
}
 ol.commentlist span.cmcount a{
	font-family:Candara;
	font-size: 170%;
	float:left;
	position:absolute;
	margin-left:-50px;
}
 ol.commentlist li span.cmcount a:hover{
	color:#333;
}

 ol.commentlist   ul.children li span.avatarx img{
	width:32px;
	height:32px;
}
div#comments,div#trackback {
	padding: 1px 0;
}
div#comments h2,
div#trackback h2 {
	padding: 0.5em 0;
	border: none;
	
	font-size: 116%;
	color: #333;
}
div#trackback dl.log{
	margin-left:25px;
}
div#trackback dl.log dt {
	margin: 0.8em 0 0;
	font-weight: bold;
}
div#trackback dl.log dt span.name {
	color: #000;
}
div#trackback dl.log dt span.date {
	margin-left: 10px;
	color: #666;
	font-weight: normal;
}
div#trackback dl.log dd {
	margin: 0;
	padding: 5px 0 10px 10px;
	border-bottom: 1px solid #eee;
	color:#727272;
}
div#trackback dl.log dd p {
	margin: 0;
}
/*sidebar*/
#sidebar a{
	color:#767575;
}
#sidebar a:hover{
	color:#3E3E3E;
}
#sidebar ul {
	margin:0px;
	padding:0;
	line-height:24px;
	list-style: none;
	overflow:hidden;
}
#sidebar span,.widgettitle{
	color:#333;
	padding:10px 0 10px 10px;
	margin-top:0;
	margin-bottom:0;
	font-size:104%;
	background:#f6f6f6;
	display:block;
	border-top:1px solid #DDDDD6;
	border-bottom:1px solid #DDDDD6;
	text-shadow: 1px 1px 0 #BABABA;
}
.widget-container div{
	padding:0;
}
#sidebar .widget-container ul li{
	padding:4px 0;
	list-style:square inside;
	padding-left:20px;
	color:#4E4E4E;
	border-bottom: 1px solid #D1D1D1;
}
#sidebar .widget-container ul li:hover{
	background:#f9f9f9;
}
#sidebar ul li ul {
	overflow:hidden;
	list-style: none;
}

/*footer*/
#footerbox{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	padding:0 20px 10px 20px;
	border-top: 1px solid white;
	color:#777;
}
#footer-widget-area {
	color:#424242;
	text-shadow: 0px -1px 0 #FAFAFA;
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#footer-widget-area .widgettitle{
	background:none;
	padding-left:0;
}
#footer-widget-area ul{
	margin:0;
	padding:0;
}
#footer-widget-area li {
	list-style:none;
	padding:4px 0;
}
#footer-widget-area a{
	color:#767575;
}
#footer-widget-area a:hover{
	color:#3e3e3e;
}
#footer p.support{
	text-align:right;
	margin:10px 0 10px 0;
}
#footer p.support a{
	color:#6497A6;
}
div#footer .return {
	position:absolute;
	right:20px;
	margin-top:-73px;
}
div#footer .return a{
	padding:5px;
	text-decoration: none;
}
/*IE6*/
div#main {
	overflow: hidden;
}
.count {
	color: #999;
}
/* Clearfix*/
.clear{
	clear: both;
	float: none;
}
div#content {
	min-height: 1px;
}
div#content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* Captions */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	margin:0 5px 0 0;
	float:left;
}
.alignright {
	margin:0 0 0 5px;
	float:right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	max-width:635px;
	padding:2px;
}
.post .hentry  .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.post .hentry  .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#zenbu {width:590px;
height:530px;
}
.hako {width:590px;
height:166px;
background-image: url(../images/bk.jpg);
margin:auto;
padding-top:10px;

}
.hakonaka {
	height:150px;
	width:570px;
	margin:auto;
	
}
.rank {width:70px;
height:150px;
background-color:#0FF;
float:left;
}
.gazo {width:370px;
height:150px;
background-color:#999;
float:left;
}   
.komento {width:180px;
height:150px;
background-color:#C00;
float:left;
}