﻿/*ページ全体
------------------------------------------------*/
html {
	height : 100%;
}
body {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/page_bk.gif);
	background-repeat: repeat;
	height : 100%;
}
h1,h2,p,dl{
	margin:0;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 20px;
	text-indent: -9999px;
	padding-bottom: 20px;
}
h3 {
	margin: 0px;
	padding: 20px 20px 5px;
	height: 40px;
	width: 720px;
	background-color: #FFFFFF;
	display: block;
	text-indent: -9999px;
}
h4 {
	background-color: #ECE4D4;
	text-indent: 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #003366;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 6px;
	margin-top: 0px;
}
h5 {
	margin: 0px;
	padding: 20px 20px 5px;
	height: 97px;
	width: 720px;
	background-color: #FFFFFF;
	display: block;
	text-indent: -9999px;
}
h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

ul {
	font-size:12px;
	list-style-type: decimal;
	padding-left: 0px;
	margin-left: 20px;
	line-height: 18px;
}
.note {
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
.note2 {
	font-size: 10px;
	line-height: 13px;
	color: #FF6600;
}
a:link{
	color:#000000;
	background:transparent;
	text-decoration: none;
}
a:visited{
	color:#666666;
	background:transparent;
	text-decoration: none;
}
a:hover, a:active{
	color:#008CC5;
	background:transparent;
	text-decoration: underline;
}
.list2 {
	list-style-type: disc;
	margin-left: 12px;
	padding-left: 6px;
	margin-bottom: 12px;
	margin-top: 0px;
	padding-top: 0px;
	color: #1C556F;
}
.orange {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
	color: #FF6600;
}
#all {
	width: 760px;
	height : 100%;
  	margin: auto;
	background-image: url(../img/foot_bg.gif);
}

/*ヘッダ
------------------------------------------------*/
#header {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 760px;
	border-top-width: 12px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/headerimg.gif);
	background-repeat: no-repeat;
}

#header2 {
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 760px;
	background-color: #333333;
}

#footer img {
	background-position: center;
	text-align: center;
}
#header #LOGO {
	left: 20px;
	top: 20px;
	position: relative;
}
#header p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	margin-right: 16px;
}
.subnavi {
	font-size: 10px;
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 8px;
	border-bottom-color: #CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

/*トップページ本体
------------------------------------------------*/
#toppagebody {
	background-color: #F4F5F7;
	width: 760px;
	background-image: url(../img/grid.gif);
	background-repeat: repeat-x;
}
.info { background-image: url(../img/infotitle.gif); background-repeat: no-repeat; }
#info {
	float: right;
	width: 275px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 6px;
}
.intro {
	background-image: url(../img/introtitle.gif);
	background-repeat: no-repeat;
}
#intro {
	float: left;
	width: 415px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 6px;
}
.event {
	background-image: url(../img/eventtitle2.gif);
	background-repeat: no-repeat;
}
#event {
	float: right;
	width: 275px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 15px;
}
dt, dd {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#info dt {
	font-size: 10px;
	background-image: url(../img/arrow-g.gif);
	background-repeat: no-repeat;
	text-indent: 12px;
	background-position: left center;
}
dd {
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
}
#event dt {
	font-size: 10px;
	background-image: url(../img/arrow-p.gif);
	background-repeat: no-repeat;
	text-indent: 12px;
	background-position: left center;
}
#toppagebody:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*ページ本体
------------------------------------------------*/
#pagebody {
	background-color: #FFFFFF;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#left {
	float: left;
	width: 345px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 6px;
}
#right {
	float: right;
	width: 345px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#pagebody:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#pagebody p {
	font-size:12px;
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 18px;
}
#pagebody a {
	color:#000066;
}
#sysreq dt {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-style: none;
	border-bottom-width: 0;
}
#sysreq dd {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-style: none;
	border-bottom-width: 0;
}
#getpdf {
	float: left;
	width: 700px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.icon {
	margin-right: 12px;
	margin-top: 5px;
	float:left;
}
.pagebottom { 
	background-color: #ffffff; 
	width: 760px; 
	border-top-color: #ffffff; 
	border-top-width: 1px; 
	border-bottom-color: #cccccc; 
	border-bottom-width: 1px; 
}
.leftall { 
	float: left; 
	width: 720px; 
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 6px;
}
#middle { position: relative; left: 100px; right: 100px; float: left; width: 560px; }
/*メインメニュー
------------------------------------------------*/
#menu {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 760px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #FFFFFF;
	background-image: url(../img/mainmenu-back.gif);
	background-repeat: no-repeat;
}

#menu ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 21px;
	margin-bottom: 0px;
	margin-left: 19px;
}
#menu li, #menu a {
	float: left;
	height: 32px;
	width: 120px;
	display: block;
	line-height: 32px;
}
#menu a {
	background-image: url(../img/mainmenu.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#menu li {
	text-indent: -9999px;
}

#item01 a {background-position: 0px 0px}
#item02 a {background-position: -120px 0px}
#item03 a {background-position: -240px 0px}
#item04 a {background-position: -360px 0px}
#item05 a {background-position: -480px 0px}
#item06 a {background-position: -600px 0px}
#item01 a:hover {background-position: 0px -32px}
#item02 a:hover {background-position: -120px -32px}
#item03 a:hover {background-position: -240px -32px}
#item04 a:hover {background-position: -360px -32px}
#item05 a:hover {background-position: -480px -32px}
#item06 a:hover {background-position: -600px -32px}

#item01on a {background-position: 0px -32px}
#item02on a {background-position: -120px -32px}
#item03on a {background-position: -240px -32px}
#item04on a {background-position: -360px -32px}
#item05on a {background-position: -480px -32px}
#item06on a {background-position: -600px -32px}


/*パンくずメニュー
------------------------------------------------*/
#breadclumb {
	display: block;
	height: 12px;
	width: 720px;
	background-color: #0276AA;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
}
#breadclumb a {
	color: #FFFFFF
}

/*ポップアップ
------------------------------------------------*/
#popbody {
	background-color: #FFFFFF;
	width: 650px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#popleft {
	float: left;
	width: 352px;
	padding: 12px;
}
#popright {
	float: right;
	width: 274px;
	padding-top: 12px;
}
#popbody:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#popbody p {
	font-size:12px;
	margin-top: 2px;
	line-height: 18px;
}
#popbody a {
	color:#000066;
}
#logo {
	padding-top: 12px;
}
#close {
	padding-left: 204px;
	
}
.pop_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #333333;
	height: 9px;
	width: 650px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/*1段図
------------------------------------------------*/

#fig {
	margin: 0px;
	padding: 0px 20px 10px;
	width: 720px;
	background-color: #FFFFFF;
}

/*1段組
------------------------------------------------*/

#onecolumn {
	margin: 0px;
	padding: 20px 20px 10px;
	width: 720px;
	background-color: #FFFFFF;	
}
#onecolumn p {
	text-align: center;
	line-height: 18px;
}
#onecolumn table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 12px;
	margin-top: 6px;
}
#onecolumn  td {
	padding-top: 6px;
	padding-bottom: 6px;
}
.bordercell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.red {
	font:bold 16px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
}
.headline {
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
#onecolumn2 {
	margin: 0px;
	padding: 20px 20px 10px;
	width: 720px;
	background-color: #FFFFFF;
}
#onecolumn2 p {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
#date p {
	text-align: right;
	line-height: 18px;
	background-color: #FFFFFF;
	padding-right: 15px;
}

/*グラフィックバナー
------------------------------------------------*/

#banner {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/*フッタ
------------------------------------------------*/
#footer {
	background-color: #FFFFFF;
	height: 78px;
	width: 760px;
}
.logotype {
	background-image: url(../img/logotype.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	padding-top: 12px;
	padding-bottom: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #333333;
	height: 9px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/*ページタイトル
------------------------------------------------*/
.download {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-downloads.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.profile {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-profile.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.carrer {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-carrers.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.partner {
	margin: 0;
	padding: 5px 20px;
	background-image: url(../img/title/title_ldap45.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.partnerh3 {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-partner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.inquiry {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-inquiry.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.sitemap {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-sitemap.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.legal {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-terms.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.pp1 {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-pp1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.pp2 {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-pp2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.overview {
	margin: 0;
	padding: 5px 20px;
	background-image: url(../img/title/title_ldap45.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.overviewh3 {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-overview.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.features {
	margin: 0;
	padding: 5px 20px;
	background-image: url(../img/title/title_ldap45.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.featuresh3 {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-features.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.plugin {
	margin: 0;
	padding: 5px 20px;
	background-image: url(../img/title/title_ldap45.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.pluginh3 {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-plugin.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.casestudy {
	margin: 0;
	padding: 5px 20px;
	background-image: url(../img/title/title_ldap45.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.casestudyh3 {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-casestudy.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.systemreqs {
	margin: 0;
	padding: 5px 20px;
	background-image: url(../img/title/title_ldap45.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.systemreqsh3 {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-systemreqs.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.infomation {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-info.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.events {
	margin: 0px;
	padding: 20px 20px 5px;
	background-image: url(../img/title/title-event.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*パートナーリスト
------------------------------------------------*/
.partnerlist { text-align: right; list-style-type: none; margin-left: 0; padding-left: 0; margin-bottom: 20px; margin-top: 0; padding-top: 0; }
#axio {
	background-image: url(../img/plogo/logo_axio.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#anet {
	background-image: url(../img/plogo/logo_anet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#netmarks {
	background-image: url(../img/plogo/logo_netmarks.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#synargy {
	background-image: url(../img/plogo/logo_synergy.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#rsa {
	background-image: url(../img/plogo/logo_RSA.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#sun {
	background-image: url(../img/plogo/logo_sun.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#areabe {
	background-image: url(../img/plogo/logo_areabe.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#novell {
	background-image: url(../img/plogo/logo_novell.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#falcon {
	background-image: url(../img/plogo/logo_falcon.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#entrust {
	background-image: url(../img/plogo/logo_entrust.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#jnotary {
	background-image: url(../img/plogo/logo_jnotary.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#neojapan {
	background-image: url(../img/plogo/logo_neojapan.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#xerox {
	background-image: url(http://www.fujixerox.co.jp/common/banner/fxbanner2.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#fisl {
	background-image: url(../img/plogo/logo_fisl.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#fst {
	background-image: url(../img/plogo/logo_fst.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#ashisuto {
	background-image: url(../img/plogo/logo_ashisuto.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#cmc {
	background-image: url(../img/plogo/logo_cmc.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#nit {
	background-image: url(../img/plogo/logo_nit.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#ns-sol {
	background-image: url(../img/plogo/logo_ns-sol.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#hp {
	background-image: url(../img/plogo/logo_hp.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#ip3 {
	background-image: url(../img/plogo/logo_ip3.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#isp {
	background-image: url(../img/plogo/logo_isp.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#sra {
	background-image: url(../img/plogo/logo_sra.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#redhat {
	background-image: url(../img/plogo/logo_redhat.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#ctc {
	background-image: url(../img/plogo/logo_ctc.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#nisseicom {
	background-image: url(../img/plogo/logo_nisseicom.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#sios {
	background-image: url(../img/plogo/logo_sios.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#cybozu {
	background-image: url(../img/plogo/logo_cybozu.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#hsas {
	background-image: url(../img/plogo/logo_hsas.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#hsv {
	background-image: url(../img/plogo/logo_hsv.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}
#daimei {
	background-image: url(../img/plogo/logo_daimei.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 20px;
	padding-top: 4px;
	border-bottom: 1px dotted #cccccc;
	height: 40px;
}

/*サイトマップ
------------------------------------------------*/
.site {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
.line_1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.line_2 {
	padding-top: 10px;
}


/*製品問い合わせ
------------------------------------------------*/
#contact {
	background-color: #FFFFFF;
	display: block;
	padding: 20px;
	width: 720px;
	font-size: 12px;
	color: #45A6C8;
	text-align: center;
	background-image: url(../img/grid02.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contact a {
	color:#45A6C8;
}

/*Clearfix
------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}
