@charset "utf-8";

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

種別 ： トップ専用css
適用 ： トップ固有スタイル

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


/* 左カラム設定
=============================================== */
#TOP #COL_L{
}
#TOP #COL_L .COL_IN{
	padding-bottom: 10px;
}
#TOP #COL_L .COL_IN div{
	background: url("../../img/topics_bg.jpg") 0 0 no-repeat;
	min-height:150px;
	height: auto !important;
	height: 150px;
}
#TOP #COL_L .COL_IN ul{
	padding: 2px 25px 10px 25px;
}
#TOP #COL_L .COL_IN ul li{
	padding: 15px 0;
	background: url("../img/dotted_x01.jpg") 0 bottom repeat-x;
}
#TOP #COL_L .COL_IN ul li span{
	background: url("../img/arrow03.jpg") 0 1px no-repeat;
	padding: 0 16px;
}
#TOP #COL_L .COL_IN .link{
	padding-right: 25px;
}
#TOP #COL_L .COL_IN .link span{
	background: url("../img/arrow03.jpg") 0 center no-repeat;
	padding-left: 16px;
	float: right;
	display: block;
}
#TOP #COL_L #topics02 ul li span{
	background: url("../img/arrow04.jpg") 0 1px no-repeat;
	padding: 0 16px;
}#TOP #COL_L #topics02 .link span{
	background: url("../img/arrow04.jpg") 0 center no-repeat;
}

/* 右カラム設定
=============================================== */
#TOP #COL_R{
	padding-top: 6px;
	line-height: 1.6;
}
#TOP #COL_R .COL_IN .item{
	padding: 12px 12px 20px 12px;
	background: url("../../img/rcol_bg.jpg") 0 0 no-repeat;
}
#TOP #COL_R .COL_IN .item strong{
	display: block;
	padding-bottom:6px;
}
#TOP #COL_R .COL_IN .item span{
	display: block;
}
#TOP #COL_R .COL_IN .item a span{
	text-decoration: underline;
}
#TOP #COL_R .COL_IN .item a:hover span{
	text-decoration: none;
}

#TOP #COL_R #link_box strong{
	width: 80px;
	display: block;
	float: left;
}
#TOP #COL_R #link_box span{
	width: 160px;
	display: block;
	float: left;
}
#TOP #COL_R #link_box span img{
	margin-bottom: 6px;
	display: block;
}
#TOP #COL_R #link_box span em{
	padding-left: 10px;
	display:block;
}
#TOP #COL_R #link_box .item p{
	padding-bottom: 10px;
	background: url("../img/dotted_x01.jpg") 0 bottom repeat-x;
}
