@charset "UTF-8";
/*---------------------------------------------

	indexページ

---------------------------------------------*/
/*ようこそ*/
#welcome_menu{
	height: 200px;
	padding: 0;
	margin: 0 0 10px 0;
}
#welcome_menu li{
	float: left;
	position: relative;
	
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#welcome_menu li a{
	position: absolute;
}
#w_menu1{
}
#w_menu2{
	top: 0px;
	left: 190px;
}
#w_menu3{
	top: 0px;
	left: 380px;
}
#welcome_menu li a:hover{
	_padding-bottom: 10px;
}
#welcome_menu li a img:hover{
	padding-bottom: 10px;
}
/*RSSのタイトルバー*/
h2.relative{
	position: relative;
}
h2 a.rss{
	position: absolute;
	right: 4px;
	top: 4px;
	width: 50px;
	height: 20px;
	border: 1px solid #eee;
	_display: none;
}
h2 a.rss:hover{
	border: 1px solid #f90;
}
/*ブログ更新情報*/
table.head_line{
	clear: both;
}
table.head_line th,
table.head_line td{
	padding: 1px 2px;
	border-bottom: 1px dotted #999;
}
table.head_line th{
	white-space: nowrap;
	color: #666;
	font-weight: bold;
	font-size: 0.9em;
}
table.head_line td{
	padding-left: 10px;
	width: 100%;
}
.new{
	color:#ff6666;
	font-weight:bold;
	font-size: 0.8em;
}
.cat{
	font-size: 0.9em;
	padding-left: 1em;
	color: #666;
}

/*キャンペーン*/
#campaign_feed{
	margin: 10px 0 0 90px;
}
#campaign_feed li{
	color: #999;
	border-bottom: 1px dotted #999;
}

