﻿/*------------------------------------------------
style.css
2009.08.19
カルタゴ展
------------------------------------------------*/

/* common
------------------------------------------------*/
div,
span,
dl,
input,
p,
td,
tr,
ul,
li,
ol,
h1,
h2,
h3,
body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul,li {
	list-style:none;
}

img {
	border:none;
}

address{
	text-decoration:none;
	font-style:normal;
}

th {
	text-align:left;
	font-weight:normal;
}

object, iframe {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img{
	margin:0px;
	padding:0px;
	}


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:#091018;
	font-size: 0.85em;
	line-height: 1.45em;
	text-align: center;
	background:#091018 url(../images/bg_carthage.jpg) center 150px repeat-x;
}

#main{
	margin:0px auto;
	width:950px;
	border: 1px #091018 solid;
	background:#FFFFFF url(../images/bg_main.jpg) no-repeat;
}

h1, h2, h3{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p,dl,dd,dt { margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	

/*　メインコンテンツ
------------------------------------------------*/
#contents {
	text-align: left;
	width: 950px;
}

/*　上
------------------------------------------------*/
#upper {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 950px;
	height: 540px;
}
.mainTtl {
	width: 910px;
	height: 140px;
	margin:290px 0 0 20px;
}
.logo {
	margin: 17px 0 0 20px;
	width: 900px;
	height: 73px;
}

/*　画像
------------------------------------------------*/
#program {
	margin:0 auto;
	padding:10px;
	width:500px;
	height:80px;
	vertical-align:middle;
}
	


/*　下
------------------------------------------------*/
#lower {
	background:#FFFFFF;
	width: 880px;
	padding: 20px;
}

#lower .inner {
	width: 860px;
	margin: 0 10px;
}

#lower h2 {
	width: 860px;
	background: #000033 url(../images/bg_sttl.jpg) left bottom no-repeat;
	font-size: 140%;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom:10px;
	padding: 5px 10px 7px 20px;
	min-height: 20px;
	_height: 20px;
}
#lower .caption {
	margin:0 0px 20px 15px;
}


.ticket-left {
	float:left;
	width:715px;
	margin-bottom: 20px;
}

.ticket-right {
	float:right;
	width:140px;
	margin-bottom: 20px;
}

.ticketBox {
	float:left;
	width:215px;
	border:#CCCCCC 2px solid;
}

.ticketBox a:hover {
	color: #cc0000;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" !important;
}


.ticketBox dt {
	background:url(../images/bg_glid.gif);
	padding:3px 10px;
	font-weight:bold;
}
.ticketBox dd {
	background:#FFFFFF;
	padding:3px 10px 5px 20px;
}

.preticket {
	width:490px;
	padding:10px 5px;
}
.period {
	background:url(../images/img_dotline.gif) left bottom no-repeat;
	padding:10px 10px 15px 10px;
}
.period2 {
	width: 860px;
	background:url(../images/img_dotline.gif) left bottom repeat-x;
	padding:0 0 20px 0;
}

p.officialsite {
	margin: 0 0 10px 470px;
	width:402px;
	height:44px;
}

p.officialsite a{
	display:block;
	width:402px;
	height:44px;
	background:url(../images/btn_offisialsite.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	/*\*/
	overflow:hidden;
	/**/
}

p.officialsite a:hover{ background:url(../images/btn_offisialsite.jpg) 0 -50px no-repeat; }

.sponsorship {
	font-size:90%;
	margin:20px 10px 10px 10px;
	padding:10px;
	width:840px;
	border:2px solid #CCCCCC;
}

.sponsorship dl {}

.sponsorship dt {
	float:left;
	width:40px;
	padding:2px;
	clear:both;
	color:#0086C0;
	font-weight:bold;
}

.sponsorship dd {
	margin-left:40px;
	padding:2px;
}


/* Link-color
------------------------------------------------*/
#bsfooter a:link {color:#FFFFFF; text-decoration:underline; font-weight: normal;}
#bsfooter a:visited {color:#FFFFFF; text-decoration:underline; font-weight: normal;}
#bsfooter a:hover {color:#FFFFFF; text-decoration:none; font-weight: normal;}
#bsfooter a:active {color:#FFFFFF; text-decoration:underline; font-weight: normal;}


/* ページトップbtn
------------------------------------------------*/
.pagetop-btn{
	width:880px;
	text-align:right;
	margin-bottom:10px;
}


/*文字*/
.t-medium { font-size:1em; line-height:150%; }
.t-small { font-size:0.8em; line-height:120%; }
.carthageBlu { color:#0086C0; font-weight:bold }

/* レイアウト関係 */
.fleft{
	float:left;
}
.fright{
	float:right;
}
.inline{
	display:inline;
}
.block{
	display:block;
}
.mar-T10 {margin-top:10px !important;}
.mar-R10 {margin-right:10px !important;}
.mar-L15 {margin-left:15px !important;}
.mar-L25 {margin-left:25px !important;}
.mar-B10 {margin-bottom: 10px !important;}
.mar-10 {margin: 10px !important;}

/*　クリア */
.clearfix{
	overflow: hidden;
}
/*　クリア＋ホーリーハック　*/
.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 */
*:first-child+html .clearfix { /* IE7用 */
	zoom: 100%; 
}

.clear{
	clear:both;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}

