@import url(../basic.css);
div#content p.banner {
font-size: 80%;
text-indent: 0;
padding: 5px;border: solid 1px #9c3;border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; }

div#content p.banner img {
float: left;
margin-right: 10px; }
div#content p.flow {
background-image: url(img/img_arrow.gif);
background-repeat: no-repeat;
background-position: left bottom;
text-indent: 0;
padding-bottom: 20px;
padding-left: 100px; }

div#content p.flow img {
float: right;
margin-left: 10px; }

p.sample {font-size: 90%;background-color: #fffaea;padding: 10px;border: solid 1px #9c3; border-radius: 4px; -webkit-border-radius: 4px;-moz-border-radius: 4px;}
