@import url(style-contents.css);
@import url(style-SideBar.css);
@import url(style-heading.css);
@import url(style-table.css);
@import url(style-list.css);
@import url(style-demo.css);

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

　初期化

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

/* hover　IE6対策 */
body { behavior:url("../css_js/csshover2.htc"); }
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #F9F8E9;
	background-image: url(../images_site/body_bg_xRep.png);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
em {
	color: #666666;
}
a {
	color: #006699;
	text-decoration: none;
}
#CONTENTS a {
	text-decoration: underline;
}
#CONTENTS a img {
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.f12 {
	font-size: 12px;
	line-height: 1.3em;
}

/* クリア */
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

/*-------------------------------------------------------------------
clear-fix
-------------------------------------------------------------------*/
.cf:after
{
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

/* Win IE7 */
*:first-child+html .cf
{
height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html .cf
{
height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
.cf
{
display: inline-table;
}
/* End Mac IE */

#ALL {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.searchbody {
	background-color: #FFFFFF;
	padding: 20px;
}
.caption {
	font-size: 10px;
	line-height: 18px;
	color: #666666;
}
.padTop20 {
	padding-top: 20px !important;
}
.padBottom20 {
	padding-bottom: 20px !important;
}
.marginTop20 {
	margin-top: 20px !important;
}
.marginBottom20 {
	margin-bottom: 20px !important;
}
.marginLeft20 {
	margin-left: 20px !important;
}

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

　ヘッダ部分

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

#TAGLINE {
	background-image: url(../images_site/header_tagLine.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 920px;
}
#TAGLINE p {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 20px 0px;
}
#TAGLINE p strong {
	font-weight: normal;
}
#HEADER {
	background-image: url(../images_site/header_logo.png);
	background-repeat: no-repeat;
	height: 69px;
	width: 920px;
	position: relative;
}
a#LOGO {
	height: 69px;
	width: 160px;
	position: absolute;
	left: 30px;
	text-indent: -9999px;
}
a#ConMasPR {
	height: 67px;
	width: 255px;
	position: absolute;
	top: 1px;
	left: 330px;
	text-indent: -9999px;
	background-image: url(../images_site/conmas/header_PR.png);
	background-repeat: no-repeat;
}
a#ContactAppForm {
	height: 28px;
	width: 126px;
	position: absolute;
	top: 5px;
	right: 168px;
	background-image: url(../images_site/header_appForm.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a#ContactForm {
	height: 28px;
	width: 126px;
	position: absolute;
	top: 35px;
	right: 168px;
	background-image: url(../images_site/header_contactForm.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a#ContactAppForm:hover, a#ContactForm:hover {
	background-position: 0px -28px;
}

#langJP {
	height: 41px;
	width: 54px;
	position: absolute;
	top: 13px;
	right: 78px;
	background-image: url(../images_site/lang_jp.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a#langCN {
	height: 41px;
	width: 54px;
	position: absolute;
	top: 13px;
	right: 18px;
	background-image: url(../images_site/lang_cn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	background-position: 0px -41px;
}
a#langCN:hover {
	background-position: 0px 0px;
}

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

　メニュー部分

================================================*/
#GLOBALMENU {
	height: 47px;
	width: 920px;
	background-image: url(../images_site/header_gm_bg.jpg);
	background-repeat: no-repeat;
}
#GLOBALMENU ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#GLOBALMENU ul li {
	display: inline;
	float: left;
}
#GLOBALMENU ul li a {
	height: 47px;
	display: block;
	background-image: url(../images_site/header_gm_bg.jpg);
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#GLOBALMENU ul li a:hover {
	color: #FFFFFF;
}
#GLOBALMENU ul li.director a {
	width: 215px;
	height: 42px;
	padding-top: 5px;
	text-align: center;
	text-indent: 0px;
}
#GLOBALMENU ul li.director a:hover {
	background-position: 0px -47px;
}
#GLOBALMENU ul li.mc-web a {
	width: 209px;
	height: 42px;
	padding-top: 5px;
	text-align: center;
	text-indent: 0px;
	background-position: -215px 0px;
}
#GLOBALMENU ul li.mc-web a:hover {
	background-position: -215px -47px;
}
#GLOBALMENU ul li.example a {
	width: 122px;
	background-position: -424px 0px;
}
#GLOBALMENU ul li.example a:hover {
	background-position: -424px -47px;
}
#GLOBALMENU ul li.seminar a {
	width: 122px;
	background-position: -546px 0px;
}
#GLOBALMENU ul li.seminar a:hover {
	background-position: -546px -47px;
}
#GLOBALMENU ul li.event a {
	width: 122px;
	background-position: -668px 0px;
}
#GLOBALMENU ul li.event a:hover {
	background-position: -668px -47px;
}
#GLOBALMENU ul li.company a {
	width: 130px;
	background-position: -790px 0px;
}
#GLOBALMENU ul li.company a:hover {
	background-position: -790px -47px;
}
/*================================================

　コンテンツ

================================================*/
#WRAPPER {
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #D1D0BC;
}
#CONTENTS {
	float: left;
	width: 690px;
}
#TOPICPATH {
	color: #555555;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0px;
	background-color: #EEEEEE;
	background-image: url(../images_site/block_design/TOPICPATH_bg.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 32px;
	/* IE6 hasLayout */
	zoom:1;
	height: 22px;
	padding-bottom: 0px;
}
#TOPICPATH a {
	color: #004993;
	text-decoration: none;
}
#TOPICPATH a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.section {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

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

　サイドバー

================================================*/
#SIDE {
	float: right;
	width: 220px;
}
/*================================================

　フッター

================================================*/
#FOOTER {
	background-image: url(../images_site/footer_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 920px;
}
.footLink {
	background-image: url(../images_site/footer_upper_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 0px;
	padding: 10px 0px;
}
.footLink a {
	color: #006699;
	text-decoration: none;
}
.footLink a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.copyright {
	background-image: url(../images_site/footer_lower_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 12px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*================================================

　イベント

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

.DMS {
	height: 80px;
	width: 650px;
	background-image: url(../images_site/DMS/dms22t/DMS22T.png);
	background-repeat: no-repeat;
	padding-top: 105px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.DMS p.replace {
	display: none;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#CONTENTS .dmsaction a {
	text-decoration: none;
	display: block;
	height: 70px;
	width: 320px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.dmsInvitation {
	float: left;
	background-image: url(../images_site/DMS/DMS_invitation.png);
}
a.dmsApposys {
	float:right;
	background-image: url(../images_site/DMS/DMS_apposys.png);
}
#CONTENTS .dmsaction a.dmsInvitation:hover,
#CONTENTS .dmsaction a.dmsApposys:hover {
	background-position: 0px -70px;
}

