@charset "UTF-8";
/* ----------全体---------- */
* {
	margin: 0 auto;
	padding: 0;
	font-family:"KozGoStd-ExtraLight", 'Helvetica Neue', Helvetica, "KozGoStd-Light", "KozGoStd-Regular", Verdana, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background:url(/img/corporate/bg-trans.png) no-repeat center top;
}

img {
	margin: 0;
	padding: 0;
	border: 0px;
}

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

/* ----------layout---------- */
#header{
	width:100%;
	height:140px;
	box-shadow:0px 1px 2px #999;
	-moz-box-shadow:0px 1px 2px #999;
	-webkit-box-shadow:0px 1px 2px #999;
}

#header div.head{
	width:1024px;
}

#contents{
	width:854px;
	min-height:200px;
	font-size:12px;
	line-height:24px;
	color:#666;
	margin-top:20px;
	margin-bottom:50px;
}

#howto{
	margin-left: 30px;
	margin-right: 30px;
}

#footer{
	width:100%;
	background-color:#333;
	font-size:9px;
	color:#fff;
	text-align:center;
}

/* ----------header---------- */
#logo{
	padding:44px 46px 0 82px;
	float:left;
	width:269px;
}
#logo h1{
	margin:0;
	padding:0;
}
#logo img{
	float:right;
}

#catch{
	padding-top:66px;
	float:left;
}

#login{
	float:right;
	margin:9px -300px 0 0;
	text-align:right;
	position:relative;
	left:-322px;
}
#login img{
	vertical-align:middle;
}
#login p.pr{
	font-size:9px;
	color:#f93;
	line-height:9px;
	margin-bottom:10px;
	font-weight:bold;
}

/* ----------contents---------- */
#contents h2#top{
	font-size:14px;
	color:#f93;
}
#contents h2#sub{
	font-size:14px;
	color:#000;
	border-bottom:#666 1px solid;
	margin:35px 0 20px 0;
}
#contents h3{
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
}
#contents img{
	width:120px;
	height:120px;
	margin:15px 15px 15px 40px;
	padding-top: 25px;
	float:left;
}

#contents div#tetol,
#contents div#star{
	padding-top:25px;
	clear:both;
}
#contents div#future{
	padding-top:25px;
	clear:both;
	margin: 0px 0px 65px 25px;
}
#contents div.topic div.text{
	width:530px;
	float:left;
	margin: 25px;
}

#contents span#detile a{
	margin-top:10px;
	display:inline-block;
	width:159px;
	height:22px;
	background:url(/img/corporate/btn_black.gif);
	color:#fff;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}
#contents span#detile a:hover{
	background:url(/img/corporate/btn_gray.gif);
	color:#fff;
	text-decoration:none;
}

#contents div#result{
	width:400px;
	text-align:left;
	padding-right:63px;
	line-height:24px;
}
#contents div#result h3,
#contents div#trend h3{
	font-size:10px;
	line-height:26px;
}
#contents div#trend{
	width:390px;
	text-align:left;
	line-height:24px;
}

#contents div#movie{
	margin-top:-20px;
	width:363px;
	height:204px;
	box-shadow:5px 5px 6px #666;
	-moz-box-shadow:5px 5px 6px #666;
	-webkit-box-shadow:5px 5px 6px #666;
}

table.float{
	width:854px;
}
table.float td{
	padding-top:29px;
	vertical-align:top;

}
table.float td.left{
	text-align:left;
}
table.float td.right{
	text-align:right;
}

ul{
	list-style-type:none;
}

/* ----------footer---------- */
#foot {
	width:854px;
}
#foot h3{
	font-size:14px;
	padding-bottom:15px;
}
#foot table.float td{
	padding-top:30px;
	vertical-align:top;
}
#foot table.float tr.bottom td{
	padding-top:28px;
	vertical-align:bottom;
}
#foot p.copy{
	margin-bottom:12px;
}
#foot a{
	color:#fff;
	text-decoration:none;
}
#foot a:hover{
	color:#fff;
	text-decoration:underline;
}