@charset "EUC-JP";

/* ------------------------------------------------------------------
	*** tch_urban ***	(Ver.1.0.0)

	作成者:	TAKE-C
	説明:	FC2ブログ用スタイルシート

	Copyright (C) TAKE-C All Rights Reserved.
--------------------------------------------------------------------- */

/* ------------------------------------------------------------------
	全体設定
--------------------------------------------------------------------- */

/* ----- 全体設定 ----- */

body {
	text-align: left;
	background-image: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/body_bg_urban.gif);
	background-color: #333333;
	font-size: 10pt;
	font-family: "Arial", sans-serif;
	color: #000000;
	line-height: 180%;
}

/* ------------------------------------------------------------------
	リンク設定
--------------------------------------------------------------------- */

/* ---- 共通 ----- */

a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

/* ---- ヘッダ共通 ----- */

#header a:link {
	color: #cccccc;
	text-decoration: underline;
}

#header a:visited {
	color: #cccccc;
	text-decoration: underline;
}

#header a:hover {
	color: #99ccff;
	text-decoration: underline;
}

/* ---- ブログタイトル ----- */

#header h1 a:link {
	color: #ffffff;
	text-decoration: none;
}

#header h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ---- ページナビ ----- */

.nav_btn a{
	color: #000000;
	text-decoration: none;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tchnav_bg_urban.gif);
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 3px 10px 3px 10px;
}

.nav_btn a:hover{
	color: #000000;
	text-decoration: none;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tchnavhover_bg_urban.gif);
	background-color: #ccffff;
	border: solid 1px #99ccff;
	padding: 3px 10px 3px 10px;
}

/* ---- 記事タイトル ----- */

.entry_title a:link {
	color: #ffffff;
	text-decoration: none;
}

.entry_title a:visited {
	color: #ffffff;
	text-decoration: none;
}

.entry_title a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ---- 追記リンク ----- */

.more_btn a{
	color: #ffffff;
	text-decoration: none;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tch_bg_urban.gif);
	background-color: #000000;
	border: solid 1px #333333;
	padding: 3px 10px 3px 10px;
}

.more_btn a:hover{
	color: #ffffff;
	text-decoration: none;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tchhover_bg_urban.gif);
	background-color: #003366;
	border: solid 1px #99ccff;
	padding: 3px 10px 3px 10px;
}

/* ---- 日付リンク ----- */

.entry_status_head a:link {
	color: #000000;
	text-decoration: none;
}

.entry_status_head a:visited {
	color: #000000;
	text-decoration: none;
}

.entry_status_head a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ---- 記事情報リンク ----- */

.status_btn a{
	color: #ffffff;
	text-decoration: none;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tch_bg_urban.gif);
	background-color: #000000;
	border: solid 1px #000000;
	padding: 3px 10px 3px 10px;
}

.status_btn a:hover{
	color: #ffffff;
	text-decoration: none;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tchhover_bg_urban.gif);
	background-color: #003366;
	border: solid 1px #99ccff;
	padding: 3px 10px 3px 10px;
}

/* ---- コメントエリアタイトル ----- */

.cmarea_title a:link {
	color: #ffffff;
	text-decoration: none;
}

.cmarea_title a:visited {
	color: #ffffff;
	text-decoration: none;
}

.cmarea_title a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ---- コメントタイトルリンク ----- */

.cmtb_title a:link {
	color: #ffffff;
	text-decoration: none;
}

.cmtb_title a:visited {
	color: #ffffff;
	text-decoration: none;
}

.cmtb_title a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ------------------------------------------------------------------
	画像
--------------------------------------------------------------------- */

/* ----- 画像 ----- */

img {
	border: 0px;
}

/* ------------------------------------------------------------------
	その他共通設定
--------------------------------------------------------------------- */

/* ----- 段落 ----- */

p {
	padding: 3px;
	margin: 3px;
}

/* ----- 引用文 ----- */

blockquote {
	background-color: #ffffff;
	border-left: 5px solid #000000;
	padding: 3px;
}

/* ----- 制作者・管理者情報 ----- */

address {
	padding: 3px;
	margin: 3px;
	font-style: normal;
}

/* ----- 順不同・順序リスト ----- */

ul {
	list-style-type: square;
	list-style-image: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/list_urban.gif);
	margin: 0px;
	padding-left: 40px;
}

ol {
	margin: 0px;
	padding-left: 40px;
}

/* ----- 定義リスト ----- */

dl {
	padding: 3px;
	margin: 3px;
}

dt {
	font-weight: bold;
}

/* ----- 表 ----- */

table {
	border-collapse: collapse;
	margin: 2px;
}

th {
	padding: 2px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

td {
	padding: 2px;
	white-space: nowrap;
}

/* ----- フォーム ----- */

textarea,input,select {
	font-family: "Arial", sans-serif;
}

.input_design {
	border: solid 1px #000000;
	color: #000000;
}

.button_design {
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tch_bg_urban.gif);
	background-color: #333333;
	border: solid 1px #000000;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	margin: 3px;
	cursor: pointer;
}

input:hover.button_design {
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tchhover_bg_urban.gif);
	background-color: #003366;
	border: solid 1px #99ccff;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	margin: 3px;
	cursor: pointer;
}

/* ------------------------------------------------------------------
	レイアウト
--------------------------------------------------------------------- */

/* ----- 全体 ----- */

#layout {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 3px;
}

/* ----- ヘッダ ----- */

#header {
	width: 954px;
	height: 114px;
	color: #ffffff;
	text-align: left;
	background-image: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/header_bg_urban.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #003366;
	padding: 3px;
}

/* ----- メニュー ----- */

#menu {
	width: 960px;
	height: 27px;
	text-align: left;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}

#menu ul{
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#menu li{
	display: block;
	width: 120px;
	height: 27px;
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	list-style: none inside;
	float: left;
	text-align: center;
	position: relative;
}

#menu li a{
	display: block;
	width: 118px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tch_bg_urban.gif);
	background-color: #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #333333;
}

#menu li a:hover{
	display: block;
	width: 118px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tchhover_bg_urban.gif);
	background-color: #003366;
	border: solid 1px #99ccff;
}

/* ----- メイン ----- */

#main {
	float: left;
	width: 544px;
	text-align: left;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}

/* ----- プラグイン ----- */

#side_l {
	float: left;
	width: 200px;
	text-align: left;
	padding: 3px 0px 3px 0px;
}

#side_r {
	float: left;
	width: 200px;
	text-align: left;
	padding: 3px 0px 3px 0px;
}

/* ----- フッタ ----- */

#footer {
	clear: both;
	width: 948px;
	text-align: center;
	padding: 3px;
	margin: 3px;
}

/* ------------------------------------------------------------------
	ヘッダ
--------------------------------------------------------------------- */

/* ----- ブログタイトル ----- */

h1 {
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
	margin: 3px;
}

/* ------------------------------------------------------------------
	メイン
--------------------------------------------------------------------- */

/* ----- 検索エリア ----- */

.searcharea {
	vertical-align: middle;
}

/* ----- ページナビゲーション ----- */

.entry_navi {
	text-align: center;
}

/* ----- 記事: 全体 ----- */

.archive {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	padding: 3px;
	margin: 3px;
}

/* ----- 記事: タイトル ----- */

h2.entry_title {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tch_bg_urban.gif);
	background-color: #333333;
	border: 1px solid #000000;
	color: #ffffff;
	padding: 3px;
	margin: 3px 0px 3px 0px;
}

/* ----- 記事: 本文 ----- */

.archive_txt {
	text-align: left;
	padding: 3px;
	margin: 3px;
}

/* ----- 記事: ステータス ----- */

.entry_status_head {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

.entry_status_foot {
	text-align: right;
}

/* ----- コメントエリア: タイトル ----- */

.cmarea_title {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tch_bg_urban.gif);
	background-color: #333333;
	border: 1px solid #000000;
	color: #ffffff;
	padding: 3px;
	margin: 3px 0px 3px 0px;
}

/* ----- コメント・トラックバック: 全体 ----- */

.cmtb {
	background-color: #ffffff;
	color: #000000;
	padding: 3px;
	margin: 3px;
}

/* ----- コメント・トラックバック: タイトル ----- */

h3.cmtb_title {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tch_bg_urban.gif);
	background-color: #333333;
	border: 1px solid #000000;
	color: #ffffff;
	padding: 3px;
	margin: 3px 0px 3px 0px;
}

/* ----- コメント・トラックバック: ステータス ----- */

.cmtb_status_head {
	text-align: left;
}

.cmtb_status_foot {
	text-align: right;
}

/* ------------------------------------------------------------------
	プラグイン
--------------------------------------------------------------------- */

/* ----- プラグイン: 全体 ----- */

.plugin_block {
	background-color: #ffffff;
	color: #000000;
	padding: 3px;
	margin: 3px 0px 3px 0px;
}

/* ----- プラグイン: タイトル ----- */

.plugin_title {
	font-size: 10pt;
	font-weight: bold;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tch_bg_urban.gif);
	background-color: #333333;
	border: 1px solid #000000;
	color: #ffffff;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}

/* ----- プラグイン: カレンダー ----- */

.calender {
	font-size: 9pt;
	line-height: 100%;
	width: 150px;
	background: #ffffff;
	border: 1px solid #000000;
	margin-bottom: 20px;
	margin-left: 10px;
}

.calender table {
	border: 1px #000000 solid;
}

.calender caption {
	font-size: 9pt;
	line-height: 150%;
	padding-bottom: 2px;
}

.calender th {
	width: 20px;
	height: 16px;
	background: url(http://blog-imgs-46.fc2.com/s/u/n/sun3ene/tch_bg_urban.gif);
	border: 1px #000000 solid;
	background-color: #333333;
	color: #ffffff;
	font-weight: bolder;
	text-align: center;
}

.calender td {
	width: 20px;
	height: 16px;
	text-align: center;
	border: 1px #000000 solid;
}

.calender td a {
	display: block;
}

th#sun {
	color: #ffffff;
}

th#sat {
	color: #ffffff;
}

/* ------------------------------------------------------------------
	フッタ
--------------------------------------------------------------------- */

