/* *******************************************************************
 * 001 Struct
 * 002 Left Columns
 * 003 Right Columns
 * ******************************************************************* */

/* *******************************************************************
 * 001 Struct
 * ******************************************************************* */
div#left {
	width: 150px;
	float: left;
}

div#right {
	width: 640px;
	float: right;
	margin-right: 0px;
}

div#right_2 {
	width: 640px;
	float: right;
	margin-right: 0px;
	margin-top: 10px;
}

/* *******************************************************************
 * 002 Left Columns
 * ******************************************************************* */
div#contents h3 {
	background-image: url( "./img/left-title.png" );
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
	height: 25px;
}

div#contents ul {
	background-image: url( "./img/left-sideborder.png" );
	background-position: left;
	background-repeat: repeat-y;
}

div#contents {
	background-image: url( "./img/left-bottomline.png" );
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

div#special {
	background-image: url( "./img/left-special.png" );
	background-position: top left;
	background-repeat: no-repeat;
	height: 203px;
	margin-top: 10px;
}

div#special h3 {
	text-indent: -9999px;
}

div#contents ul {
	padding-top: 5px;
	padding-left: 25px;
}

div#contents ul li {
	list-style-image: url( "../common/img/list.png" );
	margin: 0px;
	padding: 0px;
}

div#special ul li {
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
}



/* *******************************************************************
 * 003 Right Column
 * ******************************************************************* */
div#right {
	width: 640px;
}

div.box001 h2 {
	text-indent: -9999px;
}

div#right div.box001 {
	width: 315px;
}

div.box001 div.bl img.bt {
	width: 120px;
	height: 25px;
	margin: 10px 0px;
	border: 0px;
}

div.box001 div.bl {
	float: left;
	width: 100px;
	padding: 5px 10px 5px 10px;
}

div.box001 div.bl img {
	border: solid 1px #EFEFEF;
}

div.box001 p {
	width: 160px;
	float: right;
	padding-right: 10px;
}

div#job {
	background-image: url( "./img/bg-jobhunting.png" );
	background-position: top left;
	background-repeat: no-repeat;
	height: 210px;
}

div#cs {
	background-image: url( "./img/bg-cs.png" );
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 0px;
	height: 210px;
}

div#club {
	background-image: url( "./img/bg-club.png" );
	background-position: top left;
	background-repeat: no-repeat;
	height: 210px;
}

div#circle {
	background-image: url( "./img/bg-circle.png" );
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 0px;
	height: 210px;
}

div#b_special h2 {
	background-image: url( "./img/special-title.png" );
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 53px;
}

div#b_special {
	background-image: url( "./img/special-bg-sideline.png" );
	background-position: top left;
	background-repeat: repeat-y;
	clear: both;
	min-height: 500px;
	width: 640px;
}

div#b_special_bottom {
	background-image: url( "./img/special-bg-bottomline.png" );
	background-position: top left;
	background-repeat: no-repeat;
	width: 630px;
	height: 8px;
	padding-left: 10px;
}

div#right_2 div.box {
	width: 275px;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 30px;
}


div#r_left {
	width: 315px;
	float: left;
}

div#r_right {
	width: 315px;
	float: right;
}
















