@charset "Shift_JIS";

/* CSS Document */
.txt10 { font-size : 10px; line-height: 120%;}
.txt12 { font-size : 12px; line-height: 150%;}

div.brWrap{
 width:640px;
 }

/* 上の注記 */
#caution {
 font-size:10px;
 margin-bottom:15px;
 }

/* タイトル */
#title {
 font-size:12px;
 font-weight:bold;
 border-bottom:1px solid #cccccc;
 padding-bottom:3px;
 }

/* 日付 */
#date {
 font-size:12px;
 font-weight:bold;
 text-align:right;
 padding-top:3px;
 }

#menu {;
 font-size:12px;
 text-align:right;
 }

/* タイトル2 */
.title2 {
 font-size:12px;
 font-weight:bold;
 padding-bottom:3px;
 }

/* 写真ありの場合 */
/* テキスト部 */
#text_p {
 float:left;
 width:auto;
 font-size:12px;
 }
 /* 写真部 */
#photo {
text-align:right;
 float:right;
 width:auto;
 }

/* テキスト部分 */
.text {
 font-size:12px;
  line-height: 150%;
 }

/* 帯 */
.obi {
 text-align:center;
 margin-bottom:15px;
 }

/* 円グラフ */
#piechart {
 width:auto;
 float:left;
 }

/* 凡例 */
#hanrei {
 width:auto;
 float:left;
 }



/* 下の注記 */
#attention {
 font-size:10px;
 border-top:1px solid #cccccc;
 padding-top:15px;
 }
#eol_left{
 float:left;
 width:auto;
 }
#eol_right{
 float:right;
 width:auto;
 }


