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

.sub_head {
	font-size: x-large;
}
.TitleName{
	font-size:  large;
	font-weight:bold;
	font-family: Century Gothic, Arial;
	color: #006699;
}
h1{font-size:18px;
font-weight:normal;
}
#morecontent{
	display:none;
}
.Title02 {
	font-size: small;
	font-family: Century Gothic, Arial;
	color: #006699;
}
.TextBody {
	font-family: Century Gothic, Arial;
	font-size: 12px;
	color: #5a5a5a;
	padding:20px;
	
	
}
.MainButton {
	font-family: Century Gothic, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #5a5a5a;
}
.price_tag {
	font-family: Century Gothic, Arial;
	font-weight: bold;
	color: #FF0000;
}
.trailer {
	font-family: "Century Gothic", Arial;
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}
.SmallPrint {
	font-size: 10px;
	font-family: "Century Gothic", Arial, sans-serif;
}
.megastore {
	font-family: Dungeon, "Century Gothic";
	font-size: 24px;
	color: #666666;
}

.footer .col ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	list-style:square inside;
}
.footer .col{
	color:#7fc0de;
	width:200px;
	float:left;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
}
.footer .col p{
	margin:0;
	padding:10px 0 4px 0;
}
.footer .col ul li{
	padding:0;
	margin:0;
	font-size:16px;
	float:left;
	clear:both;
	width:200px;
}
.footer .col ul li span{
	font-size:11px;
	padding:0;
	margin:0;
	line-height:18px;
}

.footer .more{
	width:295px;
	color:#7fc0de;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		float:left;
}
.footer .more p{
	margin:0;
	padding:10px 0;
	line-height:18px;
}
.footer .col a{
	color:#7fc0de;
	text-decoration:none;
}

/* form */
#quick_form .title{
	background-color:#0384be;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}
#quick_form{
	border:2px solid #0384be;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#quick_form form input{
	padding:1px;
	width:136px;
	border:1px solid #ccc;
}
#quick_form form textarea{
		padding:1px;
	width:136px;
	border:1px solid #ccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#quick_form form input.send{
	width:75px;
	height:22px;
	float:right;
	clear:both;
	border:0;
	border:none;
	margin-right:8px;
}
#quick_form form div{
	clear:both;
	margin:4px;
}
#quick_form form span{
	width:60px;
	float:left;
	line-height:22px;
}
#quick_form .secure{
	padding:2px 0;
	text-align:center;
}
