@charset "utf-8";
/*
====================================================
	
	pageParts.css
	
	CSS Page Parts setting
	
====================================================
*/

/*=====index=========================================*/
#news .section,#display .section {
	background: url(../img/index/bkImg.gif) no-repeat ;
	padding:0px 40px 50px 40px ;
	margin:0px;
}
#news h2,#display h2 {
	padding:30px 0px 0px 0px;
}
#news h3,#display h3 {
	margin:30px 0px 0px 0px;
}
#news p,#display p {
	padding-top:20px;
}
.name{
	padding-left:300px;
}
.btnUL {
	width:520px;
	height:75px;
	background:url(../img/index/btnBkImg.gif) no-repeat  ;
	padding:2px 0px 0px 5px ;
	margin-bottom:20px;
}
.btnUL li {
	float:left;
}
table {
	font-size:108%;
	width:520px;
}
table tr {
}
table th {
	padding-top:30px;
	border-bottom:#424242 solid 1px;
	font-size:134%;
	
}
table td.L {
	padding-top:5px;
	width:80px;
	vertical-align:top;
	}
table td.R {
	padding-top:5px;
}
.colorY{
	color:#FACE3F
}
.colorG{
	color:#01B517
}
.colorB{
	color:#0000F5
}
.colorR{
	color:#F00
}

.rDl {
	padding-top:30px;
	font-size:109%;
}
.rDl dt {
	font-size:125%;
}
.rDl dd {
	margin:0px;
	padding:0px 0px 20px 10px;
}
