@charset "utf-8";

/**************************************************
	MainArea
**************************************************/
/* ========== Section ========== */
#mainArea .section001 {
	clear:both;
	margin-bottom:53px;
}

#mainArea .section002 {
	clear:both;
	margin-bottom:43px;
}

#mainArea .section003 {
	clear:both;
	margin-bottom:33px;
}

#mainArea .lastSection,
#mainArea .section001 .lastItem,
#mainArea .section002 .lastItem,
#mainArea .section003 .lastItem {
	margin-bottom:0;
}


#mainArea .contBox001 {
	padding-bottom:2px;
	background:transparent url("../img/bg_cont_001.png") 0 100% no-repeat;
}

#mainArea .contBox001 .top {
	padding-top:2px;
	background:transparent url("../img/bg_cont_001_top.png") 0 0 no-repeat;
}

#mainArea .contBox001 .bottom {
	width:840px;
	height:1%;
	padding:30px;
	background:transparent url("../img/bg_cont_001_bottom.gif") 0 0 repeat-y;
}


/* ========== Title ========== */
#mainArea .ti001 {
	margin-bottom:40px;
	font-size:1em;
	line-height:1.5;
}

#mainArea .ti002 {
	margin-bottom:13px;
	font-size:0.9em;
	line-height:1.5;
}

#mainArea .ti003 {
	margin-bottom:19px;
	font-size:0.8em;
	line-height:1.5;
}

#mainArea .ti004 {
	margin-bottom:17px;
	font-size:0.8em;
	line-height:1.5;
}


/* ========== 文字 ========== */
#mainArea p {
	clear:both;
	margin-bottom:17px;
	font-size:0.8em;
	line-height:1.7;
}

#mainArea .fontRed { color:#C00; }
#mainArea .fontBold { font-weight:bold; }
#mainArea .textCenter { text-align:center; }


/* ========== List ========== */
#mainArea .listNormal {
	margin-bottom:17px;
	font-size:0.8em;
}

#mainArea .listNormal li {
	margin-bottom:7px;
	line-height:1.7;
}

#mainArea .listNormal dt {
	margin-bottom:3px;
	font-weight:bold;
	line-height:1.7;
}

#mainArea .listNormal dd {
	margin-bottom:7px;
	line-height:1.7;
}

#mainArea .listDisc {
	margin-bottom:17px;
	font-size:0.8em;
}

#mainArea .listDisc li {
	margin-bottom:7px;
	padding-left:12px;
	background:transparent url("../img/icon_disc.gif") 0 0.6em no-repeat;
	line-height:1.7;
}


/* ========== Table ========== */
#mainArea .table001 {
	margin-bottom:17px;
	width:100%;
	font-size:0.8em;
}

#mainArea .table001 th,
#mainArea .table001 td {
	padding:9px 10px;
	border:1px solid #B4B4B4;
	line-height:1.7;
}

#mainArea .table001 th { background-color:#EBEBEB; }
#mainArea .table001 td { background-color:#FFF; }

#mainArea .table001 .tr001 th {
	background-color:#C8C8C8;
	font-weight:bold;
}

#mainArea .table001 .listDisc,
#mainArea .table001 .listNormal {
	margin-bottom:0;
	font-size:1em;
}


/* ========== Box ========== */
#mainArea .borderBox {
	clear:both;
	margin-bottom:23px;
	padding-bottom:24px;
	width:100%;
	background:transparent url("../img/border_dotted.gif") 0 100% repeat-x;
}

#mainArea .grayBox {
	clear:both;
	margin-bottom:23px;
	padding:20px;
	background-color:#F5F5F5;
}

#mainArea .lastBox {
	margin-bottom:0;
	padding-bottom:0;
	background-image:none;
}

