﻿/* funclub */

div.funclub {
	width: 100%;
	margin: 0 0 20px 0;
	background: url('../images/mailmagazineMiddle.jpg') left top repeat-y;
}

div.funclub div.tContents {
	width: auto;
	background: url('../images/mailmagazineTop.jpg') left top no-repeat;
}

div.funclub div.tContents h3 {
	height: 50px;
}

div.funclub div.tContents h3 span {
	display: none;

}

div.funclub div.tContents div.funForm {
	width: auto;
	list-style: none;
	padding: 0 20px 15px 20px;
	background:  url('../images/topicBottom.gif') right bottom no-repeat;
}

div.funclub div.tContents div.funForm div.funC{
	width: 529px;
	height: 220px;
	margin: 0px auto;
	background: #ffffff url('../images/magazineForm.jpg') left top no-repeat;
	position: relative;
	font-size: 12px;
}

div.funclub div.tContents div.funForm div.funC p.p1{
	width: 460px;
	height: 75px;
	overflow: auto;
	position: absolute;
	top: 50px;
	left: 30px;
}

div.funclub div.tContents div.funForm div.funC table.p2{
	width: 460px;
	height: 25px;
	overflow: auto;
	position: absolute;
	top: 115px;
	left: 39px;
	color: #ffffff;
}

div.funclub div.tContents div.funForm div.funC table.p2 th,
div.funclub div.tContents div.funForm div.funC table.p2 td{
	vertical-align: middle;
	height: 25px;
	font-weight: normal;
}

div.funclub div.tContents div.funForm div.funC table.p2 th{
	text-align: right;
	width: 100px;
}


/* banner */

div.banner {
	width: auto;
	height: 146px;
	background: #ffffff url('../images/bannerArea.jpg') left top no-repeat;
}

div.banner ul {
	list-style: none;
	position: relative;
}

div.banner ul li {
	width: 234px;
	height: 60px;
}

div.banner ul li img {
	width: 234px;
	height: 60px;
	border-style: none;
}

div.banner ul li.li1 {
	position: absolute;
	top: 10px;
	left: 40px;
}

div.banner ul li.li2 {
	position: absolute;
	top: 10px;
	left: 300px;
}

div.banner ul li.li3 {
	position: absolute;
	top: 75px;
	left: 40px;
}

div.banner ul li.li4 {
	position: absolute;
	top: 75x;
	left: 300px;
}