@charset "utf-8";
/* CSS Document */


/* basic element*/
body {
	margin:0px;
        text-align:center;
        border:none;
}

h3 {

}

table, td{
	border:0px;
}

tr {
	vertical-align:top;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
	
/* specific divs */

/* the basic part */
#container {
	margin:0px;
	overflow:visible;
	position:auto;
	text-align:left;
	width:1024px;
}

#bg {
	background-image:url('http://josen-sake.com/newImages/bg.png');
	background-repeat:repeat;
	height:1080px;
        margin:0px 0px 0px 0px;
	position:fixed;
	width:1920px;
	z-index:-3;
}

/* the logo image part */
#subLogo {
	background-image:url('http://josen-sake.com/newImages/subLogo.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:180px;
	margin:0px;
	position:fixed;
	width:180px;
        z-index:-1;
}

#logo {
	background-image:url('http://josen-sake.com/newImages/logo.png');
	background-repeat:no-repeat;
	height:550px;
	margin:200px 0px 0px 0px;
	position:fixed;
	width:420px;
	z-index:-1;
}

/* the main part */
#content {
   margin:150px 0px 0px 0px;
   position:absolute;
   width:760px;
}

.entry {
   margin-left:0px;
   margin-right:0px;
}

#menuBar {
	display:block;
	float:left;
	height:145px;
	margin:0px 0px 0px 182px;
	position:fixed;
	width:886px;
	z-index:3;
}

#pageBody{
	height:750px;
	margin:0px 0px 0px 230px;
	top:150px;
	width:750px;
}

* html {
	overflow:hidden;
}

* html body,
{
	height:100%;
	overflow:auto;
	position:relative;
	width:100%;
}

* html #bg {
	background-image:url('http://josen-sake.com/newImages/bg.png');
	background-repeat:repeat;
	height:110%;
	position:absolute;
	width:100%;
	z-index:-3;
}

* html #subLogo {
	background-image:url('http://josen-sake.com/newImages/subLogo.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:180px;
	margin:0px;
	position:absolute;
	width:180px;
}

* html #logo {
	background-image:url('http://josen-sake.com/newImages/logo.png');
	background-repeat:no-repeat;
	height:550px;
	margin:200px 0px 0px 0px;
	position:absolute;
	width:420px;
	z-index:-1;
}

* html #menuBar {
	display:block;
	float:left;
	height:92px;
	margin:0px 0px 0px 182px;
	position:absolute;
	width:886px;
	z-index:3;
}

* html #pageBody,
* html #container{
	height:100%;
	margin:0px 0px 0px 0px;
	overflow:auto;
	position:relative;
	width:100%;
}

* html #about{
	background:none;	
	height:2127px;
	margin:0px 0px 0px 260px;
	padding:30px 0px 0px 30px;
	position:relative;
	top:0px;
	width:500px;
	z-index:2;
}

* html #ieAbout {

}

* html #aboutSake{
	height:710px;
	margin:30px 0px 0px 797px;
	position:absolute;
	width:195px;
}

* html #aboutContentC {
	color:#777777;
	font-family: 新細明體-ExtB;
	font-size:18px;
	line-height:21.6px;
	margin:0px 0px 0px -30px;
	text-align:left;
	
}

* html #aboutContentE {
	color:#777777;
	font-size:18px;
	line-height:21.6px;
	margin:0px 0px 0px -30px;
	text-align:left;
	font-family: kai;
}

* html #aboutTitleC {
	color:#555555;
	font-family: 新細明體-ExtB;
	font-size:40px;
	font-weight:none;
	margin:-1857px 0px 0px -30px;
	text-align:left;
}

* html #aboutTitleE {
	color:#555555;
	font-family:新細明體-ExtB;
	font-size:40px;
	font-weight:none;
	margin:-17px 0px 0px -30px;
	text-align:left;
}

* html #content {
   margin:0px 0px 0px 250px;
   position:absolute;
   width:760px;
}
