/* CSS Document */

body{ background-image:url(img/bg.jpg);
       background-repeat:repeat-y;
	   background-position:center top;
	   line-height:16px;
	    font-size:12px;
		color:#333333;}
		
		
.l_18{ line-height:18px;}

.f_l{ float:left;
    }
	
.f_r{ float:right;
    }
	
.m_10{margin:10px;}

.m_20{margin:10px 10px 10px 30px ;}

.mg3{margin:5px 0px 0px 0px;}

/* ------------------------------
 font-size
------------------------------ */	

.f_10{ font-size:10px;}

.f_16{ font-size:16px;}



/* ------------------------------
 font-color
------------------------------ */	

.midori{ color:#336600;
         font-weight:bold;}

.midori2{ color:#336600;
         }

.aka10{ font-size:10px;
         color:#CC0000;}
		 
.midori16{color:#336600;
          font-size:16px;}


/* ------------------------------
 Header
------------------------------ */

.main{ width:710px;
     height:100px;
	 margin:auto;
	  }

.main2{ width:710px;
    
	 margin:auto;
	  }


.hd1{ width:307px;
       height:100px;
	   float:left;
	   }

.hd2{ width:307px;
       height:26px;
	  }
	  
.mg1{margin:0px 0px 0px 25px;}


/* ---------------------------
リンク色設定
--------------------------- */

A:link{ color:#006600; text-decoration:none }
A:visited{ color:#006600; text-decoration:none; }
A:hover{ color:#006600; text-decoration:underline; }

A.class1:link{ color:#333333; text-decoration:none }
A.class1:visited{ color:#333333;  text-decoration:none; }
A.class1:hover{ color:#333333;  text-decoration:none; }

A.class2:link{ color:#CC0000; text-decoration:underline }
A.class2:visited{ color:#CC0000;  text-decoration:underline; }
A.class2:hover{ color:#CC0000;  text-decoration:underline; }


.sen1{
	width:500px;
	margin:auto;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #e4d8bc;
	margin-top:15px;
     }
.nagare_bg {
	background-image: url(img/yoyaku_dog.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.f_red {
	font-size: 12px;
	color: #CC0000;
}
