@charset "Shift_JIS";
/*------------------------------------------------------------------------*/
/*	ページ個別の情報を定義(青色申告とは）
/*------------------------------------------------------------------------*/

.body-aoiro {
	background-color: #fbf2f2;
}

.h-aoiro {
	color: #cc6666;
	background-image: url(../img/aoiro/h_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/**********メイン領域**********/
.p-item-title {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 635px;
	font-size: 13px;
	font-family: メイリオ;
	font-weight: 900;
	float: left;
	position: relative;
	line-height: 1.2em;
	color: #3377b9;
}

.p-item {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 635px;
	font-size: 13px;
	font-family: メイリオ;
	font-weight: 400;
	float: left;
	position: relative;
	line-height: 1.2em;
}

.p-souren {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 630px;
	font-size: 13px;
	font-family: メイリオ;
	font-weight: 400;
	float: left;
	position: relative;
	line-height: 1.2em;
}

.bg-y {
	background-image: url(../img/aoiro/bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* height*/

/* width*/
/* margin-left*/

/* margin-top */

/* margin-bottom */
.mb-50 {
	margin-bottom: 50px;
}

/* margin-right */

/* margin-left */

/* padding-bottom */
.pb-50 {
	padding-bottom: 50px;
}

