
img
{
	border: none;
}

#contents
{
	position: absolute;
	left: 150px;
	width: 700px;
}

.ScreenShot
{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 10px;
}

/* Menuに関する記述  */

#Menu
{
	position : fixed !important;
	position : absolute;

	background-color: #3c3c3c;
	background-image: url(./images/menu_back.jpg);
	height: 100%;
	width: 140px;
	left: 0px;
	top: 0px;
	text-align: center;
	padding-top: 40px;
	color: white;
	float:left;
	font-family: Impact;
	font-size: 18px;
}
#Menu H1
{
	font-family: sans-serif;
	font-size: 16px;
}

#Menu UL
{
	DISPLAY: inline;
}

#Menu LI
{
	DISPLAY: inline;
}


#Menu A
{
	display: block;
	width: 140px;
	height: 40px;

	padding-top: 18px;
	margin-top: 15px;
	font-family: Impact;
	font-size: 18px;
	color: white;
	vertical-align: middle;
}

A#active
{
	background-color: #ffffff;
	color: #990000;
}

#Menu A:hover
{
	color: orange;
	background-image: url(./images/alpha.png);
    background-color: transparent;
}


/* Mainフレームに関する記述  */

#Main
{
	position: relative;
	color: Black;
	border-right: darkgray 1px dashed;
	border-top: darkgray 1px dashed;
	border-left: darkgray 1px dashed;
	border-bottom: darkgray 1px dashed;
	font-size: 11pt;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#Main H2
{
	border-left: darkgray double;
	border-bottom: darkgray double;
	background-image: url(./images/h2.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 13px;
	padding-bottom: 7px;
	color: white;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 10px;
}

#Main H2 .H2Long
{
	background-image: url(./images/h2long.png);
	font-size: 11pt;
}

#Main h2#SeisakuInfo
{
	background-image: url(./images/h2long.png);
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 11pt;
}

#Main h2#ImageInfo
{
	background-image: url(./images/h2long.png);
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 11pt;
}

#Main dl
{
	margin-top: 0px;
	margin-bottom: 40px;
}

#Main dt
{
	background-color: #e6e9ee;
	border-top: black 1px dotted;
	border-bottom: black 1px dotted;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	vertical-align: bottom;
}

#Main dd
{
	margin-left:20px;
	margin-bottom:20px;
	margin-right:10px;
}
.DoubleBOX
{
	position: relative;
	width: 100%;
}

.DoubleBOX dl
{
	width: 50%;	
	float: left;
}

.DoubleSS
{
	float: left;
}

.DoubleBOX img
{
	position: relative;
	left: 25px;
	top: -10px;
	margin-bottom: -10px;
}


#Main p
{
	margin-left:20px;
	margin-bottom:30px;
}


#Footer
{
	width: 695px;
	background-repeat: no-repeat;
	color: Black;
	margin-top: 10px;
	border-right: darkgray 1px dashed;
	border-top: darkgray 1px dashed;
	border-left: darkgray 1px dashed;
	border-bottom: darkgray 1px dashed;
	left: 160px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}


.TextRight
{
	text-align:right;
}


/*Infomationに関するCSS*/
#Mail
{
	left: 2px;
	vertical-align: middle;
	position: relative;
	top: -14px;
}

/*Productsに関するCSS*/

#Main h2#AboutTeamACE
{
	padding-top: 14px;
	padding-left: 40px;
	padding-bottom: 6px;
}

#Main h2#OtherScreenShot
{
	background-image: url(./images/h2long.png);
	padding-top: 15px;
	padding-left: 45px;
	padding-bottom: 10px;
	font-size: 11pt;
}

#Main h2#patch
{
	background-image: url(./images/h2long.png);
	padding-top: 15px;
	padding-left: 55px;
	padding-bottom: 10px;
	font-size: 12pt;
}
