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

div#main{
	width:730px;
	margin:20px 0 0 20px;
}
h1.title{
	padding:70px 0 0 0;
}
h2{
	font-size:30px;
	line-height: 100%;
	margin:40px 0;	
}

h3{
	font-size:24px;
	line-height: 100%;
	margin-bottom: 40px;	
}

p{
	margin-bottom:1em;
}

.center{
	text-align:center;
}

p.hello_red_emphasis{
	margin-top:30px;
	color:#F00;
	font-weight: bold;
}

p.hello_blue_emphasis{
	margin-top:30px;
	color:#00F;
	font-weight: bold;
}

p.hello_title{
	color:#004080;
	font-weight: bold;
	font-size:13pt;
}

p.hello_image{
	margin:30px 0;
}

span.blue{
	color: #3300ff;
}
