/*cool inn StyleSeet*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-image: url(images/back_img.gif);
	background-repeat: repeat-y;
	background-position: center top;
}




	
	
 /*リンク*/
a:link {  color: #666666; text-decoration: none}
a:visited {  color: #666666; text-decoration: none}
a:active {  color: #0000FF; text-decoration: underline}
a:hover {  color: #0000FF; text-decoration: underline}


/*フォントデザイン*/
span { }
.ssmall { font-size:9px; color:#666666; line-height:120%;}
.small { font-size:11px; color:#666666; line-height:120%;}
.smallb { font-size:11px; color:#666666; line-height:120%; font-weight:bold; }
.gray12 { font-size:12px;  color:#666666; line-height:120%;}
.gray12b { font-size:12px; color:#666666; line-height:120%; font-weight:bold; }
.gray14b { font-size:14px;  color:#666666; line-height:120%; font-weight:bold; }
.gray14 { font-size:14px;  color:#666666; line-height:120%; }
.white12 { font-size:12px;  color:#FFFFFF; line-height:120%;}
.white12b { font-size:12px;  color:#FFFFFF; line-height:120%; font-weight:bold; }
.white14b { font-size:14px;  color:#FFFFFF; line-height:120%; font-weight:bold; }
.white14 { font-size:14px;  color:#FFFFFF; line-height:120%; }
.red11 { font-size:11px; color:#F50F00; line-height:120%;}
.red12 { font-size:12px; color:#F50F00; line-height:120%;}
.red14 { font-size:14px; color:#F50F00; line-height:120%;}
.red14b { font-size:14px; color:#F50F00; line-height:120%; font-weight:bold; }
.green11 { font-size:11px; color:#007C65; line-height:120%;}
.green12 { font-size:12px; color:#007C65; line-height:120%;}
.green14 { font-size:14px; color:#007C65; line-height:120%;}
.green14b { font-size:14px; color:#007C65; line-height:120%; font-weight:bold; }
.pink14b { font-size:14px; color:#FF3333; line-height:120%; font-weight:bold; }
.blue12 { font-size:12px; color:#0000FF; line-height:120%; }
.nor { font-size:12px; color: #000000; line-height:120%; }
.big { font-size:12px; color: #000000; line-height:120%; font-weight:bold; }
.norg { font-size:12px; color: #666666; line-height:120%; }
.black14b { font-size:14px; color:#666666; line-height:120%; font-weight:bold;}

/*ボーダーデザイン*/
.tb1 {
border : dotted 1px #999999;}


