@import "common.css";

/* twoColumnsType3
-------------------------------------------------- */

div.twoColumnsType3 {
	margin: 0px 0px 0px 10px;
	width: 510px;
}

div.twoColumnsType3 div.leftColumn {
	width: 160px;
	float: left;
}

div.twoColumnsType3 div.rightColumn {
	width: 350px;
	float: right;
}


/* Table Element
-------------------------------------------------- */

#contentsArea .generalTable {
	margin: 5px 0px 28px 10px;
}

#contentsArea .generalTable table td.th1 {
	padding: 7px 4px 5px;
	background: #eeeeee;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
}

#contentsArea .generalTable table td.th2 {
	padding: 5px 4px 3px;
	background: #f8f8f8;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	color: #333333;
	text-align: center;
}

#contentsArea .generalTable table td {
	background: #ffffff;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	color: #333333;
	padding: 5px 4px 3px;
	vertical-align: top;
}

/* h4
-------------------------------------------------- */

#contentsArea .h4 {
	margin: 17px 0px 8px;
	padding: 3px 0px 0px;
	background: url(/shared/images/h4_bg_top.gif) left top no-repeat;
}

#contentsArea .h4 .attention {
	margin: 0px;
	padding: 3px 1px 4px;
	font-size: 110%;
	_font-size: 100%;
	_f\ont-size: 110%;
	line-height: 1;
	font-weight: bold;
	color: #333333;
	background: url(/shared/images/h4_bg_bottom.gif) left bottom no-repeat;
}

#contentsArea ul.link {
	margin: 0px 0px 15px 24px;
	padding: 0px;
	list-style: none;
}

#contentsArea ul.link li {
	padding: 0px;
	line-height: 100%;
}

#contentsArea ul.link a {
	padding: 0px 0px 0px 21px;
	margin: 0px;
	text-decoration: none;
	background: url(/shared/images/arrow_01.gif) 6px 1px no-repeat;
	/*\*//*/
	revise: MacIE5.0bug;
	display: inline-block;
	margin-left: -21px;
	text-indent: 0;
	/**/
}

#contentsArea ul.link a {
	background: url(/shared/images/arrow_01.gif) 6px 1px no-repeat;
}

* html #contentsArea ul.link a {
	background: url(/shared/images/arrow_01.gif) 6px 2px no-repeat;
	_background: none;
	_background/* */: url(/shared/images/arrow_01.gif) 6px 2px no-repeat;
}

#contentsArea .toBeforeNavigation {
	margin-top: 44px;
}

/* WicketBox Element
-------------------------------------------------- */

#contentsArea .wicketBox {
	margin: 10px 10px 20px;
	padding: 0px 0px 5px;
	background: url(/shared/images/joypolis/wicket_bg_body.gif) left bottom no-repeat;
}

#contentsArea .wicketBox#greenWicket {
	background: url(/shared/images/joypolis/wicket_bg_body_green.gif) left bottom no-repeat;
}

#contentsArea .wicketBox#smallWicket {
	background: url(/shared/images/joypolis/wicket_bg_body_small.gif) left bottom no-repeat;
}

#contentsArea .wicketBox#middleWicket {
	background: url(/shared/images/joypolis/wicket_bg_body_middle.gif) left bottom no-repeat;
}

#contentsArea .wicketBox#greenSmallWicket {
	background: url(/shared/images/joypolis/wicket_bg_body_green_small.gif) left bottom no-repeat;
}

#contentsArea .wicketBox#greenMiddleWicket {
	background: url(/shared/images/joypolis/wicket_bg_body_green_middle.gif) left bottom no-repeat;
}

#contentsArea .wicketBox .wicketBoxBody {
	margin: 0px;
	padding: 5px 10px 0px;
	background: url(/shared/images/joypolis/wicket_bg_top.gif) left top no-repeat;
}

#contentsArea .wicketBox#greenWicket .wicketBoxBody {
	background: url(/shared/images/joypolis/wicket_bg_top_green.gif) left top no-repeat;
}

#contentsArea .wicketBox#smallWicket .wicketBoxBody {
	background: url(/shared/images/joypolis/wicket_bg_top_small.gif) left top no-repeat;
}

#contentsArea .wicketBox#middleWicket .wicketBoxBody {
	background: url(/shared/images/joypolis/wicket_bg_top_middle.gif) left top no-repeat;
}

#contentsArea .wicketBox#greenSmallWicket .wicketBoxBody {
	background: url(/shared/images/joypolis/wicket_bg_top_green_small.gif) left top no-repeat;
}

#contentsArea .wicketBox#greenMiddleWicket .wicketBoxBody {
	background: url(/shared/images/joypolis/wicket_bg_top_green_middle.gif) left top no-repeat;
}

#contentsArea .wicketBoxBodyBottomSpacer {
	margin: 1px 0px 0px;
}

