@charset "UTF-8";
* {
 margin: 0;
 padding: 0;
}

img {
 border: 0px;
}

/*--------------- トップコンテンツ関係 --------------- */

#top_contents {
 margin: 0 auto;
 padding: 0;
 background-color: #fff;
 position: relative;
 height: 495px;
 width: 940px;
 text-align: center;	
 background-image: url('../images/top_con_bg.gif');
 background-repeat: no-repeat;
}

#top_contents_main {
	width: 921px;
	margin: 0 auto;
	text-align: left;
	padding: 13px 0 0 19px;
	position: relative;
}

#top_contents_main p {
 margin: 0;
 padding: 0 0 0 2px;
 font-size: 10px;
 color: #666;
 text-align: left;
 line-height:110%;
}

#top_contents td {
 padding-top: 3px;
}

#top_contents_main a {
 font-size: 13px;
 text-align: left;
 color: #00aeff; 
 text-decoration: none;
}

#top_contents_main a:hover {
 font-size: 13px;
 text-align: left;
 color: #333;
 text-decoration: none;
}

/*--------------- ニュース関連 --------------- */

#index div.news {
  margin: 0 auto;
  padding: 0 0 10px 0;
	width: 940px;
	position: relative; 
	text-align: center;
}

#index .news_in {
	border: 1px solid #bfbfbf;
	background-color: #eee;
	height: 24px;
}

#index .news h2 {
	font-weight: normal;
	font-size: 12px;
	padding: 6px 10px;
	text-align: left;
}

#index .news h2 a {
	color: #333;
	text-decoration: none;
}

#index .news h2 a:hover {
	text-decoration: underline;
}

#index .news .b_text {
	font-size: 12px;
	color: #f02121;
	font-weight: bold;
}

#index .news .day_text {
	font-size: 10px;
	color: #666;
}

#index .text a.link {
	font-size: 85%;
	text-decoration: none;
	color: #0180CA;
}

#index .words {
  display: none;
}

/*--------------- 加盟店関係 --------------- */

#join {
 margin: 0 auto;
 padding: 10px 0 5px 0;
 background-color: #fff;
 width: 940px; 
 text-align: left;
 font-size:12px;
 color:#666666;
 line-height:20px; 
}

#join p {
 margin: 0;
 padding: 0;
 font-size: 11px;
 color: #999;
 text-align: left;
 line-height:14px;
}