@charset "utf-8";

/* Basic Properties
------------------------------------ */
#worktext h3	{
	margin-bottom: 10px;
	padding^bottom: 5px;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	font-weight: bold;
}
#worktext h3 span	{
	font-weight: normal;
	color: #336699;
}
#worktext p	{
	margin-bottom: 15px;
	line-height: 150%;
}
#worktext p.align-center	{
	text-align: center;
}
#worktext ul	{
	margin: -15px 0 5px 30px;
	list-style-type: disc;
}
#worktext strong	{
	font-weight: bold;
}

#basic-accordian{
	width: 490px;
}

/* Accordion Properties
------------------------------------ */
.accordion_headings:hover{
}
.tab_one,
.tab_two,
.tab_three	{
	height: 30px;
	width: 163px;
	text-indent: -9999px;
}
.tab_one	{
	width: 164px;
	background: url(../../images/contents/work_tab_one.png) no-repeat top;
}
.tab_two	{
	background: url(../../images/contents/work_tab_two.png) no-repeat top;
}
.tab_three	{
	background: url(../../images/contents/work_tab_three.png) no-repeat top;
}
.tab_one:hover,
.tab_two:hover,
.tab_three:hover,
.header_highlight	{
	background-position: bottom;
}

.accordion_child{
	margin-bottom: 15px;
	padding: 20px 15px 5px 15px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: url(../../images/contents/work_tab_bg.png) repeat-x left bottom;
	color: #555555;
}

.tab_container *{
	float:left;
}


/* Kuchikomi Tab Content Properties
------------------------------------ */
.accordion_child h4	{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #1c517b;	
}
.accordion_child strong	{
	font-weight: bold;
}
.kuchikomi_table table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 2px;
}

.kuchikomi_table th {
	height: 24px;
	width: 106px;
	padding: 5px 0;
	background: url(../../images/contents/work_tab_table_th_bg.gif) no-repeat;
	font-size: 12px;
	text-align: center;
}
#IEroot .kuchikomi_table th {
	padding: 1px 0 0 0;
}
/* Safari & Chrome fix */
body:first-of-type .kuchikomi_table th {
	background-position: 0 5px;
}
/* Opera fix */
 .kuchikomi_table th:not(\*|*) {
	height: 30px;
	padding-top: 8px;
}

.kuchikomi_table td {
	padding: 5px;
	border: 1px solid #dddddd;
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
.kuchikomi_table td.textblock {
	width: 106px;
}
.kuchikomi_table td.nocontent {
	border-width: 0;
}
.kuchikomi_table td.summary,
.kuchikomi_table td.shortterm,
.kuchikomi_table td.middleterm,
.kuchikomi_table td.longterm {
	width: 24px;
	padding: 0;
	border-width: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.kuchikomi_table td.summary {
	height: 95px;
	background: url(../../images/contents/work_tab_table_summary_bg.gif) no-repeat center;
}
.kuchikomi_table td.shortterm,
.kuchikomi_table td.middleterm,
.kuchikomi_table td.longterm {
	height: 78px;
}
.kuchikomi_table td.shortterm	{
	background: url(../../images/contents/work_tab_table_shortterm_bg.gif) no-repeat center;
}
.kuchikomi_table td.middleterm	{
	background: url(../../images/contents/work_tab_table_middleterm_bg.gif) no-repeat center;
}
.kuchikomi_table td.longterm	{
	background: url(../../images/contents/work_tab_table_longterm_bg.gif) no-repeat center;
}


/* Basic Tab Content Properties
------------------------------------ */
h4.minpos a,
h4.gnp a,
h4.prabo a	{
	display: block;
	width: 457px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dddddd;
	text-indent: -9999px;
}
h4.minpos a	{
	height: 37px;
	background: url(../../images/contents/work_logo_minpos.png) no-repeat top left;
}
h4.gnp a	{
	height: 31px;
	background: url(../../images/contents/work_logo_gnp.png) no-repeat top left;
}
h4.prabo a	{
	height: 49px;
	background: url(../../images/contents/work_logo_prabo.png) no-repeat top left;
}

.accordion_child img	{
	border: 1px solid #dddddd;
}
.accordion_child img.fltrt	{
	margin-left: 10px;
}
.accordion_child img.fltlft	{
	margin-right: 10px;
}