/* ３カラムレイアウト */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #fefefe;
	margin : 0px;
	color:#111111;
	font-size: 12px;
	line-height: 150%;
}

/* 画像の属性 */
img
{
	border-style: none;
}

/* strongの色 */
strong
{
/*
	color: #933b93;
	color: #ffff00;
*/
	color: #cc0000;
	font-size:14px;
}


/* 右寄せのリンク指定 */
.detail
{
	text-align:right;
	font-size: 12px;
	margin : 0px;
	padding :0px 5px 0px 5px;
}

/* リンクの属性（未指定時） */
a:link,
a:visited,
a:active
{
	color:#111111;
}

a:hover
{
	color: #FFCC00;
}

/* インフォメーションの属性 */
.info
{
/*
	margin: 5px 0px 5px 0px;
*/
	margin: 0px 5px 0px 5px;
	font-size: 12px;
	color : #111111;
	line-height: 133%;
}

/* --------- 基本設定 -----------------　*/
#base
{
	width: 950px;
	margin-top : 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fefefe;
}

#wrapper
{
	width: 950px;
	border-left: 1px solid #933b93;
	border-right: 1px solid #933b93;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("http://tokyo-hot.xn--pckir.net/img/950-56.jpg");
	background-repeat: no-repeat;
}

/*-----ブログの枠等の属性-----*/
#container
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*-----ヘッダー部分-----*/
#header
{
	margin : 0px;
	padding: 0Px;
	height : 145px;
}

#header h1
{
	margin-top   : 15px;
	margin-left  : 10px;
	margin-bottom:  0px;
}
#header h1 a
{
/*
	width:550px;
	height:150px;
	background-image: url("http://tokyo-hot.xn--pckir.net/img/950-56.jpg");
	background-repeat: no-repeat;
	display: block;
*/
	font-size: 18px;
	color:#ffffff;
	text-decoration: none;
}

#header h1 a:hover
{
/*
	background-image: url("http://tokyo-hot.xn--pckir.net/img/950-56.jpg");
	color:#933b93;
*/
	text-decoration: underline;
}

/*-----サイド(left)--------*/

#left
{
	width: 190px;
	float: left;
	margin: 0px;
	color:#111111;
	font-size: 12px;
	line-height;150%;
}

/*-----フィールド属性 otherpage-----*/
#left fieldset
{
	font-size:12px;
	line-height: 130%;
	color:#111111;
	margin : 0px 0px 5px 5px;
	padding: 5px;
	text-align: left;
	text-valign: top;
}

#left legend
{
	font-size: 12px;
	font-weight: bold;
	color : #933b93;
}

/* その他 */
#left h2 {
	margin: 10px 0px 5px 5px;
	text-indent: 10px;
	height: 17px;
	color: #fefefe;
	font-size:12px;
	font-weight:bold;
/*
	background-color: #6C6E6D;
	background: url("http://tokyo-hot.xn--pckir.net/img/950-56.jpg") bottom right no-repeat;
*/
	background-color: #cc0000;
}

#left h3 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color:#111111;
	margin: 2px 5px 2px 5px;
}

#left p
{
	color:#111111;
}

/*トップページ左サイドにリンク集を作る場合の指定（必要なければ削除）*/
#left .toplink
{
	margin: 5px 5px 5px 10px;
	font-family: Verdana,Helvetica,sans-serif;
	color:#111111;
	font-size: 12px;
	line-height: 133%;
}

#left .toplink a:link,
#left .toplink a:visited
{
	color:#111111;
	text-decoration: none;
}

#left .toplink a:hover
{
	color: #FFCC00;
}


/*------メニュー部分------*/

.menu
{
	margin: 10px 0px 10px 0px;
}

/* indexの表示 */
.idx
{
	color: #ffffff;
	text-decoration:none;
	width:183px;
	height:18px;
/*
	background-image: url("http://tokyo-hot.xn--pckir.net/img/idx.gif");
	background-repeat: no-repeat;
*/
	text-indent: 10px;
	font-weight: bold;
	display: block;
	font-size: 12px;
	padding-top: 2px;
	margin: 1px 2px 1px 3px;
/*
	background: url("http://tokyo-hot.xn--pckir.net/img/950-56.jpg") bottom left no-repeat;
*/
	background: #cc0000;
}

/*トップカテゴリ */
.menu a.tc1:link,
.menu a.tc1:visited,
.menu a.tc1:active
{
	color:#933b93;
	text-decoration:none;
	width:183px;
	height:18px;
/*
	background-image: url("http://tokyo-hot.xn--pckir.net/img/menu01.gif");
	background-repeat: no-repeat;
	background: #000000;
*/
	background: #fefefe;

	text-indent: 10px;
	display: block;
	font-size: 12px;
	padding-top: 3px;
	margin: 1px 2px 1px 3px;
}

.menu a.tc1:hover
{
	color:#444;
/*
	background-image: url("http://tokyo-hot.xn--pckir.net/img/menu02.gif");
	background-repeat: no-repeat;
*/
	background-color: #ffcc99;
}

/* サブカテゴリ */
.menu a:link,
.menu a:visited,
.menu a:active
{
	color:#933b93;
	text-decoration:none;
	width:183px;
	height:19px;
/*
	background-image: url("http://tokyo-hot.xn--pckir.net/img/menu03.gif");
	background-repeat: no-repeat;
	background: #000000;
*/
	background: #fefefe;

	text-indent: 10px;
	display: block;
	font-size: 12px;
	padding-top: 2px;
	margin: 1px 2px 1px 3px;
}

.menu a:hover
{
	color:#444;
/*
	background-image: url("http://tokyo-hot.xn--pckir.net/img/menu02.gif");
	background-repeat: no-repeat;
*/
	background-color: #ffcc99;
}

/* サブカテゴリ位置指定 */
.menu dt.list
{
	list-style: none;
	margin: 0px;
}

.menu dd.tc2
{
/*
	color:#111111;
*/
	color:#yellow;
	margin: 0px;
	list-style: none;
}

.menu dl
{
/*
	color:#111111;
*/
	color:#yellow;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.menu dd
{
/*
	color:#111111;
*/
	color:#yellow;
/*
	margin: 0px 0px 0px 20px;
*/
	margin: 0px 0px 0px 0px;
	list-style: none;
}

/* 検索窓 */
.searchform
{
	font-size: 12px;
	line-height: 133%;
}

/*-----サイド(right)--------*/
#right
{
	width: 185px;
	float: right;
	margin: 0px 5px 0px 5px;
	color:#111111;
	font-size: 12px;
	line-height;133%;
}

/* フィールド属性 */
#right fieldset
{
	font-size:12px;
	line-height: 130%;
	color:#111111;
	margin : 0px 0px 5px 5px;
	padding: 5px;
	text-align: left;
	text-valign: top;
}

#right legend
{
	font-size: 12px;
	font-weight: bold;
	color : #111111;
}

/* その他 */
#right h2
{
	margin: 5px 0px 5px 0px;
	text-indent: 10px;
	height: 17px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;

/*
	background: url("http://tokyo-hot.xn--pckir.net/img/950-56.jpg") bottom right no-repeat;
*/
	background-color: #cc0000;
}

#right h3
{
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color:#111111;
	margin: 2px 5px 2px 5px;
}

#right p
{
	color:#111111;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}

#right ul
{
   margin: 0;
   padding: 0;
}

#right li
{
   margin: 0;
   padding: 0;
   list-style : none ;
}

/* boxによる右サイド位置及び属性指定 */
#right .box1
{
	margin: 5px 0px 5px 0px;
	text-align: center;
	font-size: 12px;
}

#right .box2
{
	margin: 10px 0px 5px 0px;
	text-align: left;
	font-size: 12px;
}

#right .box2 p
{
	color:#111111;
	font-size: 12px;
	margin: 0px;;
	padding: 5px 0px 10px 5px;
	line-height: 133%;
}

/*-----エントリー部分(エントリーページ以外）-----*/
#m-page #content
{
	width: 550px;
	float: left;
	margin : 0px 5px 0px 5px;
	font-size: 12px;
	line-height :133%;
}

/*-----エントリー部分(エントリーページ）-----*/
#e-page #content
{
	width: 550px;
	float: left;
	margin : 0px 5px 0px 5px;
	font-size: 12px;
	line-height :133%;
}

#e-page #content .cat
{
	margin : 5px 5px 5px 15px;
	font-size: 12px;
	line-height: 155%;
}

/*-----エントリー部分(共通）-----*/
#content p
{
	clear: both;
	color:#111111;
	margin: 5px 5px 0px 5px;
	font-size: 12px;
	line-height: 130%;
}

#content h2
{
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 0px 5px;
/*
	background: url("http://tokyo-hot.xn--pckir.net/img/950-56.jpg") bottom center no-repeat;
*/
	background-color: #cc0000;

	color: #ffffff;
	font-size:12px;
	font-weight:bold;
}

#content h3
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Helvetica,sans-serif;
	border-bottom: 1px solid #CCC;
	color:#111111;
	margin: 10px 5px 5px 5px;
}

#content a:link,
#content a:visited,
#content a:active
{
/*
	color: #933b93;
*/
	color: #cc0000;
}

#content a:hover
{
/*
	color: #FFCC00;
*/
	text-decoration: underline;
	}


/*-----記事枠の設定(エントリーページ以外）-----*/

#content .box
{
	width: 550px;
	margin: 0px;
	color:#111111;
	font-size: 12px;
	line-height: 133%;
	padding: 5px;
	display: block;
}

/*フィールド属性*/
#content fieldset
{
	font-size:12px;
	line-height: 133%;
	color:#111111;
	margin : 5px;
	padding: 5px;
	text-align: left;
	text-valign: top;
}

#content legend
{
	font-size: 14px;
	color : #990073;
	font-weight: bold;
}


/*----- trackbacks & Comments-----*/

#content .post1 {
	border-top: solid 1px #AAAAFF;
	font-size: 10px;
	padding-top: 6px;
	margin-bottom: 30px;
}

#content #trackbackdata h3{
	font-size: 10px;
	color: #888;
	margin-bottom: 0px;
}

#content #tbdata. #content #commentdata p
{
	font-size: 10px;
	color: #888;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #commentdata .post2 p{
	margin-bottom: 20px;
	font-size:10px;
	text-align: right;
}
#content .error
{
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*-----フッター部分-----*/
#footer
{
	width : 950px;
/*
	height: 18px;
*/
	clear: both;
	margin : 0px;
	padding: 10px;
}

#footer p
{
	font-size: 10px;
}

#footer #link
{
	font-size:10px;
	color:#111111;
	margin-top:5px;
	margin-bottom:5px;
}

#footer a
{
	color: #933b93;
}

#footer a:hover
{
	color : #FF6600;
}

/*-----foot-cm-----*/
#foot-cm
{
	width : 950px;
/*
	height : 30px;
*/
	text-align: center;
	clear: both;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
}

#foot-cm p
{
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
}

/*-----Copyright表示-----*/
#copyrights
{
/*
	border-top : 5px solid #A20C2F;
	border-bottom : 1px solid #BBB;
*/
	width : 950px;
	height : 30px;
	text-align: center;
	clear: both;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
	background: url("http://tokyo-hot.xn--pckir.net/img/950-56.jpg") bottom center no-repeat;
}

#copyrights p
{
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
}

/*-----ページナビ-----*/
.navi
{
/*
	background: url("http://tokyo-hot.xn--pckir.net/img/n_back.gif");
*/
	background: #ffcc99;

	border-top : 1px solid #933b93;
	border-bottom : 1px solid #933b93;
	font-size: 14px;
	font-weight: bold;
	color:#111111;
	margin : 0px;
	padding : 2px 10px 2px 10px;
}

.navi a:link,
.navi a:visited,
.navi a:active
{
	color: #111111;
}

.navi a:hover
{
	color: #FFFF00;
	background-color: #933b93;
}

.comments-head
{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A97;
}

.comment-content
{
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	color:#111111;
	line-height: 155%;
}

.comment-view
{
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color:  #4A4A97;
	line-height: 155%;
}

/* カラー設定 */

.wain
{
	color:#990000;
}

.orange
{
	color:#ff9900;
}

.d_green
{
	color:#808000;
}

.navy
{
	color:#2d66ad;
}

.gray
{
	color:#666e99;
}

.marker_yellow
{
	padding 2px;
	background-color: #ffff00!important;
}

.marker_yellow_u
{
	padding 2px;
	background-color: #ffff00!important;
	text-decoration: underline;
}


