@charset "UTF-8";

/* ===================================
	File Name   : support.css
	Description : Contact Page Layout CSS
	Editors     : NS Sakamoto
	Create Date : 2012/02/15

	Update Description :
		2012/02/14 Append - Basic Styles [Sakurai]
		2012/02/14 File Create
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. support
	3. Meeting
	4. International
	5. Download Button
	6. 
	7. 
	*. Clear Release
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
/* Global Navigation */
#GlobalNavi li#BtnExhibit a,
#GlobalNavi li#BtnExhibit a:hover {background-position: -600px -51px;}


/* Title Setting */
h1 em {
	background: url(img/support/ttl_support.jpg) no-repeat;
	width: 851px;
	height: 33px;
}






/*===== ■2. Support =====*/
#Support h2 {
	background: url(img/support/ttl_support_01.jpg) no-repeat;
	width: 881px;
	height: 62px;
}
#Support p {
	margin: 10px 0px 20px 0px;
}
#Support .systemflow {
	float: left;
	margin-top: 20px;
}
#Support .system {
	float: left;
	margin-top: 20px;
	border: solid 1px #CCCCCC;
	padding: 5px;
}
#Support p {
	margin: 10px 0 0 0;
	width: 630px;
}
#Support img {
	margin: 15px 15px 0 0;
	float: right;
}
#Support .system dt {
	display: block;
	width: 440px;
	color: #6B57A3;
	font-weight: bold;
}
#Support .system dd{
	margin: 5px 0 10px 0;
	clear: both;
}
#Support .system dd img{
	float: left;
	margin-top: 0px;
}





/*===== ■3. Meeting =====*/
#Meeting h2 {
	background: url(img/support/ttl_support_02.jpg) no-repeat;
	width: 881px;
	height: 59px;
	margin: 50px 0 0 0;
}
#Meeting p {
	margin: 10px 0px 30px 0px;
}

#Meeting img {
	margin: 15px 10px 0 0;
	float: left;
	clear: both;
}
#Meeting .system {
	margin: 0px 0px 30px 0px;
	border: solid 1px #CCCCCC;
	padding: 5px;
	float: left;
	width: 420px;
}
#Meeting .system dt {
	width: 340px;
	color: #6B57A3;
	font-weight: bold;
}



/*===== ■4. International =====*/
#International h2 {
	background: url(img/support/ttl_support_03.jpg) no-repeat;
	width: 881px;
	height: 59px;
	margin: 50px 0 0 0;
}
#International p {
	margin: 10px 0px 30px 0px;
	height: 260px;
}

#International img {
	margin: 15px 15px 30px 10px;
	float: right;
	clear: both;
}





/*===== ■5. Download Button =====*/
#BtnDownload {
	padding: 0px 0px 0px 40px;
}






/*===== ■6.  =====*/





/*===== ■7.  =====*/





/*===== ■*.Clear Release  =====*/
#********************** {
	/zoom: 1;
}

#**********************:after {
	content: '';
	display: block;
	clear: both;
}
