@charset "iso-8859-1";
pre, dl, ol, p, blockquote {
    line-height: 130%;
}
p {
    margin: 10px 0 20px 0;
	word-break: break-all;
}
blockquote {
    margin-left: 32px;
}
body, td {
    background-color: white;
    color: black;
    font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 90%;
}

a:link {
    background-color: inherit;
    color: #0078a8;
    text-decoration: none;
}
a:active {
    background-color: #ccddee;
    color: #0078a8;
    text-decoration: none;
}
a:visited {
    background-color: inherit;
    color: #0078a8;
    text-decoration: none;
}
a:hover {
    background-color: #inherit;
    color: #0078a8;
    text-decoration: underline;
}
/* This css button was generated by css-button-generator.com */
.css_btn_class {
	font-size:17px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #1a4e8a;
	padding:9px 16px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #60bed1 5%, #438fb5 100% );
	background:-ms-linear-gradient( top, #60bed1 5%, #438fb5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60bed1', endColorstr='#438fb5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #60bed1), color-stop(100%, #438fb5) );
	background-color:#60bed1;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #2b5970;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bad9f5;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bad9f5;
 	box-shadow:inset 1px 1px 0px 0px #bad9f5;
}.css_btn_class:active {
	position:relative;
	top:1px;
}.css_btn_class:visited {
	color:#ffffff;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #438fb5 5%, #60bed1 100% );
	background:-ms-linear-gradient( top, #438fb5 5%, #60bed1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#438fb5', endColorstr='#60bed1');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #438fb5), color-stop(100%, #60bed1) );
	background-color:#438fb5;
	color:#96e0f7;
    text-decoration: none;
}
.css_btn_current {
	font-size:17px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #1a4e8a;
	padding:9px 16px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #60bed1 5%, #438fb5 100% );
	background:-ms-linear-gradient( top, #60bed1 5%, #438fb5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60bed1', endColorstr='#438fb5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #60bed1), color-stop(100%, #438fb5) );
	background-color:#60bed1;
	color:#96e0f7;
	display:inline-block;
	text-shadow:1px 1px 0px #2b5970;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bad9f5;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bad9f5;
 	box-shadow:inset 1px 1px 0px 0px #bad9f5;
}
.link_ul{
	list-style-type:none;
	padding-left: 0px;
}
.link_s{
	margin: 6px 0px ;
	padding: 0px 28px ;
	background-color:#c1e0ef;
	text-align: center;
}
.link_n{
	margin: 6px 0px;
	padding: 0px 0px ;
	background-color:#c1e0ef;
	text-align: center;
}
.search-button{
background: url("../images/search-icon.png") no-repeat scroll 2px 2px rgba(0,0,0,0);
	border-radius:4px;
	height:26px;
	width:26px;
	display:inline-block;
}
.bk{
	background-color:silver;
	padding: 2px;
	margin: 0px 2px;
}
/*  */
h1, h2 {
    background-color: #c1e0ef;
    border: 0 none;
    color: inherit;
    margin: 0 0 0.5em;
    padding: 0.3em;
}
h3 {
    background-color: #c1e0ef;
    border: 0 none;
    color: inherit;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0 0 0.5em;
    padding: 0.3em;
}
h4 {
    background-color: #c1e0ef;
    border: 0 none;
    color: inherit;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0 0 0.5em;
    padding: 0.3em;
}
h5, h6 {
    background-color: #c1e0ef;
    border: 0 none;
    color: inherit;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0 0 0.5em;
    padding: 0.3em;
}
dt {
    font-weight: bold;
    margin-left: 1em;
    margin-top: 1em;
}
pre {
    background-color: #f0f8ff;
    border-color: #ddddee #888899 #888899 #ddddee;
    border-style: solid;
    border-width: 1px;
    color: black;
    margin-left: 1em;
    margin-right: 2em;
    padding: 0.5em;
    white-space: pre;
}
img {
    border: medium none;
    vertical-align: middle;
}
ul {
    line-height: 130%;
    margin-bottom: 7px;
    margin-top: 7px;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
hr {
    border-color: #333333;
    border-style: ridge;
    border-width: 1px 0;
}
abbr {
    border-style: none none dotted;
    border-width: medium medium 1px;
    cursor: help;
}
th{
    background-color: #f0f8ff;
}
.manu_s{
	width: 80px;
}
.manu_m{
	width: 160px;
}

input[type="radio"],
input[type="chexkbox"] {
	-webkit-transform: scale(2.0);
	transform: scale(2.0);
}
span.red
{
	color:#be0000;
}