ul{
	list-style-type: none;
}

img {
	vertical-align: bottom;
	border: none;
}

.look {
	color: #FF0000;
	background: #333333;
}

.look2 {
	color: #999;
	background: #e9e9e9;
}

.redbox {
	color: #A90310;
}


/*ヘッダー
-------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: url(images/header_bg.gif) repeat-x;
	height: 94px;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	position: absolute;
	left: 10px;
	top: 15px;
	color: #FFF;
}
#header #logo {
	vertical-align: top;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#header #lang {
	padding-top: 40px;
	width:auto;
	float:right;
	margin-right:60px;
	*position: absolute;
}


/*右上のナビメニュー
-------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 7px;
	right: 10px;
	line-height: 1.2;
	background: url(images/nav_bg.gif) no-repeat left top;
	padding-left: 30px;
	height: 22px;
	font-size: 12px;
}
#nav li {
	float: left;
	width: 8em; 
}
#nav li a {
	color: #FFF;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 20px;
}
#nav li a:hover{
	color:pink;
}


/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

