html {overflow-y: scroll;}
hr {
	color: #000000; /* 線の色(NN用) */
	height: 1px; /* 枠の種類 */
	border-top: 1px dotted;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

body {
	font: 13px;
	color: #444444;
	background-image: url(../img/back.gif);
	background-repeat: repeat-y;
	margin-top:10px;
	
}

h1,h2,h3,h4,h5,h6,p {
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	color: #003366;
	font-weight: bold;
	font-size: 15px;
}

h5 {
	font: 12px;
	font-weight: bold;
}

td {
	font-size: 13px;
}

a{
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration:none;
	color: #CC0000;
}

.f13white {
	font-size: 13px;
	color: #FFFFFF;
}

.f10 {
	font-size: 10px;
}

.copy {
	font-size: 13px;
	color: #666666;
	text-align: right;
}

.line-space {
	line-height: 20px;
}

th {
	border-top-style: double;
	border-top-color: #FF9900;
	color: #444444;
	line-height: 12px;
	background-color: #FFCC66;
	padding: 2px;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
}

.line_td {
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
.message {
	font-size: 13px;
	color: #FF0000;
}

.caution {
	font-size: 10px;
	color: #FF0000;
}
.input {
	font-size:9pt;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding-top: 2px;
	}
textarea {
	font-size:9pt;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #888888;
	margin:3px;
	}
input {
	font-size:9pt;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #888888;
	margin:3px;
	}
.hr_gray {
	color: #999999; /* 線の色(NN用) */
	height: 1px; /* 線の太さ */
	border: 1px dashed; /* 枠の種類 */
}
.koumoku {
	background-color: #000000;
	text-align: right;
}
.td_back {
	background-color: #FFFFFF;
}
.td_koumouku {
	font-weight: bold;
	text-align: center;
	}
.shadow {
	filter: progid:DXImageTransform.Microsoft.dropshadow(color=#cccccc, offx=3, offy=3, positive=1);
}.f13gray {
	font-size: 13px;
	color: #666666;
}
.f13 {
	font-size: 13px;
}

