/* index.css index用のスタイルシート*/

body{
color : #000000;
background-image : url(gif/bg_akatonbo_w01.gif);/*背景画像はここで指定*/
background-repeat : repeat-y;

}
p{text-align : center;}

.boldcenter{
text-align : center;
font-weight : bold;
}
.new{
text-align:left;
margin : 0px auto;
width : 650px;
}
.headlogo{
text-align : center;
color : #6f1114;
font-weight : bold;
}

#koushinbi{text-align : center;
font-size : 80%;
}
.floatleft{float : left;}

.aka{color : #ff5050;}

.kogecha{ color : #6f1114;}

.ao{color : #0000ff;}

.shikiri{color : #0000ff;text-align : center;}

.midashi_ao{
color : #0000ff;
font-size : 110%;
font-weight : bold;
text-align : center;
}

.midashi_pink{
color : deeppink;
font-size : 140%;
font-weight : bold;
text-align : center;
}

.fig_caption{
color : blue;
font-weight : bold;
font-size : 75%;
}

td span{font-size : 80%;}
.bold{font-weight : bold;}