@charset"utf-8";
@import url("../common/css/base.css");
@import url("../common/css/header.css");
@import url("../common/css/sub.css");
@import url("../common/css/footer.css");
@import url("../common/css/main.css");


/* header */
#sam #header{
	background: url(img/header_bg.jpg) left top no-repeat;
}

/*  */
#container #main #sam_text{
/*	border:1px solid #ccc;
	background:#eee;
	padding:10px;*/
	width:515px;
	height:140px;
	padding:35px;
	margin:0 auto 20px;
	background:url(img/bg01.jpg) no-repeat;
	color:#FFFFFF;
}
#container #main #sam_text p{
	line-height:2em;
	font-size:14px;
}
#container #main #profile h2 {
	margin-left:0;
}
#container #main #profile {
	width:496px;
	height:271px;
	margin:0 auto 20px;
x	border:1px solid #ccc;
	padding:20px 35px;
	background:url(img/bg02.jpg) no-repeat;
	color:#CCCCCC;
}
#container #main #profile p {
	line-height:1.7em;	
}
#container #main,
#container #main_wrap_bgtop,
#container #main_wrap_bgbtm {
	background:none;
	padding:0 5px;
	width:585px;
}
