@charset "UTF-8";
/* CSS Document */

ul#lang{
	float: right;
	padding-top: 8px;
	padding-right: 12px;
}

ul#lang a {
	color: #666;
	text-decoration: none;
}
ul#lang a:link,
ul#lang a:visited {
}
ul#lang a:hover,
ul#lang a:active {
	color: #c00;
}

ul#lang li {
	float: left;
	position: relative;
	margin-top: 1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	font-size: 10px;
}
ul#lang li a {
	display: block;
	width: 14em;
	height: 1.5em;
	text-align: right;
}

/* 下層のメニューを不可視に */
ul#lang li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#lang li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#lang li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}

ul#lang { /* IE6 対策 */
        behavior: url("csshover.htc");
}


#header:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #header {
    height: 1em;
    overflow: visible;
}
/**/
