

.top-menu
{
	border: 1px solid #cccccc;
	width: 100px;
	height: 60px;
	/*margin-left:0px;*/
	text-align: center;
	display: inline-block;
	padding-top: 18px;

	background: #ffc7c7;
	background: -moz-linear-gradient(top, #ffe2e2 0%, #ffc7c7 16%, #ffc4c4 100%);
	background: -webkit-linear-gradient(top, #ffe2e2 0%, #ffc7c7 16%, #ffc4c4 100%);
	background: linear-gradient(to bottom, #ffe2e2 0%, #ffc7c7 16%, #ffc4c4 100%);
	border-radius: 10px 0px 10px 0px;
}

.top-menu > span
{
    font-size: 18px;
	font-family: LotteMartHappy;
	/*
	color: transparent;
    background: #ffffff;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.5);*/
	text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
	color: #222222;
    text-decoration: none;
}

.top-menu:hover
{
	border: 1px solid #9c9c9c;
	cursor: pointer;
	background: #ffb3c3;
	background: -moz-linear-gradient(top, #ffc9d5 0%, #ffb3c3 16%, #eea0b1 100%);
	background: -webkit-linear-gradient(top, #ffc9d5 0%, #ffb3c3 16%, #eea0b1 100%);
	background: linear-gradient(to bottom, #ffc9d5 0%, #ffb3c3 16%, #eea0b1 100%);
}

.sub-menu
{
	border: 1px solid #7DB0ED;
	border-radius: 7px;
	padding: 5px;
	background: #eeeeee;
	margin-bottom: 10px;
}

.sub-menu > ol
{
	margin: 0px;
	font-weight: bold;
}

.sub-title
{
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 10px;
    padding: 7px;
    text-align: center;
    background: #cca3b3;
    font-weight: normal;
    font-size: 12pt;
    color: #ffffff;
	border-radius: 3px;
	font-family: LotteMartHappy;
}


.top-bar {
	background: #fd7f9a;
    border-collapse: separate;
    border-spacing: 3px;
}

.top-info
{
	background: #ffd1db;
	color: #525252;
	font-size:12pt;
	font-weight: normal;
}

.top-bar td, .top-bar th
{
    padding: 5px;
    color: #fff;
    font-size: 11pt;
}

.sub-title2
{
    border-left: 5px solid #cca3b3;
    border-right: 1px solid #cca3b3;
    border-top: 1px solid #cca3b3;
    border-bottom: 1px solid #cca3b3;
    border-radius: 11px;
    padding: 10px;
    padding-left: 15px;
    font-family: LotteMartHappy;
    font-size: 20px;
    color: rgb(5, 55, 31);
    background: url(dust_scratches.png);
    margin-bottom: 10px;
}

.side-title
{
	border-top: 2px solid #cca3b3;
	border-bottom: 2px solid #cca3b3;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: LotteMartHappy;
	background: url(dust_scratches.png);
}

.side-background
{
    background: url(dust_scratches.png);
}


.table-type1
{
	border: 2px solid #cca3b3;
	/*border-top: 3px solid #6aa15f;*/
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table-type1 > tbody > tr > td, .table-type1 > tbody > tr > th
{
	border: 1px solid #cca3b3;
	padding: 5px 3px;
	font-size: 9pt;
}
.table-type1 > tbody > tr > th
{
	/*
	background: #ffb3c3;
	background: -moz-linear-gradient(top, #ffc9d5 0%, #ffb3c3 16%, #eea0b1 100%);
	background: -webkit-linear-gradient(top, #ffc9d5 0%, #ffb3c3 16%, #eea0b1 100%);
	background: linear-gradient(to bottom, #ffc9d5 0%, #ffb3c3 16%, #eea0b1 100%);
	*/
	background: url(pink_rice.png);
	border-bottom: 0px solid #444444;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 8px 3px;
	position: sticky;
	top: 0;
}

table.nofixed > tbody > tr > th
{
	position: static;
}

.panel
{
	border: 4px solid #cca3b3;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
}

.form-type1
{
    width: 100%;
    border-collapse: collapse;
	border: 1px solid #cca3b3;
	margin-bottom: 10px;
	border-radius: 5px;
}

.form-type1 .form-left
{
	text-align: center;
	width: 100px;
	border-right: 1px solid #cca3b3;
	padding: 5px;
	font-weight: bold;
	background: #cca3b3;
	color: #15260e;
}

.form-type1 .form-right
{
	text-align: center;
	width: 120px;
	border-left: 1px solid #cca3b3;
	padding: 5px;
	line-height: 150%;
}

.form-type1 .form-contents
{
	line-height: 150%;
	padding: 5px;
}

.bank
{
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #c0c0ff;
	border-left: 4px solid #c0c0ff;
	background: #f0f0ff;
	text-align: right;
	font-family: LotteMartHappy;
	font-size: 10pt;
	padding: 15px 5px 5px 5px;
	color: rgb(30, 30, 30);
	/*background: url(bank.png) no-repeat*/
}

.left-info
{
	margin-bottom: 5px;
	border-radius: 5px;
	border-top: 2px solid #ffb3c3;
	border-bottom: 2px solid #ffb3c3;
	padding: 5px 0;
	background: url(dust_scratches.png);

}
