@charset "utf-8";
/* Base */

body{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.6em;
	font-family:Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ededed;
	text-align:center;
	color:#333;
}

img{
	border:none;
}

h1,h2,h3,h4,p,ol,ul,dl,dt,dd{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}

p{
	margin:0 0 1em 0.2em;
}

li{
	list-style:none;
}

.clear{
	clear:both;
}

/* Layout */


#container{
	width:960px;
	height:inherit;
	margin:0 auto;
}

#content{
	background-color:#fff;
	text-align:left;
}

#contentLeft{
	float:left;
	width:425px;
	margin:30px 0 30px 30px;
	display: inline;
}

#contentRight{
	float:right;
	width:425px;
	margin:30px 30px 30px 0;
	display: inline;
}

#footer{
	display:block;
	background:url(../image/zerohachiLogo_footer.gif) top center no-repeat;
	height:54px;
	text-indent:-9999px;
	}


/* langSelect */


#langSelect ul{
}

#langSelect li{
		float:right;
}

#langSelect li a{
	background-image:url(../image/langSelect.gif);
	width:47px;
	height:34px;
	display:block;
	text-indent:-9999px;
}

a.langJapanese{
		background-position:0 0;
}

a.langJapanese:hover{
		background-position:0 -34px;
}

.jp a.langJapanese{
		background-position:0 -34px;
}



a.langEnglish{
		background-position:47px 0;
}

a.langEnglish:hover{
		background-position:47px -34px;
}


.en a.langEnglish{
		background-position:47px -34px;
}



/* Module */

#headerLogo{
	height:60px;
	display:block;
	float:left;
}



#appSelect{
	float:right;
	width:80px;
}

#appSelect li{
	float:left;
}

.jp#pixCon h1{
	background:url(../image/PixelContact_logo_j.gif) top left no-repeat;
	text-indent:-9999px;
	height:66px;
}

.en#pixCon h1{
	background:url(../image/PixelContact_logo_e.gif) top left no-repeat;
	text-indent:-9999px;
	height:66px;
}

.jp#pixCon h2{
	background:url(../image/PixelContact_h2_j.gif) top left no-repeat;
	text-indent:-9999px;
	height:42px;
}

.en#pixCon h2{
	background:url(../image/PixelContact_h2_e.gif) top left no-repeat;
	text-indent:-9999px;
	height:55px;
}

#pixCon h3{
	text-indent:-9999px;
	height:32px;
	margin:20px 0 10px 0;
}

.jp#pixCon h3#h300{
	background:url(../image/PixelContact_h3_00_j.gif) top left no-repeat;
}


.en#pixCon h3#h300{
	background:url(../image/PixelContact_h3_00_e.gif) top left no-repeat;
}


.jp#pixCon h3#h301{
	background:url(../image/PixelContact_h3_01_j.gif) top left no-repeat;
}


.en#pixCon h3#h301{
	background:url(../image/PixelContact_h3_01_e.gif) top left no-repeat;
}

.jp#pixCon h3#h302{
	background:url(../image/PixelContact_h3_02_j.gif) top left no-repeat;
}


.en#pixCon h3#h302{
	background:url(../image/PixelContact_h3_02_e.gif) top left no-repeat;
}

.jp#pixCon h3#h303{
	background:url(../image/PixelContact_h3_03_j.gif) top left no-repeat;
}

.en#pixCon h3#h303{
	background:url(../image/PixelContact_h3_03_e.gif) top left no-repeat;
}

.jp#pixCon h3#h304{
	background:url(../image/PixelContact_h3_04_j.gif) top left no-repeat;
}

.en#pixCon h3#h304{
	background:url(../image/PixelContact_h3_04_e.gif) top left no-repeat;
}


#ScreenShots{
	margin:10px 0 30px 0;
}

#ScreenShots img{
	margin:0 0 3px 3px;
}

h4{
	font-size:13px;
	font-weight:bold;
	background:url(../image/h4_bg.gif) 0 3px no-repeat;
	padding:0 0 0 13px;
}

dl{
	margin:0 0 0 12px;
}

dt{
	font-weight:bold;
}

dd{
	padding:0 0 0 12px;
	background:url(../image/dd_bg.gif) no-repeat 0 4px;
}

.basicTable{
	margin:0 0 12px 12px;
	padding:0;
	border-collapse:collapse;
}

.basicTable td{
	border:1px solid #CCC;
	padding:5px;
}

