/********html5 start**************/
article, header, nav, footer {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
html {
    overflow: hidden;
    height: 100%;
}
body {
   margin: 0;
   padding: 0;
   background: #000;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
   color: #fff;
   font-size: 10px;
   height: 100%;
	line-height: 150%;
}
.win.ie body {
}

img.bgimage {
    display: none;
}

img.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

img {
	border: none;
}

/********html5 end**************/

a {
	color: #09F;
	text-decoration: none;
	overflow: hidden;
    outline: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #09F;
}

img {
	border: none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

*html .clearfix {
  height: 1px;
  /*?_*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1 a:hover {
	background: none;
}


/********navi**************/
nav {
	height: 70px;
}
#logo_ue h1 {
	display: block;
	width: 32px;
	height: 34px;
	float: left;
	margin: 20px 21px 0 0;
}
#logo_ue a:hover {
	background: none;
}
#menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
*:first-child+html #menu {
	width: 600px;
}
#menu li {
	float: left;
	margin: 22px 5px 0 0;
	padding: 0 10px 0 0;
	background: url(../images/menu_separator.png) 100% 0 no-repeat;
}
#logo_ue #menu li {
	margin: 24px 5px 0 0;
}
#menu .last {
	background: none;
}
#menu a:hover {
	background: none;
	overflow: hidden;
    outline: none;
}

/********footer**************/
footer {
	overflow: hidden;
	height: 32px;
	background-color: #000;
	margin: 0;
	padding: 0;
}
.win.gecko footer {
	width: 2000px;
}

#banners {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	height: 32px;
}
#banners li {
	display: block;
	width: 190px;
	height: 32px;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	overflow: hidden;
}
#sophblog {
	float: left;
	margin: 0;
	height: 32px;
	padding: 0;
}
#sophblog dt {
	display: block;
	width: 95px;
	height: 32px;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}
#sophblog dd {
	display: block;
	width: 400px;
	height: 32px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.win.gecko #sophblog dd {
	overflow: inherit;
	width: 500px;
}
.mac.gecko #sophblog dd {
	overflow: inherit;
	width: 500px;
}
#footer_contents #sophblog .sophblog a {
	display: block;
	width: 400px;
	height: 32px;
	padding: 0px 5px 0 10px;
	color: #FFF;
	line-height: 350%;
	overflow: hidden;
	background: #09F;
}
#footer_contents #sophblog .sophblog a:hover {
	background: #06F;
}
.mac.gecko #footer_contents #sophblog .sophblog a {
	width: 500px;
}
#sophblog dd .feeddate {
	color: #999;
	font-size: 90%;
	margin-left: 2px;
	word-spacing: 77%;
	margin: 0;
	display: block;
	width: 305px;
	height: 32px;
	overflow: hidden;
}
#feeddate {
	color: #CCC;
}
