@charset "shift_jis";

@import url(../css/common.css);
@import url(../css/basic.css);

/* ====================================================================

   Style Info: リンク
 
==================================================================== */

.link { padding:10px 15px 15px 15px; }

	.link dl {
		width:585px;
		background:url(../image/h_line.gif) repeat-x left bottom;
		padding:0 0 15px 0;
		margin-bottom:15px;
		}

	.link dl:after {
		content:"";
		display:block;
		height:0;
		clear:both;
		}
		
		.link dt {
			width:100px;
			float:left;
			font-size:0;
			line-height:0;
			}
		
		.link dd {
			width:485px;
			float:left;
			}
			
			.link dd a {
				font-weight:bold;
				background:url(../image/glink_ic_off.gif) no-repeat right center;
				padding-right:20px;
				}
			
			.link dd a:hover { background:url(../image/glink_ic_on.gif) no-repeat right center; }

/* ---------------------------------------------
    リンクについて
----------------------------------------------*/

#about_link { width:615px; background-color:#f5eed1; }
	
	#about_link_block { padding:16px 15px 15px 15px; }
		#about_link_block h5 { font-size:0; line-height:0; }

	
		#link_info { padding:15px 0; }
			#link_info img { float:left; margin-right:10px; }
		#link_info:after {
			content:"";
			display:block;
			height:0;
			clear:both;
			}
		
		#link_tag { width:585px; background-color:#fff; }
			#link_tag p { padding:10px 12px; }



