@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	zoom: 1;
}

img {
	border: none;
}

a {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #CC9;
}

hr {
	clear: both;
	display: block;
	width: 0px;
	border: 1px solid transparent;
}

small {
	font-size: 90%;
	font-weight: normal;
}

html {
	overflow: hidden; /*Needed to eliminate scrollbars*/
}

body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	background-color: #666;
	height: 100%;
	/* IE only */
	scrollbar-face-color: #333;       /* 表面の色 */
	scrollbar-3dlight-color: #000;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #000; /* 右端と下端 */
	scrollbar-highlight-color: #333;  /* ハイライトの色 */
	scrollbar-shadow-color: #333;     /* 影の色 */
	scrollbar-arrow-color: #666;      /* 矢印の色 */
	scrollbar-track-color: #000;      /* バーの背景の色 */
}

/* 全体レイアウト */
#ssStage {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 4;
}

#ssWrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 940px;
	height: 100%;
	text-align: left;
}

/* min-width for IE6 */
* html #ssWrap {
	width: expression(document.body.clientWidth < 940? "940px" : "auto");
}

/* メニュー部分 */
#ssMenu {
	position: relative;
	float: left;
	width: 166px;
	height: 100%;
	background: url(../images/bg_40.png);
	color: #FFF;
	margin-left: 40px;
	/* for IE6 */
	display: inline;
	z-index: 5;
}

#ssMenu .logo {
	position: absolute;
	bottom: 15px;
}
#ssMenu .title {
	position: absolute;
	top: 40px;
	left: 120px;
}
#ssMenu .navtop{
	position: absolute;
	top: 10px;
	left: 4px;
}
#ssMenu ul {
	position: absolute;
	bottom:140px;
	left: 4px;
}
#ssMenu ul li {
	list-style: none;
	margin-bottom: 10px;
}
#ssMenu ul li ul {
	position: relative;
	bottom: auto;
	left: auto;
	margin: 2px 0 0 28px;
}
#ssMenu ul li ul li {
	font-size: 80%;
	margin-bottom: 4px;
}

#ssMenu.wide {
	width: 180px;
}

/* メインコンテンツ部分クラス */
.ssMain {
	height: 100%;
	background: url(../images/bg_40.png);
	overflow: auto;
	color: #FFF;
}

/* 全幅表示 */
#ssMain1 {
	float: left;
	width: 734px;
}
/* 施工実績 */
#ssMain2 {
	float: right;
	width: 250px;
	margin-right: 40px;
	/* for IE6 */
	display: inline;
}

/* 製品情報 */
#ssMain3 {
	float: right;
	width: 230px;
	margin-right: 40px;
	position: relative;
	z-index: 5;
	/* for IE6 */
	display: inline;
}
#ssMain3 ul {
	margin: 40px 0 0;
	padding: 0 0 0 5px;;
}
#ssMain3 li {
	list-style: none;
	margin: 0 0 10px;;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	text-align: center;
}

/* 加工技術詳細部分 */
#ssMain4 {
	position: absolute ;
	bottom: 30px;
	right: 40px;
	width: 434px;
	height: 400px;
}
#ssMain4 h2 {
	margin-top: 10px;
	text-align: right;
}

/* 生産拠点 会社情報 */
#ssMain5 {
	float: right;
	width: 334px;
	margin-right: 40px;
	/* for IE6 */
	display: inline;
}
#ssMain5 h2 {
	margin-bottom: 5px;
}
#ssMain5 h3 {
	margin: 15px 10px 5px 10px;
	font-weight: normal;
}
#ssMain5 p {
	font-size: 90%;
	margin: 0 5px 5px 10px;
	line-height: 140%;
}
#ssMain5 p.map {
	text-align: right;
	margin: -1.8em 10px 5px 10px;
}
#ssMain5 ul {
	margin: 5px 10px 10px;
	padding-left: 30px;
}
#ssMain5 li {
	margin-bottom: 3px;
}

/* お問い合わせ */
#ssMain6 {
	float: right;
	width: 434px;
	margin-right: 40px;
	/* for IE6 */
	display: inline;
}


/* 製品情報メニュー中央部分 */
#ssSub1 {
	clear: both;
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	width: 100%;
	height: 80px;
	overflow: hidden;
}
#ssSub1main {
	background: url(../images/bg_50_w.png);
	margin-left: 206px;
	margin-right: 270px;
	height: 100%;
}
#ssSub1 h2 {
	text-align: center;
	font-size: 90%;
	color: #FFDD7E;
	width: 18em;
	margin: 0 auto 10px;
}
#ssSub1 h2 span {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #333;
	margin-left: 65px;
}
#ssSub1 ul {
	text-align: center;
	margin-left: 50px;
}
#ssSub1 li {
	display: inline;
	font-size: 90%;
}
#ssSub1 a {
	color: #000;
	padding: 3px 0 3px 20px;
	background: url(../images/dash_1.gif) no-repeat left center ;
}
#ssSub1 a:hover {
	color: #660;
}


/* コピーライト */
#ssCopyright {
	position: absolute;
	right: 60px;
	bottom: 2px;
	color: #CCC;
	font-size: 10px;
	text-align: justify;
}



/* 共通部分パーツ */
.ssMain h1 {
	font-size: 80%;
	text-align: right;
	padding: 10px;
	font-weight: normal;
}
.ssMain h2 {
	font-size: 105%;
	margin: 20px 10px 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}
.ssMain h2.setubiTitle {
	margin-top: 100px;
	margin-bottom: 30px;
}
.ssMain h3 {
	font-size: 95%;
	color: #FACE81;
	margin: 20px 10px 10px;
}
.ssMain p {
	font-size: 90%;
	margin: 10px 5px 10px 10px;
	line-height: 160%;
}
.ssMain ul {
	font-size: 90%;
	margin: 10px;
	padding-left: 30px;
}
.ssMain li {
	margin-bottom: 10px;
}
.ssMain table {
	margin: 10px 10px 10px 10px;
}
.ssMain th,
.ssMain td {
	font-size: 90%;
	line-height: 160%;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
}
.ssMain th {
	text-align: left;
	padding-left: 0;
	width: 8em;
	border-right: 5px solid #FACE81;
}

.ssMain form {
	margin: 30px 10px 10px 10px;
}
.ssMain form th,
.ssMain form td {
	padding: 4px;
	vertical-align: top;
}

/* テキスト装飾 */
.ssMain .point {
	color: #F76706;
}
.ssMain .point2 {
	color: #B7F9E4;
}

/* 2列組み */
.block50 {
	width: 355px;
	float: left;
}


/* 加工技術メニュー */
.ssMain table.setubilist {
	margin-top: 20px;
/*	width: 410px;*/
}
.ssMain table.setubilist td {
	border-bottom: none;
}
.ssMain table.setubilist td.linka {
	border: 1px dotted #FFDD7E;
	background-color: #333;
}
.ssMain table.setubilist td.linkb {
	border: 1px dotted #B5F7CF;
	background-color: #333;
}
.ssMain table.setubilist th {
	font-weight: normal;
	border-right: none;
/*	width: 15em;*/
	width: auto;
	border-bottom: 1px dotted #CCC;
}


/* 回り込み関連 */
.floatright {
	float: right;
	margin-left: 10px;
}
.ssMain  .floatleft {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatclear {
	clear: both;
}


/* PDFリンク */
p.pdf {
	text-align: right;
	margin-top: 20px;
}
p.pdf a {
	padding: 3px 0 3px 20px;
	background: url(../images/pdficon_small.gif) no-repeat left center ;
}


/* センター */
.center {
	text-align: center;
}


/* キャプション */
.caption {
	font-size: 80%;
}

p.caption {
	font-size: 80%;
	padding-left: 1em;
	text-indent: -1em;
}



/*Supersize Plugin Styles*/

/* v1.0
#supersize img, #supersize a {
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img {
	display:inline;
}

*/

/*		#navigation{
			background: url('images/navbg.gif') no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
*/

		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(../images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
