@charset "shift_jis";

/* common
---------------------------------- */

* {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	font-family:MS PGothic;
	font-size:12px;
	background:#ffebef url(image/bg_all.gif) repeat-y top center;
	color:#666666;
}

img {
	border:none;
}

ul {
	list-style:none;
}

table {
	border-collapse:collapse;
}

a {color:#666666; text-decoration:underline;}
a:hover {color:#666666; text-decoration:none;}

#wrap {
	width:960px;
	padding:0;
	margin:0 auto;
	border-top:#d0093c 2px solid;
	background:#fff url(image/bg_header.gif) repeat-x top left;
}

#wrap_hd {
	border-bottom:#f44e78 1px solid;
	clear:both;
}

#hd01 {
	padding:6px 0 0 0;
	clear:both;
	height:83px;
}

#logo {
	width:161px;
	display:block;
	margin:17px 0 0 5px;
	background:url(image/lg.gif) no-repeat top left;
	float:left;
}

#logo a {
	width:161px;
	height:66px;
	text-indent:-9999px;
	display:block;
}

#login {
	width:635px;
	float:right;
	padding-right:18px;
}

#mypage {
	padding-top:14px;
}

#movie_item {
    width:247px;
    float:left;
}

.ch_copy {
	background:url(image/txt_hd.gif) no-repeat bottom left;
	text-indent:-9999px;
	width:533px;
	height:45px;
}

#hd02 {
	padding:8px 18px 8px 18px;
	clear:both;
	height:27px;
}

#hd02 li {
	float:left;
	padding-right:4px;
}

.hd_space {
	width:54px;
}

.hd_search {
	padding-top:2px;
}

#contents {
	width:934px;
	padding:16px 13px 24px 13px;
	background:#fff;
	float:left;
	clear:both;
}

#left {
	width:763px;
	float:left;
}

#tit {
	margin-bottom:10px;
	clear:both;
}

#left_box {
	width:729px;
	float:left;
	border:#fccbc4 5px solid;
	padding:13px 12px;
}

.stit {
	background:url(image/bg_stit.gif) no-repeat top left;
	padding:7px 0 17px 21px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

#list_tab dt {
	background:url(image/bg_tab_list.gif) repeat-x bottom left;
	margin-bottom:6px;
}

#list_tab .list {
	background:#f5f5f5;
	padding:15px 0 12px 0;
}

#list_tab .counter {
	text-align:center;
	padding:18px 0;
}

#right {
	width:157px;
	float:right;
}

.r_space {
	width:157px;
	height:8px;
	display:block;
	clear:both;
}

.r_box {
	clear:both;
}

.r_box dt {
	background:url(image/bg_rbox_m.gif) repeat-y top left;
}

.r_box a {color:#666666; text-decoration:none;}
.r_box a:hover {color:#666666; text-decoration:underline;}

.r_box_m {
	padding:4px;
	background:url(image/bg_rbox_m.gif) repeat-y top left;
}

.r_box_m li {
	border-bottom:#d3d3d3 1px dotted;
	padding:3px 4px;
}

.r_box_f {
	background:url(image/sq_rbox_f.gif) no-repeat top left;
	width:157px;
	height:4px;
	display:block;
	clear:both;
}

.r_bn img {
	margin-bottom:8px;
}



/* [r[e
---------------------------------- */

#write {
	clear:both;
	margin-top:20px;
	border-top:#f44e78 3px solid;
}

.wr_tb01 {
	background:#ffebef url(image/ico_arr.gif) no-repeat center left;
	padding:10px 10px 9px 26px;
	font-weight:bold;
	color:#ed1a64;
	border-bottom:#fff 2px solid;
}

.wr_tb02 {
	padding:10px 10px 9px 10px;
	border-bottom:#fff 2px solid;
}

.wr_btn {
	text-align:center;
	padding:10px 0;
}


/* foot
---------------------------------- */

#foot {
	border-top:#6e6e6e 1px solid;
	clear:both;
	padding:23px 18px 34px 18px;
}

#foot ul {
	float:left;
}

#copy {
	width:590px;
}

#f_menu li {
	float:left;
	padding:0 5px;
}

.f_menu01 {background:url(image/menu_f01.gif) no-repeat top center;}
.f_menu02 {background:url(image/menu_f02.gif) no-repeat top center;}
.f_menu03 {background:url(image/menu_f03.gif) no-repeat top center;}
.f_menu04 {background:url(image/menu_f04.gif) no-repeat top center;}

.f_menu01 a {
	width:54px;
	height:10px;
	text-indent:-9999px;
	display:block;
}
.f_menu02 a {
	width:54px;
	height:10px;
	text-indent:-9999px;
	display:block;
}
.f_menu03 a {
	width:108px;
	height:10px;
	text-indent:-9999px;
	display:block;
}
.f_menu04 a {
	width:53px;
	height:10px;
	text-indent:-9999px;
	display:block;
}

.f_menu01 a:hover {background:url(image/menu_f01_on.gif) no-repeat top center;}
.f_menu02 a:hover {background:url(image/menu_f02_on.gif) no-repeat top center;}
.f_menu03 a:hover {background:url(image/menu_f03_on.gif) no-repeat top center;}
.f_menu04 a:hover {background:url(image/menu_f04_on.gif) no-repeat top center;}


/* form
---------------------------------- */

input {
	border:#f44c76 1px solid;
	font-size:12px;
	padding:1px;
}

select {
	border:#f44c76 1px solid;
	font-size:12px;
	padding:1px;
}

textarea {
	border:#f44c76 1px solid;
	font-size:12px;
	padding:1px;
}

#button {
	background-color:#f44e78;
	font-weight:bold;
	color:#fff;
	border:none;
	padding:2px 5px;
}

#hd_search {
	height:16px;
}