@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	font-family: sans-serif;
	line-height: 1.6;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}

h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}
b {
	font-weight: bold;
}
.b14 {
	font-size: 14px;
	font-weight: bold;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	color: #06C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #06C;
}

a:hover {
	text-decoration: underline;
	color: #FF00FF;
}

a:active {
	text-decoration: none;
	color: #FF00FF;
}

table {
	border-collapse:collapse;
}
ul {
	list-style: none;
}

.normal {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
}


.red {
	color: #FF0000;
}
.red-bold {
	font-weight: bolder;
	color: #FF0000;
}

.blue {
	color: #0000FF;
}
.orange {
	color: #FF6600;
}

.orange_big {
	font-size: 24px;
	font-weight: bolder;
	color: #F60;
}
.white {
	color: #FFF;
	font-size: 12px;
}

.font9 {
	font-size: 9px;
}
.font12 {
	font-size: 12px;
}
.font11 {
	font-size: 11px;
}

.red-24 {
	font-size: 24px;
	font-weight: bolder;
	color: #FF0000;
}
.red-38 {
	font-size: 38px;
	font-weight: bolder;
	color: #09C;
	line-height: 40px;
}
.red-24-2 {
	font-size: 24px;
	font-weight: bolder;
	color: #FF0000;
	letter-spacing: -3px;
}
.red-14-b {
	font-size: 14px;
	font-weight: bolder;
	color: #F00;
}
.red-16-b {
	font-size: 16px;
	font-weight: bolder;
	color: #F00;
}


.nocamp .tel02 {
	font: bolder 24px "Times New Roman", Times, serif;
	color: #F00;
}
.orange_18 {
	font-size: 18px;
	font-weight: bolder;
	color: #F60;
}
.pink_18 {
	font-size: 18px;
	font-weight: bolder;
	color: #F3F;
}



.center {
	text-align: center;
}
.NONE {
	display: none;
}

