/* =======================================================

　　初期化、及び基本設定

======================================================= */
body {
	background-color: #99CCFF;
	background-image: url(images_site/BODY_bg_x.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
.notice {
	font-size: 10px;
	color: #666666;
}
.f10 {
	font-size: 10px;
	line-height: 12px;
}
.f12 {
	font-size: 12px;
	line-height: 16px;
}
a{
text-decoration:underline;
color: #0066FF;
}

a:hover{
color:#FF9900;
}

#ALLy {
	background-image: url(images_site/ALL_2_bg_y.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#ALLy #ALL {
	background-image: url(images_site/ALL_1_bg.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
}
/* =======================================================

　　ヘッダー構成

======================================================= */
#HEADER {
	height: 107px;
	width: 780px;
	position: relative;
}
#TAGLINE {
	position: absolute;
	height: 28px;
	width: 755px;
	right: 0px;
	bottom: 0px;
	padding-top: 12px;
	font-size: 12px;
}
a#LOGO {
	text-indent: -9999px;
	display: block;
	color: #333333;
	text-decoration: none;
	background-image: url(images_site/LOGO.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 179px;
	position: absolute;
	padding-top: 2px;
}
#GM {
	height: 60px;
	width: 600px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
#GM ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#GM ul li {
	height: 60px;
	float: left;
}
#GM ul li a {
	height: 60px;
	background-image: url(images_site/gm.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	font-size:5px;
	overflow: hidden;
}
#GM a.idcard {
width: 145px;
background-position: 0px 0px;
}
#GM a.cardcase {
	background-position: -145px 0px;
	width: 106px;
}
#GM a.strap {
	background-position: -251px 0px;
	width: 105px;
}
#GM a.accessories {
	background-position: -356px 0px;
	width: 77px;
}
#GM a.cardprinting {
width: 167px;
background-position: -433px 0px ;
}
#GM a.idcard:hover {background-position: 0px -60px;}
#GM a.cardcase:hover {background-position: -145px -60px;}
#GM a.strap:hover {background-position: -251px -60px;}
#GM a.accessories:hover {background-position: -356px -60px;}
#GM a.cardprinting:hover {background-position: -433px -60px;}
#HEADER a#CONTACT {
	background-image: url(images_site/contact_btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 287px;
	position: absolute;
	top: 3px;
	right: 6px;
	outline: none;
}
#HEADER a#CONTACT:hover {
	background-position: 0px -30px;
}
#HeaderText {
	background-image: url(images_site/header_border_text.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;
	text-indent: -9999px;
}
/* =======================================================

　　パンくずリスト

======================================================= */
#TOPICPATH {
	height: 21px;
}
#TOPICPATH p {
	font-size: 12px;
	line-height: 16px;
	color: #330000;
	margin: 0px;
	padding: 3px 15px 0px;
}
/* =======================================================

　　コンテンツ

======================================================= */
#WRAPPER {
	padding-top: 15px;
	width: 780px;
	position: relative;
}
/* サイドバー */
#SIDE {
	float: left;
	width: 160px;
	border-right: 1px solid #E1E1E1;
	font-size: 12px;
	line-height: 14px;
}
#SIDEFAQ {
	float: left;
	width: 200px;
	border-right: 1px solid #E1E1E1;
	font-size: 12px;
	line-height: 14px;
}
#SIDE h4,#SIDEFAQ h4 {
	padding: 3px;
	border-left: 5px solid #6699FF;
	margin: 0px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#SIDE ul,#SIDEFAQ ul {
	margin: 0px;
	padding: 0px 0px 10px 12px;
	list-style-type: none;
}
#SIDE ul li,#SIDEFAQ ul li {
	padding-bottom: 5px;
	background-image: url(images_site/sidemenu.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 7px;
}
/* コンテンツ */
#CONTENTS {
	float: right;
	width: 600px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#CONTENTSFAQ {
	float: right;
	width: 560px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#CONTENTS h1,#CONTENTSALL h1,#CONTENTSFAQ h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	background-color: #99CCFF;
	padding: 3px 3px 3px 6px;
	border-top: 1px solid #6699FF;
	border-right: 1px solid #6699FF;
	border-bottom: 1px solid #6699FF;
	border-left: 5px solid #6699FF;
	margin-bottom: 10px;
}
#CONTENTS h2,#CONTENTSALL h2,#CONTENTSFAQ h2 {
	font-size: 14px;
	font-weight: bold;
	color: #173D4F;
	margin: 15px 10px 10px 5px;
	padding: 2px 2px 2px 6px;
	border-left: 5px solid #003366;
	background-color: #FFFFFF;
}
#CONTENTS h3,#CONTENTSALL h3,#CONTENTSFAQ h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	margin: 15px 10px 10px;
	padding: 3px 3px 3px 6px;
	border-top: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	border-left: 4px solid #6699CC;
	background-color: #FFFFFF;
}
#CONTENTS h4,#CONTENTSALL h4,#CONTENTSFAQ h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
#CONTENTS p,#CONTENTSALL p,#CONTENTSFAQ p {
	margin: 0px;
	padding: 7px 10px 10px;
	letter-spacing: 1px;
}
#CONTENTS .separate,#CONTENTSALL .separate,#CONTENTSFAQ .separate {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#CONTENTS ul, #CONTENTS ol,#CONTENTSALL ul,#CONTENTSALL ol {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 15px;
}
#CONTENTS ul li, #CONTENTS ol li,#CONTENTSALL ul li,#CONTENTSALL ol li {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}
#CONTENTS .footerContact {
	background-image: url(images_site/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	padding: 6px 5px 5px 32px;
}
.pressImage {
	float: left;
	width: 220px;
}
.aboutImage {
	float: right;
	text-align: right;
}
.cLeft380 {
	float: left;
}
.cRight380 {
	margin-left: 380px;
}
#CONTENTS p.entryDate {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#CONTENTSALL {
	float: left;
	width: 760px;
	padding:0px 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
/* =======================================================

　　フッター

======================================================= */
#FOOTER {
	background-image: url(images_site/Footer_bg_x.png);
	background-repeat: repeat-x;
	background-color: #6699FF;
	padding-bottom: 15px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#FOOTER p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	line-height: 18px;
	margin: 0px;
}
#FOOTER p a {
	color: #FFFFFF;
}
#FOOTER p a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
/* =======================================================

　　テーブル

======================================================= */
table {
	border-collapse:collapse;
	border: 1px solid #D4D0C8;
	color: #666666;
	width: 580px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
table th, table td {
	border-collapse:collapse;
	border: 1px solid #D4D0C8;
	padding: 3px;
}
table th {
	background-color: #F3F3F3;
	color: #000000;
	font-weight: normal;
}
table.press {
	width: 370px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 200px;
}
table.consumable {
	font-size: 10px;
	line-height: 12px;
}
table.seal {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 130px;
	width: 400px;
}
