@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

.detailList {
	border: #777 1px solid;
	padding: 25px 35px;
	background: url(images/entryBg.gif) repeat-y left 5px;
	margin: 0 0 2em 0;
	width: 618px;	
}

.blogEntryHeader {
	background: none;
	margin-bottom:1em;
	padding-bottom: 3px;
	width: auto;
	font-size: 108%;	
}
.blogEntryHeader h3 {
	font-size: 123.1%;
	padding: 0;
}
.subTitle {
	font-size: 108%;
	font-weight: bold;
}
.posted {
	background: url(images/postedPoint.gif) no-repeat 0 3px;
	padding-left: 20px;
}
table.seminarTable {
	width: 100%;
	margin-bottom: 10px;
}
table.seminarTable td,table.seminarTable th {
	padding: 7px 10px;
	vertical-align: top;
	border-bottom: #d9d9d9 1px solid;
}
table.seminarTable th {
	border-bottom: #999 3px solid;
	width: 80px;
}
table.seminarTable td img {
	vertical-align: middle;
}
h5.subTitle {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 5px;
}
table.form {
	width: 100%;
}
table.form th,table.form td {
	padding: 7px 10px;
	vertical-align: top;
	border: #d9d9d9 1px solid;
}
table.form th {
	background: #fffdeb;
}
img.must {
	vertical-align: middle;
	margin: 0 5px;
}
.checkBox {
	clear: both;
	padding: 25px;
	border: #b4b3b8 5px solid;
	background: #fefbe4;
	margin-bottom: 1em;
}
.checkBox ul li {
	background: url(images/check.gif) no-repeat 0 5px;
	padding: 5px 0 0 35px;
}
.box {
	padding: 25px;
	border: #9d9d9d 3px dotted;
}
.koshiBox {
	padding: 25px;
	border: #b4b3b8 5px solid;
	clear: both;
}
.koshiBox h5 {
	background: url(images/koshiPoint.gif) no-repeat 0 3px;
	padding-left: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
.koshiBox{
    zoom:1;/*for IE 5.5-7*/
}
.koshiBox:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .koshiBox{
	display:inline-table;
	/*\*/display:block;/**/
}
.waku {
	border: #d9d9d9 1px solid;
	padding: 1px;
	margin: 0 2em 1em 0;
}
.koshiText {
	overflow: hidden;
}
.koshiBlock {
  clear: left;
	margin: 0px 0px 10px 0px;
}
.koshiLine {
  border: 1px dotted #CCC;
}
h4.formTitle {
	background: #073582;
	padding: 5px 15px;
	color: #fff;
	font-size: 93%;
}


.leftText {
	width: 450px;
	float: left;
}
.leftText p {
	font-size: 108%;
	margin-bottom: 1em;
}
.rightBanner {
	width: 220px;
	float: right;
}

p.smallText {
	margin-top: 5px;
	line-height: 1.3;
	font-size: 93%;
}
table.pg {
	margin: 1em 0;
	width: 500px;
	padding: 5px;
}
table.pg th {
	border: 1px solid #CCC;
	vertical-align: top;
	font-weight: bold;
	padding: 5px 10px;
	background: #EEE;
}
table.pg td {
	border: 1px solid #CCC;
	padding: 5px 10px;
}
.photo {
	border: #d9d9d9 1px solid;
	padding: 1px;
	margin: 0 0 15px 15px;
}

