/*　基本設定　*/
body {
	text-align: center;
	padding: 0px;
	font-size: 88%;
	color: #4A3C37;
	line-height: 1.5;
	margin: 0px;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, form  {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
a:link {
	color: #ED770E;
	text-decoration: none;
}
a:visited {
	color: #6C36A3;
	text-decoration: none;
}
a:active, a:hover {
	color: #ED770E;
	text-decoration: underline;
}
dl {
	overflow: hidden;
	zoom: 1;
}
ul {
 list-style-type: none;
}
li {
 list-style-position: outside;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.f_red{
color:#900;
}
