@charset "Shift_JIS";
/*


2010 50th ACC CM FESTIVAL　入賞作品発表会.css


******************************************************************/

/*

reset

____________________________________________________*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
a img {
	border:0;
}
body {
	font-size:12px;
	line-height:18px;
	color:#333;
	background:url(../img/bg.png);
}

/*

element

____________________________________________________*/

h1 {
	height:140px;
	text-indent:-9999px;
	background:url(../img/header.png) no-repeat;
}
h2 {
	margin:0 24px;
	font-size:21px;
}
h3 {
	padding:5px 12px;
	font-size:14px;
	background:#f3f3f3;
	border:1px solid #ccc;
	border-bottom:0px;
}


/*

outline

____________________________________________________*/

#container {
	width:1020px;
	margin:0 auto;
	background:url(../img/container_bg.png) repeat-y;
}
#content {
	margin:12px 31px 0 31px;
	padding:20px 0 0 0;
	border:1px solid #ccc;
	background:#FFF;
}
.main {
	margin:24px 24px;
}
.section {
	padding:12px;
	border:1px solid #ccc;
	margin-bottom:12px;
}
.section img{
	margin-right:12px;
	float:left;
	border:1px solid #CCC;
}
p.bold {
	font-weight:bold;
}
#footer {
	width:1020px;
	margin:0 auto;
}
#footer-inner {
	height:92px;
	background:url(../img/footer.png) no-repeat;
}


/*

nav

____________________________________________________*/

#nav {
	margin:0 31px;
}
#nav li {
	width:239px;
	height:41px;
	float:left;
}
#nav li a {
	display:block;
	width:239px;
	height:41px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/nav.png) no-repeat;
}
#nav li.eq1 a {
	background-position:0px 0;
}
#nav li.eq2 a {
	background-position:-240px 0;
}
#nav li.eq3 a {
	background-position:-480px 0;
}
#nav li.eq4 a {
	background-position:-720px 0;
}

#nav li.eq1 a:hover {
	background-position:0px -42px;
}
#nav li.eq2 a:hover {
	background-position:-240px -42px;
}
#nav li.eq3 a:hover {
	background-position:-480px -42px;
}
#nav li.eq4 a:hover {
	background-position:-720px -42px;
}


#tv #nav li.eq2 a, #tv #nav li.eq2 a:hover {
	background-position:-240px -84px;
}
#radio #nav li.eq3 a, #radio #nav li.eq3 a:hover {
	background-position:-480px -84px;
}
#me #nav li.eq4 a, #radio #nav li.eq4 a:hover {
	background-position:-720px -84px;
}

/*


clearfix

____________________________________________________*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
