/* CSS Document */

/* Use only this category
---------------------------------------*/
div#mainContentsArea div#mainContents{
	width:488px;
	margin-left:5px;
}


/* 
---------------------------------------*/
p.notes {
	width: 450px;
	padding: 5px 10px 5px 15px;
	margin:0 0 22px 0;
	background-color: #ededed;
}

div.eventInfo {
	border-left:4px solid #71A1B4;
	padding:0 0 0 8px;
	margin: 0 0 22px 0;
}

p.errorMsg {
	margin:0 0 3px 0;
	color:#B03500;
	font-weight:bold;
	font-size:107%;
}

p.incase {
	margin:5px 13px 10px 0;
	background-color: #ededed;
	padding: 10px;
	text-align: center;
}

div#mainContentsArea div#mainContents .eventInfo h4{
	color:#355262;
	font-weight:bold;
	font-size:114%;
	margin:0 0 10px 0;
}

div#mainContentsArea div#mainContents .eventInfo p{
	margin:0 0 1px 0;
}

div.commonTB01 table tbody th{
	width:130px!important;
	padding-right:10px;
}


/* input select 
---------------------------------------*/
ul.select-style {
	list-style-type: none;
}
ul.select-style li {
	padding: 3px 5px 3px 0;
	line-height: 1.4em;
}
ul.select-style li input {
	margin-right: 5px;
}

/* input image 
---------------------------------------*/
input.imgBtn {
	height: 30px;
}

/* button Area
---------------------------------------*/
div.btnArea {
	margin: 20px;
	text-align: center;
}
div.btnArea img{
	vertical-align:middle;
	margin : 0 5px 0 5px;
	cursor: pointer;
}

/* Verisign
---------------------------------------*/
.verisign {
	width:475px;
	margin: 0 ;
	padding: 10px 0 10px 0;
	border-top: 1px solid #D7E1E5;
	border-bottom: 1px solid #D7E1E5;
	display: inline-block;
}
/* box float clear(start)*/
.verisign:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.verisign { display:inline-table; }

/* without Mac IE \*/
* html .verisign { height:1px; }
.verisign { display:block; }
/* */
/* box float clear(end)*/


.verisign div.l-area {
	width : 150px;
	float: left;
	text-align: center ;
	font-size: 80%;
}

.verisign dl {
	width : 325px;
	float: left;
	text-align: left ;
}
.verisign dl dt {
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.verisign dl dd {
	font-size: 80%;
	margin: 0 0 10px 0;
}
