@charset "UTF-8";
@import url("news.css");

/**************************トップ**************************/
#topimg{
	height: 420px;
	width: 750px;
	margin-bottom: 5px;
}

/*************トップナビ*************/
#top_navi{
	padding-bottom: 10px;
}

#top_navi ul#menu{
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 69px;
	display: block;
}

#top_navi ul#menu li{
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	width: 150px;
	height: 69px;
	text-decoration: none;
	list-style-type: none;
}

#top_navi ul#menu li a{
	display:block;
     height:100%;
     text-decoration:none;
     text-indent:-9999px;
     background-repeat:repeat-y;	
}

#top_navi ul#menu li a:hover{background-position:0px -69px;}

#top_navi ul#menu li#profile a{background-image: url(../img_top/t_menu01.gif);}
#top_navi ul#menu li#product a{background-image: url(../img_top/t_menu02.gif);}
#top_navi ul#menu li#goods a{background-image: url(../img_top/t_menu03.gif);}
#top_navi ul#menu li#shop a{background-image: url(../img_top/t_menu04.gif);}
#top_navi ul#menu li#order a{background-image: url(../img_top/t_menu05.gif);}

/*************トップ記事エリア*************/
#top_main{
	padding-bottom: 15px;
	background-color: #FFFFFF;
	padding-top: 20px;
	color: #333333;
}

.news-midasi {
	color:#333333;
	font-weight: bolder;
	font-size: 12px;
}

/*************トップ/バナー*************/


div.banner{
	width: 255px;
	margin-left: 20px;
}

div.banner#top{
	background-image: url(../img_top/banner_top.gif);
	background-repeat: no-repeat;
	height: 9px;
	margin-top: 10px;
}

div.banner#body{
	height: 160px;
	background-image: url(../img_top/banner_bg.gif);
	background-position:0 -110px;
	background-repeat: no-repeat;
	text-align: center;
}

div.banner#under{
	background-image: url(../img_top/banner_under.gif);
	height: 9px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

/*------200908追加〜フォトコンテスト用------*/
div.banner#campaign{
	font-size: 12px;
}
