@charset "shift_jis";

/* -------------------------------------------------------------------------- */
/* Copyright COMSOFT CO., LTD.                                                */
/* base.css */
/* -------------------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
}

a:link {
	color: #2266EE;
	text-decoration: none;
}
a:visited {
	color: #0044CC;
	text-decoration: none;
}
a:hover {
	color: #FE8040;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

body {
	color: #353535;
}

img {
	border-style: none;
}

abbr {
	text-decoration: none;
	border-style: none;
}

acronym {
	text-decoration: none;
	border-style: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-style: normal;
	font-weight: bold;
	font-size: 150%;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}

.little {
	font-size: 90%;
}
.small {
	font-size: 80%;
}
.smallest {
	font-size: 70%;
}
.large {
	font-size: 120%;
}

.black {
	color: black;
}
.white {
	color: white;
}
.red {
	color: red;
}
