/***** globals & utils ******/

*, body, div{
	margin:0;
	padding:0;
	word-wrap: break-word;
	line-height: 140%;
	font-weight: normal;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

b, strong, h1, h2, h3, h4{
	font-weight: bold;
}

body, div{
	color: #333;
}


.clear {
	clear: both;
}

.xs { font-size: 11px;}
.s  { font-size: 12px;}
.m  { font-size: 14px;}
.l  { font-size: 16px;}
.xl { font-size: 18px;}


img {
	border: none;
}

.rounded {
	-moz-border-radius: 4px; /* firefox */
	-webkit-border-radius: 4px; /* safari,chrome */
	border-radius: 4px; /* HTML5 */
}


/***** layouts ******/
body {
	margin: 0px;
}

div#wrapper {
	width:100%;
}

div#container {
	margin: 0 10px 0 10px;
	min-width: 930px;
}

div#header {
	min-width: 930px;
	padding: 0;
	height: 65px;
	border: 0;
	margin: 0;
	position: relative;
}
div#header .logo{
	float: left;
	margin-left: 5px;
}
div#header .login{
	float: right;
}

div#main {
	margin-right: 300px;
	position:relative;
}

div#sidebar {
	width: 300px;
	float: right;
}

div#footer {
	padding: 10px;
	clear:both;
}

/***** links *****/

a:link, a:active, a:visited{
	color: #3333AA;
	text-decoration: none;
}

a:hover {
	color: #fa6809;
	text-decoration: none;
}

.social a:link, .social a:active, .social a:visited{
	color: #fff;
	text-decoration: underline;
}

.social a:hover {
	color: #fa6809;
	text-decoration: none;
}


/***** header *****/

div#header {
	background-color: #0098C6;
}
div#header .login{
	font-size: 12px;
}
div#header .login .icon{

}
div#header .login button{
	display: inline;
}



/***** desings ******/

h1 strong {
	color: #FF5622;
}

/** body **/
body {
	background-color: #d0e5f5;
	background-color: #D9E9F5;
}


.read.text {
	font-weight: bold;
	font-size: 16px;
	background-color: #fff;
	padding: 5px;
	border: solid 2px #90C2C6;
	color: #333;
	margin-right: 10px;
}
.read.text .keywords{
	margin:6px 0;
	font-size: 11px;
	font-weight: normal;
}

/** navigations **/
#navi {
	position: absolute;
	left: 246px;
	padding-left: 0;
	padding-top: 15px;	
	width: 755px;
}

#navi ul{
	list-style-type: none;
}
#navi ul li {
	list-style-type:none;
	float: left;
	height:50px;
	font-size: 12px;
}

#navi ul li.tab_archive {
	width: 90px;
}


#navi ul a {
	display:block;
	width: 60px;
	text-decoration: none;
	height:50px;
	display: block;
	color: #fff;
}

#navi ul a#tab_archive {
	width: 90px;
}

#tab_index {
	background-image: url("../img/tab_index_off.gif");
}
.active #tab_index, #tab_index:hover {
	background-image: url("../img/tab_index_on.gif");
}

#tab_shinsai {
	margin-left:5px;
	background-image: url("../img/tab_shinsai_off.gif");
}
.active #tab_shinsai, #tab_shinsai:hover {
	background-image: url("../img/tab_shinsai_on.gif");
}

#tab_recommend {
	background-image: url("../img/tab_recommend_off.gif");
}
.active #tab_recommend, #tab_recommend:hover {
	background-image: url("../img/tab_recommend_on.gif");
}

#tab_people {
	background-image: url("../img/tab_people_off.gif");
}
.active #tab_people, #tab_people:hover {
	background-image: url("../img/tab_people_on.gif");
}

#tab_society {
	background-image: url("../img/tab_society_off.gif");
}
.active #tab_society, #tab_society:hover {
	background-image: url("../img/tab_society_on.gif");
}

#tab_sports {
	background-image: url("../img/tab_sports_off.gif");
}
.active #tab_sports, #tab_sports:hover {
	background-image: url("../img/tab_sports_on.gif");
}

#tab_tv {
	background-image: url("../img/tab_tv_off.gif");
}
.active #tab_tv, #tab_tv:hover {
	background-image: url("../img/tab_tv_on.gif");
}

#tab_music {
	background-image: url("../img/tab_music_off.gif");
}
.active #tab_music, #tab_music:hover {
	background-image: url("../img/tab_music_on.gif");
}

#tab_movie {
	background-image: url("../img/tab_movie_off.gif");
}
.active #tab_movie, #tab_movie:hover {
	background-image: url("../img/tab_movie_on.gif");
}

#tab_game_anime {
	background-image: url("../img/tab_game_anime_off.gif");
}
.active #tab_game_anime, #tab_game_anime:hover {
	background-image: url("../img/tab_game_anime_on.gif");
}

#tab_region {
	background-image: url("../img/tab_region_off.gif");
}
.active #tab_region, #tab_region:hover {
	background-image: url("../img/tab_region_on.gif");
}

#tab_rank {
	background-image: url("../img/tab_rank_off.gif");
}
.active #tab_rank, #tab_rank:hover {
	background-image: url("../img/tab_rank_on.gif");
}

#tab_archive {
	background-image: url("../img/tab_archive_off.gif");
	width: 90px;
}
.active #tab_archive, #tab_archive:hover {
	background-image: url("../img/tab_archive_on.gif");
}



#navi ul a:hover {
	text-decoration: none;
}

/** footer **/
#footer {
	font-size: 12px;
background-color: #38a2c6;
}

#footer .left {
	color: #fff;
	float:left;
}
#footer .right {
	color: #fff;
	float:right;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/** input **/
input, textarea, select {
	border:1px inset #CCCCCC;
	margin:0;
}

div.submit input, .button, button, input.submit, button.submit {
	margin:0;
	border:1px outset #cccccc;
	border-top: none;
	margin-top:5px;
	padding:0 12px;
}

/** titles **/
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}


h2.title {
	font-size: 16px;
	border-left: solid 3px #0098C6;
	width: 596px;
	margin: 25px 0 10px 0;
	padding: 2px 0 0 8px;
	vertical-align: middle; 
}


/** 本・CD等のタイトル **/
div.other_name{
	padding-left: 35px;
	background-image: url("../img/icon_title.gif");
	background-repeat: no-repeat;
}

.other_name a{
	font-weight: bold;
	font-size: 14px;
}

/** fukidashi **/

.fukidashi_top{
	background-image: url("../img/fukidashi_top.gif");
	background-repeat: no-repeat;
	width: 9px;
	height: 10px;
	position: relative;/*absolute;*/
	z-index: 1000;
	top: -15px;
	left: 20px;
}

/** profile **/

table.profile {
	width: 100%;
	margin-bottom: 10px;
}
table.profile .icon{
	width: 50px;
}
table.profile .name{
	font-size: 14px;
	width: 100%;
}
table.profile .description{
	font-size: 11px;
	width: 100%;
}
table.profile .url{
	font-size: 11px;
	width: 100%;
}

/** others **/
.f0{
	font-size:11px;
	color:#555;
}
.f1{
	font-size:11px;
	color:#444;
}
.f2{
	font-size:12px;
	color:#333;
}
.f3{
	font-size:12px;
	color:#222;
}
.f4{
	font-size:13px;
	color:#111;
}
.f5{
	font-size:13px;
	color:#000;
}

/* trend */
#es {
position:relative;
}
.box{
	display: block;
	float: left;
}

.trend {
	width:300px;
	height: 845px;
	margin-right: 10px;
	position: relative;
	margin-top: 10px;
}

.archives .trend {
	height: 470px;
}

.rankings .trend {
	height: 1020px;
}


.trend h2 {
	line-height: 100%;
}
.trend .keyword{
	font-weight: bold;
	position: relative;
	left: 10px ;top: -5px;
}
.trend .images{
	margin-bottom: 5px;
}

/* tweets */
.face {
	float:left;
	width:77px;
	margin-bottom: 10px;
	position: relative;
	line-height: 14px;
	font-size: 11px;
	letter-spacing: -0.2px;
	padding: 0;
}

.face_over{
	background-image: url("../img/face_over.gif");
	width:80px;
	height: 60px;
	position: absolute;
	top: 0;
}

.face img{
	margin: 6px 0 5px 6px;
	width: 48px;
	height: 48px;
}

div.twitter_widget_wrapper {

	background-color: #ffffff;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

}

.twitter .text, .twitter_wide .text {
	float: right;
	width:208px;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 2px #90C2C6;
	color: #333;
}
.twitter .text .tweet {
	min-height: 110px;
	height: auto !important; height: 110px; /* IE6 対応 */
}

.bottombar{
	font-size: 10.5px;
	margin-top: 5px;
	position: relative;
}

.bottombar_left{
	color: #90C2C6;
	text-align: left;
	position: absolute; left: 0; top: 0; z-index: 1000;
}

.bottombar_right {
	color: #90C2C6;
	text-align: right;
}
.bottombar a:link, .bottombar a:active, .bottombar a:visited{
	color: #90C2C6;
}

.bottombar a:hover{
	color: #fa6809;
}

div.more{
	font-size: 12px;
	text-align: right;
	margin: 10px 0 15px;
}

/** 検索結果画面 **/
.twitter_wide .face{
	width: 96px;
}

.twitter_wide {
	width: 610px;
}
.twitter_wide .text{
	width:500px;
	float: left;
	z-index: -1;
}
.twitter_wide .text .tweet{
	min-height: 50px;
	height: auto !important; height: 50px; /* IE6 対応 */
}

.twitter_wide .face_over{
	background-image: url("../img/face_over_wide.gif");
	width:98px;
}

.more_tweets{
	display: none;
	border-top: 2px dashed #90C2C6;
	padding-top: 20px;
	margin-top: 10px;
}

div.more-t {
	text-align: center;
	font-size: 18px;
}

/* ユーザのプロフィール*/
.user_name{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}

table.profile{
	width: 500px;
}
table.profile th{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
table.profile td{
	width: 300px;
	font-size: 18px;
}
.user_timeline{
	width: 610px;
}

/* 関連語とYahoo検索 */
.relation, .yahoosearch {
	list-style-type: none;
	margin:0;
	padding:0;
}
div.relation, div.yahoosearch{
	margin-bottom: 15px;
}

.relation li, .yahoosearch li{
	float:left;
	margin-right:2px;
	padding:0;
	border: 2px solid #90C2C6;
	background-color: #fff;
}
.relation li a, .yahoosearch li a{
	padding: 4px;
}

.relation li {
	margin-bottom: 2px;
	font-size: 13px;
}
.yahoosearch li {
	margin-bottom: 3px;
	font-size: 12px;
}

/* ☆☆☆☆☆ */
.star {
	color: #fa6809;
}
.star_empty {
	color: #aabbcc;
}


/** sidebar **/
.sidebar_search, .sidebar_tweet, .sidebar_pickup{
	background-color: #0098C6;
	margin:0;
	padding: 10px;
	margin-bottom: 10px;
	color: white;
	font-size: 12px;
}
.sidebar_search .input_keyword{
	width:200px;
}
.sidebar_search .submit{
	width:60px;
}

.sidebar_title h3{
	float:left;
}
.sidebar_title p{
	float:right;
	margin-top:5px;
	color:#fff;
	font-weight:bold;
}

.sidebar_pickup .user_name {
	font-size: 12px;
	font-weight: 900;
	margin: 5px 0;
	color: white;
}

.sidebar_pickup .user_description {
	font-size: 10px;
	margin-bottom: 5px;
	color: white;
}

.sidebar_pickup .text {
	float: right;
	width:188px;
	background-color: #fff;
	margin-bottom: 10px;
	min-height: 50px;
	padding: 5px;
	height: auto !important; height: 50px; /* IE6 対応 */
	border: solid 2px #90C2C6;
}

.sidebar_tweet .face{
	width: 68px;
}

.sidebar_tweet .face_over{
	background-image: url("../img/face_over_sidebar.gif");
	width:60px;
}

.sidebar_tweet #login-img{
	color: #fff;
	font-size: 14px;
}

.sidebar_pickup .face_over{
	background-image: url("../img/face_over_sidebar.gif");
	width:80px;
	height: 60px;
	position: absolute;
	z-index: 1000;
	top: 0;
}
#twitter-unConnect {
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
}

/* ユーザーランキング */
.twitter .rank {
	margin: 5px 0;
	font-size: 18px;
}


/* errors */
div#flashMessage {
	padding: 5px;
	margin: 5px;
	border: 2px solid #f00;
	background-color: #fdd;
}

/* お問合わせ */
.contact {
	width: 610px;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 20px;
}
.contact .legal{
	margin-top: 20px;
}

.contact p {
	margin-top: 10px;
}
.contact ul {
	margin-top: 15px;
}
.contact li {
	margin-top: 7px;
	margin-left: 20px;
}
.contact form {
	margin-top: 10px;
}

.contact legend {
	font-weight: bold;
}
#ContactName {
	width: 150px;
}


#ContactCompany {
	width: 250px;
}

#ContactZip{
	width: 80px;
}

#ContactAddress {
	width: 550px;
}

#ContactTel {
	width: 150px;
}

#ContactUrl{
	width: 550px;
}

.contact fieldset {
	padding: 5px 15px 15px 15px;
}

.contact label {
	margin-top: 10px;
	display: block;
}
.contact .form {
	margin-top: 20px;
}

.contact .submit input{
	border:1px outset #cccccc;
	border-top: none;
	margin-top:5px;
	padding:0 12px;
}

.contact .submit{
	padding: 0 ;
	text-align: right;
	border: none;
}

.error-message {
	color: red;
}

/* Yahoo!画像検索 */
div.images img {
	border: 3px solid #fff;
	background:none!important;
}

div.images a:hover img {
	opacity:0.7;
	filter:Alpha(opacity=70);
	-ms-filter: "Alpha( opacity=70 )";
	background:none!important;
}

.images_list {
	height: 100px;
	overflow: hidden;
}


/* よくある質問関連 */
div.help {
	margin-top: 30px;
	width: 610px;
}

.help_shotcut ul {
	list-style:none;
	margin:0;
	padding:0;
}

.help_shotcut ul li {
	margin:3px 0;
	padding:0;
}

h3.help_title {
	margin:0;
	padding:12px 0 0;
}

h3.help_title img {
	display:block;
	margin:0;
	padding:0;
}

dl.help_l {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

dt.help_t {
	color:#444;
	background:url(../img/faq_icon_q.gif) no-repeat 0 42% #ffffff;
	font-size:14px;
	font-weight:bold;
	padding:6px 6px 6px 30px;
	border-bottom:1px solid #ccc;
}

dd.help_d {
	color:#444;
	background:url(../img/faq_icon_a.gif) no-repeat 0 -1px #EEEEEE;
	font-size:12px;
	line-height:2;
	margin:0;
	padding:6px 6px 6px 30px;
	border-bottom:1px solid #ccc;
}


/* つぶやきボックス */
div.twitter-box-switch{
	margin: 10px 0;
	font-weight:bold;
}

div.twitter-box {
	display: none;
	margin: 10px 0 20px;
}

.twitter-box form div{
	position:relative;
}
.twitter-box form .counter{
	position: absolute ;
	right:0;
	top:0;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
.twitter-box form .warning{
	color:#600;
}
.twitter-box form .exceeded{
	color:#e00;
}
.twitter-box form label{
	font-size:14px;
}
.twitter-box form textarea{
	height: 60px;
	font-size:12px;
	margin: 0 0 5px;
}
.twitter-box div.message {
	margin: 7px 0;
}


#twitter-connect .message{
	color: #fff;
	margin: 7px 0;
	font-size:11px;
}

form#TwitterTweetForm {
	width: 298px;
}

.twitter-box-switch input {
	color: #999;
	width: 298px;
}

.list form#TwitterTweetForm {
	width: 610px;
}

.list .twitter-box-switch input {
	color: #999;
	width: 610px;
}


div.shorturl {
	display: none;
	border: 5px solid #fff;
	background-color: #0098C6;
	padding: 10px;
	position:absolute;
	left:-90px;
	top:18px;
	width:240px;
	z-index:10;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
div.shorturl input{
	width: 230px;
	font-size: 12px;
}


.httweet{
	background-color: #ffc !important;
}

.hide {
	display: none;
}
.showRegions{
	font-size: 12px;
}

/* 話題のワード */
.topic_word div {
	margin: 8px 0;
}
.topic_word h3 {
	display: inline;
}
.topic_word h4 {
	display: inline;
	font-size: 14px;
}
.topic_word strong{
	font-weight: normal;
}
.topic_word h3 a, .topic_word h4 a, .topic_word h3 strong, .topic_word h4 strong, .topic_word em{
	font-weight: bold;
}

.topic_word p {
	margin: 0 0 0 10px;
}
.topic_word cite {
	color: #666;
}

.topic_word li {
	color: #333;
	list-style-type: none;
}
.topic_word .img li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 5px;
}
.topic_word .img li img{
	border: 3px solid #fff;
}


/* overture */
.sidebar_overture {
	background-color: #fff;
	margin:0;
	padding: 10px;
	margin-bottom: 10px;
}
.overturel {
	margin-bottom: 10px;
}
.pr_link {
	margin: 0 0 10px;
}

.pr_link_header {
	color: #0000DE;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
.pr_link_description {
	color: #333;
	font-size: 11px;
}
.pr_link_host {
	color: #008000;
	font-size: 11px;
	text-decoration: underline;
}

.pr_link_label a{
	color: #0000DE;
	font-size: 11px;
}


/* 全ての話題アーカイブ */
span.date_caption {
	padding-top: 2px;
	padding:right: 5px;
	font-size: 10px;
	height: 15px;
	float: left;
}

div.date {
	font-size: 11px;
	height: 15px;
}

.date ul{
	list-style-type: none;
}
.date ul li {
	list-style-type:none;
	float: left;
	font-size: 12px;
	background-color: #D9E9F5;
	margin-right: 2px;
	text-align: center;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	height: 18px;
}

.date ul li.datepicker {
	background-color: #ffffff;
	border: none;
}

.date ul a {
	height: 17px;
	display:block;
	width: 54px;
	text-decoration: none;
	display: block;
}

.date #datepicker {
	height: 17px;
	margin-left:7px;
	font-size: 10px;
	margin-top: -1px;
	width: 95px;
}

div.kwd_ranking{
	left: 0 !important;
}

.kwd_ranking tr{
	background-color: #CBDDEB;
	height: 30px;
	padding: 3px;
	font-size: 14px;
}

.kwd_ranking td{
	font-size: 14px;
	padding: 2px 3px;
}

.kwd_ranking td.rank1 a, .kwd_ranking td.rank2 a, .kwd_ranking td.rank3 a {
	font-size: 18px !important;
	font-weight: bold;
}

table.kwd_ranking {
	margin-bottom: 2px;
}

/* date picker */
#ui-datepicker-div {
	display:none;
}


