@charset "utf-8";
/* CSS Document */

/* 右側コンテンツ内
---------------------------------------------*/
#contentsBox {
	width: 98%;
}

#contentsBox_left {
	width: 300px;
	float: left;
}

#contentsBox_right {
	float: right;
	text-align: center;
}


.text1 {
	color: #F00;
}

.text2 {
	color: #00F;
}

.text3 {
	color: #090;
}

.text4 {
	color: #30C;
}


#baseTable {
	border: 1px solid #F05261;
}
#baseTable .leftCell {
	width: 25%px;
	background-color: #FCD6DA;
	vertical-align: top;
	line-height: 1.8em;
	text-align: center;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

#baseTable .rightCell {
	text-align: left;
	line-height: 1.8em;
	padding-left: 5px;
	border-bottom: 1px dotted #666;
}


#baseTable .leftCell_last {
	width: 120px;
	background-color: #FCD6DA;
	vertical-align: top;
	line-height: 1.8em;
	text-align: center;
	border-right: 1px dotted #666;
}

#baseTable .rightCell_last {
	text-align: left;
	line-height: 1.8em;
	padding-left: 5px;
}
















