@charset   "UTF-8";

body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}


/*content*/
#wrapper {
	width: 760px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 16px;
}
#content #primary {
	float: left;
	width: 480px;
}
#content #secondary {
	float: right;
	width: 250px;
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 3px;
}

/*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) left center no-repeat;
}
#utilityNavigation li#navInquiry a {
	background: url(../images/ico_mail.gif) left center no-repeat;
}


/*navigation*/
#globalNavigation {
	float: left;
	width: 756px;
	padding: 3px 2px 0 2px;
	background: #9E9E9E url(../images/gn_bg.gif) left bottom repeat-x;
	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) right top no-repeat;
	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) right top no-repeat;
	padding: 10px 15px 11px 11px;
	border-bottom: none;
	color: #333333;
}

/*leadcontent*/
#sentence,
#news {
	line-height: 1.5;
	margin-bottom: 20px;
}
#news h2 {
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: normal;
	line-height: 1;
	display: block;
	width: 470px; /* for WinIE6 */
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #D9D9D9;
	background: url(../images/lead_c_bg.gif) no-repeat;
	text-decoration: none;
}
#news li {
	margin: 10px 20px;
	padding-left: 20px;
	background: url(../images/a_blt004.gif) no-repeat;
}
#lead .column {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#lead .column .section {
	width: 235px;
}
#lead .column #s1 {
	float: left;
}
#lead .column #s2 {
	float: right;
}

#lead .column .section h2 {
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: normal;
	line-height: 1;
}
#lead .column .section h2 a {
	display: block;
	width: 195px; /* for WinIE6 */
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #D9D9D9;
	background: url(../images/lead_b_bg.gif) left center no-repeat;
	text-decoration: none;
}
#lead .column .section h2 a:active {
	background: url(../images/lead_b_bg.gif) right center no-repeat;
}
#lead .column .section p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}

#secondary h2 {
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: normal;
	line-height: 1;
	display: block;
	width: 250px; /* for WinIE6 */
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #D9D9D9;
	background: url(../images/lead_d_bg.gif) no-repeat;
	text-decoration: none;
}
#renewal dt {
	margin: 7px 10px 0 10px;
}
#renewal dd {
	margin: 2px 10px 10px 10px;
	border-bottom: 1px solid #B9DCFF;
}
#renewal a {
	text-decoration: none;
}

#toplink p {
	margin: 7px 10px 5px 10px;
}
#toplink a {
	float: left;
}

/*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) left center no-repeat;
	text-decoration: none;
}
#copyright {
	clear: both;
	width: 726px; /* for WinIE6,7 */
	padding: 20px 17px;
	background: #CCCCCC;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1;
}