@charset "utf-8";
/*
autoTwi.css
*/


/* ////////////////////////////////////////////////
  autoTwi Style
//////////////////////////////////////////////// */


#autoTwi {
	background-color:#B3EDFF;
	padding-bottom:15px;}
	
#autoTwi a,
#autoTwi a:visited {
	color:#006686;
	text-decoration:none;}

#autoTwi a:hover,
#autoTwi a:active {
	color:#0099CC;
	text-decoration:none;}

/*  mainBg 
-------------------------------------------------*/
#autoTwi .mainBg {
	background-attachment:scroll;
	background-image: url(/images/autoTwitter/mainBg.jpg);
	background-position:top center;
	background-repeat:no-repeat;}
	
#autoTwi .mainBg h1.twiTtl {
	display:block;
	padding:25px 0 22px 17px;}

#autoTwi .mainBg ul {
	display:block;
	margin:0px 20px 15px 20px;
}

#autoTwi .mainBg ul li {
	display: block;
	float:right;
	margin-left:15px;}

#autoTwi .mainBg ul li.btnWhat a {
	display:block;
	width:212px;
	height:45px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/btnWhat.gif);
	background-position:center;
	background-repeat:no-repeat;}

#autoTwi .mainBg ul li.btnWhat a:hover {
	background-image:url(/images/autoTwitter/btnWhat_over.gif);}

#autoTwi .mainBg ul li.btnNow a {
	display:block;
	width:212px;
	height:45px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/btnNow.gif);
	background-position:center;
	background-repeat:no-repeat;}

#autoTwi .mainBg ul li.btnNow a:hover {
	background-image:url(/images/autoTwitter/btnNow_over.gif);}
	
#autoTwi .mainBg ul li.btnOshiete a {
	display:block;
	width:212px;
	height:45px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/btnOshiete.gif);
	background-position:center;
	background-repeat:no-repeat;}

#autoTwi .mainBg ul li.btnOshiete a:hover {
	background-image:url(/images/autoTwitter/btnOshiete_over.gif);}

#autoTwi .mainBg ul li.btnYoso a {
	display:block;
	width:212px;
	height:45px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/btnYoso.gif);
	background-position:center;
	background-repeat:no-repeat;}

#autoTwi .mainBg ul li.btnYoso a:hover {
	background-image:url(/images/autoTwitter/btnYoso_over.gif);}

#autoTwi .mainBg ul li a img {
	visibility:hidden;}

p.logout {
	display:block;
	clear:both;
	float:right;
	text-align:right;
	height: auto;
	width:auto;
	padding-right:20px;
	padding-bottom:5px;}

/*  autoNow 
-------------------------------------------------*/	
#autoTwi #autoNow {
	display:block;
	clear:both;
	margin:15px auto 30px auto;
	width:880px;
	position:relative;
	background-color:#FFF;
	padding:0 0 0 20px;}

#autoTwi #autoNow h2 {
	position:absolute;
	background:none;
	margin:0;
	padding:0;
	left:15px;
	top:-20px;}
	
#autoTwi #autoNow .leftInner {
	float:left;
	margin-right:15px;
	width:490px;}

/*  timeLine 
-------------------------------------------------*/	
#autoTwi #autoNow .timeLine {
	float: left;
	margin-top:15px;
	width:350px;
	height:500px;}

#autoTwi .timeLine {
	padding:5px 7px;
	background-color:#F2F2F2;
	overflow:auto;
	position:relative;
	overflow-x:hidden;}

#autoTwi .timeLine ul {
	padding:0;
	display:block;}

#autoTwi .timeLine ul li {
	display:block;
	clear:both;
	margin:5px auto;}

#autoTwi .timeLine ul li span.ph {
	display:block;
	float:left;
	margin-right:10px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/phBg.gif);
	background-position:left top;
	background-repeat:no-repeat;}

#autoTwi .timeLine ul li span.ph img {
	margin:2px 4px 4px 2px;
	width:48px;
	height:48px;}

#autoTwi .timeLine ul li span.tBox {
	display:block;
	float:left;
	width:255px;
	margin-right:2px;
	background-color:#FFF;
	border:1px #AAACB1 solid;
	padding:5px 5px;
position:relative;
	_margin-bottom:5px;}

#autoTwi .timeLine ul li span.tBox .phArrow {
position:absolute;
	left:-12px;
	top:10px;
	z-index:99;}

#autoTwi .timeLine ul li span.tBox .comment {
	display:block;}

#autoTwi .timeLine ul li span.tBox .dataTime {
	display:inline;
	font-size:77%;
	color:#AEAEAE;
	font-style: italic;
	margin-right:15px;}

#autoTwi .timeLine ul li span.tBox .tId {
	display:inline;
	font-weight:bold;}

#autoTwi .timeLine ul li span.tBox span.btnRT a {
	float: right;
	font-size:77%;
	width: auto;
	display:block;
	padding-left:16px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/iconRT.gif);
	background-position:left center;
	background-repeat:no-repeat;}

#autoTwi .timeLine ul li span.tBox span.btnRT a:hover,
#autoTwi .timeLine ul li span.tBox span.btnRT a:active {
	background-image:url(/images/autoTwitter/iconRT_over.gif);}

#autoTwi .timeLine ul li span.tBox span.btnRe a {
	float: right;
	font-size:77%;
	width: auto;
	display:block;
	padding-left:16px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/iconRe.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-right:10px;}

#autoTwi .timeLine ul li span.tBox span.btnRe a:hover,
#autoTwi .timeLine ul li span.tBox span.btnRe a:active {
	background-image:url(/images/autoTwitter/iconRe_over.gif);}



#autoTwi #autoNow .titleBox {
	display:block;
	margin:0px 0 10px 0px;
	padding-top:10px;}

#autoTwi #autoNow .titleBox img.cara {
	float:left;
	margin-right:0px;
	padding-top:10px;}

#autoTwi #autoNow .titleTxt {
	width:402px;
	float:left;}

#autoTwi #autoNow .titleTxt .inner {
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/txtBox_nowBg.gif);
	background-position:top right;
	background-repeat: repeat-y;
	padding-left:35px;
	padding-right:12px;}

#autoTwi h3.title {
	margin:0;
	padding:15px 0 10px 0;
	background:none;
	color:#2C2C2C;
	font-size:131%;}

#autoTwi .titleTxt .inner p.hash {
	width:auto;
	float:left;
	margin-right:10px;}

#autoTwi .titleTxt .inner p.btnRT a {
	float: right;
	font-size:77%;
	width: auto;
	display:block;
	padding-left:16px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/iconRT.gif);
	background-position:left center;
	background-repeat:no-repeat;}

#autoTwi .titleTxt .inner p.btnRT a:hover,
#autoTwi .titleTxt .inner p.btnRT a:active {
	background-image:url(/images/autoTwitter/iconRT_over.gif);}

#autoTwi .titleTxt img {
	display:block;
	margin:0;
	padding:0;}
	
p.btnRT a,
p.btnRT a:hover,
p.btnRT a:active,
p.btnRT a:visited {
	color:#0099CC;}

#autoTwi #autoNow .tweetBox {
	display:block;
	position:relative;
	width:470px;
	min-height:270px;
	height:auto;
	overflow:hidden;}
	
#autoTwi #autoNow .tweetBox .off {
	display:none;}

#autoTwi #autoNow .tweetBox .tweetBtn {
	position:absolute;
	right:15px;
	top:150px;}

#autoTwi #autoNow .tweetBox .tweetImg {
	position:absolute;
	left:295px;
	top:140px;
	z-index:99;}

#autoTwi #autoNow .tweetClick {
	position:absolute;
	left:407px;
	top:180px;
	z-index:99;}

#autoTwi .connectArea {
	display:block;
	width:auto;
	margin:0 auto;}

#autoTwi .connectArea p {
	margin:0 auto;
	text-align:center;}

#autoTwi .connectArea .connectInner {
	width:400px;
	margin:0 auto;
	text-align:center;}

#autoTwi .connectArea .loginTxt {
	display: inline;}

#autoTwi .connectArea .loginTxt img {
	margin-right:0px;}

#autoTwi .connectArea .connectBtn {
	display: inline;
	margin-right:0px;}

#autoTwi .connectArea p.text11 {
	margin:10px auto;
	text-align:center;}

#autoTwi #autoNow .moreInfo {
	font-weight:bold;
	width:auto;
	display:block;
	margin:5px 0px 10px 0;
	float:right;
	padding-right:20px;}
	


.wrapper {
	width:900px;
	margin:0 auto;}

/*  autoOshiete 
-------------------------------------------------*/	
#autoTwi #autoOshiete {
	width:400px;
	display:block;
	float:left;
	margin-right:20px;
	position:relative;
	background-color:#FFF;
	padding:10px 20px;}

#autoTwi #autoOshiete h2 {
	position:absolute;
	background:none;
	margin:0;
	padding:0;
	left:15px;
	top:-20px;}

#autoTwi .titleBox_s {
	display:block;
	margin:0px 0 10px 0px;
	padding-top:0px;}

#autoTwi #autoOshiete .titleBox_s img.cara {
	float:left;
	margin-right:18px;
	padding-top:18px;
	padding-left:18px;}

#autoTwi .titleBox_s .titleTxt {
	width:312px;
	float:left;}

#autoTwi .titleBox_s .titleTxt .inner {
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/txtBox_sBg.gif);
	background-position:top right;
	background-repeat: repeat-y;
	padding-left:15px;
	padding-right:12px;}

#autoTwi #autoOshiete .tweetBox {
	display:block;
	width:400px;
	padding:10px 0px 10px 0px;
	overflow:hidden;}

#autoTwi .tweetBox .inner{
	position:relative;
	margin-bottom:25px;}

	
#autoTwi #autoOshiete .tweetBox .off {
	display:none;}

#autoTwi #autoOshiete .tweetImg {
	position:absolute;
	right:90px;
	top:122px;}

#autoTwi #autoOshiete .tweetClick {
	position:absolute;
	left:325px;
	top:152px;
	z-index:99;}

#autoTwi #autoOshiete .moreInfo {
	font-weight:bold;
	width:auto;
	display:block;
	margin:5px 0px 10px 0;
	float:right;
	padding-right:0px;}

/*  timeLine 
-------------------------------------------------*/	
#autoTwi #autoOshiete .timeLine {
	float: left;
	margin-top:15px;
	width:385px;
	height:350px;}

#autoTwi #autoOshiete .timeLine ul li span.tBox {
	width:290px;}

/*  autoYoso 
-------------------------------------------------*/	
#autoTwi #autoYoso {
	width:400px;
	display:block;
	float:left;
	margin-right:0px;
	position:relative;
	background-color:#FFF;
	padding:10px 20px;}

#autoTwi #autoYoso h2 {
	position:absolute;
	background:none;
	margin:0;
	padding:0;
	left:15px;
	top:-20px;}

#autoTwi #autoYoso .titleBox_s img.cara {
	float:left;
	margin-right:10px;
	padding-top:25px;
	padding-left:10px;}

#autoTwi #autoYoso .tweetBox {
	display:block;
	width:400px;
	padding:10px 0px 10px 0px;
	overflow:hidden;}

#autoTwi #autoYoso .tweetBox .off {
	display:none;}

#autoTwi #autoYoso .tweetImg {
	position:absolute;
	right:90px;
	top:122px;}

#autoTwi #autoYoso .tweetClick {
	position:absolute;
	left:325px;
	top:152px;
	z-index:99;}

#autoTwi #autoYoso .moreInfo {
	font-weight:bold;
	width:auto;
	display:block;
	margin:5px 0px 10px 0;
	float:right;
	padding-right:0px;}

/*  timeLine 
-------------------------------------------------*/	
#autoTwi #autoYoso .timeLine {
	float: left;
	margin-top:15px;
	width:385px;
	height:350px;}

#autoTwi #autoYoso .timeLine ul li span.tBox {
	width:290px;}
	
/*  hashArea 
-------------------------------------------------*/	
.hashArea {
	width:470px;}

#contentsArea .hashArea h4 {
	margin-bottom:5px;
	border-bottom:none;}

.hashArea div {
	background-color:#FFF7C8;
	text-align:center;}

.hashArea div img {
	margin:5px auto;}
	
	
	
	
/*
追加
*/



.twtr-widget {
position: relative;
	float: left;
	margin-top:15px;
width: 350px;
zoom: 1;
}
.twtr-fullscreen .twtr-new-results {
_display: none!important;
}
.twtr-widget .twtr-spinner {
width: 14px;
height: 14px;
position: absolute;
background: url(https://twitter-widgets.s3.amazonaws.com/j/1/spinner.gif) no-repeat;
top: 3px;
right: 3px;
}
.twtr-inactive {
display: none;
}
.twtr-widget a img {
border: 0!important;
}
.twtr-doc {
overflow: hidden;
width: 100%;
text-align: left;
font-weight: normal;
}
.twtr-bd {
background-color: #F2F2F2;
padding:0 1px;
}
.twtr-widget .twtr-tweet-wrap {
padding:6px 8px;
overflow:hidden;
zoom:1;
}
.twtr-fullscreen .twtr-tweet-wrap {
padding:20px;
}
.twtr-widget .twtr-tweet {
border-bottom:1px dotted #ddd;
overflow:hidden;
zoom:1;
}
.twtr-widget .twtr-tweet a.twtr-reply {
visibility:hidden;
}
* html .twtr-widget .twtr-tweet a.twtr-reply {
visibility:visible;
}
.twtr-widget .twtr-tweet:hover a.twtr-reply {
visibility:visible;
}
.twtr-widget-profile img.twtr-profile-img {
display:block;
float:left;
width:31px;
height:31px;
border:0!important;
}
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p {
margin:0!important;
padding:0!important;
line-height:1.2!important;
width:auto!important;
}
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
margin:0 0 0 40px!important;
}
.twtr-widget h3 {
font-weight:normal!important;
}
.twtr-widget h4 {
}
.twtr-widget em,
.twtr-widget .twtr-new-results {
font-style:normal;
display:block;
margin-top:2px;
zoom:1;
}
.twtr-widget .twtr-new-results {
text-align:center;
padding:3px;
margin:0 auto -10px auto;
display:block;
position:relative;
bottom:5px;
}
.twtr-results-inner {
line-height:1;
padding:4px 0;
position:relative;
bottom:-2px;
width:40%;
margin:0 auto;
z-index:2;
text-align:center;
}
.twtr-results-hr {
width:100%;
position:relative;
z-index:1;
height:1px;
border-bottom:1px dotted #ddd;
bottom:7px;
background:none;
overflow:hidden;
}
.twtr-new-results span {
position:relative;
z-index:3;
top:-14px;
display:block;
}
.twtr-fullscreen .twtr-new-results span {
}
.twtr-hd {
display: none;
padding:10px;
position:relative;
zoom:1;
overflow:hidden;
}
.twtr-fullscreen .twtr-hd {
height:0;
padding:0;
}
.twtr-timeline {
position:relative;
overflow:hidden;
z-index:2;
height:225px;
}
.twtr-scroll .twtr-timeline {
overflow-x:hidden;
overflow-y:auto;
}
.twtr-widget .twtr-tweet:last-child {
border-bottom-width:0;
}
.twtr-ft {
position:relative;
display: none;
}
.twtr-ft div {
overflow:hidden;
padding:10px;
zoom:1;
}
.twtr-ft span {
float:right;
text-align:right;
}
.twtr-ft a {
float:left;
display:block;
}
.twtr-ft span a {
float:none;
}
.twtr-avatar {
float:left;
overflow:hidden;
display:block;
}
.twtr-fullscreen .twtr-avatar {
width:80px;
height:80px;
}
.twtr-img {
height:48px;
width:48px;
margin-right:10px;
background-attachment:scroll;
background-image:url(/images/autoTwitter/phBg.gif);
background-position:left top;
background-repeat:no-repeat;
padding: 2px 3px 4px 3px;
}
.twtr-img img {
width:48px;
height:48px;
}
.twtr-fullscreen .twtr-img img {
width:72px;
height:72px;
}
.twtr-fullscreen a.twtr-join-conv {
display:none;
}
.twtr-tweet-text {
	display:block;
	float:left;
	width:255px;
	margin-right:2px;
	background-color:#FFF;
	border:1px #AAACB1 solid;
	padding:5px 5px;
position:relative;
	_margin-bottom:5px;
}
.twtr-fullscreen .twtr-tweet-text {
margin-left:90px;
}
.twtr-popular {
padding:3px;
display:inline-block;
margin-top:3px;
opacity:.8;
}
.twtr-doc a {
text-decoration:none!important;
}
.twtr-doc a:hover {
text-decoration:underline!important;
}

.twtr-timestamp {
font-size: 77%;
}


.twtr-doc em {
font-weight: normal;
}
.twtr-doc .twtr-user {
font-weight: bold;
}
.twtr-doc .phArrow {
position:absolute;
	left:-12px;
	top:10px;
	z-index:99;}


.twtr-doc .btnRT a {
	float: right;
	font-size:77%;
	width: auto;
	display:block;
	padding-left:16px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/iconRT.gif);
	background-position:left center;
	background-repeat:no-repeat;}

.twtr-doc .btnRT a:hover,
.twtr-doc .btnRT a:active {
	background-image:url(/images/autoTwitter/iconRT_over.gif);}

.twtr-doc .btnRe a {
	float: right;
	font-size:77%;
	width: auto;
	display:block;
	padding-left:16px;
	padding-right:3px;
	background-attachment:scroll;
	background-image:url(/images/autoTwitter/iconRe.gif);
	background-position:left center;
	background-repeat:no-repeat;}

.twtr-doc .btnRe a:hover,
.twtr-doc .btnRe a:active {
	background-image:url(/images/autoTwitter/iconRe_over.gif);}