@charset "Shift_JIS";

body {
	margin:0;
	padding:0;
	font-size:90%;
	line-height:160%;
	color:#444;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, Arial, Helvetica, sans-serif !important;
	text-align:center;
	background:url(img/back2.jpg) #FDE6D2;
}

h1, h2, h3, h4 {
	margin:0 0 10px 0;
	padding:0;
}

ul, dl {
	margin:0;
	padding:0;
}

ul li {
/*list-style-type:none;*/
}

form {
	margin:0;
}

img {
	border:none;
}

table,
th,
td{
	border:1px solid #74B8B6;
	color:#333;
}

table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0px;
	margin-bottom:1em;
	width:697px;
}

th {
	background-color:#E2F9FA;
	text-align:center;
	line-height:1.5em;
	font-weight:normal;
	padding:3px;
}

td {
	background-color:#ffffff;
	line-height:1.5em;
	padding:3px 5px;
}

small {
	font-size:0.8em;
}

/********************************************************************************
 * class
 */

.fleft {
	float:left;
}
.fright {
	float:right;
}

.tleft{
	text-align:left;
}
.tcenter{
	text-align:center;
}
.tright{
	text-align:right;
}

.red {
	color:#cc0000;
}
.orenge {
	color:#ff9900;
}
.blue {
	color: #2F3CA4;
}
.white {
	color:#fff;
}
.yellow {
	color:#ffff00;
}
hr.divider {
	display:none;
}


/********************************************************************************
 * anchor
 */
a:link {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

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