@charset "utf-8";

/* ----------------------------------------------

	ArtMeter / EVENT styles
	author   : (C)KAYAC http://www.kayac.com/
	created  : 2007/04/08
	modified : 2007/04/08

---------------------------------------------- */

@import url("form.css");
@import url("/css/common.css");
/* CONTENTS HEAD
---------------------------------------------- */

div#contHead h2#titleEvent {
	width: 550px;
	height: 16px;
	background-image: url(/img/event/ti_event.gif);
}

/* LAYOUT
---------------------------------------------- */

p#shotenSwf {
	float: left;
	width: 465px;
	margin-right: 15px;
}
p#btnShotenSwf {
	margin-bottom: 15px;
}
div#magsInfo {
	float: left;
	width: 270px;
}
div#magsInfo h4 {
	margin: 15px 0 10px;
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
	color: #333;
	font-weight: bold;
	font-size: 122%;
}
div#magsInfo dl {
	padding: 10px;
	text-align: center;
	background: #F0F0F0;
}
div#magsInfo dl dt a:hover {
	border: 3px solid #FF0;
}
div#magsInfo dl dd.magsTitle {
	margin: 5px 0;
	font-weight: bold;
	font-size: 114%;
}

	/*  CLEAR FIX 
	---------------------------------------------- */
	
	div.XXX {
			zoom:1;/*for IE 5.5-7*/
	}
	div.XXX:after {/*for modern browser*/
			content:".";
			display: block;
			height:0px;
			clear:both;
			visibility:hidden;
	}
	* html div.XXX {
		display:inline-table;
		/*\*/display:block;/**/
	}

/* TITLES
---------------------------------------------- */

h3#tiShoten {
	width: 593px;
	height: 42px;
	text-indent: -9999px;
	background-image: url(/img/event/ad/ti_shoten.gif);
}


/* General TAGS
---------------------------------------------- */


/* TextLink -> ImgLink
---------------------------------------------- */

/* Vertical */

div#XXX a  {
	display: block;
	text-indent: -9999px;
	outline: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#XXX a:hover {
	background-position: 0 100%;
	background-color: none;
}

