@charset "utf-8";

/* #shop_top
----------------------------------------------------*/
#main {
	width:890px;
	_width:930px;
	margin:0;
	padding:20px 20px 0 20px;
	overflow:hidden;
	background-color:#FFFFFF;
}

	
/* right */
#title_bar {
	width:640px;
	margin:-5px 0 0 0;
	padding:0;
}
div#details {
	width:640px;
	margin:10px 0 30px;
	padding:0;
	overflow:hidden;
	text-align:left;
}
div#details_l {
	width:283px;	
	margin:0 13px 0 15px;
	display:inline;
	float:left;
}
div#details_l img.mr {
	margin-right:7px;
}
div#details_l h3 {
	width: 100%;
	margin:5px 0 0;
	font-size:21px;
	line-height:30px;
	color:#5A3D1C;
	font-weight:bold;
	clear: both;
}

/* 出勤アイコン設定
-------------------------------------------------------------------------------*/
ul#work_st_list {
	width: 100%;
	padding: 0px;
	margin: 10px 0 10px 0;
	clear: both;
}
ul#work_st_list li{
	width: 100%;
	height: 20px;
	padding: 2px 0 0 0;
	font-size: 12px;
}
.list_accept {
	background:url(/img/work_icon/accept.gif) 0 2px no-repeat;
	text-indent: 70px;
	line-height: 20px;
}
ul#work_st_list a{
	width: 150px;
	height: 20px;
	display: block;
}
.list_stay {
	background:url(/img/work_icon/stay.gif) 0 2px no-repeat;
	text-indent: 70px;
	line-height: 20px;
}
.list_be_at_work {
	background:url(/img/work_icon/be_at_work.jpg) 0 2px no-repeat;
	text-indent: 70px;
	line-height: 20px;
}
.list_go_to_work {
	background:url(/img/work_icon/go_to_work.jpg) 0 2px no-repeat;
	text-indent: 70px;
	line-height: 20px;
}
.list_tomorrow {
	background:url(/img/work_icon/tomorrow.jpg) 0 2px no-repeat;
	text-indent: 70px;
	line-height: 20px;
}
.list_after_tomorrow {
	background:url(/img/work_icon/after_tomorrow.jpg) 0 2px no-repeat;
	text-indent: 70px;
	line-height: 20px;
}

/* プロフィール設定
-------------------------------------------------------------------------------*/

div#details_l table{
	width:283px;
	margin-top:15px;
	font-size:12px;
	color:#333333;
	line-height:23px;
	border:none;
	clear: both;
}
.g_list_bg {
	background:url(/img/details/list_bg.gif) 0 0 repeat-x;
}
div#details_l th{
	color:#ff8300;
}
div#details_l td{
	word-break:break-all;
}

ul#detail_list {
	width:283px;
	height:103px;
	margin-top:15px;
	background-image:url(/img/details/profile_b.jpg);
	background-repeat:no-repeat;
}
ul#detail_list li{
	margin-left:100px;
	font-size:12px;
	line-height:12px;
	color:#5A3D1C;
}
ul#detail_list li.mt{
	margin-top:11px;
}
div#point {
	width:283px;
	margin-top:3px;
	padding:25px 0 0 0;
	background-image:url(/img/details/point_b.jpg);
	background-repeat:no-repeat;
}
div#coment {
	width:283px;
	margin-top:5px;
	padding:25px 0 0 0;
	background-image:url(/img/details/coment_b.jpg);
	background-repeat:no-repeat;
}
div#play {
	width:283px;
	margin-top:5px;
	padding:25px 0 0 0;
	background-image:url(/img/details/play_b.jpg);
	background-repeat:no-repeat;
}
div#details_l p {
	padding:0 10px;
	font-size:12px;
	line-height:18px;
	color:#5A3D1C;
}
div#details_r {
	width:325px;
	float:right;
}
div#details_r table{
	width:300px;
	height:402px;
	text-align:center;
}
div#details_r div.img {
	width:302px;
	height:402px;
	border:1px solid #FF2B00;
	background-color:#fdf5e6;
	overflow:hidden;
}
div#details_r ul {
	width:300px;
	height:74px;
	margin:10px 0 0;
}
div#details_r ul li {
	float:left;
}
div#details_r ul li.mr5 {
	margin-right:5px;
}
div#details_r ul li img {
	width:54px;
	height:72px;
	border:1px solid #FF2B00;
}
