/* art-eat.com CSS Document */
/* ブラウザ初期化 */
*{
	margin: 0px;
	padding: 0px;
	border: none;	
	}	
	
	
/*共通スタイル*/

body{
	height:1%;
	width:100%;
	line-height:100%;
	background-color: #FFFFFF;
	font-size: 8.5pt;
	color:#333333;
	text-align:left;
	}
	
h1,h2,h3,h4,h5,h6{
	font-size:10pt;
	color:#333333;
	}
	
#wrapper{
	width:774px;
	height:100%;	
	margin:0 auto;
	text-align:left;	
	background-color:transparent;
	}
	
#TopImg{
	margin-top:60px;
	margin-left:-2px;
	width:774px;
	height:451px;
	}

#TopImg a{
	display:block;
	width:774px;
	height:451px;
	background-image:url(images/index-ja.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
	
#enter{
	text-align:right;
	}

p.copyright{
	margin-top:30px;
	float:right;
	font-size:8pt;
	color:#777;
	line-height:150%;
	}

/************言語きりかえリンク********/
ul{
	margin:0;
	list-style:none;
	position:relative;
	left:707px;
	top:58px;
	width:60px;
	}
	
ul li{
	width:100%;
	}

ul li a{
	color:#444444;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 22px;
	text-decoration: none;
	border-style: none;
	display:block;
	height:12px;
	}

ul li  a:hover{
	color:#FF9900;
	background-position:0 -18px;
	}
	

	
/*win IE修正用*/
*html ul li a{
	width:60px;
	}	

/*win IE修正用ここまで*/

ul a.language{
	background-image:url(images/header_english.gif);
	}

/***********スタイル終わり*********/












