﻿@charset utf-8;

body{
	margin: 0px;
	padding: 0px;
}

/* ヘッダ */
#Header{
	margin: 2px 0px 0px;
	padding-left: 130px;
	padding-right: 100px;
	position: relative;
	text-align: center;
}

#Header, #Header .left, #Header .right{
	height: 72px;
}

#Header .left{
	position: absolute;
	left:0px;
	top: 0px;
	width: 140px;
	text-align: left;
	background-image: url("../template/img-top2003/hidari.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
}

#Header .right, #Header .right #TimeDate{
	position: absolute;
	right:0px;
	bottom: 0px;
	width: 130px;
	text-align: right;
}

#TimeDate{
	font-size: 100%;
}

#Header .banner{
	border-style: none;
	margin-right: 5px;
}


#GlobalContainer{
	height: 56px;
	padding-left: 220px;
	background-image: url("../template/img-top2003/hidari-middle.gif");
	background-repeat: no-repeat;
}

/* コンテンツメニュー */
.global_menu{
	padding: 0px 10px;
	height: 28px;
	line-height: 200%;	/* 縦方向センタリング */
	text-align: left;
	font-size: 10pt;
	color: #ccf;
	background-image: url('../template/img-top2003/ue1.gif');
	background-repeat: repeat-x;
}

.global_menu a{
	color: white;
	text-decoration: none;
}

.global_menu .new{
	color: orange;
	font-size: 100%;
/*	font-weight: bold;*/
}


/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}