@charset "euc-jp";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------
	default
--------------------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;letter-spacing: 1px;}
address,caption,cite,code,dfn,em,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
.z_clear {content: ".";font-size: 0.1em;line-height: 0;display: block;height: 0.1px;visibility: hidden;clear: both;}

/*--------------------------------------------------------------------------------------------------------
	clearfix
--------------------------------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
    line-height:0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*--------------------------------------------------------------------------------------------------------
	Base
--------------------------------------------------------------------------------------------------------*/

body {
	color: #404040;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	font-size: 80%;
}
p {
	line-height: 160%;
}
p strong {
	color: #777777;
}
ul li {
	line-height: 160%;
}

/*--------------------------------------------------------------------------------------------------------
	Link
--------------------------------------------------------------------------------------------------------*/
a:link {
	color: #007FFF;
}
a:visited {
	color: #0066cc;
}
a:hover {
	color: #bb3377;
}
a:active {
	color: #bb3377;
}

/*--------------------------------------------------------------------------------------------------------
	wrapper
--------------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 325px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
h1 {
	height: 25px;
	text-align: left;
	line-height: 25px;
	font-weight: normal;
}
h1 a:link {color: #404040;text-decoration: none;}
h1 a:visited {color: #404040;text-decoration: none;}
h1 a:hover {color: #404040;text-decoration: none;}
h1 a:active {color: #404040;text-decoration: none;}


/*--------------------------------------------------------------------------------------------------------
	共通 class
--------------------------------------------------------------------------------------------------------*/
/* 左詰め */
.left_layout {text-align: left;}
/* 中央 */
.center_layout {text-align: center;}
/* 右詰め */
.right_layout {text-align: right;}
/* ボーダー消去 */
.no_border {border: 0px;}
/* 日付 */
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* 一覧はこちら */
.to_list {
	/* clear: both; */
	text-align: right;
}
.to_list a {
	padding-left: 20px;
	background: url(../img_night/icn_to_list.gif) no-repeat;
}

/* サムネイルhoverでborder */
a .nnn_thumb {
	border: 5px solid #CDCDCD;
}
a:hover .nnn_thumb {
	border: 5px solid #A0D2EC;
}
/* 在籍していないキャストのサムネイルborder */
img.nnn_thumb_leave {
	border: 5px solid #FFFFFF;
	margin-bottom: 5px;
	/margin-bottom: 0px;
}

/* h4のタイトル */
.title_h4 {
	height: 30px;
	margin: 10px 0px;
	border-right: 5px solid #AAA;
	border-left: 5px solid #AAA;
	background: #CCC;
	font-size: 110%;
}
.title_h4 span {
	padding: 7px 0px 0px 10px;
	display: block;
}

/* 検索結果件数 */
.result_count {
	margin-top: 20px;
	padding: 6px 0px;
	background-color: #F1F1F1;
}
.result_count p {
	padding: 0px 5px 0px 30px;
	font-size: 110%;
}
.result_count p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}



/*--------------------------------------------------------------------------------------------------------
	left_column3 3カラム用
--------------------------------------------------------------------------------------------------------*/
#left_column3 {
	width: 180px;
	float: left;
}
/* [TOP3カラム] 左カラムのタイトル */
#left_column3 .ttl_left_3column {
	width: 180px;
	background: url(../img_night/ttl_left_3column.gif) no-repeat;
	text-align: justify;
	line-height: 36px;
	font-size: 15px;
	font-weight: bold;
}
#left_column3 .ttl_left_3column span {
	padding: 2px 0px 0px 20px;
	display: block;
}
/* [TOP3カラム] 左カラムのコンテンツを囲うBOX */
#left_column3 .box_left_3column {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
	border-top: 0px;
	background-color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------------
	left_column2 2カラム用
--------------------------------------------------------------------------------------------------------*/
#left_column2 {
	width: 700px;
	float: left;
}
/* [TOP3カラム] 左カラムのタイトル */
#left_column2 .ttl_left_2column {
	width: 700px;
	background: url(../img_night/ttl_left_2column.gif) no-repeat;
	text-align: justify;
	line-height: 36px;
	font-size: 15px;
	font-weight: bold;
}
#left_column2 .ttl_left_2column span {
	padding: 2px 0px 0px 20px;
	display: block;
}
/* [TOP3カラム] 左カラムのコンテンツを囲うBOX */
#left_column2 .box_left_2column {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
	border-top: 0px;
	background-color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------------
	center_column3 3カラム用
--------------------------------------------------------------------------------------------------------*/
#center_column3 {
	width: 500px;
	margin-left: 20px;
	float: left;
}

/* [TOP3カラム] 中カラムのタイトル */
#center_column3 .ttl_center_3column {
	width: 500px;
	background: url(../img_night/ttl_center_3column.gif) no-repeat;
	text-align: justify;
	line-height: 36px;
	font-size: 15px;
	font-weight: bold;
}
#center_column3 .ttl_center_3column span {
	padding: 2px 0px 0px 20px;
	display: block;
}

/* [TOP3カラム] 中カラムのコンテンツを囲うBOX */
#center_column3 .box_center_3column {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
	border-top: 0px;
	background-color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------------
	right_column
--------------------------------------------------------------------------------------------------------*/
#right_column {
	width: 230px;
	float: right;
}
/* [TOP3カラム] 右カラムのタイトル */
#right_column .ttl_right_3column {
	width: 230px;
	background: url(../img_night/ttl_right_3column.gif) no-repeat;
	line-height: 36px;
	font-size: 15px;
	font-weight: bold;
}
#right_column .ttl_right_3column span {
	padding: 2px 0px 0px 20px;
	display: block;
}
/* [TOP3カラム] 右カラムのコンテンツを囲うBOX */
#right_column .box_right_3column {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
	border-top: 0px;
	background-color: #FFFFFF;
}

/*　キャストのつぶやき
----------------------------------------------------*/
#top_syame_box {
	margin-bottom: 20px;
	padding: 0px 0px 10px 35px;
	border: 1px solid #888;
	border-top: 0px;
	background-color: #FFFFFF;
	zoom:1;
}

.to_list_syame {
	margin-right: 5px;
}

/*　新着つぶやき
----------------------------------------------------*/
#ttl_blog_new {
	padding-top: 5px;
	margin-bottom: 10px:
}

.new_syame {
	width: 240px;
	height: 170px;
	padding-left: 5px;
	background: url(../img_night/bg_top_new_syame.gif) no-repeat;
	display: inline;
	float: left;
	zoom:1;
}
/* 写メのタイトル */
.new_syame h4 {
	padding: 20px 0px 11px 22px;
}
/* ミニバナーと写メ */
.new_syame .new_syame_left_box {
	width: 90px;
	display: inline;
	float: left;
	zoom:1;
}
.new_syame ul {
}
.new_syame ul li {
	padding-left: 6px;
	line-height: 100%;
}
.new_syame ul .new_syame_photo a img {
	margin-top: 2px;
}
/* 日付、投稿者、コメント */
.new_syame .new_syame_right_box {
	width: 145px;
	display: inline;
	float: left;
	zoom:1;
}
.new_syame .new_syame_right_box p {
	padding: 0px 5px 0px 5px;
	line-height: 100%;
	word-break: break-all;
	zoom:1;
}
.new_syame_right_box p .blog_staff_name {
	padding-bottom: 5px;
	display: block;
}
.new_syame p span {
	line-height: 120%;
}

