@charset "utf-8";
/* reset.css */

body {
	font-size: 0.9em;
	line-height: 125%;
	margin: 0;
	padding: 0;
	background-image: url(../com_images/bgcolor.jpg);
}

h1 {
	font-weight: 800;
	font-size: 1.3em;
	line-height: 130%;
	text-decoration: none;
}

h2 {
	font-weight: 600;
	font-size: 1.2em;
	line-height: 130%;
	text-decoration: none;
}

h3 {
	font-weight: 600;
	font-size: 1.1em;
	line-height: 130%;
	text-decoration: none;
}

h4 {
	font-weight: 600;
	font-size: 1.0em;
	line-height: 130%;
	text-decoration: none;
}

h5 {
	font-weight: 400;
	font-size: 1.0em;
	line-height: 130%;
	text-decoration: none;
}

h6 {
	font-weight: 400;
	font-size: 1.0em;
	line-height: 130%;
	text-decoration: none;
}

p {
	line-height: 125%;
	margin: 0;
	padding: 0;
}

a img {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	display: none;
}

li {
}

ul {
}

/* リンク */
a {
	color: #333300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #333300;
	text-decoration: underline;
}

a:visited {
	color: #333300;
}