@charset "EUC-JP";

/*
==================================================================
INCOME_OUTGO
==================================================================
*/

/* 収支プラン・項目 */

.income_outgo_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #3366CC;
	margin: 20px 0px 0px 0px;
}

.income_outgo_title a:link {
	color: #3366CC;
	text-decoration: none;
}

.income_outgo_title a:active {
	color: #3366CC;
	text-decoration: none;
}

.income_outgo_title a:visited {
	color: #3366CC;
	text-decoration: none;
}

.income_outgo_title a:hover {
	color: #3366CC;
	text-decoration: none;
}

.income_outgo_box {
	width: 720px;
	padding: 5px 0px 0px 0px;
}

/* 画像(1) */

.income_outgo_left_img {
	float: left;
	width: 350px;
	font-size: 0px;
	text-align: center;
}

/* 画像(2) */

.income_outgo_right_img {
	float: right;
	width: 350px;
	font-size: 0px;
	text-align: center;
}

/* 内容 */

.income_outgo_text {
	margin: 10px 0px 0px 0px;
}


