/* index.css index用のスタイルシート*/

body{
color : #000000;
background-image : url(gif/bg_xcr1.gif);/*背景画像はここで指定*/
background-repeat : repeat-y;
/*background-position : center top;*/
}

p{text-align : center;}

.boldcenter{
text-align : center;
font-weight : bold;
}
.wakuboldcenter{
text-align : center;
font-weight : bold;
border: solid 3px #ff00ff;
margin-right : 200px;
margin-left : 200px;
padding : 10px 20px;
}
.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%;
}

#omedetou{
color : red;
text-align : center;
}

.floatleft{float : left;}

.aka{color : #ff0000;}
.pink{color : #ff5050;}
.kogecha{ color : #6f1114;}

.ao{color : #0000ff;}

.shikiri{color : #0000ff;text-align : center;}

.midashi_ao{
color : #0000ff;
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;}
