/* text.css 本文用のスタイルシート*/

body{
color : #000000;
background-image : /*背景画像はここで指定*/
background-repeat : repeat-y;
/*background-position : center top;*/
padding : 20px 40px;
}


.boldcenter{
text-align : center;
font-weight : bold;
}


.aka{color : #ff0000;}
.pink{color : #ff5050;}
.kogecha{ color : #6f1114;}
.ao{color : #0000ff;}
.center{text-align : center;}
