@charset "UTF-8";

#aboutContents {
	background: url('/images/all_contentsBg.gif');
	text-align: center;
	}

#aboutContents .wrapper {
	width: 950px;
	margin: 0 auto;
	}

#aboutContents .wrapper {
	width: 950px;
	margin: 0 auto;
	}


#aboutContents .aboutTbl {
	width: 750px;
	border-bottom: #5a4800 1px dotted;
	}


#aboutContents .aboutTbl tr th,
#aboutContents .aboutTbl tr td {
	border-top: #5a4800 1px dotted;
	padding: 12px 0 13px;
	}

#aboutContents .aboutTbl tr th {
	text-align: center;
	font-weight: bold;
	width: 280px;
	background: url('/images/about/aboutTbl-bg.png') no-repeat;
	}

#aboutContents div.googleMap {
	border: 1px solid #fff;
	box-shadow: 1px 1px 6px #5a4800;
	}


/* stuff.html */

.stuffContents h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 3px 0;
	}

.stuffPh01 {
	float: right;
	position: relative;
	top: -80px;
	margin: 0 0 -80px 20px;
	}

.stuffPh01 img {
	border: 2px solid #fff;
	}

.nagatsu {
	background-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.4);
	-moz-border-radius-topleft: 7px;
    -moz-border-radius-topright:7px;
    -webkit-border-top-left-radius:7px;
    -webkit-border-top-right-radius:7px;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright:7px;
    -webkit-border-bottom-left-radius:7px;
    -webkit-border-bottom-right-radius:7px;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
    box-shadow: #87663c 0 1px 3px;
    padding: 15px 20px;
	}

.nagatsu .nagatsuPh {
	float: left;
	margin: 0 15px 0 0;
	}

.nagatsu .nagatsuPh img {
	border: 2px solid #fff;
	}
	

.nagatsu p:last-child {
	margin: 0;
	}

.nagatsu h5 {
	font-weight: bold;
	margin: 0 0 5px 0;
	}

.stuffPh02 {
	margin: 10px 0 0;
	}

.stuffPh02 ul li {
	display: inline;
	margin: 0 12px 0 0;
	}

.stuffPh02 ul li img {
	border: 1px solid #fff;
	}

.stuffPh02 ul li:last-child {
	margin: 0;
	}

.presidenPh {
	float: right;
	margin: 0 0 0 20px;
	
	}

.presidentName {
	text-align: right;
	}

.presidenPh {
	float: right;
	margin: 0 0 0 15px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px #ccc;
	}