@charset "UTF-8";

#profile_title_container{
	width: 1000px;
	height: 150px;
	background: url(../img/ui/products_pagehead.jpg) no-repeat;
}

#title{
	background: url(../img/icon/icon_008.gif) no-repeat 50px 82px;
	padding-top: 85px;
	padding-left: 65px;
}

h2{
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(255, 255, 255, 0.5);
}

.profile_rightguide{
	width: 200px;
	text-align: center;
	margin-left: 750px;
	border: solid #F60;
	border-width: 2px 2px 2px 10px;
	background-color: #fff;
}

.profile_rightguide span{
	margin-left: 10px;
}

#profile_guide{
	margin: 0px 0px 20px 100px;
}

.profile_cap{
	width: 900px;
	height: 40px;
	background-image: url(../img/ui/caption_bg_001.gif);
	margin: 10px 0px 10px 50px;
}

.profile_cap span{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
	padding: 2px 0px 0px 30px;
}

.profile_table{
	*border-collapse: collapse;
	border-spacing: 0px;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	border-bottom: solid 2px #aaa;
	border-right: solid 2px #aaa;
	*border: solid 2px #aaa;
	background-color: #fff;
	margin: 0px auto 60px;
}

.profile_table td{
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	*border: solid 1px #aaa;
	padding: 5px;
}

.profile_list{
	list-style-position: inside;
}

#history_table td{
	vertical-align: top;
}

.bggreen{
	background-color: #D9FFD9;
}

.bggray{
	background-color: #eee;
}

#map_img{
	text-align: center;
	margin: 10px 0px 60px 0px;
}

#greeting_box{
	width: 800px;
	margin: 0px 0px 60px 100px;
	background-color: #ddd;
	border: solid 5px #999;
}

#greeting_leftbox{
	width: 550px;
	float: left;
	margin: 50px 0px 50px 0px;
	font-size: 14px;
	line-height: 150%;
}

#greeting_rightbox{
	width: 250px;
	float: left;
	margin: 50px 0px 50px 0px;
	text-align: center;
	font-weight: bold;
}

#greeting_rightbox img{
	margin: 40px 0px 10px 0px;
}

#greeting_box p{
	text-indent: 1em;
	padding: 10px 0px 10px 50px;
}

.backguide{
	text-align: right;
	margin-right: 30px;
	margin-top: 50px;
}