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

.headline {
	font-weight: bold;
	font-size: 36px;
	line-height: 180%;
}

.sub_head {
	font-weight: bold;
	font-size: 26px;
	line-height: 180%;
}

.voice_head {
	font-weight: bold;
	font-size: 18px;
	color: red;
}

.bullet_head {
	font-size: 18px;
	color: #FF4500;
}

.smaller {
	font-size: 12px;
}

.emphasis_yellow {
	background-color: #FFFF77;
	font-weight: bold;
}

.emphasis_red {
	color: #FF0000;
	font-weight: bold;
}

.emphasis_big {
	font-weight: bold;
	font-size: 150%;
}

.emphasis_title {
	color: #FF0000;
	font-weight: bold;
	font-size: 150%;
}


.emphasis_blue {
	color: #000099;
	font-weight: bold;
	font-size: 150%;
}

.emphasis_bold {
	font-weight: bold;
}

.emphasis_underline {
	font-weight: bold;
	text-decoration: underline;
}

.emphasis_bullet {
	color: #FF4500;
	font-weight: bold;
	background-color: yellow;
	text-decoration: underline;
}

.waku {
	border: 1px solid grey;
	padding: 10px;
}

.red_waku {
	border: 2px solid red;
	padding: 10px;
}
