/* ---- 映画『ジプシー・キャラバン』公式サイト ---- */


@charset "UTF-8"

/* News /////////////////////////////////////////////////////////////*/

/*=============================

News Container

=============================*/ 



#news_cont_wrap {
	background:url(../img/fr_bg.jpg) no-repeat left top;
	width:900px;
	padding-bottom:200px;
	}
	
	
.news_cont_archives {
	float:right;
	width:230px;
	margin:25px 21px 0 0;
	_margin:25px 10px 0 0;
	}
	
.news_cont_contents {
	float:left;
	width:575px;
	margin:25px 0 0 32px;
	_margin:25px 0 0 16px;
	}
	
	
	

/*=============================

Contents

=============================*/

/*------ pagetitle ------ */

div.h_news {
	padding-bottom:30px;
	}


/*=============================

Archive box frame

=============================*/

.fr_acv_box {
	width:230px;
	background:url(../../img/archives_fr_mid.jpg) repeat-y left top;
	}

.fr_acv_top {
	width:230px;
	height:64px;
	background:url(../../img/archives_fr_top.jpg) no-repeat left top;
	}
	
.fr_acv_top h2 span {display:none;}
	
.fr_acv_mid {
	width:230px;
	background:url(../../img/archives_fr_bg.jpg) no-repeat left top;
	padding-bottom:20px;
	}
	
.fr_acv_btm {
	width:230px;
	height:32px;
	background:url(../../img/archives_fr_btm.jpg) no-repeat left top;
	}
	
	
/*=============================

Archive box List

=============================*/

.archives_list {
	width:175px;
	margin:0 27px 0 28px;
	text-align:left;
	}
	
.archives_list ul {
	width:175px;
	margin:0;
	list-style:none;
	font-size:11px;
	}

.archives_list ul li {
	background:url(../../img/x_dotted.gif) repeat-x left bottom;
	padding:10px 0;
	}

.archives_list ul li a {
	background:url(../../img/arrow.gif) no-repeat 2px 4px;
	padding-left:15px;
	color:#FF9900;
	text-decoration:none;
	}
	
.archives_list ul li a:link {
	color:#FF9900;
	text-decoration:none;
	}
	
.archives_list ul li a:hover {
	color:#FF9900;
	text-decoration:underline;
	}

/*=============================

News block

=============================*/


.entryleft {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	float: left;
	width: 85px;
}


/*---date --- */

.entrydate {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}



.entrybody {
	margin: 0px 20px 80px 0px;
	padding: 0px 0px 0px 20px;
	border: 0px 0px 0px 0px;
	float: left;
	width: 420px;
	height:100%;
	background:url(../../img/y_dotted.gif) repeat-y left top;
}

.blogparts {
	margin: 0px 20px 80px 20px;
	padding: 0px 0px 0px 20px;
	border: 0px 0px 0px 0px;
	float:none;
	width: 490px;
	height:100%;
	background:url(../../img/y_dotted.gif) repeat-y left top;
}


.entrybody h3 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	color:#FFF;
	font-size:14px;
	font-weight:800;
}

.entrybody p {
	color:#FFF;
	font-size:12px;
	line-height:160%;
	margin: 0px 0px 15px 0px;
}

.entrybody p img {
	background:#1A0C00;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: 0px 0px 0px 0px;
}

blockquote {
	margin: 5px;
	padding: 10px 15px;
	border-left:3px solid #D1B887;
	font-size:12px;
	color:#D1B887;
}

.banner-box {
width:200px;
margin:20px 15px 0px 15px;
}

/*=============================

tokyo

=============================*/


.entrybody h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	color:#CCFF00;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
}

.entrybody h1 a {
	color:#CCFF00;
	text-decoration:underline;
	}
	
.entrybody h1 a:link {
	color:#CCFF00;
	text-decoration:underline;
	}
	
.entrybody h1 a:hover {
	color:#FFFF99;
	text-decoration:none;
	}


blockquote .title{
	font-size:16px;
	line-height:25px;
	font-weight:800;
	color: #CCFF00;
}

blockquote .title a {
	color:#CCFF00;
	text-decoration:underline;
	}
	
blockquote .title a:link {
	color:#CCFF00;
	text-decoration:underline;
	}
	
blockquote .title a:hover {
	color:#FFF;
	text-decoration:none;
	}

.entrybody p.discount {
	color: #FFF;
	background: #660000;
	font-size:12px;
	line-height:160%;
	margin: 5px 0px 15px 0px;
	padding:10px;
	border:solid 2px #990000;
}

.entrybody p .note {
	color: #FFFF99;
	font-size:10px;
	line-height:160%;
	font-weight:800;
}

.entrybody hr {
border:#6B3A08 1px;
border-style:dotted;
margin:10px 0;
}


