@charset "UTF-8";
.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.img-left {
	float: left;
	margin-right: 10px;
}
.img-middle {
	vertical-align: middle;
	margin-right: 10px;
}
.img-top {
	vertical-align: top;
}
.img-left-profile {
	margin:0 15px 15px 2em;
	float: left;
/*	padding-bottom: 60px;*/
}
.posi-right {
	text-align: right;
}
.posi-left {
	text-align: left;
}
.posi-center {
	text-align: center;
}
.space-right {
	margin-right: 10px;
}
.space-top {
	margin-top: 10px;
}
.space-bottom {
	margin-bottom: 10px;
}
.space-bottom-em {
	margin-bottom: 1.5em;
}
.bold-red {
	font-weight: bold;
	color: #FF0000;
}
span.bold-blue-span {
	font-weight: bold;
	color: #003487;
	display: block;
	margin-bottom: 0.2em;
}
.bold-white {
	font-weight: bold;
	color: #FFFFFF;
}
.btn-close {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
.box-full {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.pdf-icon {
	background: url(../img/icon_pdf.gif) no-repeat;
	padding-left: 18px;
}

/*column*/
ul.list {
}

ul.list li {
	list-style:none;
	border-bottom:dotted 1px #CCC;
	padding:20px 0 20px 50px;
	background:url(../img/icons/column.gif) left center no-repeat;
}

ul.list span.date {
	margin-right:10px;
}

ul.list span.ttl {
	margin-right:10px;
}

#column div.textbox {
	float:left;
	width:475px;
}

#column div.textbox-1col {
	width:100%;
}

#column div.photobox {
	float:right;
	width:240px;
	margin-right:10px;
}

* html #column div.photobox {/*IE6*/
	margin-right:0px;
}

#column div.photobox table td {
	text-align:center;
	border:none;
	padding:0;
}

#column div.photobox table td img {
	border:5px solid #CCDBF0;
}

#column div.photobox table td.caption {
	padding:5px 0 15px;
	font-size:90%;
}

#column div.textbox p,
#column div.textbox-1col p {
	line-height:1.8em;
	text-indent:1em;
	margin-left:0;
}

#column p.txtright {
	text-align:right;
	margin-right:1em;
}

#column p.txtcenter {
	text-align:center;
}

#column .clear {
	margin:30px 0;
}

#column .borderbg {
	background:url(../img_column/comment_bg.gif) 0 0 no-repeat;
}
