﻿/*
#TAG
-----------------------------------------------------*/

.ProfileLogoBox
{
	margin: 3px 18px 8px 18px;
	_margin: 2px 9px 4px 9px; /*IE6対策*/
	background: url('../img/profileLogo.png');
	background-repeat:no-repeat;
	height:188px;
    color:#F6F6F6;
    font-size:11pt;
    font-weight:bold;
}

.AutomationLogoBox
{
	margin: 3px 18px 8px 18px;
	_margin: 2px 9px 4px 9px; /*IE6対策*/
	background: url('../img/automationLogo.png');
	background-repeat:no-repeat;
	height:188px;
    color:#F6F6F6;
    font-size:11pt;
    font-weight:bold;
}

.SecurityLogoBox
{
	margin: 3px 18px 8px 18px;
	_margin: 2px 9px 4px 9px; /*IE6対策*/
	background: url('../img/securityLogo.png');
	background-repeat:no-repeat;
	height:188px;
    color:#F6F6F6;
    font-size:11pt;
    font-weight:bold;
}

.ContactLogoBox
{
	margin: 3px 18px 8px 18px;
	_margin: 2px 9px 4px 9px; /*IE6対策*/
	background: url('../img/contactLogo.png');
	background-repeat:no-repeat;
	height:188px;
    color:#F6F6F6;
    font-size:11pt;
    font-weight:bold;
}

.Security_SeminarLogoBox
{
	margin: 3px 18px 8px 18px;
	_margin: 2px 9px 4px 9px; /*IE6対策*/
	background: url('../img/seminor_diagoLogo.png');
	background-repeat:no-repeat;
	height:188px;
    color:#F6F6F6;
    font-size:11pt;
    font-weight:bold;
}