@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR System
Made by Nguyen
/////////////////////////////////////
*/

/*/////Subvisual/////*/
.systemvisual{
	background: url(../images/system/img_visual.jpg) no-repeat center top;
	height: 270px;
}


/*Content*/
.systembg{
	background: url(../images/system/img_person.png) no-repeat right bottom;
}
.sysmen{
	padding-bottom: 230px;
}
.subcontent{
	background: url(../images/common/bg_topcontent.png) repeat-x top left;
}

.block{}
.block h3{
	text-align: center;
	padding-bottom: 20px;
}
.block .content{
	padding-left: 68px;
	padding-bottom: 20px;
	font-size: 117%;
	line-height: 24px;
	width: 550px;
	letter-spacing: 0.1em;
}
.block .content .bigtext{
	font-size: 128% !important;
	font-weight: bold;
}
.block .content .redtext{
	color: #fb1800;
	font-weight: bold;

}

