@charset "UTF-8";
@import url(../../css/style.css);
@import url(../../css/common.css);

.container.about p{
	margin-bottom:10px;
}


.container.about ul{
	list-style:disc;
	margin:0 0 20px 30px;
}
.photobox {
    background-color: #EEE;
    float: right;
    margin: 0 0 10px 10px;
    width: 190px;
}
.txtbox {
    float: left;
    width: 500px;
}
.photobox img {
    margin: 5px;
}
.photobox p {
    margin: 5px 15px;
}
.about_text_bottom{
	text-align:right;
	clear:both;
}
.load_about{
	border: 1px dotted #ccc;
	padding: 10px;
	text-align: center;
	color: #043867;
	font-weight: bold;
}.load_about img{
	margin: 0 0 0 20px;
}