﻿@charset "utf-8";

/* caption */

/*
	base id [#bodySec] >> design.css
	base id [#bodySec] >> bodysection.css
	base id [#bodySecBoard] >> 3column.css
	base id [#maincontentsBlock] >> 3column.css
	base id [#maincontentstitleArea] >> 3column.css
	base id [#maincontentsArea] >> 3column.css

*/

/* タイトルエリア */

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea {
	width: 520px;
	margin: 0px 0px 10px 30px;
	border-bottom: 3px solid #868896;
}

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea div.container {
	padding: 4px 4px 5px 0px;
	background-image: none;
	background-color: #FFFFFF;
}

/* -- Hack WinIE & MacIE --*/
* html #bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea div.container {
	/* Hides from IE5-Mac \*/ 
	height: 1%;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea div.container h2 {
	margin: 0;
	padding: 4px 0px 0px 0px;
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	color: #53556A;
	font-family: Helvetica, Arial, sans-serif;
}

/**/
#maincontentsArea ul{
	padding:0px;
}

#maincontentsArea ul li{
	float:left;
}

#maincontentsArea ul li,
#maincontentsArea ul li a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 1px;
}

#maincontentsArea ul li.catalog a {
	display: block;
	width: 270px;
	height: 65px;	
	background-image:url("/en/ga/support/image/download_catalog.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#maincontentsArea ul li.catalog a:hover {
	display: block;
	width: 270px;
	height: 65px;	
	background-image:url("/en/ga/support/image/download_catalog.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;

}

#maincontentsArea ul li.soft a {
	display: block;
	width: 250px;
	height: 65px;	
	background-image:url("/en/ga/support/image/download_software.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#maincontentsArea ul li.soft a:hover {
	display: block;
	width: 250px;
	height: 65px;	
	background-image:url("/en/ga/support/image/download_software.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;

}

#maincontentsArea ul li.dist a {
	display: block;
	width: 270px;
	height: 65px;	
	background-image:url("/en/ga/support/image/distributors.gif");
	background-repeat: no-repeat;
	background-position: left top;
margin-top:20px;
}

#maincontentsArea ul li.dist a:hover {
	display: block;
	width: 270px;
	height: 65px;	
	background-image:url("/en/ga/support/image/distributors.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}

#maincontentsArea ul li.contact a {
	display: block;
	width: 250px;
	height: 65px;	
	background-image:url("/en/ga/support/image/contactus.gif");
	background-repeat: no-repeat;
	background-position: left top;
margin-top:20px;
}

#maincontentsArea ul li.contact a:hover {
	display: block;
	width: 250px;
	height: 65px;	
	background-image:url("/en/ga/support/image/contactus.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}

/*----- for FSX100support page/ -----------------*/
#maincontentsArea ul li.registration a {
	display: block;
	width: 270px;
	height: 120px;	
	background-image:url("/en/ga/support/image/registration.gif");
	background-repeat: no-repeat;
	background-position: left top;
margin-top:20px;
}

#maincontentsArea ul li.registration a:hover {
	display: block;
	width: 270px;
	height: 120px;	
	background-image:url("/en/ga/support/image/registration.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}

#maincontentsArea ul li.log a {
	display: block;
	width: 250px;
	height: 120px;	
	background-image:url("/en/ga/support/image/log.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:20px;
}

#maincontentsArea ul li.log a:hover {
	display: block;
	width: 250px;
	height: 120px;	
	background-image:url("/en/ga/support/image/log.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}

#maincontentsArea ul li.softFsx a {
	display: block;
	width: 250px;
	height: 120px;	
	background-image:url("/en/ga/support/image/download_softwareFsx.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:20px;
}

#maincontentsArea ul li.softFsx a:hover {
	display: block;
	width: 250px;
	height: 120px;	
	background-image:url("/en/ga/support/image/download_softwareFsx.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
/*----- /for FSX100support page -----------------*/

/* -- CatalogList --*/
div.ListContainer {
margin:15px 0px 15px 0px;
width:520px;
}

div.ListContainer p.text{
display:block;
width:520px;
font-size: 75%;
font-weight:bold;
color:#333333;
}

