a:link		{text-decoration: underline;color:#0000bb}
a:visited	{text-decoration: underline;color:#0000bb}
a:active	{text-decoration: underline;color:#000066}
a:hover		{text-decoration: underline;color:#00CCDD;}

body	{
		background-image:url(../images/bg.jpg);
		}

tr		{
		font-size:			12px;
		color:				#000000;
		letter-spacing: 1px;
		}

.select	{
		font-size:10pt;
		background-color:#faf7ee;
		}

.bg01	{
		background-color: #FFFFFF;
		}

.bg02	{
		background-color: #e5d8a6;
		}

.bg03	{
		background-color: #EE0000;
		}

.bg04	{
		background-color: #DDEEFF;
		}

.bg05	{
		background-color: #FFAAAA;
		}

.bg06	{
		background-color: #d5b886;
		}


.bg_op	{
		background-color: #f5f0dd;
		}


.k010	{
		font-size:			10px;
		line-height:		15px;
		color:				#000000;
		letter-spacing: 1px;
		}

.w010	{
		font-size:			10px;
		line-height:		15px;
		color:				#FFFFFF;
		letter-spacing: 1px;
		}

.b010	{
		font-size:			10px;
		line-height:		12px;
		color:				#002255;
		letter-spacing: 1px;
		}

.bb010	{
		font-size:			10px;
		line-height:		12px;
		font-weight:		bold;
		color:				#002255;
		letter-spacing: 1px;
		}

.r010	{
		font-size:			10px;
		line-height:		12px;
		color:				#FF0000;
		letter-spacing: 1px;
		}

.rb010	{
		font-size:			10px;
		line-height:		12px;
		font-weight:		bold;
		color:				#EE0000;
		letter-spacing: 1px;
		}

.g010	{
		font-size:			10px;
		line-height:		12px;
		color:				#888888;
		letter-spacing: 1px;
		}

.k012	{
		font-size:			12px;
		line-height:		15px;
		color:				#000000;
		letter-spacing: 1px;
		}

.r012	{
		font-size:			12px;
		line-height:		15px;
		color:				#ffbaba;
		letter-spacing: 1px;
		}

.gl012	{
		font-size:			12px;
		line-height:		15px;
		color:				#999999;
		letter-spacing: 1px;
		}

.kb012	{
		font-size:			12px;
		line-height:		15px;
		font-weight:		bold;
		color:				#000000;
		letter-spacing: 1px;
		}

.wb012	{
		font-size:			12px;
		line-height:		15px;
		font-weight:		bold;
		color:				#FFFFFF;
		letter-spacing: 1px;
		}

.rb012	{
		font-size:			12px;
		line-height:		15px;
		font-weight:		bold;
		color:				#d03742;
		letter-spacing: 1px;
		}

/* ボタン */
input[type="submit"],
input[type="button"]{
line-height:1.3;
position:relative;
padding:6px 12px;
border-radius:3px;
transition:none;
text-shadow:0px 1px 0px #e5d8a6;
border:0;
cursor:pointer;
border-bottom:2px solid #cfbd65;
background-color:#e5d8a6;
box-shadow:inset 1px 1px 0 #f6f1de;
}
input[type="submit"]:hover,
input[type="button"]:hover{
background:#e5d8a6;
background-image:-webkit-linear-gradient(top, #e5d8a6, #f6f1de);
background-image:linear-gradient(to bottom, #e5d8a6, #f6f1de);
}
input[type="submit"]:active,
input[type="button"]:active{
bottom:-2px;
margin-bottom:2px;
border:none;
}