@charset "utf-8";
/* CSS Document */
/* Original CSS Copyright WordPress */
html {
	background-color: #f1f1f1;
	background-image:url(bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
body {
	background-color: #fff;
	color: #333;
	font-family: Meiryo, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	text-shadow: #EEEEEE 1px 0px 1px;
	width: 75%;
	-webkit-box-shadow: 0px 0px 4px #CCC;
	-moz-box-shadow: 0px 0px 4px #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	/*-webkit-transform: perspective(200) scale(0.8) rotateX(-5deg);*/
}
a {
	color: #2583ad;
	text-decoration: none;
}
a:hover {
	color: #d54e21;
}
.external {
	background-image: url(external.png);
	background-position-x: 0%;
	background-position-y: 52%;
	background-repeat: no-repeat;
	padding-left: 12px;
}
h1 {
	border-bottom: 1px solid #dadada;
	clear: both;
	color: #666666;
	font-size: 1.90em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	margin: 3px 0 0 -4px;
	padding: 0;
	padding-bottom: 7px;
}
h2 {
	font-size: 1.25em;
	font-weight:600;
	clear: both;
	color: #454545;
}
p, li {
	padding-bottom: 2px;
	font-size: 1.1em;
	line-height: 18px;
}
code {
	font-size: 0.81em;
	background-color: #F0F0F0;
}
ul, ol {
	padding: 5px 5px 5px 22px;
}
li {
	line-height:11px;
	height:11px;
}
ul li {
	list-style-type: circle;
}
pre {
	margin:0px;
	padding:0px;
	font-size: 11px;
	background-color: #F9F9F9;
	overflow:visible;
}
img {
	border:none;
}
#header {
	text-shadow: #EEEEEE 0px 0px 0px;
	text-align:right;
}
#maincontent {
	font-size:12px;
}
#code {
	min-height:100px;
}
#footer {
	font-size: 0.6em;
	color: #CCC;
	margin-top: 15px;
	padding-bottom: 15px;
	clear:both
}
textarea {
	width:100%;
	padding-left:0;
	padding-right:0
}
input[type=text], input[type=password], textarea {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #CCC;
	color:#666;
}
button {
	font-size:10px
}
.btn {
	font-size:10px
}
#login {
	padding-top:5px
}
.promt {
	width:100%;
	background-color: #DDEEC2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px;
	font-size: 11px;
}
.block {
	width:100%;
	background-color: #DDEEC2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px;
}
.info {
	background: #eaf3fa;
	padding: 8px;
}
.greeting {
	color: #b7e0ff;
	font-size: 30px;
	text-align: center;
	padding:8px;
}
.block p {
	text-align: center;
	font-size: 10px;
	padding: 0px;
}
.home {
	display: block;
	padding: 0px;
	margin-top:-18px;
	color: #CCC;
	font-size: 13px;
}
.home:hover {
}
.discl {
	font-size:10px;
}