@charset "UTF-8";

/* ****************************************************
Title: regist.css
Created: 2010-08-13
Last Modified: 2010-08-13
Editor(s): iwahara
Last Editor: iwahara
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 General Elements
#02 header
#03 visual
#04 pageBody
#05 content

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


/* #01 General Elements
---------------------------------------------------------------------------- */

h1#bhOutline {
	width: 800px;
	height: 79px;
	background: url(../images/bh_outline.jpg) no-repeat left top;
	padding-top: 0;
	margin: 0 auto 10px auto;
}

h1 span {
	display: block;
	text-indent: -9999px;
}


/* #02 header
---------------------------------------------------------------------------- */

p#hukidashi {
	height: 101px;
	margin-bottom: 0;
	position: absolute;
	right: -62px;
	top: 29px;
	text-indent: -9999px;
	width: 140px;
}

p#hukidashi strong {
	background: url(../../images/img_hukidashi2009.gif) no-repeat left top;
	display: block;
	height: 101px;
	width: 140px;
}


/*  gNavi
---------------------------------------------------------------------------- */
div#gNavi ul li#gNaviOutline,
div#gNavi ul li#gNaviOutline a {
	background: url(../../common/images/gnavi_outline_o.gif) no-repeat left top;
}


/* #03 visual
---------------------------------------------------------------------------- */

/* #04 pageBody
---------------------------------------------------------------------------- */

/* #05 content
---------------------------------------------------------------------------- */
div#content {
	clear: both;
	float: none;
	width: 756px;
	margin: 0 0 0 0px;
	padding: 0;
	position: relative;
}

div.flowSpace {
	padding-top: 10px;
	padding-left: 5px;
	margin: 0 auto;
	height: 30px;
	width: 755px;
	background: #EEEEEE;
	text-align: center;
	margin-bottom: 20px;
}

div.flowSpace ol li {
	float: left;
	background: url(../../../outline/images/icon_allow_past.gif) no-repeat right center;
	padding-right: 15px;
	margin-left: 5px;
	font-weight: bold;
}

div.flowSpace ol li.last {
	background: none!important;
}

div.flowSpace ol li span {
	display: inline-block;
	padding: 1px 8px;
	background: #000000;
	font-weight: bold;
	color: #FFFFFF;
}


div.flowSpace ol li.future {
	background: url(../../../outline/images/icon_allow_future.gif) no-repeat right center;
	color: #9B9B9B;
}

div.flowSpace ol li.future span {
	background: #9B9B9B;
}

div.flowSpace ol li#here {
	background: url(../../../outline/images/icon_allow_here.gif) no-repeat right center;
	color: #265DA6;
}

div.flowSpace ol li#here span {
	background: #265DA6;
}


div#content p.contentText {
	margin: 0 10px;
}

div#content p#exRegistBtn {
	float: left;
	padding-left: 15px;
	margin: 0 0 0 0;
}

div#content div.section h2 {
	margin-bottom: 24px;
}

div#content div.section h3 {
	margin: 0 10px 15px 10px;
	border-left: solid 4px #074570;
	padding: 3px 8px;
	background: #EEEEEE;
	color: #434343;
	font-weight: bold;
}

div#content div.section h4 {
	margin: 15px 0 5px 0;
}


div#content div.section dl.exTimeTable {
	float: left;
}

div#content div.section dl.exTimeTable,
div#content div.section dl.charge {
	margin-left: 10px;
	border:1px solid #CCCCCC;
	width: 500px;
}

div#content div.section dl.exTimeTable dt,
div#content div.section dl.charge dt {
	clear: both;
	float:left;
	font-weight:bold;
	line-height:150%;
	padding:10px 0;
	text-indent:1em;
	width:10em;
}

div#content div.section dl.exTimeTable dd,
div#content div.section dl.charge dd {
	border-bottom:1px solid #CCCCCC;
	line-height:150%;
	padding:10px 5px 10px 11em;
}

div#content div.section dl.exTimeTable dd.last,
div#content div.section dl.charge dd.last {
	border-bottom: none;
}

div#content div.section p.contentLead {
	margin-left: 10px;
}

table.registForm {
	width: 100%;
	border: solid 1px #CCCCCC;
	margin-bottom: 15px;
}

table.registForm th.headTh {
	background: #333333;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border-left: solid 1px #FFFFFF;
}

table.registForm th.secondTh {
	background: #FEFEFE;
	color: #434343;
	font-weight: bold;
	text-align: center;
	padding: 3px 3px 3px 10px;
	border-left: solid 4px #074570;
	border-bottom: dotted 1px #CCCCCC;
	border-right: dotted 1px #CCCCCC;
	text-align: left;
	width: 220px;
}

table.registForm td {
	padding: 5px;
	border-right: solid 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
}

table.registForm th.dateTh{
	width: 150px;
	border-left: none;
}

table.registForm th.chargeTh {
	width: 100px;
}

table.registForm td.chargeTd {
	text-align: right;
	border-right: none;
}

p.registBtn {
	text-align: center;
}


div#content address {
	padding: 10px;
	border: solid 1px #CCCCCC;
	width: 350px;
	margin: 0 auto;
	margin-bottom: 24px;
}

/* #06 clearfix
---------------------------------------------------------------------------- */

/* #07 timeTable
---------------------------------------------------------------------------- */

table.timeTable {
	width: 100%;
	border: solid 1px #CCCCCC;
}

table.timeTable th.headTh {
	background: #EEEEEE;
	text-align: center;
	border-left: solid 1px #CCCCCC;
	padding: 3px;
}

table.timeTable .lineBottom {
	 border-bottom: solid 1px #CCCCCC;
}

table.timeTable th.secondTh {
	background: #EEEEEE;
	 width: 40px;
	 text-align: center;
	 vertical-align: middle;
	 padding: 5px;
	 border-bottom: solid 1px #CCCCCC;
}

table.timeTable td {
	padding: 0;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}

table.timeTable td.kyukei {
	background: #EEEEEE;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table.timeTable td table.innerTable {
	width: 100%;
}

table.timeTable td table.innerTable th,
table.timeTable td table.innerTable td {
	padding: 5px;
	border: none;
}

table.timeTable td table.innerTable th.iconSpace,
table.timeTable td table.innerTable td.iconSpace {
	width: 40px;
	vertical-align: top;	
	padding-right: 0px;
}


table.timeTable td.colorK {
	background: #FFF1AE;
}

.iconK {
	background: url(../images/k.gif) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 33px;
	height: 19px;
	margin-bottom: 0;
}

table.timeTable td.colorL {
	background: #FFCCFF;
}

.iconL {
	background: url(../images/l.gif) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 33px;
	height: 19px;
	margin-bottom: 0;
}

table.timeTable td.colorS {
	background: #C1DEFA;
}

.iconS {
	background: url(../../../outline/images/s.gif) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 33px;
	height: 19px;
	margin-bottom: 0;
}


table.timeTable td table.innerTable th {
	font-weight: bold;
	vertical-align: top;
}

div#iFrame {
	height: 250px;
	width: 100%;
	border: solid 1px #CCCCCC;
	overflow-y:scroll;
	margin-bottom: 24px;
	padding: 5px;
}

div#iFrame img {
	vertical-align: middle;
}

p.addText {
	margin-left: 10px;
}

table.outlineTable {
	width: 100%;
}
table.outlineTable th {
	background: #66ab7f;
	border: solid 1px #ffffff;
	color: #000000;
	padding: 5px 10px;
	width: 20%;
}

table.outlineTable tr.odd th {
	background: #99c7a9;
}

table.outlineTable th.thHead {
	background: #2F6291;
	color: #ffffff;
}

table.outlineTable td {
	background: #dbdbdb;
	border: solid 1px #ffffff;
	padding: 5px 10px;
}

table.outlineTable tr.odd td {
	background: #eeeeee;
}

div#content ul#photoList li {
	border-bottom: dotted 1px #B2B2B2;
}

div#content ul#photoList li p,
div#content ul#photoList li dl {
	padding: 15px 15px 0 0;
}

div#content ul#photoList li p {
	float: left;
}

div#content ul#photoList li dl {
	display: block;
	padding-left: 10px;
}
