@charset "UTF-8";
/* CSS Document */

/*ヘッダー*/
#logo {
	width: 100%;
	height: 80px;
	line-height: 100px;/*縦位置中央化*/
	position: absolute;
	z-index: 1;
	text-align: center;
	font-family: 'Chelsea';
	font-size: 35px;
	color: #dc143c;
	letter-spacing: 0.05em;
}
/*ヘッダーEND*/

/*プロフィール 日向子*/
/*ライン行間*/
center{
	line-height: 2px;
}

#profile_hinako{
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height:  360px;
	padding: 50px;
	color: #7ebea5;
}

#profile_hinako h3{
	color: #000;
	line-height: 70px;
}
/*プロフィール 日向子END*/

/*プロフィール マリンバ*/
#profile_mari{
	height: 380px;
	background-color: #7ebea5;
	color: #fff;
	padding: 50px;
}
/*プロフィール マリンバEND*/