@charset "UTF-8";
/* CSS Document */

#each_links{
            margin-top:15px;
			}
			
#about_links{
             width:480px;
			 padding-left:20px;
			 margin-bottom:25px;
			 }			

.kimono_relation,.others{
                  width:512px;
				  padding:20px 0 0 10px;
                }
				
.kimono_relation span{
                      color:#b5a34e;
					  }

.others span{
              color:#a9c57d;
			  }

.link_details{
               width:512px;
			   margin-top:15px;
			   padding:0 0 20px 15px;
			   }
			   
.link_image{
	width:112px;
	float:left;
	border:solid 1px #ccc;
	margin:0 auto;
	padding: 5px;
	text-align: center;
			  }

.link_image img{
                margin:0 auto;
				}

.link_text{
             width:370px;
			 float:left;
			 padding-left:10px;
			 
			 }

.link_text h4{
              font-weight:normal;
			  font-size:12px;
			  padding-bottom:4px;
			  }

h4 span{
       margin-right:5px;
	   }

.url_01{
     border-top:dotted 1px #b5a34e;
     border-bottom:dotted 1px #b5a34e;
	 padding:5px 0;
	 }

.url_01 a,.url_02 a{
       text-decoration:none;
	   }

.url_01 a:hover,.url_02 a:hover{
              text-decoration:underline;
			  }

.url_02{
     border-top:dotted 1px #a9c57d;
     border-bottom:dotted 1px #a9c57d;
	 padding:5px 0;
	 }
			  
.kimono_relation p.introduction{
			   border-bottom:dotted 1px #b5a34e;
			   padding:7px 0;
			   }
			   
.others p.introduction{
               border-bottom:dotted 1px #a9c57d;
			   padding:7px 0;
			   }

img#link_border{
				  padding:30px 10px;
				  
				  border:solid 1px #ccc;
				  }
 			      			  			  

