
/* ----------------- メイン ----------------- */
#release {
	margin-top: 13px;
	min-height: 80px; /*モダンブラウザに適用*/
	height: auto !important; /*モダンブラウザに適用*/
	height: 80px; /*全ブラウザに適用*/
/*	width: 375px; */
	width: 360px;
}

#release .box {
/*	border:2px solid #F8C3C0; */
	min-height: 80px; /*モダンブラウザに適用*/
	height: auto !important; /*モダンブラウザに適用*/
	height: 100%;
	clear: both;
}

#release h2 {
	font-size: medium;
	line-height: 1.4em;
	background-image: url(img/h2_green.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 0.3em;
	padding-left: 1.2em;
	/*margin-top: 21px;*/
}

/* ----------------- タブ ----------------- */
div.simpleTabs {
	padding-left: 0px;
}

ul.simpleTabsNavigation {
	padding-bottom: 10px;
}

ul.simpleTabsNavigation li {
	float: left;
	list-style-type: none;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	position: relative;
	top: 2px;
	z-index: 1;
}

ul.simpleTabsNavigation li a {
	display: block;
/*	width:105px; */
	width:80px;
	height: 28px;
}

ul.simpleTabsNavigation li.tab1 a:currentr, ul.simpleTabsNavigation li.tab2 a:current, ul.simpleTabsNavigation li.tab3 a:current, ul.simpleTabsNavigation li.tab4 a:current {
	background-position: left bottom;
}

div.simpleTabsContent {
	padding: 10px;
	_padding: 5px 10px 10px 10px;
}

#release .simpleTabsContent li{
/*	margin: 0 0 10px 0; */
/*	padding: 0 0 10px 0; */
/*	background: url(img/side_navi_line_long.gif) center bottom no-repeat; */
}

#release table {
	width:100%;
}
#release tr {
	background: url(img/side_navi_line_long.gif) center bottom no-repeat;
}
#release td {
	padding: 8px 0 9px;
}

