/* 会社紹介ページ群の基本デザインCSS */

body{
	background-color:#ECEEEE;	/* 背景色 */
	margin:0px;					/* 外余白（４辺） */
	padding:0px;				/* 内余白（４辺） */
}

/* コンテンツ全体 */
#contents{
	width:800px;				/* 幅 */
	background-color:#FFFFFF;	/* 背景色 */
}

/* メニューバー */
#menu{
	height:200px;				/* 高さ */
	width:750px;				/* 幅 */
}

/* スクリーン印刷ボタン */
#btn_s a{
	border-left:1px solid #FFFFFF;
								/* 枠（左） */
	height:37px;				/* 高さ */
	width:104px;				/* 幅 */
	background-image:url(../image/btn_screen.gif);
								/* 背景画像指定 */
	background-position:left top;
								/* 背景画像位置 */
	font-size:85%;				/* 文字サイズ */
	text-align:center;			/* 行揃え */
	line-height:280%;			/* 行間調節 */
	color:#222288;				/* 色 */
	text-decoration:none;		/* 下線表示 */
	display:block;				/* ブロック要素 */
}

/* ラミネート加工ボタン */
#btn_l a{
	height:37px;				/* 高さ */
	width:104px;				/* 幅 */
	background-image:url(../image/btn_lami.gif);
								/* 背景画像指定 */
	background-position:left top;
								/* 背景画像位置 */
	font-size:85%;				/* 文字サイズ */
	text-align:center;			/* 行揃え */
	line-height:280%;			/* 行間調節 */
	color:#222288;				/* 色 */
	text-decoration:none;		/* 下線表示 */
	display:block;				/* ブロック要素 */
}

/* インクジェット出力ボタン */
#btn_i a{
	height:37px;				/* 高さ */
	width:104px;				/* 幅 */
	background-image:url(../image/btn_inkjet.gif);
								/* 背景画像指定 */
	background-position:left top;
								/* 背景画像位置 */
	font-size:85%;				/* 文字サイズ */
	text-align:center;			/* 行揃え */
	line-height:290%;			/* 行間調節 */
	color:#222288;				/* 色 */
	text-decoration:none;		/* 下線表示 */
	display:block;				/* ブロック要素 */
}

/* マーキングフィルム加工ボタン */
#btn_m a{
	border-right:4px solid #FFFFFF;
								/* 枠（左） */
	height:37px;				/* 高さ */
	width:104px;				/* 幅 */
	background-image:url(../image/btn_film.gif);
								/* 背景画像指定 */
	background-position:left top;
								/* 背景画像位置 */
	font-size:80%;				/* 文字サイズ */
	text-align:center;			/* 行揃え */
	line-height:290%;			/* 行間調節 */
	color:#222288;				/* 色 */
	text-decoration:none;		/* 下線表示 */
	display:block;				/* ブロック要素 */
}

/* 会社紹介ボタン群 */
#btn_corp a{
	border-left:1px solid #FFFFFF;
								/* 枠（左） */
	border-right:1px solid #FFFFFF;
								/* 枠（右） */
	height:47px;				/* 高さ */
	width:62px;					/* 幅 */
	background-image:url(../image/btn_corp.gif);
								/* 背景画像指定 */
	background-position:left top;
								/* 背景画像位置 */
	font-size:85%;				/* 文字サイズ */
	text-align:center;			/* 行揃え */
	line-height:360%;			/* 行間調節 */
	color:#222288;				/* 色 */
	text-decoration:none;		/* 下線表示 */
	display:block;				/* ブロック要素 */
}

/* ＴＯＰボタン */
#btn_top a{
	border-left:1px solid #FFFFFF;
								/* 枠（左） */
	border-right:1px solid #FFFFFF;
								/* 枠（右） */
	height:47px;				/* 高さ */
	width:88px;					/* 幅 */
	background-image:url(../image/btn_top.gif);
								/* 背景画像指定 */
	background-position:left top;
								/* 背景画像位置 */
	font-size:85%;				/* 文字サイズ */
	text-align:center;			/* 行揃え */
	line-height:360%;			/* 行間調節 */
	color:#222288;				/* 色 */
	text-decoration:none;		/* 下線表示 */
	display:block;				/* ブロック要素 */
}

/* メニュー 選択時 */
#menu a:hover{
	background-position:left bottom;
								/* 背景画像位置 */
}

/* ベタ */
#beta{
	height:5px;					/* 高さ */
	background-color:#BBBBBB;	/* 背景色 */
}

/* メイン */
#main{
	width:700px;				/* 幅 */
}

/* 著作権表示 */
address{
	font-family:Arial, Helvetica, sans-serif;
								/* フォント */
	font-size:80%;				/* 文字サイズ */
}
