/*★画面右のバナー用CSS★*/


/*バナー*/
#banner {
	height: auto;
	width: 200px;
}
#banner img {
	margin-bottom: 5px;
}

/*フリーボイス*/
.freevoice  {
	background: url(http://msrsoft.com/indeximages/title_freevoice.gif);
}
#freevoice {
	height: auto;
	width: 188px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

#freevoice   h4 {
	color: #FF0000;
	margin: 0;
}

/*携帯サイト*/
.keitai  {
	background: url(http://msrsoft.com/indeximages/title_keitai.gif);
	margin-top: 10px;
}

#keitai {
	height: auto;
	width: 188px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
}

