@charset "utf-8";

/*
	--------------------------------
	SCREEN CSS
	--------------------------------
	Last Update:2007/10/02
	Auther: Honda
*/


/*ベースデザイン情報の読込*/
@import url("/tjo/common/css/import.css");

/*アクティブナビ指定*/
#globalHeader a#gh02 img { visibility:hidden; }

/*-------------------------------------------------------------------
	Header
-------------------------------------------------------------------*/
#header { height:76px; padding-top: 23px; background: url("../image/header_backimg.gif") repeat-x 0 23px; }

/* タイトル */
#header #contentstitle a { display:block; width:400px; height:76px;	float: left;
						   background: url("../image/title.gif") no-repeat; }

/* サイト内検索 */
#header .serach_box { width:299px; height:60px; float:right; padding: 18px 0 0 18px; font-size:12px;
					  background: url("http://www.vis-a-vis.co.jp/tjo/common/image/header/search_box.gif") no-repeat 8px 8px; }
	* html #header .serach_box { width: 317px; height: 75px; }

#header .serach_box input.search_txt { width:110px; }
#header .serach_box input.search_btn { width: 80px; _padding-top:2px; }
#header .serach_box .qr { margin-top:-5px; margin-left:3px; _margin-top:-3px; }


/*-------------------------------------------------------------------
	サイドバー > 予告トレーラー
-------------------------------------------------------------------*/
.trailer {
	margin: 0 5px 20px; padding: 0 0;
	background: url(../image/side_trailer2.gif) repeat-y left bottom;
	text-align: center;
	color: #ffffff;
}
.trailer .trailer_swf { margin: 3px 4px;}
.trailer p {
	padding: 0 5px 5px;
	background: url(../image/side_trailer3.gif) no-repeat left bottom;
}
.pre_ticket {
	display: block;
	padding: 3px 0 0;
	background: #ffffff;
}


/*-------------------------------------------------------------------
	個別のデザイン情報
-------------------------------------------------------------------*/
/*
	レイアウト用クラス
*/
#column1st .wrap {
	margin: 0 0 30px;
}
#column1st .unit {
	margin: 0 0 20px;
}
#column1st .box {
	margin: 0 5px;
}

/*
	カラーセット
*/
.c_orange { color: #ff671a;}


/*
	タイトル用
*/
.onbor1 {
	padding: 0 0 3px;
	border-bottom: 1px solid #999999;
}
.onbor2 { /*オレンジの●付*/
	padding:  0 0 3px 15px;
	background: url(../image/marker_orange.gif) no-repeat left 3px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
.onmarker_orange {
	padding:  0 0 0 15px;
	background: url(../image/marker_orange.gif) no-repeat left center;
	color: #ff671a;
}
.onmarker_orange a:link,
.onmarker_orange a:visited {
	font-style: none;
	color: #ff671a;
}

/*
	テキスト
*/
#base .indent:first-letter { padding-left: 1em;}

/*
	表
*/
.tbl_style1 {
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
}
.tbl_style1 th,
.tbl_style1 td {
	padding: 4px;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}

.tbl_style1 th {
	background-color: #0064fd;
	color: #ffffff;
}

/*-------------------------------------------------------------------*/

/*カレンダー用*/
.tbl_calender {
	width: 100%;
	margin: 7px 0 5px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
.tbl_calender th,
.tbl_calender td {
	border: 1px solid #cccccc;
	text-align: center;
}
.tbl_calender th {
	padding: 2px 0;
	background: #999999;
	font-weight: bold;
}

#calendar {
    margin: 5px 0 10px;;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}
#base .tbl_calender .today {
    display: block;
    background-color: #f4d300;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}

#base .link_cell {
	background: #fff7c4;
}
#base .link_cell a {
	display: block;
	height: 1.3em;
	font-weight: bold;
}

/*-------------------------------------------------------------------
	コンテンツの一覧（トップ
-------------------------------------------------------------------*/

.topVisual {
	margin: 0 0 10px;
}

#contentsList .date {
	line-height: 1;
	text-align: right;
	font-size: 0.92em;
	color: #999999;
}
#contentsList h3 {
	margin-bottom: 0.3em;
	font-size: 1.3em;
	font-weight: bold;
}
#contentsList h3 a:link,
#contentsList h3 a:visited {
	font-style: none;
	color: #000000;
}
#contentsList .group {
	margin: 0 10px 10px;
}
#contentsList .text {
	width: 450px;
	float: right;
}
#contentsList .more {
	width: 9em;
	float: right;
	padding: 0 0 2px 15px;
	background: url(../image/marker_blue.gif) no-repeat left center;
	text-align: right;
}

/*2件を並列表示*/
#contentsList .dis2 {
	background: url(../image/contentslist-bor.gif) repeat-y center top;
}
#contentsList .dis2 .unit1 {
	width: 260px;
	float: left;
	margin: 0;
}
#contentsList .dis2 .unit2 {
	width: 260px;
	float: right;
	margin: 0;
}
#contentsList .dis2 .text {
	width: 150px;
}

/*-------------------------------------------------------------------*/

/*
	サムネイル付きの一覧表示
*/
#thumbnailList .group {
	margin: 0 0 20px; padding: 0 0 20px;
	border-bottom: 1px solid #999999;
}
#thumbnailList .group .unit1 {
	width: 465px;
	float: right;
}
	#thumbnailList .group .unit1 h3 {
		margin: 0; padding:  0 0 0 15px;
		background: url(../image/marker_orange.gif) no-repeat left 3px;
		font-weight: bold;
		color: #ff671a;
	}
	#thumbnailList .group .unit1 h3 a:link,
	#thumbnailList .group .unit1 h3 a:visited {
		font-style: none;
		color: #ff671a;
	}
	#thumbnailList .group .unit1 p {
		margin: 0 0 0.5em;
	}
	#thumbnailList .group .unit1 p:first-letter {
		padding-left: 1em;
	}
	#thumbnailList .icon_trailer { /*アイコン表示*/
		margin: -1.3em 0 0.3em;
		text-align: right;
	}
	#thumbnailList .icon_trailer img { margin-left: 5px;}
#thumbnailList .group .unit2 {
	padding-left: 5px;
}

.caption { line-height:1; width:100px; font-size:0.8em; padding-top:5px; }

/*-------------------------------------------------------------------*/

/*
	詳細ページ
*/

#detailDefualt .visualArea {
	margin: 0 0 5px;
	text-align: center;
}
#detailDefualt h3 {
	margin: 0; padding: 2px 10px 0;
	background: #ffcb25;
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
#detailDefualt h3.onmarg { margin-bottom: 1em;}

#detailDefualt p {
	margin: 0 10px 1.5em;
}

#detailDefualt p.products {
	margin: 0 0 1em; padding: 3px 10px;
	background: #cccccc;
	line-height: 1.2;
	font-size: 0.87em;
	font-family: arial;
	text-align: right;
}

#detailDefualt h4 {
	border-top: 1px solid #0064fd;
}

/*-------------------------------------------------------------------*/

/*
	ちょっと「映」はなし
*/
#base .profile .group {
	margin: 0 5px;
	border: none;
}
#base .profile .unit1 {
	width: 455px;
	padding: 5px;
	background-color: #f0f8ff;
}
* html #base .profile .unit1 { width: 465px;}

#base .profile .unit1 p:first-letter {
	padding-left: 0;
}

#base .profile .unit2 {
	padding: 0;
}


.entryBody h4 {
	color: #5982ff;
	font-weight: bold;
}


/*-------------------------------------------------------------------*/

/*
	ブログ形式用（一覧）
*/

#FullEntryList .entryWrap {
	margin: 0 0 5px; padding: 0 0 20px;
	border-bottom: 1px solid #999999;
}
#FullEntryList .date {
	margin: 0 0 10px;
}
#FullEntryList h3 {
	font-weight: bold;
}
#FullEntryList .posted {
	color: #666666;
}

/*-------------------------------------------------------------------
	コメント投稿フォーム
-------------------------------------------------------------------*/
#commentArea {
	padding-top: 20px;
}

#commentArea .unit {
	margin: 0 0 20px; padding: 5px;
	border: 1px dotted #999999;
}
#commentArea .posted_comments {
	padding: 2px;
	background: #c4ddff;
	text-align: right;
	color: #666666;
}

#commentArea .form_table dd {
	margin: 0 0 15px;
}

#commentArea .form_table input.w1 {
	width: 250px;
}
#commentArea .form_table textarea {
	width: 480px;
}
#commentArea .btn_regist input {
	width: 100px;
	margin: 0 20px;
}



/*-------------------------------------------------------------------
	サイドバー
-------------------------------------------------------------------*/
/*
	ブログ形式用（サイドバー）
*/

.blog .blog_sidetitle {
	padding: 3px;
	background: #0064fd;
	color: #ffffff;
}
.blog .side_wrap1 ul {
	margin-left: 25px;
}

/*リスト無しを上書き*/
#base .blog .side_wrap1  ul.list_none {
	margin: 0 10px;
	line-height: 1.2;
}

.comentar {
	font-size: 0.92em;
	color: #999999;
}
/*プロフィール*/
#profileList {
	margin: 0 10px;
}
#profileList dt {
	padding:  0 0 0 15px;
	background: url(../image/marker_orange.gif) no-repeat left 3px;
	font-weight: bold;
	color: #ff671a;
}
#profileList dd {
	margin: 0 0 1em;
	line-height: 1.2;
}

/*-------------------------------------------------------------------*/

/*
	自動生成フォーム
*/
.h_style_1 { border-left:22px solid #0066FF; }
.auto_form table th { background:#0066FF; border:1px solid #0052CC; }
.auto_form dt span { color:#0066FF; }


/*タグ表示用*/
.blog .side_wrap2 ul {
	margin-left: 5px;
	}
	
.blog .side_wrap1 ul.tag_frame{
width:178px;
margin:0 0 10px 10px;
padding: 3px;
color: #ffffff;
}

ul.tag_frame a{ text-decoration:none; }

li.tag_inline{ 
list-style: none;
display: inline;
padding: 0 5 0 0;
}

ul.tag_frame2 { width:auto;}
ul.tag_frame2 li { padding:5px; line-height:200%; }
ul.tag_frame2 a{ text-decoration:none; }

/* タグレベル
----------------------------------------------*/
.taglevel1 { font-size: 22px; font-weight: bold; }
.taglevel2 { font-size: 20px; font-weight: bold; }
.taglevel3 { font-size: 18px; font-weight: bold; }
.taglevel4 { font-size: 16px; font-weight: bold; }
.taglevel5 { font-size: 14px; }
.taglevel6 { font-size: 12px; }





