@CHARSET "UTF-8";

h1
{
	padding:10px;
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	background-color:rgba(242,235,235,1.00);
	margin-bottom:20px;
}

.komado
{
    width: 250px;
    padding:10px;
    background:rgba(118,172,255,1.00);
    border-radius: 5px 5px 5px 5px;
	margin-left:670px;
	top: 155px;
	position: fixed;
    z-index: 999;
}

.komado-left
{
    width: 200px;
    padding:10px;
    background:rgba(118,172,255,1.00);
    border-radius: 5px 5px 5px 5px;
	top: 155px;
	position: fixed;
	float:left;
}

.komado-left a
{
	color:rgba(0,0,0,1.00);
}

.naiyo
{
	float:left; 
	margin-left:250px;
	max-height:700px;
}

.naiyo img
{
	max-width:100%;
}


/* This css button was generated by css-button-generator.com */
.btn 
{
	font-size:16px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ffaa22;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	background-color:#ffec64;
	color:#222222;
	display:inline-block;
	text-shadow:1px 1px 0px #ffee66;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
 	box-shadow:inset 1px 1px 0px 0px #fff6af;
	margin-bottom:8px;
}

.btn:hover 
{
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
	background-color:#ffab23;
}

.btn:active 
{
	position:relative;
	top:1px;
}