@charset "UTF-8";

/*
---------*/

div#topFlash {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
---------*/

div#main div.information {
	float: left;
	width: 272px;
	margin-right: 11px;
}
div#main div.information dl.information {
	margin-top: 10px;
	font-size: 75%;
}
div#main div.information dl.information dt {
	float: left;
	width: 72px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
}
div#main div.information dl.information dd {
	margin-bottom: 10px;
	padding-bottom: 0px;
}
div#main div.information dl.information dd.border{
	background-image: url(../common_images/border.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

div#main div.information dl.information dl.informationBody {
}
div#main div.information dl.information dl.informationBody dt{
	width: auto;
	float: none;
	color: #787058;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
div#main div.information dl.information dl.informationBody dd{
	color: #666666;
	margin: 0px;
	padding: 0px;
}




/*
---------*/

div#main div.whatsNew {
	float: left;
	width: 421px;
}
div#main div.whatsNew div#newsdata {
	font-size: 75%;
	border: 1px solid #827451;
	margin-top: 10px;
	color: #484435;
	overflow: auto;
	height: 135px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div#main div.whatsNew dl dt {
	font-weight: bold;
	width: 80px;
	float: left;
}
div#main div.whatsNew dl dd {
	margin-bottom: 12px;
	float: left;
	width: 280px;
}


/*
---------*/

div#main div.handout {
	width: 704px;
	padding-top: 20px;
	float: left;
}
div#main div.handout div.handoutWrapper {
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-image: url(../common_images/border.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div#main div.handout div.handoutWrapper div.handoutBox {
	width: 233px;
	float: left;
	position: relative;
}
div#main div.handout div.handoutWrapper div.handoutBox h3 {
	float: left;
	width: 72px;
	margin-right: 10px;
	padding-left: 5px;
}
div#main div.handout div.handoutWrapper div.handoutBox dl {
	float: left;
	width: 142px;
	font-size: 75%;
}
div#main div.handout div.handoutWrapper div.handoutBox dl dt {
	color: #787058;
	font-weight: bold;
}
div#main div.handout div.handoutWrapper div.handoutBox dl dd {
	color: #666666;
}
div#main div.handout div.handoutWrapper div.handoutBox p.handuotList {
	font-size: 75%;
	background-image: url(../common_images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	position: absolute;
	top: 60px;
	left: 10px;
}

div#main div.bottomMainContents {
	color: #666666;
	width: 704px;
	padding-top: 10px;
	float: left;
	font-size: 75%;
}
div.bottomMainContents p {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
}
div#main div.bottomMainContents div.campaign {
	padding-bottom: 20px;
}
div#main div.bottomMainContents div.club {
	padding-bottom: 20px;
}

div#main div.bottomMainContents div.forCliant {
	padding-bottom: 20px;
}




/*
---------*/

ul#banner {
	list-style-type: none;
	float: right;
	width: 272px;
	margin-top: 0px;
}
ul#banner li{
	margin-bottom: 5px;
}
ul#banner img{
	vertical-align: bottom;
}
