@charset "shift_jis";

/*////////////////////////////////////////////
	Title: styles.css
	Description: トラックショーレイアウト
	Created: 2007-11-16
	Author: 93_s

	Last Up Date: 2007-11-16

////////////////////////////////////////////*/

html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}




body {
	background: #B9E8FC url(image/2007event/body_bg.jpg) repeat-x top left;
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}



	

div#container {
	background: #FFFFFF url(image/2007event/container_bg.jpg) repeat-y top left;
	width: 760px;/* 762-2(both-padding) */
	padding: 0 1px;
	margin: 0 auto;
	text-align: left;
}
div#main {
	width: 700px;
	padding: 0 30px;
}

div#footer {
	width: 760px;
	height: 49px;
	background: url(image/2007event/footer_bg.jpg) repeat-x top left;
}

p#copy {
	color: #FFFFFF;
	text-align: right;
	padding: 13px 10px 0 0;
	font-size: 80%;
}

