@@charset "utf-8";

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

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

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

/* グローバルナビゲーション設定
=============================================== */
#TOP #globalNav{
}

/* TOP固有ボックス
=============================================== */
#top_con{
	margin-top: 14px;
	width: 880px;
	height: 398px;
	position: relative;
}

/* FLASH
=============================================== */
#flash_area{
	width:870px;
	margin-bottom: 6px;
}
/* TOP上部バナー
=============================================== */
#top_con ul{
	width: 100%;
	margin-bottom: 6px;
	margin-left: -4px;
	position: absolute;
	left: -1px;
	top: 318px;
}
#top_con li{
	float: left;
}

/* コンテンツエリア設定
=============================================== */
/*-- 箱設定 ------------------------*/
#TOP #CONTENTS{
	width:874px;
}

#TOP #COL_L{
	width: 184px;
	float: left;
	position:relative;
}
#TOP #COL_C{
	width: 495px;
	float: left;
padding-bottom: 30px;
}

#TOP #COL_R{
	width: 194px;
	float: left;
	margin-top: -2px;
}

/*-- 中カラム ------------------------*/
#TOP #COL_C .COL_innerbox{
	margin-left: 23px;
}
#TOP #COL_C .COL_innerbox02{
	width: 472px;
	margin-bottom: 30px;
}
#TOP #COL_C .COL_innerbox02 ul{
	width: 100%;
}

/*--メインバナー --*/
#main_bn{
}

#main_bn li{
	width: 222px;
	float: left;
	margin-bottom: 11px;
	margin-right: 11px;
}
#main_bn li.odd{
	margin-right: 0px;
}

/*--メインバナー --*/
#feature_bn h3{
	 margin-bottom: 16px;
}
#feature_bn ul{
	margin-left: -1px;
}

#feature_bn li{
	width: 148px;
	float: left;
	margin-bottom:6px;
	margin-right: 4px;
}
#feature_bn li.odd{
	margin-right: 0px;
}


/*-- トピックス --*/
#TOP #COL_C #topics_area{
	width: 454px;
	position: relative;
}
#topics_area h3{
	 margin-bottom: 6px;
}
#TOP #topics_area dl{
	width: 454px;
	position: relative;
	background: url("../img/dotted_x.jpg") left bottom repeat-x;
	padding: 10px 0 12px 0;
}
#topics_area dt{
	width: 18%;
	float: left;
}
#topics_area dt span{
	display:block;
	background: url("../img/arrow01.jpg")  0 center no-repeat;
	padding-left: 8px;
}
#topics_area dd{
	width: 82%;
	float: left;
}
#topics_area .goto_list{
	position: absolute;
	right: -6px;
	top: 18px;
}


/*-- 右カラム ------------------------*/
#COL_R #side_bn{
	padding-bottom: 12px;
}
#COL_R #side_bn li img{
	vertical-align: bottom;
}


#COL_R #side_contact{
	margin-bottom: 16px;
	margin-left: 4px;
	padding-bottom: 10px;
	background: url("../img/top/contact_bottom.jpg") 0 bottom no-repeat;
}
#COL_R #side_contact dl{
	width: 187px;
	background: url("../img/top/contact_bg.jpg") 0 0 repeat-y;
}
#COL_R #side_contact dt{
	padding-top: 4px;
	margin-left: 12px;
}
#COL_R #side_contact dd{
	padding-top: 6px;
	margin-left: 12px;
}

#COL_R #side_box{
	padding-bottom: 12px;
	margin-left: 4px;
}
#COL_R #side_box p{
	padding-bottom: 20px;
}



/*-- パンくず高さ --*/
#TOP #topic_path{
}
#LTIE8 #TOP #topic_path{
	display: none;
	padding-bottom: 0;
	height: 0;
	margin-bottom: 0;
}
#TOP #topic_path{
	display: none;
	padding-bottom: 0;
	height: 0;
	margin-bottom: 0;
}

/* 先頭に戻るボタン
=============================================== */
#TOP #TOP_goto_top{
	clear: both;
	width: 100%;
	padding-bottom:10px;
	text-align:right;
}
/*-- 下層ページ非表示 --*/
.LOW_PAGE #TOP_goto_top{
	display: none;
}
