@charset "utf-8";

/*
	--------------------------------
	TOWN CSS
	--------------------------------
	Last Update:2007/10/01
	Auther: Honda,arahori
*/


/*ベースデザイン情報の読込*/
@import url("/tjo/common/css/import.css");

/*-------------------------------------------------------------------
	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; }


/*  スペシャルコンテンツ用
-------------------------------------------------------- */
#header2 { height:76px; padding-top: 23px; background: url("http://www.vis-a-vis.co.jp/tjo/common/image/index/header_backimg.gif") repeat-x 0 23px; }
/* タイトル */
#header2 #contentstitle a { display:block; width:400px; height:76px;	float: left;
						   background: url("http://www.vis-a-vis.co.jp/tjo/common/image/index/title.gif") no-repeat; }

/* サイト内検索 */
#header2 .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 #header2 .serach_box { width: 317px; height: 75px; }

#header2 .serach_box input.search_txt { width:110px; }
#header2 .serach_box input.search_btn { width: 80px; _padding-top:2px; }
#header2 .serach_box .qr { margin-top:-9px; margin-left:3px; _margin-top:-3px; }




/*-------------------------------------------------------------------
	個別のデザイン情報
-------------------------------------------------------------------*/
/*
	レイアウト用クラス
*/
#column1st .wrap {
	margin: 0 0 30px;
}
#column1st .unit {
	margin: 0 0 20px;
}
#column1st .box {
	margin: 0 5px;
}

/*
	カラーセット
*/
.c_red { color: #FF0000;}
.c_blue { color: #000099;}
.c_blue2 { color: #104E8B; }
.c_orange { color: #ff671a;}
.c_orange2 { color: #104E8B;}
.c_green  { color: #66B821;}
.c_purple { color: #993366;}

/*
	タイトル用
*/
.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;
}
#base .onbor2 a { color: #ff6600;}

.onbor3 { /*紫の●付*/
	padding:  0 0 3px 15px;
	background: url(../image/marker_purple.gif) no-repeat left 3px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
.onbor4 { 
	padding: 3px 0 0;
	border-top: 1px solid #e60012;
}

.onmarker_orange {
	padding:  0 0 0 15px;
	background: url(../image/marker_orange.gif) no-repeat left center;
	color: #ff6600;
}
#base .onmarker_orange a {
	font-style: none;
	color: #ff6600;
}

.onmarker_green {
	padding:  0 0 0 15px;
	background: url(../image/marker_green.gif) no-repeat left center;
	color: #66B821;
}

.onmarker_blue {
	padding:  0 0 0 15px;
	background: url(../image/marker_l_blue.gif) no-repeat left center;
	color: #E60012;
}

.onmarker_blue2 {
	padding:  0 0 0 15px;
	background: url(../image/marker_blue2.gif) no-repeat left center;
	color: #104E8B;
}

.onmarker_purple {
	padding:  0 0 0 15px;
	background: url(../image/marker_purple.gif) no-repeat left center;
	color: #993366;
}

/*
	タイトル - サブタイトル付き
*/
.sub_title { position:relative; }
.sub_title span { font-weight:bold; font-size:17px; color:#FFFFFF; position:absolute; right:10px; }


/*
	テキスト
*/
#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: #E60012;
	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 {
	padding: 0 0 10px;
}

#contentsList .machitopics {
	margin: 0 0 5px; padding: 0 0 5px;
	border-bottom: 1px dotted #dddddd;
}

#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 {
	font-style: none;
	color: #000000;
}
#contentsList .group {
	margin: 0 10px; padding: 0 0 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; padding: 0;
	border: none;
}
#contentsList .dis2 .unit2 {
	width: 260px;
	float: right;
	margin: 0;
}
#contentsList .dis2 .text {
	width: 150px;
}

	/*区切り線*/
	#contentsList .dis2-onbor {
		clear: both;
		height: 1px;
		margin: 10px 0 0;
		background: #e60012;
		border-top: 10px solid #ffffff;
		border-bottom: 10px solid #ffffff;
		font-size: 0;
		line-height:0;
	}
	#contentsList .dis2-nobor {
		height: 10px;
		background: #ffffff;
	}

/*-------------------------------------------------------------------*/

/*
	サムネイル付きの一覧表示
*/
#thumbnailList .group {
	margin: 10px 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;
		font-weight: bold;
	}
	#thumbnailList .group .unit1 p {
		margin: 0 0 0.5em;
	}
	#thumbnailList .group .unit1 p:first-letter {
		padding-left: 1em;
	}
	#thumbnailList .icon_trailer { /*アイコン表示*/
		margin-top:10px;
		text-align: right;
	}
	#thumbnailList .icon_trailer img { margin-left: 5px;}
	
	#thumbnailList .group .unit2 {
		padding-left: 5px;
	}

/*
	詳細ページ
*/

#detailDefualt .visualArea {
	margin: 0 0 5px;
	text-align: center;
}
#detailDefualt h3 {
	margin: 0; padding: 2px 10px 0;
	background: #104E8B;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
}
#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 #E60012;
}



/*-------------------------------------------------------------------
	コメント投稿フォーム
-------------------------------------------------------------------*/
#commentArea {
	padding-top: 20px;
}

#commentArea .unit {
	margin: 0 0 20px; padding: 5px;
	border: 1px dotted #999999;
}
#commentArea .posted_comments {
	padding: 2px;
	background: #ffc4c4;
	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;
}


/*-------------------------------------------------------------------
	サイドバー
-------------------------------------------------------------------*/

/*
	ブログ形式用（一覧）
*/

#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;
}

/*	ブログ形式用（サイドバー）*/

.blog .blog_sidetitle {
	padding: 3px;
	background: #E60012;
	color: #ffffff;
}

.blog .glay { background:#CCCCCC; color:#333333; }

.blog .side_wrap1 ul {
	margin-left: 25px;
}

/*タグ表示用*/
.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; }



/*リスト無しを上書き*/
#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;
}


/*街ネタトピックス------------------------------------------------------*/

.topics_detail h3 { padding-left:10px; }

.topics_detail .main_image_erea { width:150px; }
.topics_detail .main_image_erea h4 {
	padding:0 10px;
	color:#FFFFFF;
	font-weight:bold;
	background:#E60012; }

#column1st .topics_detail .main_image_erea p { margin:5px 0 10px; }

.topics_detail .main_text_erea { width:400px; }
.topics_detail .dis2 {
	padding-bottom: 20px;
}

/*チェック部分*/
.check { padding-bottom:20px; }
.check .check_data { padding:5px; background-color:#FFFFCC; }
.check h5 { font-weight:bold; border:none; color:#FF0000; padding:0 10px; background-color:#FFFFCC; }
#column1st .check p { margin-bottom:5px; }

#column1st .topics_detail .group { margin:0 10px; }

/*2件を並列表示*/
#column1st .topics_detail  .dis2 .unit1 {
	width: 260px;
	float: left;
	margin: 0;
}
#column1st .topics_detail .dis2 .unit2 {
	width: 260px;
	float: right;
	margin: 0;
}

#column1st .topics_detail .dis2 .text {
	float:right;
	width: 140px;
}

/*no-indent*/
#base #contents .no_indent .unit1 p:first-letter { padding:0; }


/*まかせてちょ～査団------------------------------------------------------*/
.makasete #makasete_contribute {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	position:relative;
	padding:10px; margin:20px 0;
}
.makasete #makasete_contribute h3 { width:400px; font-weight:bold; }
.makasete #makasete_contribute p {width:400px; margin:0px; }
.makasete #makasete_contribute img { position:absolute; right:10px; top:50%; margin-top:-10px; }

.makasete #thumbnailList .group { border:none; margin:0 10px 10px; }

.makasete #thumbnailList .image_erea { width:100px; height:64px; }
.makasete #thumbnailList .image_erea img { border:1px solid #999999; }

.makasete #thumbnailList .text_erea { width:445px; }
.makasete #thumbnailList .text_erea h3 { position:relative; color:#FFFFFF; padding:0 50px 0 10px; background:#CC0000; }
.makasete #thumbnailList .text_erea h3 a {
	font-style: normal;
	color: #ffffff;
}
* html .makasete #thumbnailList .text_erea h3 { height:20px; }

.makasete #thumbnailList .text_erea h3 span {
position:absolute; right:-1px; top:0; 
width:50px; display:block;
color:#FFFFFF; background:#333333;
text-align:center;
height:100%;
 }
 
.makasete #thumbnailList .text_erea p { margin:0; }


/*まかせてちょ～査団 > detail------------------------------------------------------*/
.makasete .makasete_title_erea { margin-bottom:10px; }
.makasete .btn_movie_watch,
.makasete .makasete_logo_s { margin:10px 0; }
.makasete .entryBody {
	margin: 0 10px 10px;
}

/*フォーム----------------------------------------------------------*/
#form { padding:10px; }
#form table { width:550px; background-color:#CCCCCC; border:1px solid #FFFFFF; border-collapse:collapse; }
#form th { text-align:left; width:35%; padding:5px 10px; border:1px solid #FFFFFF; }
#form td { padding:5px 10px; border:1px solid #FFFFFF; }

/*type="text"の長さ　横：200px*/
#form #name,
#form #mail,
#form #residence { width:200px; }

/*type="text"の長さ　横：50px*/
#form #age,
#form #blood { width:50px; }

/*texterea*/
#form #impression { width:100%; height:100px; }

#form .button input { width:100px; margin:10px; }

p.page_top { text-align:right; margin:10px 0 10px; }

