@charset "utf-8";
/* ===================================================================
CSS information

 file name  :mylinks.css
 style info :リンク集　レイアウト
 このスタイルシートの構成
 
  
 2012.10.24 kunihiro

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

/* -------------------------/
　お知らせ　一覧(060_news_list.html)
/--------------------------*/

.page_links {
}

/* ---/ カテゴリタイトル
------------------------- */
.category_tl {
	background:url(../img_cont/bg_cont_page_tl.png) 50% 100% no-repeat;
	padding:30px 0 10px;
}

.category_tl h3 {
	font-size:184.6%;/* 24px */
	font-weight:normal;
	color:#524C2C;
	margin-bottom:10px;
}



/* ---/ リスト
------------------------- */
.links_list {
	margin-top:15px;
}

.links_box {
	margin-bottom:40px;
}

/* ---/ タイトル
------------------------- */
.links_box .tl {
	width:738px;
	float:left;
}

.links_box .tl h4 {
	font-size:184.6%;/* 24px */
	font-weight:normal;
	color:#524C2C;
	margin-bottom:10px;
}

.links_box .tl .url {
}


/* ---/ リード文
------------------------- */
.links_box .txt_box {
	margin-top:20px;
	width:748px;
	float:left;
	
	margin-bottom:10px;
}


/* ---/ サムネイル画像 /--- */
.img_box {
	float:right;
	background-color:#F0EFE8;
	padding:5px;
	width:154px;
}

/*
.links_box .img_box p {
	border:#CCC 1px solid;
	padding:1px;
	background-color:#FFF;
}
*/

.links_box .img_box a {
	display:block;
	border:#CCC 1px solid;
	padding:1px;
	background-color:#FFF;
}

.links_box .img_box a:hover {
	border:#E55823 1px solid;
}


.links_box .img_box span {
	display:block;
	width:150px;
	height:150px;
	overflow:hidden;
	text-align:center;
}

/* ---/ 詳細はこちら /--- */
.links_box .more_link {
	/*
	position:absolute;
	right:0;
	bottom:0;
	*/
	float:right;
	margin-top:10px;
}




































