@charset "UTF-8";
/*###############################################
 Name: style.css
 Version: 1
 Author: ECS
 URL: http://www.web-ecs.com/

 Copyright (C) ECS All Rights Reserved.
#################################################*/


body { width:100%; height:100%; font-family: Arial, Helvetica, sans-serif !important; background:none;}

#entrance-container { position:absolute; top:50%; left:50%; width:750px; height:400px; margin-left:-375px; margin-top:-200px; text-align:center;}

#entrance-gnavi 	 { margin:25px 0 20px; height:50px; padding:0; list-style:none; background:url("../images/entrance_gnavi.gif") 0 0 no-repeat;}
#entrance-gnavi ul { margin:0 0 0 140px; height:50px; padding:0; list-style:none;}
#entrance-gnavi ul li { margin:0; padding:0; list-style:none; float:left;}
#entrance-gnavi a { height:50px; text-decoration:none; display:block; float:left;}
#entrance-gnavi a span { visibility:hidden;}
#entrance-gnavi a#gn_ja	{ background:url("../images/entrance_gnavi.gif") no-repeat -140px 0; width:157px;}
#entrance-gnavi a#gn_en { background:url("../images/entrance_gnavi.gif") no-repeat -297px 0; width:157px;}
#entrance-gnavi a#gn_ch { background:url("../images/entrance_gnavi.gif") no-repeat -454px 0; width:157px;}
#entrance-gnavi a:hover#gn_ja { background-position:-140px -70px;}
#entrance-gnavi a:hover#gn_en { background-position:-297px -70px;}
#entrance-gnavi a:hover#gn_ch { background-position:-454px -70px;}

#entrance-gnavi2 { margin:20px 0 10px; height:20px;}
#entrance-gnavi2 ul { margin:0; padding:0;}
#entrance-gnavi2 ul li { margin:0 20px; padding:0; list-style:none; display:inline; width:120px;}
#entrance-gnavi2 a { text-decoration:none; padding-left:20px;}
#entrance-gnavi2 a#gn_ja { background:url("../images/icn_ja.gif") no-repeat 0 50%;}
#entrance-gnavi2 a#gn_en { background:url("../images/icn_en.gif") no-repeat 0 50%;}
#entrance-gnavi2 a#gn_ch { background:url("../images/icn_ch.gif") no-repeat 0 50%;}
#entrance-gnavi2 a:hover { text-decoration:underline;}

/*.entrance-clickhere { text-align:center; padding:8px 0 32px; background:url("../images/entrance_arrow.gif") no-repeat bottom center; line-height:1.4em;}*/
.entrance-clickhere { font-size:85%; color:#666;}

#copyright { font-size:85%; color:#ccc; margin-top:20px;}