﻿@charset "UTF-8";

/*子ページ共用CSS*/

#upperBgi{ background-image: url(../parts/upper_bgi.jpg);}

#globalNavigation{
	background-image: url(../parts/child_visual_set.jpg);
	height: 70px;
	padding-top: 160px;
}

#globalNavigation a:hover{ background-image: url(../parts/child_visual_set.jpg);}

#globalNavigation01 a:hover{ background-position: -10px -230px;}
#globalNavigation02 a:hover{ background-position: -170px -230px;}
#globalNavigation03 a:hover{ background-position: -330px -230px;}
#globalNavigation04 a:hover{ background-position: -490px -230px;}

#header{
	width: 800px;
	height: 40px;
}

#header li,
#header a:hover{ background-image: url(../parts/child_visual_set.jpg);}

#header a{
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

#header01{ background-position: 0 -370px;}
#header02{ background-position: -160px -370px;}
#header03{ background-position: -320px -370px;}
#header04{ background-position: -480px -370px;}
#header05{ background-position: -640px -370px;}

#header02 a:hover{ background-position: -160px -410px;}
#header03 a:hover{ background-position: -320px -410px;}
#header04 a:hover{ background-position: -480px -410px;}
#header05 a:hover{ background-position: -640px -410px;}

#siteId{
	background-image: url(../parts/child_id.jpg);
	width: 500px;
	height: 40px;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -450px;
	text-indent: -9999px;
}

#siteId a{
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
}

table{
	margin: 0 auto 0 auto;
	border-collapse: separete;
	border-spacing: 10px;
	font-size: 12px;
}

th{
	background-color: #212121;
	background-image: url(../parts/table_header.gif);
	background-repeat: repeat-y;
	border-right: 2px solid #595959;
	padding: 10px;
	text-align: right;
}
td{
	padding: 10px;
	border-bottom: 2px solid #3d3d3d;
}