@import"commonMenu.css";
/* add 090221 */
/* 共通CSS読み込み */
@import url("../../css/main.css");

/* 検索用CSS読み込み */
@import url("../../css/search.css");

/* KOKUYO CSS Document - 共通 */
/* BODYタグ定義 */
body {
	margin: 0px;
	padding: 0px;

	/* 全体が対象となっているので、領域を限定します。#contentsのスタイルを増設
	font-size: 10pt;
	line-height: 13pt;
	color: #666666;
	*/
}

#contents{/* 調整用に増設 */
	font-size: 10pt;
	line-height: 13pt;
	color: #666666;
}

/* H1タグ定義 */
h1 {
	margin: 0px;
	font-size: 14pt;
	color: #FFFFFF;
	background-image: url(/common/img/h1ic_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom: 2px;
}

/* H2タグ定義 */
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	color: #333333;
	clear: both;
}

/* H3タグ定義 */
h3 {
	margin: 0px 0px 15px;
	font-size: 10pt;
	color: #FF6600;
	clear: both;
	background-image: url(/common/img/bg_h3.gif);
	background-repeat: repeat-x;
	height: 33px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

/* H4タグ定義 */
h4 {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
}


/* FORMタグのマージン設定 */
form {
	margin: 0px;
	padding: 0px;
}

/* ページ全体をまとめるためのボックス */
#contents {
	margin: 0px;
	padding: 0px;
	width: 720px;
}


/* del 061031 to commonMenu.css */


/* PAGE TOPリンク用 */
#pagetoplink {
	padding: 8px 0px;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
}

/* コンテンツ表紙の画像 */
#topimage {
	padding: 0px;
}

/* タイトル内：コンテンツトップへのリンク */
.toplink {
	font-size: 10pt;
	background-image: url(/common/img/mnic_00_01.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: right;
	padding-left: 15px;
	margin-top: 3px;
	font-weight: bold;
}

/* タイトル部分の回り込み制御 */
.dummy {
	font-size: 14pt;
}

/* H4タグの画像スペース */
.imgspace {
	margin-right: 5px;
}

/* テキスト部分の回り込み制御 */
.spdummy {
	height: 1px;
	clear: both;
}

/* テキストの位置揃え用 */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* テキスト部分 */
#main {
	margin: auto 15px;
	padding: 0px;
}

/* ページをまとめるためのボックス */
#page {
	margin-top: 5px;
	padding: 0px;
}

/* メニュー用背景設定 */
.mnbgleft {
	background-image:   url(/common/img/bgmenu.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.mnbgright {
	background-image:   url(/common/img/bgmenu.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* テキスト部分のボックス：幅　168px */
.left10 {
	float: left;
	width: 168px;
}
.center10 {
	width: 168px;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}
.right10 {
	float: right;
	width: 168px;
}

/* テキスト部分のボックス：幅　255px */
.left15 {
	float: left;
	width: 255px;
}
.right15 {
	float: right;
	width: 255px;
}


/* テキスト部分のボックス：幅　342px */
.left20 {
	float: left;
	width: 342px;
}
.right20 {
	float: right;
	width: 342px;
}


/* 画像のキャプション：左寄せ */
.imgcaptleft {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
}

/* 画像のキャプション：センタリング */
.imgcaptcenter {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
}

/* 区切り線 */
.spdash {
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	clear: both;
}
.spdash15 {
	height: 1px;
	margin-top: 1px;
	margin-bottom: 15px;
	clear: both;
	background-image: url(/common/img/bg_dot.gif);
	background-repeat: repeat-x;
}

/* 商品説明部分 */
.substance {
	margin-bottom: 15px;
}

/*************************************** 2005.10.25追加 */
/* 商品説明画像部分 */
.subimage {
	margin-right: 10px;
	float: left;
}
.subimage-right {
	margin-left: 10px;
	float: right;
}

/* 商品説明テキスト部分 */
.subtext {
	font-size: 10pt;
	line-height: 13pt;
}

/*************************************** 2005.10.25追加 ここまで */

/* コンテンツTOPへのリンク設定 */
.toplink a {
	color: #FFFFFF;
	text-decoration: underline;
}
.toplink a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.toplink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

/* del 061031 to commonMenu.css */



/************************************************** グループ用のCSS *****/
/* HEADER */
.grnvbg {
	background-image: url(/common/img/bg_grnv02.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 28px;
}

#grpheader {
	margin: 0px;
	padding: 0px;
}
#grpheadleft {
	margin: 0px;
	padding: 0px;
	float: left;
}
#grpheadright {
	margin: 0px;
	padding: 0px;
	float: right;
}

/* 会社ロゴ */
#lg {
	margin: 0px;
	padding: 21px 19px 0px 22px;
	float: left;
}

/* 会社名 */
#comp {
	padding: 29px 0px 11px;
	margin: 0px;

}

/* 検索がない場合のダミー */
.dummysearch {
	margin: 0px;
	padding: 0px;
	height: 40px;
}

/* グループ表示用フッタ */
#copy {
	margin-left: 10px;
}
#ftnavi {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

/* テーブル下注釈用 */
.note {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 印刷アイコン用 */
#print {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: right;
}

/************************************************** 20051014追加 */
/* 太字対応 */
.b {
	font-weight: bold;
}

/* 赤い文字 */
.red {
	color: #ff0000;
}

/* 上揃え */
.top {
	vertical-align: top;
}
/* 中央揃え */
.middle {
	vertical-align: middle;
}
/* 下揃え */
.bottom {
	vertical-align: bottom;
}




/*  新ヘッダー調整用  */

#header,
#footer{
	color:#000;
}

#header img,
#footer img{
	border:none;
}

#header form{
	margin:0;
	padding:0;
}

#header p,
#footer p,
#header div,
#footer div,
#footer address,
#header ul,
#footer ul{
	margin:0;
	padding:0;
	font-size:92%;
}

#header input,
#footer input{
	font-size:96%;
}


#contents{
	width:720px;
	margin:0 auto;
}

