/*JUITTER PLUGIN CSS*/
img{
	border:0px;
}

#juitterContainer {
}/*Juitter container*/

#juitterContainer .twittList{
	margin:0;
	padding:0;
} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{
	font-size: 130%;
	font-weight: 600;
	color: #4f4f4f;
	list-style:none;
	background:#EEFDEA;
	margin:0;
	padding:5px 0 0 0;
	border-bottom:dashed 1px #CAF8C9;
	padding:3px;
	clear:both;
	height:50px;
	overflow: hidden;
	line-height: 110%;
}
#juitterContainer .twittList SPAN.time{
	color:#777;
	font-size:0.9em
}
#juitterContainer .twittList A{
	color:#006600;
} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{
	float:left;
	border:solid 1px #D3EECA;
	background:#FFF;
	margin-right:5px;
	margin-top:0px;
	padding:1px;
	width:48px;
	height:48px;
}

#juitterContainer .jRM{
	float:right;
	clear:both
} /*read it on twitter link*/

#juitterContainer .extLink{
} /*CSS for the external links*/

#juitterContainer .hashLink{
} /*CSS for the hash links*/
/*end of Juitter CSS*/





/*BELOW HERE IS THE JUITTER WEBSITE CSS*/

body{
	margin:0;
	padding:0;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","MS P Gothic","ＭＳ Ｐゴシック",sans-serif !important;
	font-size:12px;
	background:#009933 url(../image/bg.jpg) left top repeat-x;
}

#header{
	text-align:center;
}

#logo{
	width:166px;
	margin:5px 0px 0px 10px;
	padding: 5px;
	background:#32CCFF;
}
#logo2{
	width:64px;
	margin:5px 0px 0px 10px;
}

h1{
	color:#009900;
	font-size:1.8em;
	margin:0 0 5px 0;
	padding:0;
}
h1 SPAN{
	display:none
}


#content{
	width:960px;
	padding:10px;
	background:#FFF;
	margin:0 auto;
	position:relative;
}


#content H2{
	color:#2CAF1D;
	font-size:1.4em;
	margin:0 0 5px 0;
	padding:0;
}

#content UL.nav {
	margin:0;
	padding:0;
}

#content UL.nav LI{
	list-style:none;
	float:left;
	margin:0;
	padding:0 5px 0;
	color:#A4D630;
}

#content UL.nav LI A{
	color:#A4D630;
	font-size:1.2em;
	display:block;
	font-weight:bold;
}

#content UL.nav LI A:hover{
	color:#2CAF1D;
}

#content UL.nav LI A.on{
	color:#2CAF1D;
	font-size:1.2em;
}

#juitterSearch{
	clear:both;
	padding:7px 0 5px 0;
}
#juitterSearch P{
	font-size:1.2em;
	color:#2CAF1D
}
#juitterSearch INPUT{
	padding:4px;
	border:solid 1px #666;
	width:200px;
	color:#666
}
#content P.download{
	text-align:center;
	margin-bottom:0;
}

#content P.download SMALL{
	color:#006699;
	font-size:0.8em;
}

#content P.download IMG{
	border:0;
}

#juitter{
	width:640px;
	float:left;
}

#info{
	width:300px;
	margin-left:10px;
	float:left;
}

#info H2{
	color:#17C6FF;
	font-size:1.6em;
	margin:0 0 5px 0;
	padding:0;
}

#info A{
	color:#0099FF
}

#info LI{
	margin:5px 0;
}



.btl{
	position:absolute;
	left:0;
	top:0;
}

.btr{
	position:absolute;
	right:0;
	top:0;
}

.bbl{
	position:absolute;
	left:0;
	bottom:0;
}

.bbr{
	position:absolute;
	right:0;
	bottom:0;
}



#footer{
	width:960px;
	padding:5px 10px;
	background:#FFF;
	margin:10px auto;
	position:relative;
}

#footer P{
	text-align:center;
	font-size:0.9em;
	color:#003300;
	margin:1px 0;
	padding:0;
}

#footer P A{
	color:#003300;
}

.cb{
	clear:both
}

.nmt{
	margin-top:0;
	padding-top:0;
}

.code{
	color:#006600;
	background:#FEFDED;
	margin:0;
	padding:0;
}




#slider_ui {
	font-size: 120%;
	font-weight: 600;
	color: #0099FF;
	margin-left: 20px;
	margin-bottom: 20px;
}
#slider {
	margin-top:5px;
}

#rateLimit {
	font-size: 120%;
	font-weight: 600;
	color: #0099FF;
	margin-left: 20px;
}


