/*----------------フォーム設定----------------*/

form {
	margin: 0px;
}

/*----------------トップメニュー設定----------------*/
a.link01{
	display:block;
	width:230px;
	padding:5px 5px;
	text-align:center;
	border:solid 1px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	background-color:#FFFFCC;
	border-color:#666666
	}
a.link01:hover{
        background-color:#FF9900;
	color:#FFFFFF;
	}
.menu div{
	margin-bottom:10px;
	}

/*----------------テキスト基本設定----------------*/

.normaltext{
	font-size: 12px;
	line-height: 120%
	}
	
.sText {
	font-size: 10px;
	line-height: 120%;
	}
	
.mText {
	font-size: 12px;
	line-height: 130%;
	}
	
.lText {
	font-size: 14px;
	line-height: 140%;
	}
	
.llText {
	font-size: 17px;
	line-height: 140%;
	}

.t-red-s-middle {
	font-size: 10px;
	line-height: 140%;
	color: #FF0000;
	}

.t-red-m-middle {
	font-size: 12px;
	line-height: 140%;
	color: #FF0000;
	}


.titleText {
	color : #FFFFFF;
	font-size: 12px;
	line-height: 120%}

.orangeText {
	color : #FF6600;
	font-size: 12px;
	line-height: 120%}

.redText {
	color : #FF0000;
	font-size: 12px;
	line-height: 120%}

.whiteText {
	color : #FFFFFF;
	font-size: 12px;
	line-height: 120%}

.whiteTextL {
	color : #FFFFFF;
	font-size: 14px;
	line-height: 140%}

.blueText {
	color : #3366FF;
	font-size: 12px;
	line-height: 120%}

/*---リンク設定---*/

.head A               { color: #FFFFFF; font-size: 12px; text-decoration: none;}
.head A:link           { color: #FFFFFF; font-size: 12px; text-decoration: none;}
.head A:link:hover     { color: #FFFFFF; font-size: 12px; text-decoration: underline;}
.head A:link:active    { color: #FFFFFF; font-size: 12px; text-decoration: none;}
.head A:visited        { color: #FFFFFF; font-size: 12px; text-decoration: none;}
.head A:visited:hover  { color: #FFFFFF; font-size: 12px; text-decoration: underline;}
.head A:visited:active { color: #FFFFFF; font-size: 12px; text-decoration: none;}


/*---共有設定---*/
#tweets  a:link,
#tweets  a:visited {
	color: #1985B5;
	text-decoration: none;
}

#tweets  a:hover,
#tweets  a:active {
	color: #1985b5;
	text-decoration: underline;
}

#tweets  p {
	margin: 0px;
	padding: 0px;
}

#tweets img {
	border:0;
}

#shareBarClose,#shareBarOpen {
	background: url(common/bg_bar.jpg) repeat-y;
	width: 25px;
	float: left;
	height: 100%;
	cursor: pointer;
}

#shareContents_header {
	height: 24px;
	padding: 5px;
	text-align: right;
}

#tweets{
	height:100%;
	overflow-y: auto;
}

.tweetBox {
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	width: 220px;
	overflow: hidden;
	padding-top: 5px;
}

.avatar {
	height: 30px;
	width: 30px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.twTxt {
	float: left;
	width: 180px;
	font-size: 12px;
	line-height: 1.4em;
}

.twStatus {
	font-size: 10px;
}

.more p{
	font-size: 12px;
	line-height: 1.4em;
	text-align:right;
}

.loading {
	height: 24px;
	background: #FFF url(common/ajax-loader.gif) no-repeat center;
}

#tweets .twStatus a:link,
#tweets .twStatus a:visited{
	color: #999999;
	text-decoration: none;
}
#tweets .twStatus a:hover,
#tweets .twStatus a:active {
	color: #666666;
	text-decoration: underline;
}


body{
	overflow:hidden;
}
#right{
	background: #FFF url(common/bg_shareContents_header.jpg) repeat-x;
	float: right;
	background-color:#fff;
	padding:0;
	margin:0;
	overflow:hidden;
}
#left{
	float: left;
	padding:0;
	margin:0;
}