@charset 'utf-8';
/* CSS Document */
#textarea{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }
	
#textarea p{
	font-size:16px;
	line-height:160%;
	margin-bottom:4%;
	color:#444 !important;
    }
		
.textarea{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }

.strongtext{
	font-weight:bold;
	color:#0099cc;
	font-size:16px;
}

	#textarea a{
		text-decoration:underline !important;
		color:#69C !important;
		font-weight:bold;
    }

.top
{
	float:right;
	font-size:10px;
}

.pink2b {
    color: #A1C910;
    font-weight: bold;
    line-height: 17px;
}
.textRedBold01 {
        font-size:1em;
}
.cb{
  /* floatを解除 */
  clear: both;
}
