@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #87754a;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/back.jpg) repeat center top #ffffff  ;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #cbcbcb; text-decoration: none; }
a:visited { color: #cbcbcb; text-decoration: none; }
a:hover   { color: #f23a3a; text-decoration: underline; }
a:active  { color: #f86e6e; text-decoration: none; }



/* コンテント
---------------------------------------------*/

#content {
	width: 520px;
	margin: 0px auto;
	padding-bottom: 13px;
	text-align: left;
	position: relative;
	background: url(../images/line.gif) no-repeat left bottom;
}
#content h1 {
	width: 520px;
	height: 37px;
	margin: 15px 0px 15px 0px;
	background: url(../images/head_print.jpg) no-repeat left top;
}
#content h1 img {
	position: absolute;
	left: -9999px;
}


#content .ticket {
	width: 520px;
	height: 165px;
	margin: 10px 0 0 0;
	background: url(../images/ticket1114.jpg) no-repeat left top;
}
#content .ticket img {
	position: absolute;
	left: -9999px;
}



#content ul {
	margin: 10px 0px 10px 4px;
}
#content .address {
	margin: 30px 0px 15px 4px;
}



#content .logo {
	width: 115px;
	height: 67px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	background: url(../images/logo.gif) no-repeat left top;
}

#content .logo img {
	position: absolute;
	left: -9999px;
}

#content strong{
    font-size:14px;
	color:#FF0000;
}


#copyright {
	width: 520px;
	margin: 0px auto 10px auto;
	text-align: right;

}

#content .text02 {
	padding-left: 10px;
	font: bold 16px/20px "ＭＳ ゴシック", "Osaka－等幅";
}

