﻿/*つぶやき-----------------------------------------------------------------*/
#twitterSpace {
	background: url(../template/tw700bg.gif) no-repeat left top;
	height: 388px; /*Twitter設定　height に 138pxプラス*/
	position: relative;
}
* html #twitterSpace {
	height: 404px; /*Twitter設定　height に 154pxプラス*/
}
img#twIcon {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 100;
}
img#twTitle {
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 99;
}
#twitterTitleComment {
	position: absolute;
	top: 20px;
	left: 20px;
}
#twitter {
	width: 698px;
	position: absolute;
	top: 80px;
	left: 0px;
	word-wrap: break-word;
	border-right: 1px solid #c0d7f5;
	border-left: 1px solid #c0d7f5;
}
#twitterSpace h3 {
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
}
#twitterBottom {
	background: url(../template/tw700bottom.gif) no-repeat left bottom;
	height: 5px;
}



