@charset "UTF-8";

/* -------------------------------------------------------
  layout style
  Last Update 2009-06-08 SOY Eigi

  /event/index.html
  /event/kanto.html
  /event/detail/eventxxxx.html

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

/* h1
------------------------------------------------------- */
body.detail h1 {
	padding-left: 0px;
	padding-right: 0px;
}

/* div#lead
------------------------------------------------------- */
div#lead {
	background-image: url("/event/images/lead_top.gif");
}
div#lead p {
	background-image: url("/event/images/lead_middle.gif");
}
div#lead div.end {
	background-image: url("/event/images/lead_bottom.gif");
}


/* h2.text
------------------------------------------------------- */
h2.text {
	padding-left: 30px;
/*	padding-left: 28px;*/
	color: #FF6600;
	border-bottom: 2px solid #FF8533;
}
h2.text em {
	color: #333333;
}


/* h3.text
------------------------------------------------------- */
h3.text {
	border-bottom: 2px solid #FF5C85;
}
h3.text em {
	line-height: normal;
}


/* ul.item
------------------------------------------------------- */
body.index ul.item li h3 {
}
body.index ul.item li h3 img {
	display: block;
	margin-top: 2px;
}
body.detail ul.item li h3 {
	padding-bottom: 0px;
}
body.list ul.item li h3 {
	padding-bottom: 8px;
}
body.list ul.item li h3 strong {
}


/* table
------------------------------------------------------- */
/*  common  */
table.category,
table.form {
	border: 2px solid #FFE0CC;
}

table.category th,
table.form th {
	background-color: #FFE0CC;
}
/*  END  */

/*  table.form  */
div#mainRightcol table.form th {
	color: #FF3366;
}
div#mainRightcol table.form th em {
	color: #FF6600;
}
/*  END  */

/*  div.feedBack  */
div.feedBack {
}
div.feedBack div.text {
	border: 2px solid #FFADC2;
}
div.feedBack div.text em {
	color: #FF3366;
}
/*  END  */

/*  div.offerForm  */
div.offerForm {
	border: 2px solid #FFADC2;
}
/*  END  */


/* navL
------------------------------------------------------- */
/*  ul.supporter  */
div.navL ul.event {
	
}
div.navL ul.event li {
	padding-top: 7px;
	padding-bottom: 7px;
}
div.navL ul.event li p {
}
div.navL ul.event li p img {
	position: relative;
}
/*  END  */

/*  ul li a:hover  */
div.navL ul li a:hover {
	color: #FF6600;
}
/*  END  */

/* table.index */
table.index {
	width: 100%;
	margin-bottom: 20px;
}
table.index tr {
}
table.index tr th {
	width: 30%;
	padding-left: 1em;
	padding-right: 2em;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
table.index tr td {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
/*  END  */

/* table.list */
table.list {
	width: 100%;
	margin-bottom: 30px;
	color: #333333;
}
table.list tr {
}
table.list tr th {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #FF8533;
	text-align: center;
}
table.list tr td {
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
	font-size: 93%;
}
table.list tr td.category {
	width: 70px;
	text-align: center;
}
table.list tr td.title {
	text-align: left;
}
table.list tr td.place {
	width: 70px;
	white-space: nowrap;
}
table.list tr td.place em {
	color: #FF6600;
	font-weight: normal;
}
table.list tr td.date {
	width: 70px;
	white-space: nowrap;
}
/*  END  */

/* div.btnArea */
div.btnArea {
	margin-bottom: 20px;
	text-align: center;
}
/*  END  */

/* div.basic */
body.entry div.basic {
	margin-bottom: 50px;
}
/*  END  */

/* div#authorWrap */
body#event div#authorWrap {
	
}
body#event div#authorWrap div.place,
body#event div#authorWrap div.date {
	display: block;
	float: left;
	line-height: 1.8;
	padding: 4px 10px;
	background-color: #F3F3F3;
}
body#event div#authorWrap div.place {
	margin-right: 1px;
	width: 228px;
}
body#event div#authorWrap div.date {
	width: 229px;
}
/*  END  */

/* div.mapArea */
div.mapArea {
	text-align: center;
}
/*  END  */