﻿/*@charset "Shift-jis";*/
@charset "UTF-8";


/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

/*########################################
  全体のリンク指定 */

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #660066;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/*########################################
  CSS.DesignSampleへのリンク指定 */
#cds { display: none; }

/*########################################
  レイアウトに関する指定 */

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0;
	margin: 0;
	font-size: 14px;
}

/*-- 全体を囲む --*/
#wrapper {
	text-align: left;
	width: 750px;
	position: relative;
	padding: 0em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*-- description --*/
.description {
  text-align: right;
  background: url(../img/bg-description.jpg) no-repeat 0 0;
  height: 80px;
}

/*-- ヘッダー部分 --*/
#header {
	background: url(../img/bg-header.jpg) no-repeat 0 0;
	padding-right: 0;
	height: 200px;
	width: 750px;
}

/*-- ヘッダー部分 --*/
#subheader {
	height: 100px;
	width: 750px;

}

/*-- contents と left-sidebar を囲む枠 --*/
#container {
	width: 750px;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

/*-- コンテンツ部分 --*/
#contents {
	width: 510px;
	float: right;
	padding: 0;
}

/*-- フッター部分 --*/
#footer {
	background-image: url(../img/bg-f.jpg);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
	clear: both;
}

/*########################################
  ヘッダー部分 */

/* サイトタイトル */
h1 {
	font-size: 180%;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* その他ヘッダー内の文字 */
#header p {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}


/* -- パン屑(ナビゲーション)リスト -- */
p.topicpath {
	border: 1px solid #666666;
	width: 750px;
	margin-bottom: 0.5em;
	font-size: 12px;
}


/*########################################
  コンテンツ内の各部分指定 */

/* 見出し */
h2 {
	font-size: 20px;
	background-image: url(../img/bg-h2.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #FFFFCC;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 3em;
	margin-bottom: 1em;
}

#contents h2.english{
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 16px;
	background-image: url(../img/bg-h3.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #0000CC;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 3em;
	margin-bottom: 1em;
/*	margin-top: 1em;*/
}

h4{
	font-weight:bold;
	font-size:15px;
	margin-top:1em;
	margin-bottom:1em;
	padding-left:10px;
	padding-bottom:2px;
	color: #666666;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
}

h5,
h6 {
	font-size: 120%;
	margin-bottom: 2em;
	background-position: 0;
	color: #666666;
	padding-right: 0;
	padding-bottom: 0.4em;
}

/*
h4,
h5,
h6 { margin-top: 2.5em; }
*/


/* 文字 */
#contents p {
	line-height: 1.5em;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

/* 定義リスト */
#contents dl {
	margin: 1.5em 0;
}

#contents dt {
	margin-bottom: 0.5em;
	font-weight: bold;
	background-image: url(../img/bg-dt2.jpg);
	background-repeat: no-repeat;
	color: #FFFF33;
	background-position: 5px 50%;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 3.2em;
}

#contents dt.link {
	margin-bottom: 0.5em;
	font-weight: bold;
	background-image: url(../img/bg-dt.jpg);
	background-repeat: no-repeat;
	color: #0000FF;
	background-position: 5px 50%;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 3.2em;
}

#contents dd {
	margin-bottom: 1.5em;
	margin-left: 2em;
	line-height: 1.5em;
}

/* 定義リスト内の文字 */
#contents dd p {
	line-height: 1.5;
	margin-bottom: 1em;
}

#contents dd span { color: #ff0000; }

/* リスト */
#contents ul {
	margin: 1em 0 2em 20px;
}

#contents ul li {
	margin: 0 0 1em 0;
}

#contents ol {
	margin: 1em 0 2em 20px;
}

#contents ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* レイアウトテーブル(コンテンツを半分に分ける) */
#contents table.partition {
	width: 100%;
	border: 0px none #666666;
	margin-bottom: 10px;
}

#contents tr.partition {
	margin: 0px;
	padding: 0px;
}

/* 半分に分けるtdタグ */
#contents td.half {
	width: 49%;
	vertical-align: baseline;
	display: block;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* 3分の1に分けるtdタグ */
#contents td.three1 {
	width: 32%;
	vertical-align: baseline;
	display: block;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

/* 3分の2に分けるtdタグ */
#contents td.three2 {
	width: 66%;
	vertical-align: baseline;
	display: block;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 製品説明タグ用クラス */

#contents td .tag{}

#contents td.tag a{
	background-image: url(../img/products-tag.jpg);
	background-repeat: no-repeat;
	color: #FFFF00;
	display: block;
	top: 5px;
	bottom: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: 0px 50%;
	width: 85px;
	padding-left: 15px;
	padding-right: 0px;
	text-align: center;
	font-size: 12px;
}

#contents td.tag a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-position: -100px 50%;
	display: block;
}

/* 画像の右横上にテキストを入れる */
.imgbox_f {
	margin-bottom: 0px;
	background-image: url(../img/tag2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #FFFF33;
}


/*########################################
/*-- サイドバー部分 --*/
#sidebar {
	width: 190px;
	float: left;
	font-size: 14px;
}

/*-- サイドバータイトル --*/
#sidebar .sidebar-menu li {
	height: 38px;
	width: 190px;
	background-image: url(../img/sn-menu.jpg);
	display: block;
	margin-bottom: 10px;
}
#sidebar .sidebar-corporate li {
	height: 38px;
	width: 190px;
	background-image: url(../img/sn-corporate.jpg);
	display: block;
	margin-bottom: 10px;
}
#sidebar .sidebar-products li {
	height: 38px;
	width: 190px;
	background-image: url(../img/sn-products.jpg);
	display: block;
	margin-bottom: 10px;
}
#sidebar .sidebar-varpro li {
	height: 38px;
	width: 190px;
	background-image: url(../img/sn-varpro.jpg);/*種類別製本情報メニュー*/
	display: block;
	margin-bottom: 10px;
}
#sidebar .sidebar-fieldpro li {
	height: 38px;
	width: 190px;
	background-image: url(../img/sn-fieldpro.jpg);/*分野別製本情報メニュー*/
	display: block;
	margin-bottom: 10px;
}
#sidebar .sidebar-technical li {
	height: 38px;
	width: 190px;
	background-image: url(../img/sn-technical.jpg);
	display: block;
	margin-bottom: 10px;
}

#sidebar .sidebar-support li {
	height: 38px;
	width: 190px;
	background-image: url(../img/sn-support.jpg);
	display: block;
	margin-bottom: 10px;
}

/* サイドバー内の段落文字 */
#sidebar p {
  text-align: left;
  margin: 1em 0;
  padding: 0;
  padding: 0;
  line-height:1.5em;
}

/* リスト/サイドバーメニュー */
#sidebar .localnavi {
	list-style-type: none;
	margin: 0px;
	font-size: 14px;
}

#sidebar .localnavi li {
	margin-bottom: 0.5em;
}

#sidebar .localnavi li a {
	padding: 5px 0 5px 10px;
	text-decoration: none;
	width: 180px;
	display: block;
	background-image: url(../img/bg-navi.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #000000;
	font-weight: bold;
}

#sidebar .localnavi li a:hover {
	color: #ff0000;
	text-decoration: underline;
	display: block;
	background-image: url(../img/bg-navi.jpg);
	background-repeat: no-repeat;
	background-position: -200px 50%;
	font-weight: bold;
}


/* サブリスト/サイドバーメニュー */
#sidebar .sublocalnavi {
	list-style-type: none;
	margin: 0px;
	font-size: 13px;
}

#sidebar .sublocalnavi li { margin-bottom: 0.5em; }

#sidebar .sublocalnavi li a {
	text-decoration: none;
	width: 180px;
	display: block;
	background-image: url(../img/bg-subnavi.jpg);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #333333;
	font-weight: bold;
	text-indent: 10px;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#sidebar .sublocalnavi li a:hover {
	color: #ff0000;
	text-decoration: underline;
	display: block;
	background-image: url(../img/bg-subnavi.jpg);
	background-repeat: no-repeat;
	background-position: -190px 50%;
	font-weight: bold;
}



/* バナー/サイドバーメニュー */
#sidebar .banner img{
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 5px;
}

#sidebar img:hover{
}

#sidebar .banner li a:hover {
}


/*########################################
  フッター内の各部分指定 */

#footer p {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 1em;
	color: #000099;
}


/*--- グローバルナビ部分 ---*/
#globalnavi{
	position: relative;
	height: 48px;
	font-size: 15px;
}
#globalnavi ul{
	list-style-type: none;
}
#globalnavi li{
	float: left;
	width: auto;
}
#globalnavi li.logo a{
	background-image: url(../img/kyastem-logo.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 210px;
	display: block;
	border: 1px solid #FFFFFF;
}
#globalnavi li.logo a:hover{
	border: 1px solid #0000CC;
}
#globalnavi li.corporate a{
	background-image: url(../img/gn-corporate.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 85px;
	display: block;
	background-position: left 50%;
	border: 1px solid #FFFFFF;
}
#globalnavi li.corporate a:hover {
	background-position: right 50%;
}
#globalnavi li.products a{
	background-image: url(../img/gn-products.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 85px;
	display: block;
	background-position: left 50%;
	border: 1px solid #FFFFFF;
}
#globalnavi li.products a:hover {
	background-position: right 50%;
}
#globalnavi li.technical a{
	background-image: url(../img/gn-technical.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 85px;
	display: block;
	background-position: left 50%;
	border: 1px solid #FFFFFF;
}
#globalnavi li.technical a:hover {
	background-position: right 50%;
}
#globalnavi li.support a{
	background-image: url(../img/gn-support.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 85px;
	display: block;
	background-position: left 50%;
	border: 1px solid #FFFFFF;
}
#globalnavi li.support a:hover {
	background-position: right 50%;
}
#globalnavi li.sitemap a{
	background-image: url(../img/gn-sitemap.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 85px;
	display: block;
	background-position: left 50%;
	border: 1px solid #FFFFFF;
}
#globalnavi li.sitemap a:hover {
	background-position: right 50%;
}
#globalnavi li.english a{
	background-image: url(../img/gn-english.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 85px;
	display: block;
	background-position: left 50%;
	border: 1px solid #FFFFFF;
}
#globalnavi li.english a:hover {
	background-position: right 50%;
}

/*-- 下部バナー部分 --*/
#banner {
	float: right;
	display: block;
}

#banner table{
	display: block;
	width: 700px;
}

#banner img{
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 5px;
}

#banner img:hover{
}

