@charset   "UTF-8";

body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "EE EゴシチE", sans-serif;
	background: #FFFFFF;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}
a {
	text-decoration: none;
}

/*content*/
#wrapper {
	width: 860px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 16px;
}
#content #primary {
	float: right;
	width: 670px;
}
#content #secondary {
	float: left;
	width: 170px;
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 50px;
}

/*header*/
#logo {
	padding: 11px 0;
}
#utilityNavigation {
	position: absolute;
	right: 0;
	top: 25px;
	width: 170px;
	font-size: 90%;
	line-height: 1.2;
}
#utilityNavigation li {
	position: absolute;
	top: 0;
	width: 8em;
}
#utilityNavigation li#navSiteMap {
	right: 9em;
}
#utilityNavigation li#navInquiry {
	right: 0;
}
#utilityNavigation li a {
	padding-left: 20px;
	text-decoration: none;
}
#utilityNavigation li#navSiteMap a {
	background : url(../../images/ico_sitemap.gif) no-repeat left center;
}
#utilityNavigation li#navInquiry a {
	background : url(../../images/ico_mail.gif) no-repeat left center;
}


/*navigation*/
#globalNavigation {
	float: left;
	width: 856px;
	padding: 3px 2px 0 2px;
	background : #9e9e9e url(../../images/gn_bg.gif) repeat-x left bottom;
	line-height: 1;
}
#globalNavigation li {
	float: left;
	padding-left: 4px;
	background : url(../../images/gn_li_bg.gif) no-repeat;
}
#globalNavigation li a {
	display: block;
	float: left;
	padding: 10px 15px 10px 11px;
	background : #838891 url(../../images/gn_li_a_bg.gif) no-repeat right top;
	border-bottom: 1px solid #646871;
	color: #FFFFFF;
	text-decoration: none;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	background: #CCCCCC;
}
#globalNavigation li.current {
	background : #ffffff url(../../images/gn_li_current_bg.gif) no-repeat;
}
#globalNavigation li.current a {
	background : #ffffff url(../../images/gn_li_current_a_bg.gif) no-repeat right top;
	padding: 10px 15px 11px 11px;
	border-bottom: none;
	color: #333333;
}
/*topic*/
#topicPath {
	height: 50px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#topicPath li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background : #eeeeee url(../../images/topicpath_li_bg.gif) no-repeat left center;
}
#topicPath li.first {
	padding-left: 30px;
	background : #eeeeee url(../../images/topicpath_li_bg_first.gif) no-repeat left center;
}
#topicPath li.last {
	background : #ffffff url(../../images/topicpath_li_bg_last.gif) no-repeat left center;
}

/*localNav*/
#localNavigation ul {
	background: #E8F7FF;
	line-height: 1.2;
}
#localNavigation ul li {
	padding-bottom: 2px;
	background : url(../../images/ln_li_bg.gif) repeat-x left bottom;
}
#localNavigation ul li a {
	display: block;
	width: 142px; /* for WinIE6 */
	padding: 8px 10px 8px 18px;
	background : url(../../images/arrow_big.gif) no-repeat 9px 13px;
	text-decoration: none;
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	background : #c1e8ff url(../../images/arrow_big.gif) no-repeat 11px 13px !important;
}
#localNavigation ul li ul {
	margin-left: 20px;
	font-size: 90%;
}
#localNavigation ul li ul li {
	padding-bottom: 0;
	background: none;
	border-top: 1px solid #E8F7FF;
}
#localNavigation ul li ul li a {
	width: 126px; /* for WinIE6 */
	padding: 6px 10px 6px 14px;
	background : url(../../images/arrow_small.gif) no-repeat 6px 11px;
}
#localNavigation ul li ul li a:hover,
#localNavigation ul li ul li a:focus {
	background : #c1e8ff url(../../images/arrow_small.gif) no-repeat 7px 11px !important;
}
#localNavigation ul li.current a {
	background-image: none;
	background-color: #C1E8FF;
	font-weight: bold;
}
#localNavigation ul li.current ul li a {
	background : url(../../images/arrow_small.gif) no-repeat 6px 11px;
	font-weight: normal;
}

/*footer*/
#footerNavigation {
	padding-left: 10px;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#footerNavigation li {
	float: left;
	margin-right: 10px;
	padding: 8px 0;
}
#footerNavigation li a {
	display: block;
	padding-left: 6px;
	background : url(../../images/arrow_small.gif) no-repeat left center;
	text-decoration: none;
}
#copyright {
	clear: both;
	width: 826px; /* for WinIE6,7 */
	padding: 20px 17px;
	background: #CCCCCC;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1;
}