﻿@charset "utf-8";


/* 説明文
--------------------------------------------------*/
.deposit_box {
	width: 540px;
	clear: both;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}

.d_left {
	width: 100px;
	display: block;
	float: left;
}

.d_text {
	width: 220px;
	display: block;
	float: left;
}

.d_text li {
	font-size: 92.3%;
	background-image: url(../index_img/point_o.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 10px 15px;
}

.l_text {
	width: 220px;
	display: block;
	float: left;
}

.l_text li {
	font-size: 92.3%;
	background-image: url(../index_img/point_b.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 10px 15px;
}

.s_text {
	width: 220px;
	display: block;
	float: left;
}

.s_text li {
	font-size: 92.3%;
	background-image: url(../index_img/point_g.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 10px 15px;
}

.e_line {
	width: 540px;
	padding: 0px 0px 20px 0px;
	clear: both;
}


/* フラッシュ
--------------------------------------------------*/
#topimage {
	width: 540px;
	margin-bottom: 20px;
}

/* トピックス・新着情報
--------------------------------------------------*/
/*新着情報*/
.news {
	padding: 10px 0px 5px;
	width: 540px;
}
.news dl {
	margin: 0 0 10px;
	clear: both;
}
.news dt {
	width: 50px;
	font-size: 92.3%;
	background: url(../index_img/point_news.jpg) no-repeat 3px 4px;
	padding: 0 0 0 15px;
	float: left;
}
.news dd {
	width: 465px;
	font-size: 100%;
	margin: 0 0 10px 5px;
	float: left;
}
/*トピックス*/
.topics {
	padding: 10px 0px 5px;
	width: 540px;
}
.topics dl {
	margin: 0 0 10px;
	clear: both;
}
.topics dt {
	width: 50px;
	font-size: 92.3%;
	background: url(../index_img/point_topics.jpg) no-repeat 3px 4px;
	padding: 0 0 0 15px;
	float: left;
}
.topics dd {
	width: 465px;
	font-size: 100%;
	margin: 0 0 10px 5px;
	float: left;
}

/*一覧を見る*/
.rightbox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
	width: 540px;
	margin: 5px 0px 10px;
	padding: 0px 10px 5px 0px;
}



