* { margin: 0px; padding: 0px; }


.wrap {
	margin: 0 auto;
	width: 980px;
}

body {
	text-align: center;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	background-image: url('/images/bg_ptn.png'); 
	background-position : left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.center_fix {
   position: absolute;
   top:  50%;
   left: 50%;
   width:  500px;        /* 横幅 */
   height: 500px;        /* 高さ */
   margin-left: -250px;  /* マイナス「横幅÷2」 */
   margin-top:  -250px;  /* マイナス「高さ÷2」 */
   overflow: auto;  /* 内容がはみ出る場合の表示方法 */
}

/* ナビーゲーション */
#header {
	background-repeat : repeat-x;
	background: url(/images/navbar.png);
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
}
#navigation {
	margin: auto;
	width:980px;
}

div.logo_s {
	margin-left: 44px;
 	height: 37px;
 	width: 32px;
 
	background: url("/images/bar_logo.png");
}

#menu {
	position:relative;
    margin:0 auto;
    width:980px;
}
#menu li {
	margin-left: -15px;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: auto;
	float:left;
	list-style-type: none;
	width: 135px;
	
	position:relative;
}
#menu li.left {
	margin-left: 86px;
}

#menu li a {
	position:relative;
	display: block;
	
	margin: auto;
	margin-top: 4px;
	
	text-decoration:none;        
	color: #8c8c8c;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
    font-size: 12pt;
    text-shadow: 0 1px 1px #fff;
    
    /* drop shadow */
	zoom: 1; /* hasLayout-Push for IE6 */
    width: 300px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 4px  rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 4px  rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=4,MakeShadow=true,ShadowOpacity=0.35);
    background: #000000 center center;
    
    /* corner radius */
	border-radius: 3px;         /* CSS3 */
   	/*-moz-border-radius: 6px;    /* Firefox */
	/*-webkit-border-radius: 6px; /* Safari,Chrome */
	/*border: 3px green solid;     /* 枠線の装飾 */
	background-color: #e1e1e1;   /* 背景色 */
   
   	padding-top: 6px;   /* このpaddingとheightの合計を30pxに */
    height: 23px;		/* して、textの垂直位置を調節 */
    width: 135px;
}
#menu li a:hover.nolink { text-decoration: line-through; }

#menu li#current_page a {
	margin-top: -9px;
	height: 49px;
	width: 200px;
	font-size: 26pt;

	background-color: #f0eeea;
	color: #006484;	
}

#menu li#home {
	z-index: 6;
}
#menu li#apps {
	z-index: 5;
}
#menu li#design {
	z-index: 4;
}
#menu li#support {
	z-index: 3;
}
#menu li#about_us {
	z-index: 2;
}
#menu li#contact {
	z-index: 1;
}
#menu li#current_page {
	z-index: 10;
}


/* クレジット */
#bottom {
	position: relative;
	margin-top: -62px;
	height: 280px;
}

#fotter {
	position: relative;
	top: 110px;
	background-repeat : repeat-x;
	background: url(/images/fotter_line.png);
	background-position: bottom;
	height: 136px;
	margin-bottom: 30px;
}

#company-promos li {
	float:left;
	list-style-type: none;
	
	position:relative;
}
#company-promos li.logo {
	margin-top: -18px;
	background: url(/images/edens_logo.png) no-repeat;
	width: 188px;
	height: 134px;
}
#company-promos li.text {
/* 	background-color: gray; */
	margin-top: -17px;
	margin-left: 20px;
	background: url(/images/copy.png) no-repeat;
	background-position: top;
	width: 525px;
	height: 170px;
}
#company-promos li.coffee {
float: right;
	margin-top: -280px;
	margin-right: -50px;
	background: url(/images/coffee.png) no-repeat;
	width: 320px;
	height: 305px;
}
#company-promos li.bottom {
	margin: auto;
	margin-top: -40px;
	width: 980px;
	height: 20px;
	
	font-size: 8pt;
	color: #7b7b7b;
}

div#information {

	font-size: 10pt;
	text-align: left;
	padding-top: 40px;
	line-height: 1.8em;
	color: #7b7b7b;
}
span.company {
	font-weight: bold;
	font-size: 12pt;
	line-height: 2em;
	color: #464646;
	text-shadow: 0 1px 0 #fff;
}

ul.dot16_green li{
	text-indent: 20px;
	background: url(/images/dot16_green.png) left no-repeat;
}
.dot19_green {
	background: url(/images/dot19_green.png) left no-repeat;
}
.dot19_shured {
	background: url(/images/dot19_shured.png) left no-repeat;
}

/* サブメニュー */
div#sub_menu_box {
	position:relative;
    margin:0 auto;
    margin-top: 0px;
    height: 30px;
    width:540px;
    
    float: right;
}
#sub_menu {    
    font-size: 10pt;
    list-style-type: none;
    vertical-align: bottom;
}
#sub_menu li {
	margin-left: 30px;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 8px;
	float: left;
}
#sub_menu li.left {
	margin-left: 0;
	
}
#sub_menu li a {
	text-decoration: none;
	color: #272727;
}
#sub_menu li#current_page a {
	color: #8c8c8c;
}
li.coming_soon {
	width: 125px;
}
li.coming_soon span {
	background-image: url('/images/coming_s.png');
	background-position: center center;
	background-repeat:no-repeat;
	width: 125px;
	height: 45px;
	display: block;
	margin: -30px 0 0 0;
	position: relative;
	z-index: 2;
}
/* ボタン */
button, input[type=button] {  
	width: 110px;
	height: 22px;
	margin-top: -3px;
	
	border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6), inset 0 1px 2px rgba(255, 255, 255,1), inset 0 11px rgba(189, 246, 255,0.7), inset 0 20px 20px rgba(0, 200, 255,0.9), inset 0 -15px 30px rgba(0, 250, 255,0.8);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6), inset 0 1px 2px rgba(255, 255, 255,1), inset 0 11px rgba(189, 246, 255,0.7), inset 0 20px 20px rgba(0, 200, 255,0.9), inset 0 -15px 30px rgba(0, 250, 255,0.8);  
    border: 1px solid rgba(0, 200, 255,0.4);  
    background: rgba(0,0,0,0.6);
    font-size: 10pt;
    font-weight: bold;
    color: #004499;  
    text-shadow: 0 1px 0 #fff;  
}  
button:hover, .input[type=button]:hover {
	padding-top: 1px; 
    color: #fff;  
    text-shadow: 0 -1px 0 #000;  
}  
button:active, input[type=button]:active {  
    -webkit-box-shadow: 0 1px 2px rgba(255,255,255,0.3), inset 0 1px 2px rgba(155, 155, 155,1), inset 0 12px rgba(89, 146, 155,0.7), inset 0 20px 20px rgba(0, 100, 155,0.9), inset 0 -15px 30px rgba(0, 150, 155,0.8);  
    -moz-box-shadow: 0 2px 6px rgba(255,255,255,0.3), inset 0 1px 2px rgba(155, 155, 155,1), inset 0 12px rgba(89, 146, 155,0.7), inset 0 20px 20px rgba(0, 100, 155,0.9), inset 0 -15px 30px rgba(0, 150, 155,0.8);
    border: 1px solid rgba(0, 0, 0,0.8);  
    color: #fff;
    background: rgba(0,0,0,0.7);  
	margin-top: -1px;
}
.disable_button {  
	-webkit-box-shadow: 0 1px 2px rgba(255,255,255,0.3), inset 0 1px 2px rgba(155, 155, 155,1), inset 0 12px rgba(89, 146, 155,0.7), inset 0 20px 20px rgba(0, 100, 155,0.9), inset 0 -15px 30px rgba(0, 150, 155,0.8);  
    -moz-box-shadow: 0 2px 6px rgba(255,255,255,0.3), inset 0 1px 2px rgba(155, 155, 155,1), inset 0 12px rgba(89, 146, 155,0.7), inset 0 20px 20px rgba(0, 100, 155,0.9), inset 0 -15px 30px rgba(0, 150, 155,0.8);
    border: 1px solid rgba(0, 0, 0,0.8);  
    color: #fff;
    background: rgba(0,0,0,0.2);  
	margin-top: -1px;   
}  
.disable_button:hover {}  
.disable_button:active {}


/* 見出し */
h1 {

  position: relative;
  color: #464646;
}
h1 span {
/*   background: url(../images/main_text_gross.png) repeat-x; */
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}
h2 {
}
h3 {
	font-size: 13pt;
}


/* コンテンツ */
div#sub_header {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 30px;
}
div#subTitle {
	font-size: 13pt;
	font-style: bold;
	color: #fff;
	height: 30px;
	width: 440px;
	margin: 0 auto;
	
	float: left;
	text-indent: 10px;
}

div.contents {
	background: url(/images/paper.png);
	height: 660px;
	width: 980px;
	margin: 0 auto;
	margin-top: 6px;
	
	color: #6d6d6d;
}



/* サイト内リンク */
a.inlink {
	font-weight: bold;
	font-size: 10pt;
	text-decoration:none;
	color: #006484;
}
a:hover.inlink { text-decoration:underline; color: #006484;}
