/* CSS Document */

/*---base---*/
* { margin:0px; padding:0px;}
body {
	color:#222222;
	background: url(../images/bg.gif) repeat;
	font: 0.9em/1.5em "ＭＳ Ｐゴシック", "ヒラギノゴシック Pro W3", sans-serif;
}

img { border:0;}

h1{
	font: 1.8em "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #900;
	}


/*--- main layout ---*/

#page_top {
	background: url(../images/bg_top.png) no-repeat;
	width: 964px;
	height: 40px;
	margin: 60px auto 0px;
}

#page_main {
	background: url(../images/bg_10px.png) repeat-y center;
	width: 964px;
	height: 1500px;
	margin: 0px auto;
}
#page_under {
	background: url(../images/bg_under.png) no-repeat center;
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}

#title_aera{
	margin: 0px auto;
	height: 20px;
	width: 600px;
	padding-top: 50px;
}

#ticker_aera{
	margin: 0px auto;
	height: 1000px;
	width: 600px;
	padding-top: 50px;
}


#tickertitle{
	margin: 0px;
	height: 42px;
	width: 222px;
	list-style: none;
	padding: 0px;
}
#tickertitle a{
	margin: 0px;
	height: 42px;
	width: 222px;
	text-indent: -9999px;
	list-style: none;
	display: block;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}



#tickertitle .btn a{
	background: url(../images/tickertitle.jpg) no-repeat;
}

#tickertitle .btn a:hover{
	background: url(../images/tickertitle_hover.jpg) no-repeat;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#container{
	height: 40px;
	width: 600px;
	margin: 0px auto;
	padding: 5px;
	background: url(../images/container.jpg) no-repeat;
}


#info{
	height: 25px;
	width: 600px;
	margin: 0px auto;
	padding: 5px 0px 0px;
	border: 1px solid #666;
	overflow:hidden;
	}
