@charset "utf-8";
/* CSS Document */
#wrapper{
margin:98px auto 0;	
}

.pagenav{
clear:both;
padding:0 60px;
}

.aznavi{
border-top:1px solid #ddd;
}

/* main */

h2{
font-size:115%;
margin:10px 0;
}

#main p{
font-size:90%;	
line-height:2.5;
margin:0 0 10px;
text-align: justify;
text-justify: inter-ideograph;
}

#main p:nth-of-type(5){
text-align:right;
}

#main p:nth-of-type(2) img:nth-of-type(1){
float:right;
padding:0 0 20px;
}

#main p:nth-of-type(2) img:nth-of-type(2){
float:right;
padding:10px 0 0 15px;
}

#main p:nth-of-type(3) img{
float:right;
padding:10px 0 0 15px;
}

.message{
display:inline-block;
font-size:105%;	
line-height:1.7;
padding:10px 15px;
background:#eed;
margin-bottom:15px;
}