@charset "Shift_JIS";
/*------------------
set
------------------*/
a{
	color: #0066FF;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
body,table{
	font-size: small;
	color: #333333;
}
/*------------------
set end
------------------*/
body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,input,textarea,select,fieldset,legend {
	font-style: normal;
	margin:0;
	padding:0;
}
address,em{
	font-style: normal;
}
#header p,
#header-nav p,
#graphic p,
#nav p,
#side-nav p,
#footer-nav p,
#footer p{
	margin: 0px;
	padding: 0px;
}

p{
	margin-top: 1em;
	padding: 0px;
	clear: both;
}
p,li,address,table{
	line-height: 150%;
}
dt{
	font-weight: bold;
	padding: 5px 0px;
}
dd{
	padding-bottom: 10px;
	padding-left: 12px;
	line-height: 130%;
}
img{
	vertical-align: middle;
	border: 0;
}
ul,ol{
	list-style: none;
}
tbody th{
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
}
th,td{
	vertical-align: top;
}
table{
	border-collapse: collapse;
}
hr{
	display: none;
}
ul.list{
	margin-left: 20px;
	list-style: disc;
}
ol.list{
	margin-left: 30px;
	list-style: decimal;
}
br{
	line-height: 0px;
}
.fst {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.pic-lft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.pic-rgt {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
