/***************************************************************************************************/
/*
/*        県民.COM右エリアCSS1                 ver0.1
/*
/*          右エリアその１
/*
/*                改変自由！　ただし、自己責任！
/*
/***************************************************************************************************/

/*----------------------------------------------------------*/
/* フォント変更ボタン
/*----------------------------------------------------------*/
#right_contents #font_big{
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	width:145px;
	height:29px;
}
#right_contents #font_small{
	float:left;
	margin-top: 10px;
	margin-left:10px;
	width:145px;
	height:29px;
}
/*----------------------------------------------------------*/
/* ふるサポ一括
/*----------------------------------------------------------*/
#furusapo{
	/*margin-top: 5px;*/
	margin-top: 68px;
	margin-left: 5px;
	padding: 5px;
}

/*----------------------------------------------------------*/
/* ふるサポ応援メッセージ動画
/*----------------------------------------------------------*/
#bg_movie{
	background-image: url(../img/right/bg_repeat-y.gif);
	background-repeat: repeat-y;
}
#movie{
	
	margin-left: 3px;
	margin-bottom: 5px;
}
#furusapo_text_link{
	text-align: center;
	font-size: 14px;
}
#furusapo_text_red{
	color: #ff0000;
}

/*----------------------------------------------------------*/
/* 検索君
/*----------------------------------------------------------*/
#right_contents .kensaku{
	float:left;
	display:inline-block;
	margin-top:10px;
	margin-left: 10px;
	background:url('../img/right/kensaku.gif') no-repeat;
	width :218px;
	height:30px;
	padding-top:8px;
	padding-left:82px;
	background-color:#fff;
}

/*IE4〜6対策*/
* html #right_contents .kensaku{
	width:228px;
	padding-left:72px;
}

/*IE7対策*/
*:first-child+html #right_contents .kensaku{
	width:228px;
	padding-left:72px;
}

#right_contents .kensaku .word{
	float:left;
	width:160px;
	height:22px;
	border:0px;
	font-size:20px;
}

#right_contents .kensaku .btn{
	float:left;
	margin-left:6px;
	margin-top:-1px;
}
/*----------------------------------------------------------*/
/* お知らせ
/*----------------------------------------------------------*/
#right_contents .news{
	margin-top:10px;
	margin-left: 10px;
	width:300px;
	background:url('../img/right/bt_oshirase.gif') no-repeat;
	background-color:#fff;
	display:inline-block;
	padding-bottom:10px;
}

#right_contents .news .text{
	float:left;
	display:inline;
	margin-top: 38px;
	margin-left:10px;
	margin-right:10px;
}
/*----------------------------------------------------------*/
/* 隙間あけ
/*----------------------------------------------------------*/
#right_contents .bl{
	margin-top: 10px;
	margin-left: 10px;
}

/*----------------------------------------------------------*/
/* 隙間あけ　facebook用
/*----------------------------------------------------------*/
#right_contents .bl_f{
	margin-top: 70px;
	margin-left: 10px;
}

/*----------------------------------------------------------*/
/* Twitter
/*----------------------------------------------------------*/
#right_contents .twi_right{
	margin-top:10px;
	margin-left: 10px;
	width : 296px;
	border: 2px solid #44cc66;
}

#right_contents .twi_right .head{
	width:296px;
	background-color: #44cc66;
	color : #333;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	line-height:140%;
	/*text-shadow:#226 -2px 2px 2px;*/
}

#right_contents .twi_right .body{
	width:276px;
	padding:10px;
	background-color: #eee;
}

#right_contents .twi_right .body .img{
	float: left;
}

#right_contents .twi_right .body .text{
	float: left;
	margin-left:10px;
	width: 230px;
	font-size:85%;
	word-break:break-all;
	line-height: 120%;
}

#right_contents .twi_right .body .sep{
	margin-top:3px;
	margin-bottom:5px;
	width : 270px;
	height: 1px;
	background-color:#999;
	overflow-y:hidden;
}

/*----------------------------------------------------------*/
/* メルマガ登録
/*----------------------------------------------------------*/
#right_contents .mailmag{
	margin-top: 10px;
	margin-left: 10px;
	width :300px;
	background-color:#fff;
	padding-bottom : 10px;
}

#right_contents .mailmag .head{
/*
	background:url('../img/right/touroku_02.gif') no-repeat;
	background:url('../img/right/kaijyo_03.gif') no-repeat;
*/
	background:url('../img/right/merumaga_02.gif') no-repeat;
	width :301px;
	height :37px;
/*
	background-color:#67e05e;
	color:#fff;
	font-size : 120%;
	font-weight: bold;
	text-align:center;
	line-height: 150%;
*/
}

#right_contents .mailmag .text{
	width : 290px;
	font-size:85%;
	padding:5px;
}

#right_contents .mailmag .mail{
	width:260px;
	margin-top:10px;
	margin-left:10px;
}

#right_contents .mailmag .btn{
	margin-top:10px;
	background-color: white;
	border-width: 0px;
	cursor: pointer;
}

