html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}


.atemp{

}

.top_page_bg {
	background-image: url(/images/img1_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mid_page_bg {
	background-image: url(/images/img2_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.form_page_bg {
	background-image: url(/images/img3_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_body {
	background-image: url(/images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_sp {
	background-image: url(/images/sp_right.gif);
	background-repeat: no-repeat;
}
.bg_middlearea {
	background-image: url(/images/bg_middlearea.gif);
	background-repeat: repeat-x;
}
.bg_bottom_1 {
	background-image: url(/images/bg_bottom_1.gif);
}
.bg_bottom_3 {
	background-image: url(/images/bg_bottom_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bg_bottom_2 {
	background-image: url(/images/bg_bottom_2.gif);
	background-repeat: repeat-x;
}
.img_border {
	border: 1px dotted #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.special {
	color: #FFFFFF;
	padding-top: 42px;
	padding-right: 32px;
	padding-bottom: 25px;
	padding-left: 32px;
}


INPUT, TEXTAREA   {
        border: 1px outset rgb(50,50,50); 
	border-color: #B7B7B7; 	
	font-family: Verdana, Arial;
	font-size: 12;
}

SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px outset #B7B7B7;
	font-size: 12;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #636161;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #C41313;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

.darkred {
	color: #C41313;
}

.hand {
	cursor: pointer;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}


.b.bottom_dashed {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.form_title {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: #C41313;

}

#promotion {
        visibility: hidden;
        position: absolute;
        background-color:#ffffff;
        border:solid 1px;
        left: 0;
        top: 0;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: normal;
        font-size:9px;
        width: 300px;
        text-align: left;
}
