#bodyid{
padding:0;
margin:0;
}
#page{
background:#fff url('img/bg.png') repeat-y 700px 0;
}
#page2{
border:1px solid #666;
background:#fff;
width:700px;
font-size:0.8em;
color:#666;
text-align:center;
}
#banner{
background:#0c3566 url('img/title.png') repeat-x left top;
border-bottom:1px solid #fff;
height:80px;
letter-spacing:2px;
text-align:left
}
#banner h1{
font-size:12px;
color:#fff;
margin:0;
padding:5px 10px 0px 330px;
}
#banner h2{
font-size:10px;
color:#fff;
margin:0;
padding:10px 10px 0px 460px;
}
#menu{
border-collapse:collapse;
background:#666;
width:100%;
}
#menu td{
border:1px solid #666;
border-right-width:0;
background:#fbfbfc url('img/menubg.png') repeat-x top left;
height:20px;
font-size:13px;
width:20%;
letter-spacing:1px;
text-align:center;
}
#menu a{
color:#666;
font-weight:bold;
width:100%;
text-decoration:none;
}
#image{
border:1px solid #666;
background:#133d6f url('img/image.png') no-repeat top left;
width:680px;
height:80px;
margin:10px auto;
}
#image h3{
color:#fff;
font-size:14px;
text-align:right;
padding:10px;
margin:0;
}
#left{
width:170px;
float:left;
margin-bottom:20px;
text-align:left;
}
#sidemenu{
border:1px solid #777;
border-bottom-width:0;
margin-left:10px;
}
#left h6{
border-bottom:1px solid #777;
background:#2a5385 url('img/sidebg.png') repeat-y left top;
font-size:1em;
margin:0;
padding:4px 10px;
color:#fff;
}
#left ul{
list-style-type:none;
margin:0;
padding:0;
}
#left li{
border-bottom:1px solid #777;
font-weight:normal;
margin:0;
padding:4px 10px;
font-size:1em;
}
#left li a{
width:100%;
text-decoration:none;
color:#555;
}
#left li a:hover{
color:#5c7faa;
}
#right{
width:510px;
float:right;
padding:0 0 10px 0;
text-align:left;
}
#right a{
color:#4e71a9;
}
#right a:hover{
color:#ced5e5;
}
#right h2{
background:url('img/titlebg.png') no-repeat left top;
color:#fff;
font-size:13px;
margin:0 10px 0 0;
padding:6px 0 15px 10px;
}
#right h3{
margin:0 10px 5px 0;
padding:0 5px;
font-size:1.2em;
line-height:120%;
font-weight:bold;
}
#right p{
font-weight:normal;
margin:0 10px 13px 0;
padding:0 10px;
font-size:1em;
line-height:120%;
}
#pagetop{
padding:20px 10px 0 0;
text-align:right;
}
#copy{
clear:both;
border-top:1px solid #666;
color:#666;
padding:3px 10px;
text-align:center;
}
#omo{
display:none;
}

/*-----------------------------
	Global Navigation
-------------------------------*/

ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 700px; /* 必ずwidthの設定をしてください */
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	padding: 0;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 175px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi li a {
	padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #eee;
	border-color:#000000;
    border-style:solid;
	border-width:1px;
	border-left-width:1px;
	border-right-width:0px;
}

ul#globalNavi li a:hover {
	color: #000;
	background-color: #ddd;
}

/*-----------------------------
	Infomation Table
-------------------------------*/
table.info{
    border-top:1px solid #666;
    border-left:1px solid #666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.info th{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
	background:#2a5385 url('img/sidebg.png') repeat-y left top;
    font-size:13px;
	margin:0;
	padding:4px 10px;
	color:#fff;
}
.info td{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    font-weight:normal;
	margin:0 10px 13px 0;
	padding:0 10px;
	font-size:0.8em;
	color:#666;
	line-height:120%;
}

