@charset "Shift-JIS"; 
@import url("../css/global.css");

#title{
  width:940px;
	height:250px;
	margin-bottom:10px;
	background:url(img/title_img.jpg) top left no-repeat;
	text-indent:-9999px;
}

#greeting{
  width:911px;
	height:535px;
	margin-left:8px;
	margin-right:10px;
	background:url(img/greeting.jpg) top center no-repeat;
	text-align:left;
}

.greeting_txt{
  width:610px;
	text-align:left;
	display:block;
	padding-left:35px;
	padding-top:155px;
}

.greeting_txt02{
  width:610px;
	text-align:left;
	display:block;
	padding-left:35px;
	padding-top:18px;
}

.sub_t{
  text-align:left;
  background:url(img/sub_t01.gif) top left no-repeat;
	text-indent:-9999px;
	margin-top:20px;
	display:block;
}

#profile_table{
  width:470px;
	text-align:left;
	float:left;
	margin:20px 0px;
	display:inline;
}

#profile_table th{
  width:100px;
  height:50px;
	line-height:1.8;
	padding-left:20px;
	padding-top:5px;
	border-bottom:dotted #65AEF8 1px;
	color:#11467F;
	text-align:left;
}

#profile_table td{
  width:370px;
  height:50px;
	line-height:1.8;
	padding-left:20px;
	padding-top:5px;
	border-bottom:dotted #65AEF8 1px;
	text-align:left;
}

/* ------------------------------
 Google-Map
------------------------------ */

#maparea {
	width: 450px;
	height: 580px;
	padding: 1px;
	border: #EBEBEB 1px solid;
	float:right;
	margin-top:20px;
}

#map {
	width: 450px;
	height: 580px;
	text-align: left;
	line-height: 1.5;
}

