#left{
	float: left;
	width: 590px;
	margin-bottom: 30px;
	margin-right: 30px;
}
#topimage{
	background-color:#FFF;
	height:157px;
	
}

#owner img{
	float: right;
	margin: 0 0 20px 15px;
	width: 257px;
}

#owner{
	margin-top: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color:#9E8470;
}
#owner p{
	margin-bottom:20px;
}
#vision_outline{
	margin:20px 0;
	background-color:#fff;
	padding:1px;
}
#vision{
    border: solid 1px #D0BC8E;    	/* 内側の線になる一本線の枠線をひく*/
 	outline: solid 3px #D0BC8E;    /* 外側の線になる5pxの一本線の枠線をひく*/
    outline-offset: 1px;        /* 内側の線になる一本線の枠線をひく*/
    margin: 20px;            	/* outlineの値＋outline-offsetの値*/
	height:auto;
	background-color:#fff;
	padding:30px;
}

.vision_text{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #A48B78;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4BE94;
	padding-bottom: 10px;
}
.vision_text2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #A48B78;
	padding-bottom: 10px;
}

table{
	margin-top:20px;
	margin-bottom:30px;
	width:590px;
}
th{
	padding:10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 23px;
	background-color: #A48B78;
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4BE94;
}

td{
	padding:10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #A48B78;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4BE94;
}

.message_text{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height: 23px;
	color:#A6294E;
	padding-bottom: 10px;
	padding-top: 20px;
}

.message_text3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height: 23px;
	color:#A6294E;
	padding-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #A48B78;
}

@media screen and (max-width: 480px) {
#left img,#left table{
	width:100%;
}
.staffpic{
	width:60%;
	margin:0 auto 15px auto;
	clear:both;
}

#owner h3{
	margin-top:5%;
	clear:both;
}
#owner p{
	clear:both;
}
#vision img{
	width:100%;
}
.vision_text,.vision_text2{
	padding-left: 50px;
	
}
#left th,#left td{
	display:block;
	border:none;
	
}
#left th{
	padding:5px 10px;
}
#left td{
	padding:10px 0;
}