@charset "utf-8";
@import url("shared.css");


html{
	background-image:url(../west/img/bk_header.jpg);
	background-repeat:repeat-x;
}

	div.contents div.main div.category h2{
		background-image:url(../west/img/bk_h2.jpg);
		background-repeat:repeat-x;
		padding-top:5px;
		height:34px;
	}
	
	
	div.contents div.sub div.movie h2{
		background-image:url(../west/img/bk_h2.jpg);
		background-repeat:repeat-x;
		padding-top:1px;
		padding-bottom:4px;
		height:34px;
		text-align:center;
	}
	
div.list_box {
	width: 460px;
	background-color: #E6E6E6;
	margin: 0 auto 15px auto;
	padding: 15px;
}	

div.list_box p {
	font-size: 11px;
}
div.list_box ul li {
	font-size: 11px;
	line-height: 1.5;
}
div.list_box ul.list1 {	
	margin-bottom: 15px;
}
div.list_box ul.list2 {
	margin-bottom: 15px;
}

div.list_box ul.list3 {}

/*当社限定キャンペーン*/
h3.camp {
    background-image: none;
    border-left: 5px solid #FF6600;
    font-weight: bold;
    margin: 4px auto 10px 24px;
    padding: 6px;
}

p.text {
    line-height: 150%;
    margin: 0 auto;
    padding: 8px 0;
    width: 525px;
}


div.table_free table th {
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
	font-weight: bold;
}

div.table_free table th a {
	font-weight: bold;
	text-decoration: none;
}

div.table_free table td {
    border: 1px solid #666666;
    line-height: 140%;
    padding: 4px 4px 4px 8px;
}