@charset "shift_jis";
/* ---- ベース ----------------------------------------- */
html {
	overflow-y:scroll;
}

body,table,td,font {
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	color: #333;
}

body {
	background-color: #fff;
}


table {
	border-collapse: collapse;
	border-spacing: 0px;
}

a {
	color: #10a3d7;
	text-decoration: none;
}

a:visited {
	color: #1095c4;
	text-decoration: none;
}

a:hover {
	color: #f60;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

dl,dt,dd,ul,ol,li,menu {
	position: relative;
	margin:0;
	padding:0;
	border:0;
}

hr {
	border: 1px solid #f90;
}

html>body hr {
	margin: 7px 0;
}

hr.dot {
	border-style: dotted;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	position: relative;
	display: block;
	border: 0 solid transparent;
	background-color: #fff;
}

fieldset legend {
	display: block;
	position: relative;
	margin: 0 0 8px 0px;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #f60;
	border-width: 0 0 1px 5px;
	border-color: #28b1df;
	border-style: solid;
}

label em {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #cff;
}

input,textarea {
	border: 1px solid;
	border-color: #83947c #e1e7dd #e1e7dd #83947c;
	background-color: #fff;
	color: #000;
}

input:focus,textarea:focus {
	background-color: #f5ffff;
}

input.nb {
	border: 0 solid transparent;
	background-color: transparent;
}

img {
	border-width: 0;
}

p {
	margin: 0 0 0.6em 0;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
	font-size: 14px;
}

em {
	font-weight: bold;
	font-style: normal;
}

.alright {
	text-align: right;
}

.alleft {
	text-align: left;
}

.alcenter {
	text-align: center;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}
