/*44Main用スタイルシート*/

a:link{color:green;}
a:visited{color:purple;}
a:hover{color:orangered;}
a{text-decoration:none;}/*リンクの下線を非表示*/

body{
	width:640px;
	background-image:url(image/boysbe.jpg);
	background-repeat:repeat-y;
	color:navy;
	text-align:center;
	}

table{/*tableをセンターに配置*/
	margin:auto;
	width:600px;
	background-color:#ffffff;
	}

img{border:0;}

h1{font-size:20px;color:#555555;}
h2{font-size:18px;}

p{line-height:150%;}

.bg0{background-color:#cccccc;text-align:center;}/*灰+中央*/
.bg1{background-color:#ffeeee;}/*淡桃*/
.bg2{background-color:#eeeeff;}/*淡青*/
.bg3{background-color:#ffffcc;}/*淡黄*/

.bg8{background-color:#8888cc;}/*薄青*/
.bg9{background-color:purple;color:white;}/*紫地+白字*/

.fr{color:red;}/*赤字*/
.fw{color:white;}/*白字*/
.fs{font-size:12px;color:gray;}/*small灰色字*/
.lft{text-align:left;}
.cnt{text-align:center;}
.rgt{text-align:right;}

