body {
	background-image: url(../images/bg.jpg);
	line-height: 150%;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    align: center;
}
body,td,th {
	font-size: 12px;
	color: #75500A;
}

/* テキスト */
.siro_12px {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	padding:0px 0px 0px 0px;
}
.brown_12px {
	color: #75500A;
	font-size: 12px;
	line-height: 15px;
	padding:0px 0px 0px 0px;
}
.aka_12px {
	color: #C20000;
	font-size: 12px;
	line-height: 15px;
	padding:0px 0px 0px 0px;
}

/* リンク */
a {
	text-decoration: underline;
	color: #1E1E5A;
}

a.link01 {
	text-decoration: none;
    color: #FFFFFF;
}
a.link02 {
	font-size: 15px;
	text-decoration: none;
    color: #FFFFFF;
}

a:hover{
    color:#C20000;
	text-decoration: underline;
}
a.link01:hover {
background-color:#FFCC30;
}




/* ライン */
.line_top {
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #75500A;
	border-right-color: #75500A;
	border-bottom-color: #75500A;
	border-left-color: #75500A;
}
.line_sita_pink {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFBBBB;
	border-right-color: #FFBBBB;
	border-bottom-color: #FFBBBB;
	border-left-color: #FFBBBB;
}


.large {
	font-size: 16px;
}
.small {
	font-size: 10px;
}
