@charset "utf-8";
/************************************************************************/
/* 基本タグ */
/************************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:95%;
	line-height : 1.5;
	font-family : 'Verdana','ＭＳ Ｐゴシック','Arial';
	background: url(/img/background_all.jpg) repeat-x #999;
	color:#333;
	margin: 0;
	padding: 0;
}

img {
	border:0px;
}
img.border{
	border:1px solid #999;
}

em {
	font-weight:bold;
	font-style:normal;
	color: #900;
}

h1 {
	font-size: 125%;
	margin: 24px 0 12px 0;
}
h2 {
	font-size: 100%;
}
h1,h2,h3 {
	line-height: 1.1;
}

ul {
	padding: 0;
}

hr {
	border: 0;
	border-top: 1px solid #999;
	height: 1px;
}

table,
td {
	border-collapse: collapse;
	border: 0px solid #ccc;
	vertical-align: top;
}

textarea {
	font-family : 'Arial';
}

a {padding-bottom: 1px;}
a:link {color: #039; text-decoration:underline;}
a:visited {color: #636; text-decoration:underline;}
a:hover {color: #c60; text-decoration:underline;}

/************************************************************************/
/* テンプレート */
/************************************************************************/
/* 全体 */
#main {
	border: 1px solid #ccc;
	border-top: 8px solid #567;
	border-bottom: 8px solid #567;
	background: #fff;
	max-width: 1020px;
	margin: 0 auto 0 auto;
	padding: 0;
}
/* ヘッダ */
#header {
	background: url(/img/background_header.jpg) repeat-x #f6f6f6;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 0 6px;
}
#header_inner {
	font-size: 85%;
	max-width: 980px;
	margin: 3px auto 0px auto;
}
#header_menu {
	float: right;
	text-align: right;
}
#header_menu form input {
	font-size: 110%;
	margin: 8px 0;
}
#logo {
	float: left;
	margin: 4px 12px 4px 0;
}
/* メニュー */
#menu_bar {
	clear: both;
}
#menu_bar li {
	float: left;
	list-style: none;
}
#menu_bar li #menu_bar_pulldown{
	position: absolute;
	background: #f6f6f6;
	border: 1px solid #ccc;
}
#menu_bar a {
	display: block;
/*	background: #e9e9e1;*/
	vertical-align: baseline;
	padding: 1px 4px 1px 4px;
	margin-right: 4px;
	color: #666;
	text-decoration: none;
}
#menu_bar a:hover {
	color: #fff;
	background: #567;
}
#menu_bar .selected {
	color: #fff;
	background: #567;
}
#pan {
	font-size: 80%;
}
/* 本体 */
#field {
	border-top: 3px solid #f5f5e5;
	clear: both;
	overflow: hidden;
}
#field_inner {
	max-width: 980px;
	min-height: 480px;
	margin: 12px auto 8px auto;
	padding: 0 6px;
}
/* 2カラム */
#main_column {
	float: left;
	width: 100%;
	min-width: 300px;
	margin-right: -210px;
}
#main_column_inner {
	min-width: 300px;
	margin-right: 220px;
}
#side_column {
	float: left;
}
#side_column_inner {
	width: 200px;
	margin: 0 5px;
}
#side_column h2 {
	margin: 12px 0 0 0;
}
#side_column p {
	font-size: 85%;
	margin: 4px 0 4px 0;
}
/* フッタ */
#footer {
	clear: both;
	margin-top: 24px;
	padding: 8px 0 8px 0;
	border-top: 1px solid #ccc;
	background: #f6f6f6;
}
#footer_inner {
	font-size: 90%;
	max-width: 980px;
	margin: 0px auto 0px auto;
	padding: 0 6px;
	overflow: hidden;
}
#footer_inner a {
	color: #666;
}
.footer_column {
	float: left;
	width: 12%;
	margin: 0 18px 0 0;
}
.footer_copyright {
	clear: both;
	text-align: right;
}
.footer_ad {
	clear: both;
	margin-bottom: 32px;
	padding-top: 42px;
	border-bottom: 1px dotted #999;
}

/************************************************************************/
/* 汎用パーツ */
/************************************************************************/
/* 汎用 */
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }
.center { text-align: center; }
.clear { clear: both; }
.small { font-size: 80%; }
.large { font-size: 125%; }
/* もっと見る */
.more {
	clear: both;
	text-align: right;
}
.more a {
	background: url(img/icon_set.gif) no-repeat 16px -30px;
	padding: 0 0 0 32px;
}
/* クリック用<span> */
.click_span {
	cursor: pointer;
	text-decoration: underline;
}
/* 注意書きなど */
.notice {
	font-size: 85%;
}
.toolchip {
	padding: 8px;
	background: #ffe;
	border: 1px solid #ccc;
}
/* ページナビ */
.page_navi {
	text-align: right;
}
.page_navi b,
.page_navi a {
	border: 1px solid #999; 
	padding: 4px 8px;
}
/* メッセージ */
.NG_message {
	color: #a00;
}
.OK_message {
	color: #0a0;
}
/* 記事一覧 */
#newslist_message {
	padding: 4px;
	background: #eee;
}
.item_list_box {
	margin: 0 0 12px 0;
	min-height: 160px;
	overflow: hidden;
}
h2.list_title {
	border-top: 2px solid #567;
	color: #666;
	font-size: 100%;
	background: #f6f6f6;
	margin: 0 0 8px 0;
	padding: 4px 12px 4px 12px;
}
h2.list_title a {
	color: #666;
	text-decoration: none;
}
h2.list_title img {
	vertical-align: bottom;
}
.item_list_box .item {
	margin: 0.7em 0;
	padding: 0 6px 0 24px;
	font-size: 105%;
	line-height: 1.2;
	background: url(img/icon_itemhead.gif) no-repeat 10px 0.5em;
	overflow: hidden;
}
.item_list_box .item_box {
	float: left;
	margin: 6px 6px 0 6px;
	width: 360px;
	height: 100px;
	line-height: 1.2;
	background: none;
	overflow: hidden;
}
.item_list_box .item_box .thumbnail {
	float: left;
	margin-right: 12px;
	min-width: 120px;
	text-align: center;
}
.item_list_box .item_box_mini {
	float: left;
	margin: 12px 6px 0 0;
	font-size: 80%;
	width: 150px;
	height: 180px;
	text-align: center;
}
.item_list_box .item_box_img {
	float: left;
	margin: 6px 6px 0 0;
}
.item_list_box .date a {
	color: #666;
	font-size: 70%;
	text-decoration: none;
}
.item_list_box .date a:hover { text-decoration: underline; }
.item_list_box .item_property {
	color: #666;
	font-size: 70%;
}
/* 補足情報 */
a.siteurl {
	font-size: 80%;
	color: #999;
}
.keyword {
	font-size: 80%;
	padding: 6px 12px;
}
.keyword a {
	color: #999;
}
/* リンク数 */
.link_num,
a.link_num {
	font-size: 85%;
	text-align: center;
	white-space: nowrap;
	margin: 0 4px;
	padding: 0 2px;
	color: #c60;
	background: #eee;
	font-weight: bold;
	font-family: "Century Gothic","Tahoma",sans-serif;
}
.link_num span {
	font-size: 70%;
}
.over3, a.over3 { color: #66f; background: #cff; }
.over20, a.over20 { color: #c60; background: #fe8; }
.over100, a.over100 { color: #c60; background: #fc8; }
.over500, a.over500 { color: #fff; background: #f30; }
/* コメント */
.comment1 {
	clear: both;
	overflow: hidden;
	font-size: 90%;
	padding: 0.4em 0;
	border-bottom: 1px solid #eee;
}
.comment1 .item {
	font-size: 120%;
	margin: 12px 0 4px 0;
}
.comment1 .profile {
	float: left;
	margin-right: 12px;
}
.comment1 .comment {
	overflow: hidden;
}
.comment1 .property {
	float: right;
	margin-left: 12px;
}
.comment1 .date {
	color: #999;
}
a.url_in_comment { color: #ccc; }
.RT_in_comment { color: #9cf; }
.hash_in_comment { color: #ccc; }
.title_in_comment { color: #cc9; }

#more_button {
	display: block;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	border: 1px solid #ccc;
	background: #f0f0f0;
}
#loading {
	width: 100%;
	padding: 12px 0;
	text-align: center;
}
/* 人物ツールバー */
.person_toolbar {
	clear: both;
	padding: 2px 6px;
	background: #f0f0f0;
}
/* プロフィール関連 */
.profile_icon {
	vertical-align: middle;
	margin-right: 3px;
}
/* 検索結果 */
.search_result1 {
	margin: 6px 0;
}
.search_result {
	float: left;
	min-width: 240px;
	margin: 0 24px 0 0;
}
/* フォーム */
.search_button {
	padding: 1px 12px;
}
/* ツイートボタン */
.tweet_button {
	display: block;
	text-align: center;
	margin: 8px auto;
	padding: 18px 8px 18px 54px;
	width: 9em;
	background: #f6f6f6 url(img/icon_twitter_big.gif) no-repeat 8px center;
	border: 1px solid #ccc;
}
/* ドキュメント */
h3 {
	margin: 18px 0 6px 0;
	padding: 6px 6px;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #567;
	border-left: 10px solid #567;
}
/* カレンダー */
.calendar {
	text-align: center;
	margin-bottom: 8px;
}
.calendar .date {
	font-size: 80%;
	font-family: serif;
}
.calendar .date span {
	font-size: 150%;
}
.calendar .date b {
	font-size: 200%;
}
.calendar .status {
	font-size: 70%;
}
/* サービスイニシャル */
a.service_ini_tw {color:#9cf; text-decoration:none;}
a.service_ini_ws {color:#3c9; text-decoration:none;}
a.service_ini_hb {color:#36c; text-decoration:none;}
a.service_ini_de {color:#96c; text-decoration:none;}
a.service_ini_hh {color:#9c6; text-decoration:none;}
a.service_ini_se {color:#f99; text-decoration:none;}
a.service_ini_web {color:#633; text-decoration:none;}

/************************************************************************/
/* サブページテンプレート */
/************************************************************************/
/* 全体 */
.sub #property_header {
	max-width: 980px;
	margin: 12px auto 24px auto;
}
.sub h1 { font-size: 125%; }
.sub h1 a { text-decoration: none; }
.sub h1 a:hover { text-decoration: underline; }
.sub #property_header p {
	margin: 24px 0 12px 0;
}
/* メニュータブ */
.sub #menu_tab_box {
	width: 100%;
	margin: 12px 0;
}
.sub #menu_tab_box td {
	border-bottom: 1px solid #ccc;
}
.sub #menu_tab_box td.menu_tab_space {
	width: 18px;
}
.sub #menu_tab_box td.menu_tab {
	font-size: 90%;
	width: 96px;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: 0;
}
.sub #menu_tab_box td.menu_tab a {
	background: #eee;
	display: block;
	padding: 3px 18px;
}
.sub #menu_tab_box td.menu_tab a.selected {
	background: #fff;
}
.sub #menu_tab_box td.property_score {
	text-align: right;
}
/* 広告 */
.sub .property_header_ad {
	float: right;
	margin: 24px 0 12px 12px;
	border: 1px solid #ccc;
}
.sub .property_footer_ad {
	float: left;
	margin: 0 12px 12px 0;
	border: 1px solid #ccc;
}
/* 関連サイトなど */
.sub #linkingsite {
	margin: 18px 0;
	border: 1px solid #ccc;
	padding: 12px;
	clear: both;
	background: #fdfcf9;
}
.sub .relativesite{
	font-size: 90%;
	background: #fff;
	overflow: hidden;
}
/* このページについて */
#table url_analysis {
	width: 100%;
}
#url_analysis th {
	vertical-align: middle;
	text-align: right;
	border-bottom: 1px dotted #999;
	background: #f0f0f0;
	padding: 6px 12px;
}
#url_analysis td {
	border-bottom: 1px dotted #ccc;
	padding: 6px 12px;
}
.pagerank,
.livedoor_reader,
.google_reader,
.alexarank {
	font-family: "Century Gothic","Tahoma",sans-serif;
	font-weight: bold;
	font-size: 200%;
}
.pagerank { color: #363; }
.livedoor_reader { color: #930; }
.google_reader { color: #036; }
.alexarank { color: #606; }
.sub .quotation_box {
	width: 98%;
	color: #999;
	font-size: 90%;
	border: 1px solid #ccc;
	padding: 6px;
	background: #fffff9;
}
/************************************************************************/
/* ユーザーページテンプレート */
/************************************************************************/
.edit_area {
	border: 1px solid #999;
	margin: 1em 0;
	padding: 3em 8em;
}

/************************************************************************/
/* リサーチページテンプレート */
/************************************************************************/
.research #main_column {
	width: 100%;
	min-width: 320px;
	margin-right: -310px;
}
.research #main_column_inner {
	margin-right: 320px;
}
.research #side_column {
	width: 300px;
}
.research #side_column_inner {
	margin: 0 5px;
}
/* 全体 */
.research h1 {
	font-size: 200%;
}
.research .tag {
	font-size: 80%;
}
.research p.description {
	font-size: 90%;
	margin: 1em 0;
}
.research .num {
	font-family: "Century Gothic","Tahoma",sans-serif;
	font-weight: bold;
}
.research .rank { 
	color: #363;
	font-size: 200%;
}
.research .week_pv {
	color: #339;
	font-size: 200%;
}
.research .pre_rank {
	color: #333;
	font-size: 150%;
}
.research #trend {
	max-width: 640px;
	height: 300px;
	margin-bottom: 24px;
}
.research #trend_detail {
	font-size: 75%;
	width: 100%;
}
/* ランキング */
.research .rank_one{
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.research .rank_one td {
	padding: 8px 0px;
	vertical-align: middle;
}
.research .rank_one td.rank_column {
	width: 18%;
	text-align: right;
}
.research .rank_one td.image{
	width: 14%;
	padding: 8px 8px;
	text-align: center;
	vertical-align: top;
}
.research .rank_one .name{
	font-weight: bold;
	font-size: 130%;
}
.research .rank_one .week_pv{
	font-size: 150%;
}
.research .rank_one .item_list_box {
	min-height: 0;
	font-size: 85%;
	background: #f0f0f0;
}
.research .rank_1 .rank { color: #c00; }
.research .rank_2 .rank { color: #f80; }
.research .rank_3 .rank { color: #f80; }
.research .rank_top5 td.rank_column {
	width: 12%;
	font-size: 120%;
}
.research .rank_top5 .name { font-size: 150%; }
.research .rank_one td.image{ padding: 8px 16px; }
.research .rank_one .thumbnail {
	float: left;
	margin: 4px 8px 4px 0;
}
.research .rank_one_gadget {
	float: left;
	width: 144px;
	margin: 2px;
	text-align: center;
}
/* 個別ページ */
img.status {
	vertical-align: bottom;
}
.photo_frame {
	border: 1px solid #999;
	padding: 12px;
	font-size: 85%;
	text-align: center;
	overflow: hidden;
}
.photo_select {
	border: 1px solid #999;
	margin: 4px;
	padding: 12px;
	float: left;
}
.same_image {
	padding: 8px 8px 0px 0px;
	text-align: center;
}
.same_name {
	margin-top: 1em;
}
.same_data {
	font-size: 80%;
}
/* タグクラウド */
.research .tagcloud {
	clear: both;
}
.research .tagcloud form {
	margin: 4px 0;
	padding: 16px;
	background: #f0f0f0;
}

.research .item_list_box .item_box { max-width:300px; }

/************************************************************************/
/* ニュースフレンド */
/************************************************************************/
table#news_friend {
	width: 100%;
	margin: 12px 0;
	border-bottom: 3px solid #ccc;
}
table#news_friend th {
	background: #eee;
}
table#news_friend tr {
	border-bottom: 3px solid #ccc;
}
table#news_friend td {
	padding: 6px 10px;
}
table#news_friend td.rank {
	text-align: center;
	vertical-align: middle;
	background: #ddd;
}
table#news_friend td.name {
	background: #f6f6f6;
}
table#news_friend td.name img {
	margin-right: 8px;
	vertical-align: middle;
	float: left;
}
table#news_friend div.sisuu {
	font-weight: bold;
}
table#news_friend td.data span {
	font-size: 85%;
}
table#news_friend td.itemlist {
	font-size: 85%;
	background: #eee;
	width: 52%;
}
table#news_friend td.itemlist a {
	color: #666;
}

/************************************************************************/
/* アカウントページ */
/************************************************************************/
.account #menu_bar {
	display: none;
}
#form_area {
	max-width: 600px;
	margin: 80px auto 60px auto;
}
#form_area h1 {
	font-size: 120%;
	border-bottom: 1px solid #4a5e82;
}
#form_area h2 {
	margin: 24px 0 0 0;
	padding: 6px;
	font-size: 100%;
	background: #f0f0f0;
}
#form_area td {
	padding: 10px;
}
#form_area input {
	font-size: 120%;
}
#form_area .check {
	color: #f00;
	font-weight: bold;
}
#form_area .explain {
	font-size: 80%;
}
#form_area .form_submit{
	text-align: center;
}
#form_area input#form_submit{
	height: 2em;
}

