@charset "utf-8";

/* action_style
----------------------------------------------- */
#mainContent p.action{
	margin:0 auto;
	text-align:center;
	width:525px;
	height:220px;
	line-height:nomal;
	background-image:url(../images/img_action.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-bottom:10px;
}

/* text_style
----------------------------------------------- */
#mainContent p.text{
	margin:0 auto;
	text-align:center;
	width:437px;
	height:22px;
	line-height:nomal;
	background-image:url(../images/img_text.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-bottom:10px;
}

/* project_style
----------------------------------------------- */
#mainContent p.project{
	margin:0 auto;
	text-align:center;
	width:525px;
	height:509px;
	line-height:nomal;
	background-image:url(../images/img_project.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-bottom:10px;
}

/* p_style
----------------------------------------------- */
#mainContent p.title{
	text-align:center;
	line-height:normal;
	font-size:1.25em;
	color:#9CC318;
	font-weight:bold;
}
#mainContent p.text2{
	margin:0 auto;
	margin-top:-10px;
	margin-bottom:10px;
	text-align:center;
	font-size:smaller;
}

#mainContent p.text3{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	color:#FF401A;
	font-weight:bold;
}

#mainContent p.fss{
	font-size:smaller;
}

/* table_style
----------------------------------------------- */
#mainContent table{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:535px;
	margin-bottom:15px;
	color:#5F5F5F;
}
#mainContent table th{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#DFDFDF;
	white-space:nowrap; 
}
#mainContent table td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#F3F3F3;
	text-align:center;
}
#mainContent table td.bt{
	padding:5px;
	border-right:0px;
	border-bottom:0px;
	background-color:#FFF;
	text-align:right;
	font-size:10px;
}
