@charset "utf-8";

/* ----------------------------------- top --*/

/*Contents要素
---------------------------------------- */
/* Contents */
div#Contents {
	float: left;
	width: 630px;
}
div#Contents .topText{
	color: #d2359a;
	font-size: 1.2em;
}

/*infoBox要素
---------------------------------------- */
div#Contents .infoBox {
	width: 630px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 130%;
}
div#Contents .infoBox ul {
	list-style-type: none;
	padding: 5px 0 0 0;
}
div#Contents .infoBox ul li {
	padding: 6px 0 7px 0;
	border-bottom: 1px solid #DDD;
	text-indent: 50px;
}
div#Contents .infoBox ul li.new {
	background: url("/images/top/icon_new.gif") no-repeat 0 5px;
}
div#Contents .infoBox .infoBtn {
	text-align: right;
}
div#Contents .infoBox ul li a,
div#Contents .infoBox ul li a {
	color: #666 !important;
	text-decoration: none !important;
}
div#Contents .infoBox ul li a:hover,
div#Contents .infoBox ul li a:hover {
	text-decoration: underline !important;
}

/*pickupBox要素
---------------------------------------- */
div#Contents .pickupBtm {
	width: 630px;
	padding-bottom: 20px;
	background: url("/images/top/btm_pickup.gif") no-repeat left bottom;
}
div#Contents .pickupBox {
	width: 630px;
	background: url("/images/top/bg_pickup.gif") repeat-y;
}
div#Contents .pickupBox p {
	padding: 0 15px;
}


/*reeBox要素
---------------------------------------- */
.leftBox ul.rss-items,
.rightBox ul.rss-items {
	list-style-type: none;
	margin-top: 5px;
}
.leftBox ul.rss-items li.rss-date,
.rightBox ul.rss-items li.rss-date {
	padding-left: 50px;
	background: url("/images/top/icon_new.gif") no-repeat;
	color: #E81021;
}
.leftBox ul.rss-items li.rss-item,
.rightBox ul.rss-items li.rss-item {
	margin-top: 5px;
	line-height: 160%;
}


/*トピックス*/
.topicsBox {
clear:both;
}
.topics_not {
	padding:15px 0;
	font-size:1.2em;
}

.topicsBox ul {
list-style:none;
font-size:1.0em;
padding-top:5px;
}

.topicsBox ul li {
background-image : url("http://www.yasashiite.com/subdomains/images/topics_arr.gif") ;
background-position : left 2.1em ; /* 位置は左端の1行下 */
background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
border-bottom:#454545 dotted 1px;
}

.topicsBox .topics {
margin:0 0 0 0;
padding:7px 0 5px 15px;
/*color:#0055aa;*/
line-height:1.4em;
}

.topicsBox .date {
color:#f189ab;
/*font-weight:bold;*/
/*font-size:0.9em;*/
}

.topicsBox a {
color:#454545;
text-decoration:none;
}
.topicsBox a:hover{
color:#cc0000;
text-decoration:underline;
}
/*トピックス*/

.topicsBox .topics .title{
font-weight:bold;
line-height:1.4em;
}
.topicsBox .topics .comment{
margin:0 0 0 0;
padding:7px 0 0 0;
color:#454545;
/*font-size:0.9em;*/
line-height:1.6em;
}


/*トップページ イメージスライダー*/
.mainImage {
	width: 630px;
	margin: 0 auto;
}

.mainImage ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*トップページ イメージスライダー*/


.hr {
	clear: both;
}

.hr_5 {
	height: 5px;
	clear: both;
}

.hr_10 {
	height: 10px;
	clear: both;
}

.hr_20 {
	height: 20px;
	clear: both;
}

.hr_30 {
	height: 30px;
	clear: both;
}

.hr_40 {
	height: 40px;
	clear: both;
}

.hr_50 {
	height: 50px;
	clear: both;
}

.hr_tensen {
	margin: 0 0 5px;
	height: 5px;
	border-bottom: 1px dotted #888;
	clear: both;
}

.hr_border {
	margin: 0 0 5px;
	height: 5px;
	border-bottom: 1px solid #555;
	clear: both;
}

.hr hr,
.hr_5 hr,
.hr_10 hr,
.hr_20 hr,
.hr_30 hr,
.hr_40 hr,
.hr_50 hr,
.hr_tensen hr,
.hr_border hr {
	display: none;
}
/*FooterContainer*/
div#FooterContainer #Fmenu p.right{
	text-align: right;
}