@charset "utf-8";

form	{
	margin: 0;
	padding: 0;
}

div#sys_body	{
	float: left;
	width: 660px;
	margin: 0 0 10px 8px;
}
.sys_page-top{
	clear:both;
}

.style1 {color: #FF0000;}
.style3 {color: #0000FF;}

#maincontents{
	width: 490px;
	float: left;
}
.newsbox{
	margin-bottom: 10px;
	padding:10px 10px 20px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
	line-height: 18px;
	height: 630px;
	overflow:auto;
}

.newsbox p	{
	line-height: 18px;
}

.pointbox{
	margin-bottom: 10px;
	padding:10px 10px 20px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
	line-height: 18px;
}

.pointbox p	{
	line-height: 18px;
}

/* ご利用ガイドボタン */

.riyou a{
	display: block;
	margin-top: 2px;
	margin-bottom:6px;
	height: 113px;
	width: 160px;
	background-image: url(../images/bnr_goriyoguide.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* よくある質問ボタン */

.top-faq{
	margin-top: 6px;
	margin-bottom: 8px;
}


/* 最新ニュース */
.title-news{
	margin-top: 10px;
	background-image: url(../images/top_center/title_news.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.title-news a{
	display:block;
	height: 31px;
}

.news_date	{
	color: #ff0000;
}

.line{
	margin-bottom: 6px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC6AC;
}

/* ポイント制度について */
.title-point{
	background-image: url(../images/top_center/title_point.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.title-point a{
	display:block;
	height: 31px;
}

/* カレンダー */
.title-calendar{
	background-image: url(../images/title_calendar.gif);
	background-repeat: no-repeat;
	height: 31px;
	text-indent: -9999px;
}

.centerlist-leftimg{ margin-right:20px;
                     margin-bottom:4px;}

.centerlist-rightimg{ margin-bottom:4px;}


/* 以下「お問い合せについて」はテスト中 */
/* お問い合せについて */
.title-toiawase{
	background-image: url(../images/top_center/title_toiawase.gif);
	background-repeat: no-repeat;
	height: 31px;
	text-indent: -9999px;
}
.text12px {
	font-size:12px;
	padding-bottom:6px;
}
.text14px {
	font-size:14px;
	padding-bottom:8px;
}
#box_toiawase {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	overflow: auto;
}
.business_time {
	float:left;
	width: 236px;
	padding:10px;
	font-size:10px;
	line-height:1.3em;
}
.business_day {
	float:right;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	width: 208px;
	padding:10px;
	font-size:10px;
	line-height:1.3em;
}
.business_add {
	float:right;
	border-left: 1px solid #bbbbbb;
	width: 208px;
	padding:10px;
	font-size:10px;
	line-height:1.3em;
}


/* submenu */
#sub_menu{
	float: right;
	width: 152px;
	margin-top: 2px;
}

#sub_menu li, #sub_menu ul{
	margin: 0 0 8px 0;
	padding: 0px;
	list-style-type: none;
}


/* トップページではトップページの上マージンを入れない */
.sys_mk_adjust	{	/* コンテンツブロックの上マージン調整 */
	margin-top: 0 !important;
}


/* 補足情報行 トップページでは一般ページよりも8px高くする */

#sys_additional_note	{
	height: 11px;
	line-height: 11px;
}


/* 重要なお知らせ */
div#jyuyo {
	clear: both;
	margin-top: 3px;
	margin-left: 2px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #FF3300;
	background-color: #FFF8F6;
	
	font-size: 90%;
	}
div#jyuyo h3 {
	margin-top: 0;
	margin-bottom: 3px;
	color: #FF0000;
	}

div#jyuyo p {
	line-height: 1.5;
	}

div#jyuyo p.link {
	padding-top: 5px;
	text-align: right;
	line-height: 1.5;
	}

div#jyuyo p.link a {
	color: #FF3300;
	font-weight: bold;
	}

