@charset "utf-8";

/*******************************共通設定*******************************/
h1,h2,h3,h4,h5,h6,ul,ol,li,p,td,th,form,dd,dl,dt{
	margin: 0px;
	padding: 0px;	
}
li,ul {
	list-style-type: none;
}

h1 {
	font-size: 10px;
	line-height: 20px;
	font-weight: lighter;
	height: 20px;
	width: 900px;
	text-indent: 5px;
	padding-left: 118px;
}
h2 {
	font-size: 10px;
	line-height: 20px;
	font-weight: lighter;
	height: 20px;
	width: 900px;
	text-indent: 5px;
	padding-left: 118px;
}
.f14 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.f12{
	font-size: 12px;
	color: #000000;
	line-height: 120%;

}
a:link, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #D1D1A5;
}
