/*左カラム*/

/*タイトル*/
#contents h1{
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 1.8em;
	margin-bottom: 10px;
}

#main #contents h2{
	border: 1px solid #999;
	padding: 7px;
	border-radius: 5px;
	text-align: center;
	font-size: 1.2em;
}

h3{
	margin-top: 20px;
}

.table_caption{
	font-weight: bold;
	margin-bottom: 7px;
}

/*テーブル*/
table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

th,td{
	border: 1px solid #999;
	padding: 5px 8px;
	text-align: center;
}

/*項目タイトル*/
.item{
	background-color: #c8c2bf;
	border-top: 2px solid #6d5d56;
}

.item th{
	padding: 4px;
	font-size: .9em;
}


/*各項目*/
.table_img{
	width: 60px;
}

.table_img img{
	width: 60px;
}

.table_name{
	font-weight: bold;
	font-size: 1.1em;
}

span{
	font-size: .75em;
}

.table_party{
	max-width: 30px;
}

.table_text{
	text-align: left;
	max-width: 150px;
}

.table_movie{
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
	max-width: 40px;
}

.table_movie:hover{
	background-color: #e6e3e3;
}


/*右カラム*/
#col_right h2.category{
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 5px;
}


/*movie.php*/
#movie .movie_page{
	margin-top: 20px;
}

#movie #contents .movie_page h1{
	font-size: 1.2em;
	background-color: #c8c2bf;
	border-top: 2px solid #6d5d56;
	padding: 5px 5px 5px 10px;
	margin-bottom: 20px;
}

#movie .movie_page .name{
	margin-left: 7px;
	margin-bottom: 15px;
}


#movie #contents .movie_page h2{
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 1.8em;
}

#movie .movie_page span{
	font-size: .9em;
	margin-left: 4px;
	margin-right: -10px;
}

#movie #contents .movie_page p{
	margin-top: 0;
	margin-bottom: 3px;
}

#movie .movie_page span{
	font-size: .9em;
	margin-left: 4px;
	margin-right: -10px;
}
