/* index.css index用のスタイルシート*/

body{
color : #000000;
background-image : url(gif/bg_3_tulip.gif);/*背景画像は個々で指定*/
background-repeat : repeat-y;
/*background-position : center top;*/
text-align : center;
}
.center{text-align: center; 
margin : auto;}

.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:center;
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;}

.pink{color : #ff5050;}
.kogecha{ color : #6f1114;}
.ao{color : #0000ff;}
.aka{color : #ff0033;}

.bold {font-weight : bold;}

.waku {
   margin : 10pt;
   border : solid 3pt red;
   padding : 5pt;}

.shikiri{color : #0000ff;text-align : center;}

.midashi{
font-weight : bold;
}


.fig_caption{
color : blue;
font-weight : bold;
font-size : 75%;
}

td span{font-size : 80%;}
