@charset "utf-8";

/******** 基本設定 ********/
body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Helvetica", "Arial", "Verdana"; 
	color:#777777;
	background-color: #ffffff;
	font-size: 9pt;
	margin: 0;
	padding: 0 5px;
}

h1{
	font-size: 12px;
	font-weight: normal;
	width: 960px;
	margin: 6px auto;
}

a:link{ text-decoration:none; color:#7289af; }
a:visited{ text-decoration:none; color:#7289af; }
a:active{ text-decoration:none; color:#7289af; }
a:hover{ text-decoration:underline; color:#3366CC; }

.form {
	background-color: #ffffff;
	font-size: 11px;
	border: 1px solid #b7a07a;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	padding: 1px;
}

img{ border:0; }

#small{ font-size:10pt; }


/******** ヘッダー ********/
#Header_Area{
	width: 960px;
	margin: 0 auto;
}


/******** ナビゲーションバー ********/
#NaviBar_Area{
	width: 960px;
}


/******** 直下のカテゴリー(サブカテゴリー) ********/
#SubCategory_Area{
	width: 960px;
}


/******** 検索 ********/
#Kensaku_Area{
	width: 960px;
}


/******** ログ ********/
#Log_Area{
	width: 960px;
	margin: 12px auto;
	background-color: #ffffff;
}

#Log_Area table{
	width: 100%;
}

.log_Top-line{
	height: 19px;
	background: #ffffff url('../img/ct_line-top.gif');
}

.log_bottom-line{
	height: 19px;
	background: #ffffff url('../img/ct_line-bottom.gif');
}

/* ランキング順位 log-0 */
.log_Rank{
	background-color: #dcc5a8;
}
 
 /* タイトル log-1 */
.log_Title{
	font-size: 14px;
}

/* カテゴリ log-2 */
.log_Cate{
	background-color:#FFCCFF;
}

/* 紹介文 log-3 */
.log_Shoukai{ background-color:#FFFFFF; font-size: 83%; line-height: 140%; } 

/* 管理人コメント log-4 */
.log_Comments{
	background-color:#ffffffF;
	font-size: 0.85em;
	line-height: 1.4em;
	color:#ff9999;
}


/******* その他のカテゴリー ********/
#OtherCate_Area{
	width: 960px;
}


/******** ランニング表示 集計期間 ********/
#Kikan_Area{
	width: 960px;
	text-align: right;
}



#mid-bar{ background-color:#DDDDDD; } /* 中段バー */
/* タイトルバー */
.table_titlebar {
	background-color:#A7C2DD;
	color:#000000;
	font-size:12pt;
}

/* 検索フォーム */
.table_searchform {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 12px;
}
.table_menu {
	background-color: #EEEEEE;
	padding: 5px;
	line-height: 160%;
	border: 1px dotted #999999;
	font-size: 12px;
}

.table_other_category {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 11px;
}
.table_other_category2 {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 11px;
}
.table_sub_category {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 11px;
}
.table_sub_category2 {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 11px;
}
.table_menu_bar {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-size: 11px;
	text-align: right;
}
.table_navigation_bar {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-size: 11px;
}

/**** コピーライト ****/
#Copy{
	text-align: center;
	font-size: 8pt;
	color: #888888;
	border-top: 1px solid #777777;
}

