@charset "utf-8";

/* ----------------------------------------- reset_css ---------------------------- */

html {
    margin: 0;
    padding: 0;
}

body { 
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:16px;
	font-family:Verdana,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
}

div,pre,form,fieldset,p,blockquote { 
	margin:0;
	padding:0;
	text-align:left;
	font-size:100%;
	line-height:100%;
}

p,pre,blockquote,table {
	margin: 1.6em 0;
	padding:0;
	text-align:left;
	font-size:100%;
	line-height:100%;
}

input,textarea {
	margin:0;
	padding:1px;
	font-size:100%;
	line-height:100%;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:100%;
	font-weight:normal;
	text-align:left;
}

dl,ul { 
	margin:0;
	padding:0;
}

ol { 
	margin: 1em 0;
	padding:0 0 0 20px;
}

dt,dd {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:100%;
}

ul li {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:100%;
	list-style: outside none;
}

ol li {
	margin:0 0 0 20px;
	padding:0;
	font-size:100%;
	line-height:100%;
	list-style: outside none;
}

table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

th,td { 
	padding:2px 3px;
	text-align:left;
	font-size:100%;
	line-height:100%;
}

address,caption,em,th {
	font-style:normal;
	font-weight:normal;
}

fieldset,img,abbr,acronym { border:0;}

/*for IE7*/
div {
    zoom: 100%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ----------------------------------------- common_css ---------------------------- */


body {
	color:#000;
	text-align:center;
	background:#fff;
	margin:0 auto;
}

body #container {
	background:#fff url(http://www.ippudo.com/newstopics/images/bg_white.gif) no-repeat;
	border:1px solid #ccc;
}

a			{ background-color:transparent; }
a:link		{ color:#000;text-decoration:none; }
a:visited	{ color:#000;text-decoration:none; }
a:hover		{ color:#cc0000;text-decoration:underline; }

.clear	 { clear:both; }
.left	 { float:left; }
.right	 { float:right; }

#container {
	font-size:100%;
	width:1000px;
	height:715px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	position:relative;
}

#content {
	height:570px;
	position:relative;
}

#btm_menu {
	clear:both;
	position:relative;
	top:-20px;
	padding-left:20px;
	width:550px;
	font-size:0.9em;
}

	ul#txt_menu,
	ul#banner {
		clear:both;
		list-style-type:none;
		font-size:1.2em;
		width:560px;
		margin:0;
	}

	ul#txt_menu li,
	ul#banner li {
		float:left;
		list-style-type:none;
	}

	ul#txt_menu li a			{ background-color:transparent; }
	ul#txt_menu li a:link		{ color:#000;text-decoration:none; }
	ul#txt_menu li a:visited	{ color:#000;text-decoration:none; }
	ul#txt_menu li a:hover		{ color:#cc0000;text-decoration:underline; }

	ul#banner { padding-top:10px; }
	ul#banner li { margin-left:4px; }

#search_copy {
	position:absolute;
	top:650px;
	left:570px;
	width:415px;
	font-size:11px;
}

	form.search_frm	 { text-align:right;padding-bottom:10px;width:415px; }

	input.search_txt { 
		width:155px;
		color:#000;
		font-size:11px;
		line-height:1.4em;
		padding:0 0 0 2px;
		vertical-align:middle;
	}

	input.search_btn { vertical-align:middle; }

	#copyright {
		clear:both;
		font-size:10px;
		line-height:1.8em;
		text-align:right;
	}

	#copyright a { font-weight:bold; }

/* ----------------------------------------- mt_css ---------------------------- */

#head {
	position:relative;
	z-index:1;
}

	#head img#title {
		position:absolute;
		top:35px;
		left:226px;
	}

	#head img#title_whats {
		position:absolute;
		top:61px;
		left:485px;
	}

	#head img#title_movie {
		position:absolute;
		top:61px;
		left:741px;
	}

#rss_box {
	position:relative;
	z-index:3;
}

	#rss_box img#rss {
		position:absolute;
		top:39px;
		left:906px;
	}

#flash {
	position:relative;
	z-index:2;
}

#main {
	position:relative;
	width:465px;
	height:519px;
	overflow:auto;
}

	#main a			{ background-color:transparent; }
	#main a:link	{ color:#000;text-decoration:underline; }
	#main a:visited	{ color:#000;text-decoration:underline; }
	#main a:hover	{ color:#cc0000;text-decoration:underline; }

	#main a.go_nextpost {
		display:block;
		width:85px;
		margin:20px 0 0 55px;
		padding:0 0 0 22px;
		line-height:18px;
	}

	#main a.go_nextpost:link {
		color:#000;
		background: transparent url(http://www.ippudo.com/newstopics/images/go_newpost0.gif) no-repeat 0 0;
		text-decoration:none;
	}

	#main a.go_nextpost:visited {
		color:#000;
		background: transparent url(http://www.ippudo.com/newstopics/images/go_newpost0.gif) no-repeat 0 0;
		text-decoration:none;
	}

	#main a.go_nextpost:hover {
		color:#cc0000;
		background: transparent url(http://www.ippudo.com/newstopics/images/go_newpost1.gif) no-repeat 0 0;
		text-decoration:underline;
	}

	#main img.back,
	#main img.next {
		position:relative;
		left:40px;
		margin-bottom:2px;
	}

	#whats_new {
		width:400px;
		padding:23px 0 0 40px;
		line-height:20px;
	}

		#whats_new h2#entrytitle {
			font-size:16px;
			line-height:20px;
			font-weight:bold;
			padding-left:8px;
			color:#BC0C16;
			border-left:4px solid #BC0C16;
		}

		#whats_new #day {
			font-size:11px;
			padding:8px 0 35px 13px;
		}

		#whats_new p {
			margin:0;
			padding:0;
			line-height:18px;
		}

	#movie {
		width:439px;
		padding:0;
		margin:23px 1px 0 5px;
		line-height:20px;
		background:#F7F7F7 url(http://www.ippudo.com/newstopics/images/bg_movie_top.gif) no-repeat 0 0;
	}

		#movie #entry_box {
			color:#6E6E6E;
			width:366px;
			margin:0;
			padding:25px 37px;
			line-height:20px;
			background:#F7F7F7;
			background: transparent url(http://www.ippudo.com/newstopics/images/bg_movie_btm.gif) no-repeat 0 100%;
		}

		#movie #entry_box img.none {
			display:none;
		}

		#movie h2#entrytitle {
			font-size:16px;
			line-height:20px;
			font-weight:bold;
			padding-left:8px;
			color:#BC0C16;
			border-left:4px solid #BC0C16;
		}

		#movie #day {
			color:#000;
			font-size:11px;
			padding:8px 0 10px 13px;
		}

		#movie p {
			margin:0;
			padding:0;
			line-height:18px;
		}

#menu {
	font-size:11px;
	line-height:14px;
	position:absolute;
	width:530px;
	height:540px;
	overflow:hidden;
	top:0px;
	left:470px;
}

	#menu #menu_whats_new {
		position:absolute;
		top:13px;
		left:10px;
		width:206px;
		height:455px;
		margin:23px 0 0 0;
		padding:15px 35px 0 15px;
		background:transparent url(http://www.ippudo.com/newstopics/images/bg_menu_whats.gif) no-repeat 0 0;
	}

		h2#menubtn_whats {
			width:72px;
			font-size:11px;
			position:absolute;
			top:13px;
			left:21px;
		}

		#menu #menu_whats_new .menu_whats_box {
			position:relative;
			height:67px;
			clear:both;
			padding-top:2px;
		}

		#menu #menu_whats_new .menu_whats_box span.new {
			background:transparent;
			color:red;
			display: none;
		    font-weight: bold;
			position:absolute;
			top:-8px;
			left:0;
			padding-bottom:3px;
			padding-left:6px;
		}

		#menu #menu_whats_new img.thumb_whats1 {
			position:absolute;
			top:2px;
			left:0;
		}

		#menu #menu_whats_new img.thumb_whats2 {
			display:block;
			margin:0 7px 0 0;
			float:left;
		}

		#menu #menu_whats_new p.comment {
			font-size:11px;
			width:140px;
			height:56px;
			overflow:hidden;
			margin:0;
			padding:0;
			float:left;
		}

		*:first-child + html #menu #menu_whats_new p.comment {
			font-size:10px;
		}

		* html #menu #menu_whats_new p.comment {
			font-size:10px;
		}

		#menu #menu_whats_new p.comment strong {
			font-weight:normal;
			color:#BC0C16;
		}

	#menu #menu_event_news {
		font-size:11px;
		z-index:3;
		position:absolute;
		top:13px;
		left:266px;
		width:206px;
		height:460px;
		margin:23px 0 0 0;
		padding:0px 35px 10px 15px;
		background:transparent url(http://www.ippudo.com/newstopics/images/bg_menu_movie.gif) no-repeat 0 0;
	}

		h2#menubtn_event {
			width:72px;
			font-size:11px;
			position:absolute;
			top:13px;
			left:276px;
			z-index:3;
		}

		#menu #menu_event_news .menu_movie_box {
			position:relative;
			font-size:11px;
			width:191px;
			height:82px;
			overflow:hidden;
			margin:0;
			padding:11px 7px 12px 8px;
			background:transparent url(http://www.ippudo.com/newstopics/images/bg_menu_movie_bk.gif) no-repeat 1px 15px;
		}

		#menu .menu_movie_box span.new {
			background:transparent;
			color:#D5DDD0;
			width:1px;
			height:10px;
			display:block;
			overflow:hidden;
			position:relative;
			top:0px;
			left:0px;
			clear:both;
		}

		#menu .menu_movie_box img.thumb_movie1 {
			position:absolute;
			top:20px;
			left:8px;
			z-index:2;
		}

		#menu .menu_movie_box img.thumb_movie2 {
			position:relative;
			top:0px;
			left:0;
			display:block;
			margin:0 8px 0 0;
			float:left;
			z-index:1;
		}

		#menu #menu_event_news .menu_movie_box .com {
			position:relative;
			top:-2px;
			font-size:11px;
			width:102px;
			height:76px;
			overflow:hidden;
			margin:0;
			padding:0;
			float:left;
		}

		*:first-child + html #menu #menu_event_news .menu_movie_box .com {
			font-size:10px;
		}

		* html #menu #menu_event_news .menu_movie_box .com {
			font-size:10px;
		}

		#menu #menu_event_news .menu_movie_box .com a {
			color:#fff;
		}

	#menu #menu_ny_report {
		font-size:11px;
		z-index:2;
		position:absolute;
		top:13px;
		left:266px;
		width:206px;
		height:460px;
		margin:23px 0 0 0;
		padding:0px 35px 10px 15px;
		background:transparent url(http://www.ippudo.com/newstopics/images/bg_menu_movie.gif) no-repeat 0 0;
	}

		h2#menubtn_ny {
			width:71px;
			font-size:11px;
			position:absolute;
			top:13px;
			left:339px;
			z-index:2;
		}

		#menu #menu_ny_report .menu_movie_box {
			position:relative;
			font-size:11px;
			width:191px;
			height:81px;
			overflow:hidden;
			margin:0;
			padding:12px 7px 12px 8px;
			background:transparent url(http://www.ippudo.com/newstopics/images/bg_menu_movie_bk.gif) no-repeat 1px 15px;
		}

		#menu #menu_ny_report .menu_movie_box .com {
			position:relative;
			top:-2px;
			font-size:11px;
			width:102px;
			height:76px;
			overflow:hidden;
			margin:0;
			padding:0;
			float:left;
		}

		*:first-child + html #menu #menu_ny_report .menu_movie_box .com {
			font-size:10px;
		}

		* html #menu #menu_ny_report .menu_movie_box .com {
			font-size:10px;
		}

		#menu #menu_ny_report .menu_movie_box .com a {
			color:#fff;
		}

	#menu #menu_staff_report {
		font-size:11px;
		z-index:2;
		position:absolute;
		top:13px;
		left:266px;
		width:206px;
		height:460px;
		margin:23px 0 0 0;
		padding:0px 35px 10px 15px;
		background:transparent url(http://www.ippudo.com/newstopics/images/bg_menu_movie.gif) no-repeat 0 0;
	}

		h2#menubtn_staff {
			width:76px;
			font-size:11px;
			position:absolute;
			top:13px;
			left:403px;
			z-index:1;
		}

		#menu #menu_staff_report .menu_movie_box {
			position:relative;
			font-size:11px;
			width:191px;
			height:81px;
			overflow:hidden;
			margin:0;
			padding:12px 7px 12px 8px;
			background:transparent url(http://www.ippudo.com/newstopics/images/bg_menu_movie_bk.gif) no-repeat 1px 15px;
		}

		#menu #menu_staff_report .menu_movie_box .com {
			position:relative;
			top:-2px;
			font-size:11px;
			width:102px;
			height:76px;
			overflow:hidden;
			margin:0;
			padding:0;
			float:left;
		}

		*:first-child + html #menu #menu_staff_report .menu_movie_box .com {
			font-size:10px;
		}

		* html #menu #menu_staff_report .menu_movie_box .com {
			font-size:10px;
		}

		#menu #menu_staff_report .menu_movie_box .com a {
			color:#fff;
		}

	form#monthlylist  {
		display:block;
		width:auto;
		height:auto;
		font-size:11px;
		position:absolute;
		top:610px;
		left:815px;
	}

	#monthlylist span {
		font-weight:bold;
	}

	#monthlylist select {
		font-size:11px;
		z-index:5;
		width:auto;
		height:20px;
	}

	.prev_next {
		margin:18px 0 25px 0;
		text-align:center;
	}

	#entry_a_list {
		position:absolute;
		width:495px;
		text-align:right;
		top:577px;
		left:480px;
		z-index:5;
	}

	#entry_a_list2 {
		position:absolute;
		width:231px;
		text-align:right;
		top:577px;
		left:480px;
		padding-right:216px;
		z-index:5;
	}

	#entry_a_list strong,
	#entry_a_list2 strong {
		font-size:11px;
		color:#fff;
		background-color:#839D78;
		border:1px solid #CFD5CB;
		padding:0px 3px 1px 3px;
		text-align:center;
		line-height:18px;
	}

	#entry_a_list a,
	#entry_a_list2 a {
		font-size:11px;
		background-color:#fff;
		border:1px solid #CFD5CB;
		padding:0px 3px 1px 3px;
		text-align:center;
		line-height:18px;
	}

	#main p {
		padding-bottom:15px;
	}
