@charset "Shift_JIS";


/* === UNIT2独自のCSS指定 === */
.unit2 {padding: 45px 0 0 0;}
.unit2Top {padding: 25px 0 0 0;}


/* === MAIN UNITのCSS指定 === */
#mainUnit {
	width: 800px;
	height: 350px;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#mainUnitL {
	float: left;
	padding: 2px 0 0 2px;
	width: 527px;
}
#mainUnitR {
	float: right;
	padding: 44px 0 0;
	width: 256px;
}
#appNavi {
	width: 225px;
	height: 240px;
	margin: 0 0 12px 10px;
	clear: both;
}
#appNavi li {
	margin: 0 0 1px;
	font-size: 1px;
	line-height: 1;
	list-style: none;
}
#prdNavi {
	width: 247px;
	height: 51px;
	position: relative;
	overflow: hidden;
}
#prdNavi a img,
#prdNavi ul {
	position: absolute;
	top: 0;
	left: 0;
}
#prdNavi ul {
	width: 741px;
}
#prdNavi li {
	list-style: none;
	float: left;
}

/* === MOVIE UNITのCSS指定 === */
.movieUnit {
	width: 800px;
	height: 56px;
	background-image: url(../img/movie_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.movieUnit img {
	margin: 11px 0 0 544px;
}


/* === テクポリマーの技術のCSS指定 === */
.techUnit {
	width: 800px;
	background-image: url(../img/tech_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 0 27px 0;
	float: left;
}
.paragraph256L {
	float: left;
	width: 256px;
	margin: 0 16px 0 0;
}
.paragraph256R {
	float: right;
	width: 256px;
}
.techL {
	float: left;
}
.techR {
	float: right;
}
.techUnit ul {
	margin: 0 0 5px 13px;
	list-style-type:none;
}
.techUnit ul li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 100%;
	display: block;
	background-image: url(../pub/img/dotLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.techUnit .techL ul li {
	width: 120px;
}
.techUnit a:link, .techUnit a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	line-height: 140%;
}
.techUnit a:hover, .techUnit a:active {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	line-height: 140%;
}
.techUnit .block {
	display: block;
}

.techUnit span {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}


/* === インフォメーションのCSS指定 === */
#index_info {
	width: 528px;
	float: left;
}

.infoUnit {
	width: 518px;
	height: 26px;
	padding: 5px 0 0 10px;
	background-image: url(../img/info_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.infoUnit table {
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}
.infoUnit table td {
	border: none;
	text-align: left;
	vertical-align: top;
}
.infoUnit table .date {
	width: 100px;
}
.infoUnit table .txt {
	width: 700px;
}
.infoUnit table span {
	display: block;
	padding: 0 0 0 10px;
	background-image: url(../img/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
.infoUnit a:link, .infoUnit a:visited {
	color: #333333;
	text-decoration: none;
}
.infoUnit a:hover, .infoUnit a:active {
	color: #ff6600;
	text-decoration: none;
}

.unit2, .unit2Top {
	width:800px;
}

#index_ask {
	width: 256px;
	float: right;
}

#companylistHolder {
	display: none;
}

#companylist {
	background-color: #ffffff;
	border: 1px solid #00ae4d;
	padding: 10px;
}


#companylist h3 {
	margin-bottom: 15px;
	width: auto;
}

#fancybox-close {
	display: none !important;
}

#closetext {
	font-size: 10px;
	text-align: right;
}

.listUnit {
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.listUnit li {
	margin: 0 0 0 0;
	padding: 0 0 10px 15px;
	background-image: url(../pub/img/icon_pellet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 140%;
}

/* === not foundページのCSS指定 === */
.notFoundUnit {
	width: auto;
	margin: 25px 0 0 0;
	text-align: center;
}
.notFoundUnit p {
	text-align: center;
}

#contentHeader #headerSub02 {
	background-image: url(../pub/img/headerSub_line.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	margin-right: 6px;
	padding-right: 7px;
}
