@charset "utf-8";
/* CSS Document */

body { 
background-image:url('images/bg-01.gif');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top-left; 
}

p {
font-family: verdana; font-size: 12px;
}

td {
padding: 0px; font-family: arial; font-size: small;
vertical-align: top;
font-size: 12px;
}

.c1 {
background-color: #FF0000;
font-size: 18px;
text-align: center;
}

.c2 {
background-color: #666;
color: white;
text-align: right;
vertical-align: top;
padding: 5px;
}

.c3 {
background-color: #333;
color: white;
text-align: right;
vertical-align: top;
padding: 5px;
}

.c4 {
background-color: black;
color: white;
text-align: right;
vertical-align: top;
padding: 5px;
}

.c5 {
background-color: #000;
font-size: 18px;
text-align: right;
}

.heading {color:#dd0000; font-size:24px;}

.deet {
font-size: 10px;
font-weight: bold;
}

.detail {
color: #666;
font-size:11px;
font-weight:bold}

.store {
color: #666;
font-size:14px;
font-weight:bold;
}

.size {
	color: #666;
	font-size:18px;
}

.int {
font-size: x-small;
font-weight: bold;
}


.t1 {color: #333; font-size: 24px;}
.t2 {color: #666; font-size: 24px;}
.t3 {color: #999; font-size: 24px;}
.t4 {color: #DD0505; font-size: 24px;}

a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
input{
	border: 1px solid #6C6C6C;
	margin-left: 10px;
	margin-bottom: 8px;
}
textarea{
	border: 1px solid #6C6C6C;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
select{
	border: 1px solid #6C6C6C;
	margin-left: 10px;
	margin-bottom: 8px;
}