@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	border-top: 4px solid #333333;
	padding: 0;
	background-color: #f0f0f0;
	font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	color: #333333;
}

img {
	border: 0;
}

a {
	background-image: url("../images/keyword_bottom.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
	color: #333333;
}

a:hover {
	background-image: url("../images/keyword_bottom_hover.png");
	color: #ff4800;
}

a.nothing {
	background-image: none;
}

#wrapper {
	width: 938px;
	margin: 0 auto;
	border-width: 0 1px;
	border-style: solid;
	border-color: #e0e0e0;
	background-color: #ffffff;
	padding: 20px;
}

.wrap {
	width: 980px;
	margin: 0 auto;
}

#wrapper:after,
.wrap:after {
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
	content: ".";
}

.meta {
	display: none;
}

/* header */
header#root {
	width: 980px;
	height: 206px;
	margin: -20px -20px 10px -20px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

header#root h1 {
	margin: 0;
	padding: 0;
}

header#root h1 a {
	display: block;
	width: 980px;
	height: 206px;
}

header#root h1 a span{
	display: none;
}

header #search #box {
	width: 320px;
	margin-left: 629px;
	margin-top: -186px;
	border: 1px solid #cccccc;
	box-shadow: inset 1px 1px 4px #e5e5e5;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px 4px;
}

header #search #box:after {
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
	content: ".";
}

header #search #query {
	float: left;
	width: 298px;
	margin: 0;
	border: none;
	padding: 0;
	background-color: transparent;
	font-size: 16px;
	color: #333333;
	outline: none;
}

header #search #searchButton {
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}


/* main */
#main {
	float: left;
	width: 502px;
	padding-bottom: 100px;
	font-size: 0.85em;
}

/* sidebar */
#sidebar {
	float: left;
	width: 416px;
	margin: 0 0 0 20px;
	padding-bottom: 100px;
	font-size: 0.75em;
}

#sidebar .widget {
	margin: 0 0 10px 0;
}

#sidebar .sidebarInfo {
	float: left;
	width: 236px;
}

#sidebar .sidebarInfo h1 {
	clear: both;
	margin: 0 0 10px 0;
	border: 1px solid #e0e0e0;
	background: -moz-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background: -webkit-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background-color: #f0f0f0;
	padding: 6px 6px 4px 6px;
	font-size: 1.2em;
	text-shadow: 1px 1px 0 #ffffff;
}

#sidebar .sidebarInfo .image img {
	float: left;
	margin: 0 10px 0 0;
}

#sidebar .sidebarAd {
	float: right;
	width: 160px;
	margin: 0 0 0 20px;
}

#sidebar .sidebarTwitter {
	display: none;
	clear: both;
}

#sidebar .sidebarTwitter #title {
	display: block;
	width: 416px;
	margin-bottom: 0px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 4px 0 0 0;
	background-color: #f9f9f9;
}

#sidebar .sidebarTwitter #title img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#sidebar .sidebarTwitter iframe {
	border: 1px solid #e0e0e0 !important;	
}


/* blogroll */
#blogroll {
	display: none;
}

#blogroll ul {
	position: fixed;
	/* bottom: 77px; */
	width: 250px;
	height: 364px;
	margin: 0 0 0 728px;
	border: 1px solid #202020;
	background-color: rgba(51, 51, 51, 0.95);
	padding: 0;
	list-style: none;
	overflow-x: scroll;
}

#blogroll ul li a {
	display: block;
	border-width: 1px 0;
	border-style: solid;
	border-color: transparent;
	background-image: url(../images/favicon_blank.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 16px 16px;
	padding: 2px 4px 2px 24px;
	line-height: 20px;
	font-size: 0.8em;
	color: #ffffff;
}

#blogroll ul li:first-child a {
	border-top: 0;
}

#blogroll ul li:last-child a {
	border-bottom: 0;
}

#blogroll ul li a:hover {
	border-color: #202020;
	background-color: rgba(0, 0, 0, 0.3);
}

/* footer */
footer {
	position: fixed;
	width: 100%;
	margin: 40px 0 0 0;
	border-top: 2px solid #ffbb00;
	background-color: #333333;
	padding: 20px 10px;
	bottom: 0;
	font-size: 0.7em;
	color: #e0e0e0;
	z-index: 140;
}

footer #footer-left {
	float: left;
}

footer #footer-right {
	float: right;
	margin-top: 6px;
	margin-right: 12px;
	cursor: pointer;
}

footer a {
	color: #ffbb00;
}

footer .wrapper {
	display: block !important;
}

footer span.dark {
	color: #999999;
}

footer span.bold {
	font-weight: bold;
}

footer span.nzColor {
	color: #ff4800;
}

/* snippets */
.button {
	float: right;
	margin: 10px 0;
	border: 1px solid #0e92e7;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#63c4fb), to(#259fea));
	padding: 4px 10px;
	text-decoration: none;
	color: #ffffff;
}
