.text10 {  font-size: 10px;}
.text11 {  font-size: 11px; color: #333333;}
.text11-2 {  font-size: 11px; line-height: 12px; color: #333333;}
.text12 {  font-size: 12px; color: #333333;}
.text12-2 {  font-size: 12px; line-height: 16px; color: #333333;}
.text12-3 {  font-size: 12px; line-height: 18px; color: #333333;}
.text15 {  font-size: 15px;}
.text18 {  font-size: 18px; line-height: 23px; color: #333333;}


a:link {  
  /* リンク */
 color: #000000; 
 text-decoration: underline;}


a:hover {  
  /* リンク上にカーソルが移動した時 */
 color: #cccccc; text-decoration: underline:}

a:visited {
    /* 訪問済みリンク */
 color: #333333; text-decoration: underline:}


hr{ 
  /* ライン */
 height: 2px;
 color: #0099CC;
 padding: 0px;
 margin:0px;
}


body {
	background-image: url("img/all_bg.gif");
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333333  scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#999999;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#EEEEEE;
	scrollbar-shadow-color:888888}
