@charset "UTF-8";
/* FujiRock2010　基本css */

/*

	1. 基本設定
	2. Header設定
	3. 段落設定
	4. Footer設定
	5. フォント設定

*/

/* *************************************************
   1. 基本設定
************************************************* */

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	background:url(../../../images/common/bg.gif) top repeat-x #FFFFFF;
	text-align: center;
	margin: 0 auto;
}

.flLeft {
	float:left;
	margin-left:4px;
	display: inline;
}

.flRight {
	float:right;
	display: inline;
	vertical-align: top;
}

.taCenter {
	text-align:center;
}

.taCenter img {
	margin: 0 auto;
}

.date{
	margin-right: 12px;
}

.clear {
	clear:both;
}

a img {
	border:0;
	padding:0;
	margin:0;
}

#container {
	width: 1000px;
	text-align:left;
	margin: 0 auto;
}


/* *************************************************
   2. Header設定
************************************************* */
#header {
	height: 130px;
	width: 100%;
	background: url(../../../images/common/back_img.gif) bottom right no-repeat;
	margin-bottom: 26px;
}

#english {
	float:left;
	margin:5px 0 6px 0;
}

h1.logo {
	padding:23px 0 17px 18px;
}

ul.banner {
	width: 460px;
	height: 32px;
	list-style-type: none;
	float:right;
}

ul.banner li {
	float: left;
}

form.searchBox {
	position: relative;
	margin: 0;
	padding: 0;
	width: 332px;
	height: 44px;
}

form.searchBox p {
	position: absolute;
	top: 12px;
	left: 32px;
	margin: 0;
	padding: 0;
	width: 270px;
	height: 24px;
}

p input.searchForm {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 190px;
	height: 17px; /* border-box for IE6 */
	padding: 1px;
	border: 1px solid #676363;
}

p head+body input.searchForm {
	width: 186px;
	height: 17px; /* content-box */
}

p input.searchForm:focus {
	border: 1px solid #974343;
	background-color: #fee8eb;
}

p input.searchBtn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 21px; /* border-box */
	padding: 0;
}

table.globalmenu td {
	text-align:right;
	margin-left: auto;
	font-size: 2px;
}


/* *************************************************
   3. 段落設定
************************************************* */
#contents {
	float:left;
	width:710px;
	margin: 4px 0 24px 4px;
	display:inline;
}

#liveReport {
	float:left;
	width:340px;
	margin-left: 4px;
	display:inline;
}

#fesReport {
	float:right;
	width:340px;
	margin-right: 4px;
	display:inline;
}

.titleBox, .titleBox2, .detailTitleBox {
	padding: 2px 0 7px;
	margin-bottom: 10px;
	background: url(../../../images/common/dotted_line.gif) bottom repeat-x;
}

div.titleBox h2,div.titleBox h3 {
	font-size: 18px;
	margin-left: 30px;
	float: left;
	width: 250px;
	display: inline;
}

div.titleBox2 h2 {
	font-size: 18px;
	margin-left: 30px;
	float: left;
	width: 400px;
	display: inline;
}

div.titleBox h2 {
	margin-left:0px;
	height:24px;
	padding:3px 0 0 30px;
}

div.titleBox2 h2 {
	margin-left:0px;
	height:24px;
	padding:3px 0 0 30px;
}

div.titleBox h2.live {
	padding:3px 0 0 31px;
	background: url(http://fujirockexpress.net/10/wp-content/uploads/2010/07/icn_live.jpg) no-repeat;
}
div.titleBox h2.stage {
	padding:3px 0 0 32px;
	background: url(http://fujirockexpress.net/10/wp-content/uploads/2010/07/icn_stage.jpg) no-repeat;
}
div.titleBox2 h2.finish {
	padding:3px 0 0 15px;
}

.titleCBox{
	padding: 2px 0 12px;
	margin-bottom: 10px;
	background: url(../../../images/common/dotted_line.gif) bottom repeat-x;
}
div.titleCBox h2{
	font-size: 18px;
	margin-left: 30px;
	float: left;
	display: inline;
	min-height:19px;
}
div.titleCBox h2.common {
	margin-left:0px;
	padding:3px 10px 0 33px;
	background: url(http://fujirockexpress.net/10/wp-content/uploads/2010/07/icn_search.jpg) no-repeat;
}

div.titleCBox .rightMenu {
	width: 260px;
	margin: 6px 6px 0 0;
	float: right;
	display: inline;
	text-align:right;
	font-size:14px;
	display: inline;
}

div.titleBox a {
	width: 30px;
	margin: 6px 6px 0 0;
	float: right;
	padding-left: 8px;
	background: url(../../../images/uniq/icon_arrow.gif) bottom left no-repeat;
	display: inline;
	text-align:right;
	font-size:10px;
}

h2.titleBox {
	font-size: 18px;
	text-indent: 30px;
	width: 100%;
}

h2.detailTitleBox,p.titleBox {
	font-size: 18px;
	width: 100%;
	padding: 2px 0 12px;
}

.titleBox a:hover {
	background: url(../../../images/uniq/icon_arrow_on.gif) bottom left no-repeat;
}

.new {
	margin-bottom: 4px;
	text-align: center;
}

table.reportList th {
	width: 120px;
	font-weight: normal;
}

table.reportList th img {
	position: relative;
	top:2px;
}

table.reportList th,table.reportList td {
	padding: 3px 0;
	vertical-align: top;
}

.seachList {
	margin-left: 12px;
	width:698px;
}

.seachList table {
	margin: 2px 0 4px;
}

.seachList td {
	vertical-align: top;
}

.seachList td img {
	position: relative;
	top: 3px;
}

#detailContent {
	width: 600px;
	margin: 24px auto 40px;
	letter-spacing: 2px;
}

#detailContent img,.new img {
	padding: 3px;
	border: 1px dotted #999999;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#detailContent p img {
	margin: 0 auto 24px;
	display: block;
}

#detailContent .gallery {
	width: 105%;
	margin: 36px auto 20px;
	text-align: center;
}

#detailContent .gallery-item {
	float: left;
	margin: 0 17px 10px 0;
}

td div.new {
	float: left;
	margin: 0 0 10px 2px;
}

td div.new img {
	width: 70px;
	height: 70px;
}

#subContent h3 {
	padding: 2px 0 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}

#subContent td {
	vertical-align: top;
}

#subContent td img {
	position: relative;
	top: 3px;
}

#nav-above.navigation {
	width:670px ;
	height:30px;
	margin-bottom:10px;
}

.nav-previous {
	float: left;
	margin:0 0 10px 0;
}

.nav-next {
	float: right;
	margin:0 0 10px 0;
}


/*----------------- side -----------------*/
#side {
	float:right;
	width: 278px;
	display:inline;
	margin: 0 8px 24px 0;
	text-align: right;
}

#sideContents {
	float:right;
	background: url(../../../images/common/side_bg.gif) repeat;
	display:inline;
	width: 270px;
	margin: 0 8px 24px 0;
	text-align: center;
}

#sideInner {
	background: url(../../../images/common/back_side_inner.gif) repeat;
	padding: 0 8px 12px;
	margin: 5px;
	text-align: left;
}

#sideInner p.titleBox {
	padding: 12px 0;
}

#sideInner td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

#sideInner td img {
	backgtound: #ffffff;
	padding: 3px;
	border: 1px dotted #999999;
	width: 70px;
	height: 70px;
}

/* Twitter Widget用 */
#side div.twtr-doc {
	margin-left: auto;
	text-align: left;
}

/* *************************************************
   4. Footer設定
************************************************* */
#footer table td.footerLine {
	border-top: solid 1px #D1D1D1;
	border-bottom: solid 1px #D1D1D1;
	background: #F5F5F5;
	height: 34px;
}

#footer table td.footerTxt {
	padding: 6px 0 10px;
}

/* *************************************************
   5. フォント設定
************************************************* */
/* ------------ フォント ------------ */
body {
	font-family:Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:18px;
	color:#131313;
}

.fsLar {
	font-size:18px;
	line-height:22px;
}

.fsMid {
	font-size:14px;
	line-height:22px;
}

.fsMid p {
	margin: 15px auto;
}

.fsSml {
	font-size:12px;
	line-height:18px;
}

/* カラー */

.fcRed {
	color:#CC0000;
}

.fcOrg {
	color:#FF6600;
}


/* ------------ リンク ------------ */

a {
	color:#000066;
	text-decoration:none;
}

a:hover {
	color:#FF6600;
}

.titleBox a {
	font-weight: normal;
	line-height: 12px;
}
.titleBox a:hover {
	color:#F10000;
}

table.reportList td a,.seachList td a {
	color: #131313;
}

table.reportList td a:hover,.seachList td a:hover {
	color:#FF6600;
}
