@charset "utf-8";

/**
 * サポートFAQ
 */

#sideFaq{
	margin-bottom: 10px;
}

/**
 * 開発者ブログ
 */

#sideBlog{
	margin-bottom: 10px;
}

/**
 * サンプル
 */

#sideSample{
	background-color: #eeeeee;
	background-image: url(../img/sidebar/fm_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#sideSample h3{
	background-image: url(../img/sidebar/ttb_sample.gif);
	text-indent: -9999px;
	height: 47px;
	width: 220px;
}
#sideSampleBody{
	border: 1px solid #CCCCCC;
	padding: 4px;
	width: 200px;
	background-color: #FFFFFF;
	margin-left: 5px;
	line-height: 150%;
}
#sideSampleBody ul{
	overflow: hidden;
	position: relative;
}
#sideSampleBody li{
	float: left;
	list-style-type: none;
	text-align: center;
}

/**
 * お問い合わせ先
 */

#sideContact{
	background-color: #eeeeee;
	background-image: url(../img/sidebar/fm_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	clear: both;
}
#sideContact h3{
	background-image: url(../img/sidebar/ttb_contact.gif);
	text-indent: -9999px;
	height: 47px;
	width: 220px;
}
#sideContactBody{
	border: 1px solid #CCCCCC;
	padding: 4px;
	width: 200px;
	background-color: #FFFFFF;
	margin-left: 5px;
}
#sideContactBody p{
	margin-bottom: 10px;
}

/**
 * 投票アンケート
 */

#sideVote{
	background-color: #eeeeee;
	background-image: url(../img/sidebar/fm_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 10px;
}
#sideVote h3{
	background-image: url(../img/sidebar/ttb_vote.gif);
	text-indent: -9999px;
	height: 47px;
	width: 220px;
}
#sideVoteBody{
	border: 1px solid #CCCCCC;
	padding: 4px;
	width: 200px;
	background-color: #FFFFFF;
	margin-left: 5px;
}
#sideVoteBody p{
	margin-bottom: 10px;
}

#sideVoteBody .formFields{
	margin-bottom: 6px;
	padding-top: 6px;
}
#sideVoteBody .formFields dt{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#sideVoteBody .formFields dd{
}
#sideVoteBody .formEntryBtn{
	background-color: #ffffcc;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
