@charset "Shift_JIS";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : individual/shooting_tips.css
  For        : /shooting_tips/index.html
-------------------------------------------------*/

/*-----------------------------------------------*/
/* Page Style
-------------------------------------------------*/
/* section */
div.section div.left,
div.section div.right {
	display: inline;
}

div.section ul.left {
	width: 200px;
	float: left;
}

div.section ul.left li {
	background: url(../../../images/dotline.gif) repeat-x left bottom;
	padding-bottom: 9px;
	margin-bottom: 8px;
}

div.section ul.left li.end {
	background: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.section ul.left li.end a span {
	margin-left:20px;
}

div.section div.right {
	width: 410px;
	float: right;
	background: url(../../../shooting_tips/images/img_tonywu.jpg) no-repeat;
	height: 270px;
	position: relative;
}

div.section div.right p {
	width: 250px;
	position: absolute;
	left: 160px;
	top: 70px;
}

div.section div.right ul {
	width: 140px;
	position: absolute;
	left: 0px;
	top: 200px;
}

div.section div.right ul li span {
	margin-left:10px;
	font-size:85%;
}

/* interview_page */
body#interview_page {
	background: url(../../../shooting_tips/images/interview_bg.jpg) 0px -10px;
}

body#interview_page div p {
	color: #fff;	
}

div#TB_closeAjaxWindow a.arrow {
	color: #fff !important;
	background-image: url(../../../shooting_tips/images/arrow_white.gif) !important;
}

#TB_window {
	border: none;
	background: none;
}

/* interview */
div#interview {
	padding: 20px 0;
}

div#interview div.section {
	padding: 0 20px 0 30px;
	width: auto;
}




