@charset "utf-8";

/* トップページ */

.newsList {
	width:540px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.newsList ul {
	margin:0px; padding:0px;
}
.newsList li {
	list-style:none;
	background:url(image/icn_tri_gray.gif) no-repeat 8px 6px;
	margin-top:2px;
	padding-left:25px;
	background-color:#EDEDED;
	border-bottom:1px solid #999999;
	width:515px;
	margin-left:auto;
	margin-right:auto;
}

.newsDate{
	font-size:12px;
	color:#333333;
	line-height:150%;
	padding:2px 0px;
	width:80px;
	float:left;
	text-align:left;
}

.newsItem{
	font-size:12px;
	color:#333333;
	line-height:175%;
	padding:2px 0px;
	width:415px;
	float:left;
	text-align:justify;
	text-justify:inter-ideograph;
}


.newsList ul {
	margin:0px; padding:0px;
}
.newsList li {
	list-style:none;
	background:url(image/icn_tri_gray.gif) no-repeat 8px 8px;
	margin-top:2px;
	padding-left:25px;
	background-color:#EDEDED;
	border-bottom:1px solid #999999;
	width:515px;
	margin-left:auto;
	margin-right:auto;
}


.topics {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #999999;
}

.topics .lt{
	border-left:8px solid #ffbe21;
	background-color:#EDEDED;
	min-height:90px;
	padding:15px;
	width:372px;
	float:left;
}
.topics .lt .more{
	text-align:right;
	vertical-align:top;
}

.topics .lt .ttl{
	font-size:12px;
	border-bottom:1px solid #999999;
	color:#1E47B1;
	font-weight:bold;
	line-height:18px;
	padding:2px 0px;
	width:272px;
	float:left;
	text-align:left;
}

.topics .lt .date{
	font-size:11px;
	font-family: "Verdana", sans-serif;
	border-bottom:1px solid #999;
	color:#333;
	line-height:18px;
	padding:2px 0px;
	width:100px;
	float:right;
	text-align:right;
}

.topics .lt .textbody{
	font-size:12px;
	line-height:150%;
	margin-top:20px;
	color:#333333;
	text-align:justify;
	text-justify:inter-ideograph;
}


.topics .rt {
	padding:0px 0px;
	text-align:right;
	vertical-align:top;
	width:130px;
	float:right;
}
.topics .rt img{
	width:120px;
	height:90px;
}


#mainContents .contentsListFuture {
	margin: 0px 5px 10px 5px;
	padding: 0px;
}
.futureLt{
	margin:0px;
	width:285px;
	float:left;
}
h2.futureTitle {
	height:39px;
	width:285px;
	margin: 0px;
	padding: 10px 0 0 0;
}


table.futureLtTable{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	background-color:#fff;
	margin:0px;
	padding:0px;
	width:285px;
}
.futureRg{
	margin:0px;
	width:285px;
	float:right;
}
table.futureRgTable{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	background-color:#fff;
	margin:0px;
	width:285px;
}
.futurePhoto{
	border-top:0px;
	border-left:1px solid #1E47B1;
	border-right:0px;
	border-bottom:0px;
	background-color:#fff;
}
.futurePhoto img{
	width:105px;
}
.futureItem{
	border-top:0px;
	border-left:0px;
	border-right:1px solid #1E47B1;
	border-bottom:0px;
	font-size:12px;
	color:#1F1F1F;
	line-height:150%;
	padding:10px 10px 5px 0px;
	text-align:left;
	vertical-align:top;
	width:155px;
}
.futureItem .more{
	text-align:right;
	vertical-align:top;
}


.futurePhoto{
	padding:10px;
	text-align:left;
	vertical-align:top;
	width:110px;
}
.futurePhoto img{
	width:104px;
	height:80px;
}




/*  応募フォームで利用  */

table .lotTable{
	border:0px;
	margin:0px;
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

.lotTable th{
	border-top:0px solid #333333;
	border-left:0px solid #333333;
	border-right:0px solid #333333;
	border-bottom:1px solid #1E47B1;
	background-color:#eeeeff;
	font-size:12px; color:#666666; line-height:125%; margin:0px;
	width:100px;
	text-align:right;
	padding-right:10px;
	padding-top:2px;
}

.lotTable td{
	border-top:0px solid #333333;
	border-left:0px solid #333333;
	border-right:0px solid #333333;
	border-bottom:1px solid #1E47B1;
	background-color:#f9f9ff;
	font-size:12px; color:#1f1f1f; line-height:125%; margin:0px;
	width:430px;
	text-align:left;
	padding-left:10px;
	padding-top:2px;
}

#repayment {
	padding: 10px;
	background-color: #EDEDED;
	text-align: center;
	margin: 5px;
	border: 3px double #FF3300;
	font-size: 14px;
}
#repayment a {
    color: #FF3300;
    text-decoration: underline;
}

#repayment a:hover {
	color: #FF9900;
	text-decoration: none;
}


/*  コミュニティ関連で利用  */

.comBox{
	border:0px;
	font-size:12px;line-height:150%;
	text-align:left;
	margin-bottom:15px;
}

.ttlbar{
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

table .comTable{
	border:0px;
	margin:0px;
	width:540px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.comList{
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin-bottom:15px;
}

.comList li {
	margin:0px;
	padding:0px;
	padding-left:30px;
	list-style:none;
	background:url(image/icn_tri_gray.gif) no-repeat 10px 5px;
	margin-top:2px;
	background-color:#EDEDED;
	border-bottom:1px solid #666666;
}

/**/
