﻿@charset "utf-8";

body {
	background-image: url(../images/bg.gif);
	background-color: #FFF5BB;
	background-position: top;
	text-align: center;
	margin:0 0 0 0;
}
body{
	color:#666666;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 14px;
	line-height: 140%;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF4400;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}

br{
	margin-bottom:1px;
}
.dsp_no{
	display:none;
}

.corsor_hand{
	cursor:hand;
}

ul {
	margin: 0px;
	padding: 0px;
}
li{
	list-style:none;
	line-height: 130%;
}

.f_left {
	float: left;
}
.f_right {
	float:right;
}

hr {
	margin-top: 3px;
	margin-bottom: 3px;
	border-width: 1px 0px 0px 0px;
	border-top-style: dashed;
	border-color: #C0C0C0;
	height:1px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.hand {
	cursor: hand;
}
