﻿@charset "utf-8";

/* 
===  profile.css  ===
*/


/*  -----  profile ------   */

#profile {
	width: 520px;
	float: left;
	padding-left: 20px;
	margin-bottom: 50px;
}

#profile h2 {
	height: 20px;
	border-left: solid 5px #3344bb;
	padding-left: 10px;
	padding-top: 10px;
	font-size: large;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
}

#propback {
	width: 470px;
	height: 332px;
	padding: 20px 15px 15px;
	background-image: url(../img/profile/mecc_back.jpg);
	background-repeat: no-repeat;	
}

#profile p {
	letter-spacing: 0.07em;
	line-height: 1.3;
	color:#333;
	margin-bottom: 15px;
	font-size: small;
}

#profile table {
	width: 510px;
	margin-top: 25px;
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.07em;
	border-collapse: collapse;
}

.tdp1 {
	width: 90px;
	padding: 5px 5px 5px 10px;
	border-bottom: solid 1px #ccc;
}

.tdp2 {
	width: auto;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 20px;
	border-bottom: solid 1px #ccc;
	font-size: 12px;
}

.tdp3 {
	width: 70px;
	padding: 5px 5px 5px 10px;
	border-bottom: solid 1px #ccc;
}

.tdp4 {
	width: 116px;
	padding: 5px 5px 5px 0px;
	border-bottom: solid 1px #ccc;
	background-color: #f5f5f5;
}


/*  -----  soshiki -----  */

.soshikiimg {
	clear:both;
}

.soshikiimg2 {
	text-align: right;
	margin-right: 45px;
}



/* ----- map ----- */


#profile iframe {
	border: solid 1px #ccc;
	padding: 1px;
	margin-top: 20px;
}

#mapadd {
	margin-top: 30px;
	
}

#mapadd h3 {
	color: #315476;
	font-size: medium;
}








