@charset "UTF-8";
/*
STYLE for コープネット事業連合／飼料米サイト
author : k.iwamoto (an-zu)
update : 2010.07.21

#####################################
 1.	共通
 2. トップページ
 3. インフォメーション（Movable Type）
 4. キャンペーン
 5. サブコンテンツ
#####################################
*/

/*==============================================================
	1.	共通
==============================================================*/

#GenkiTop {
	background: url(../img/top/genki_main_bg.jpg) no-repeat top;
	padding-bottom: 30px;
}

#GenkiTopLead {
	padding: 20px 0 30px 355px;
}

#GenkiTopLead p {
	font-size: 12px;
	line-height: 18px;
	color: #500;
	padding-bottom: 11px;
}

#GenkiTopLead a:focus {
    outline:none;
} 

#GenkiTopLead a:link,
#GenkiTopLead a:visited {
	width: 200px;
	height: 35px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-indent: -999999px;
	background: url(../img/top/btn_infomation.gif) no-repeat 0 0;
}

#GenkiTopLead a:hover {
	background: url(../img/top/btn_infomation.gif) no-repeat 0 -35px;
}

.TopBlock {
	width: 735px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(../img/top/genki_contents_bottom.gif) no-repeat bottom;
}

.TopBlock dl {
	padding: 18px 18px 0;
	background: url(../img/top/genki_contents_top.gif) no-repeat top;
}

.TopBlock dl dt {
	padding: 0 0 10px;
	font-size: large;
	line-height: 1.4em;
	font-weight: bold;
	color: #993300;
}

.TopBlock dl dd {
	font-size: 110%;
	line-height: 1.4em;
}

.TopBlock dl dd ul {
	padding: 10px 0 0;
	overflow: hidden;
	zoom: 1;
}

.TopBlock dl dd ul li {
	display: block;
	float: left;
	width: 209px;
	background: url(../../common/images/icon_green_arrow.gif) no-repeat 0 3px;
	padding: 0 0 3px 20px;
}

.TopBlock dl dd ul li.list_link {
	width: 670px;
}

.separator {
	text-indent: -999999px;
	height: 50px;
	background: url(../img/top/genki_separator.gif) no-repeat center;
}
